aws-session-credentials 0.1.0 → 0.1.1
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 +8 -8
- data/LICENSE.txt +21 -0
- data/aws-session-credentials.gemspec +1 -0
- data/lib/aws/session/credentials/version.rb +1 -1
- metadata +4 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
NDkxYjJmODhkZjdiNTRlMzFlOTU0OGYzMmQ1NTBiNGIxYzc0OTU3MQ==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NzIyZjQ2ODM1NjlkM2JmMGZlMzAxZGVkODg2YjQ4NTBjNjAxOWY3Zg==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjFjMDEyNjRkOWQ4ZDZiNTljNTRjMjg1NWUyMjQ4NmM0MWRiODlhODkxNTI2
|
|
10
|
+
OGM1MjZjZGQzN2QzYWMyMzY2NzBjYWM1ZjI1ZThiMmM4MWJmNTA3YWYxNWIz
|
|
11
|
+
NTg2MzRkOGRiNzRiN2YxMTFjMjZlZDNiMzUyZDhmNzM3ZDAyMDQ=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDA1MmJjNGRiY2Y5MWRkMDI4NDU4NGY3MTljYjY1YmQ3MGE1OTUxZTU4YzQ4
|
|
14
|
+
M2I3Njk1Njk4YTIzMzY2ZjYxZDliNTI4YWRmMGExZDZlYmNjMjA2ZGU4Yzkw
|
|
15
|
+
NWZmMTBhOGQxN2Y5ZDU0ODkyNzYwOGI3ZjM0ZmI1ODVmZTcxOTA=
|
data/LICENSE.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
The MIT License (MIT)
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2015 Ben Vidulich
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
|
13
|
+
all copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
21
|
+
THE SOFTWARE.
|
|
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
|
|
|
12
12
|
spec.summary = %q{Command-line tool to generate AWS session credentials.}
|
|
13
13
|
spec.description = %q{Command-line tool to generate AWS session credentials.}
|
|
14
14
|
spec.homepage = 'https://github.com/zl4bv/aws-session-credentials'
|
|
15
|
+
spec.license = 'MIT'
|
|
15
16
|
|
|
16
17
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
|
17
18
|
spec.bindir = 'exe'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-session-credentials
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Vidulich
|
|
@@ -121,6 +121,7 @@ files:
|
|
|
121
121
|
- .travis.yml
|
|
122
122
|
- CODE_OF_CONDUCT.md
|
|
123
123
|
- Gemfile
|
|
124
|
+
- LICENSE.txt
|
|
124
125
|
- README.md
|
|
125
126
|
- Rakefile
|
|
126
127
|
- aws-session-credentials.gemspec
|
|
@@ -134,7 +135,8 @@ files:
|
|
|
134
135
|
- lib/aws/session/credentials/session_builder.rb
|
|
135
136
|
- lib/aws/session/credentials/version.rb
|
|
136
137
|
homepage: https://github.com/zl4bv/aws-session-credentials
|
|
137
|
-
licenses:
|
|
138
|
+
licenses:
|
|
139
|
+
- MIT
|
|
138
140
|
metadata: {}
|
|
139
141
|
post_install_message:
|
|
140
142
|
rdoc_options: []
|