etude_for_aws 0.7.6 → 0.7.7
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/Gemfile.lock +2 -2
- data/{config.yml → aws_config.yml} +0 -0
- data/etude_for_aws.iml +0 -1
- data/lib/etude_for_aws/helpers/configuration_helper.rb +1 -1
- data/lib/etude_for_aws/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e383f87a9d7009a38fda071bcd919601860b8bb8
|
4
|
+
data.tar.gz: 0374745b53444e4ecd4d0c43efc13d79a4d4523b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7ed90eb895e5f46496e23f2306e9d46e41fef42a0779c90b23d760c473d1f2357832194c82c5ed274f8c3d089f7be956b972f3db1ec772cd4895e991b76cb3f
|
7
|
+
data.tar.gz: 58e6bba5f0b34e26182fdee243a714cc3815b25ad3748918765a210f6ba69cc3bbf59a1315a0836555f4a26b64b97e507db2c4f4047ba16f3b6eb8fc3bd9bb71
|
data/Gemfile.lock
CHANGED
File without changes
|
data/etude_for_aws.iml
CHANGED
@@ -9,7 +9,6 @@
|
|
9
9
|
<orderEntry type="library" scope="PROVIDED" name="aws-sdk-core (v2.9.12, rbenv: 2.3.1) [gem]" level="application" />
|
10
10
|
<orderEntry type="library" scope="PROVIDED" name="aws-sdk-resources (v2.9.12, rbenv: 2.3.1) [gem]" level="application" />
|
11
11
|
<orderEntry type="library" scope="PROVIDED" name="aws-sigv4 (v1.0.0, rbenv: 2.3.1) [gem]" level="application" />
|
12
|
-
<orderEntry type="library" scope="PROVIDED" name="bundler (v1.14.6, rbenv: 2.3.1) [gem]" level="application" />
|
13
12
|
<orderEntry type="library" scope="PROVIDED" name="coderay (v1.1.1, rbenv: 2.3.1) [gem]" level="application" />
|
14
13
|
<orderEntry type="library" scope="PROVIDED" name="diff-lcs (v1.3, rbenv: 2.3.1) [gem]" level="application" />
|
15
14
|
<orderEntry type="library" scope="PROVIDED" name="dotenv (v2.1.2, rbenv: 2.3.1) [gem]" level="application" />
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: etude_for_aws
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.7.
|
4
|
+
version: 0.7.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- k2works
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-06-
|
11
|
+
date: 2017-06-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -144,11 +144,11 @@ files:
|
|
144
144
|
- README.md
|
145
145
|
- Rakefile
|
146
146
|
- Vagrantfile
|
147
|
+
- aws_config.yml
|
147
148
|
- bin/aws_console.rb
|
148
149
|
- bin/console
|
149
150
|
- bin/setup
|
150
151
|
- circle.yml
|
151
|
-
- config.yml
|
152
152
|
- docker-compose.yml
|
153
153
|
- docs/README.md
|
154
154
|
- docs/_config.yml
|