-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Description This PR resolved #8 and added the`dotenv` dependency to load the env variables from `.env` file. ### Medias (if needed) - None. ### Testplan - [x] I tested this change on my local environment. - [ ] I ran the unit tests. ### Checklist - [ ] I added tests for this change. - [ ] I checked the code style and run the linter. - [ ] I added necessary documentation (if applicable).
- Loading branch information
1 parent
39391e4
commit f9aa2a6
Showing
5 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
#!/usr/bin/env ruby | ||
|
||
module Keys | ||
VERSION = '1.0.3'.freeze | ||
SUMMARY = 'Keys is a simple tool for managing your secret keys'.freeze | ||
DESCRIPTION = 'Keys is a simple tool to manage your secret keys in iOS your project'.freeze | ||
VERSION = '1.0.4'.freeze | ||
SUMMARY = 'Secure Keys is a simple tool for managing your secret keys'.freeze | ||
DESCRIPTION = 'Secure Keys is a simple tool to manage your secret keys in your iOS project'.freeze | ||
HOMEPAGE_URI = 'https://github.com/DerianCordobaPerez/secure-keys-generator'.freeze | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters