Skip to content

Commit

Permalink
version bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Guslington committed Aug 7, 2019
1 parent deb7080 commit 9675b1a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
cfn_monitor (0.4.0)
cfn_monitor (0.4.2)
aws-sdk-cloudformation (~> 1, < 2)
aws-sdk-elasticloadbalancingv2 (~> 1, < 2)
aws-sdk-s3 (~> 1, < 2)
Expand All @@ -12,23 +12,23 @@ GEM
remote: https://rubygems.org/
specs:
aws-eventstream (1.0.3)
aws-partitions (1.176.0)
aws-sdk-cloudformation (1.23.0)
aws-sdk-core (~> 3, >= 3.56.0)
aws-partitions (1.196.0)
aws-sdk-cloudformation (1.25.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-core (3.56.0)
aws-sdk-core (3.62.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-elasticloadbalancingv2 (1.30.0)
aws-sdk-core (~> 3, >= 3.56.0)
aws-sdk-elasticloadbalancingv2 (1.33.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.22.0)
aws-sdk-core (~> 3, >= 3.56.0)
aws-sdk-kms (1.24.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.43.0)
aws-sdk-core (~> 3, >= 3.56.0)
aws-sdk-s3 (1.46.0)
aws-sdk-core (~> 3, >= 3.61.1)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.1.0)
Expand All @@ -38,15 +38,15 @@ GEM
jmespath (1.4.0)
rake (10.5.0)
rspec (0.9.4)
rspec-core (3.8.0)
rspec-core (3.8.2)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.2)
rspec-expectations (3.8.4)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-mocks (3.8.0)
rspec-mocks (3.8.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.8.0)
rspec-support (3.8.0)
rspec-support (3.8.2)
thor (0.20.3)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion lib/cfn_monitor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CfnMonitor
VERSION = "0.4.1".freeze
VERSION = "0.4.2".freeze
end
4 changes: 2 additions & 2 deletions spec/version_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'cfn_monitor/version'

describe 'Version' do
it 'is equal to 0.4.1' do
expect(CfnMonitor::VERSION).to eq("0.4.1")
it 'is equal to 0.4.2' do
expect(CfnMonitor::VERSION).to eq("0.4.2")
end
end

0 comments on commit 9675b1a

Please sign in to comment.