Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
wr0ngway committed Aug 2, 2018
1 parent 8e7eccc commit 0257e0c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
44 changes: 23 additions & 21 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
simplygenius-atmos (0.7.1)
simplygenius-atmos (0.7.2)
activesupport
aws-sdk-core
aws-sdk-ecr
Expand Down Expand Up @@ -34,54 +34,56 @@ GEM
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
aws-partitions (1.80.0)
aws-sdk-core (3.19.0)
aws-eventstream (1.0.1)
aws-partitions (1.96.0)
aws-sdk-core (3.23.0)
aws-eventstream (~> 1.0)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-ecr (1.3.0)
aws-sdk-ecr (1.4.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-ecs (1.12.0)
aws-sdk-ecs (1.16.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-iam (1.4.0)
aws-sdk-iam (1.6.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-kms (1.5.0)
aws-sdk-kms (1.7.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-organizations (1.8.0)
aws-sdk-organizations (1.10.0)
aws-sdk-core (~> 3)
aws-sigv4 (~> 1.0)
aws-sdk-s3 (1.9.0)
aws-sdk-core (~> 3)
aws-sdk-s3 (1.17.0)
aws-sdk-core (~> 3, >= 3.21.2)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.0)
aws-sigv4 (1.0.2)
aws-sigv4 (1.0.3)
byebug (10.0.2)
clamp (1.2.1)
clamp (1.3.0)
climate_control (0.2.0)
clipboard (1.1.1)
clipboard (1.1.2)
coderay (1.1.2)
concurrent-ruby (1.0.5)
coveralls (0.8.21)
coveralls (0.8.22)
json (>= 1.8, < 3)
simplecov (~> 0.14.1)
simplecov (~> 0.16.1)
term-ansicolor (~> 1.3)
thor (~> 0.19.4)
tins (~> 1.6)
crack (0.4.3)
safe_yaml (~> 1.0.0)
diff-lcs (1.3)
docile (1.1.5)
docile (1.3.1)
gem_logger (0.3.0)
activesupport
git (1.3.0)
git (1.4.0)
hashdiff (0.3.7)
hashie (3.5.7)
highline (1.7.10)
i18n (1.0.0)
highline (2.0.0)
i18n (1.0.1)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
json (2.1.0)
Expand Down Expand Up @@ -119,8 +121,8 @@ GEM
rubyzip (1.2.1)
safe_yaml (1.0.4)
sigdump (0.2.4)
simplecov (0.14.1)
docile (~> 1.1.0)
simplecov (0.16.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/atmos/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Atmos
VERSION = "0.7.1"
VERSION = "0.7.2"
end

0 comments on commit 0257e0c

Please sign in to comment.