awsecrets 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +3 -15
- data/lib/awsecrets/version.rb +1 -1
- data/lib/awsecrets.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c29dad4f0bd8650501761e00a49f27dbd12fe6fc
|
|
4
|
+
data.tar.gz: 103c6541fbb299a1797568244453116dd74e665f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1ea8c0062f11c4a21b29a9079c0c196ed3d7b3292bc4322c1f18be772e87fdf4ec5d9f7e1f49b29a202385ce77cacc268ad174e5df6df0e575242245e53444ae
|
|
7
|
+
data.tar.gz: 6653379bc0220dc0d61485b68a786c1f4ff5e8f2a109c87ddf3127fec25caea5f90cfce070c80f19db1c3c8d223ff55f0c98ea2fce9aa87a94aa48d0383f6343
|
data/README.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# awsecrets
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
TODO: Delete this and the text above, and describe your gem
|
|
3
|
+
AWS credentials loader
|
|
6
4
|
|
|
7
5
|
## Installation
|
|
8
6
|
|
|
@@ -20,19 +18,9 @@ Or install it yourself as:
|
|
|
20
18
|
|
|
21
19
|
$ gem install awsecrets
|
|
22
20
|
|
|
23
|
-
## Usage
|
|
24
|
-
|
|
25
|
-
TODO: Write usage instructions here
|
|
26
|
-
|
|
27
|
-
## Development
|
|
28
|
-
|
|
29
|
-
After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.
|
|
30
|
-
|
|
31
|
-
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release` to create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
|
|
32
|
-
|
|
33
21
|
## Contributing
|
|
34
22
|
|
|
35
|
-
1. Fork it ( https://github.com/
|
|
23
|
+
1. Fork it ( https://github.com/k1LoW/awsecrets/fork )
|
|
36
24
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
|
37
25
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
|
38
26
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/awsecrets/version.rb
CHANGED
data/lib/awsecrets.rb
CHANGED