Skip to content

Commit 9675b1a

Browse files
committed
version bump to 0.4.2
1 parent deb7080 commit 9675b1a

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
cfn_monitor (0.4.0)
4+
cfn_monitor (0.4.2)
55
aws-sdk-cloudformation (~> 1, < 2)
66
aws-sdk-elasticloadbalancingv2 (~> 1, < 2)
77
aws-sdk-s3 (~> 1, < 2)
@@ -12,23 +12,23 @@ GEM
1212
remote: https://rubygems.org/
1313
specs:
1414
aws-eventstream (1.0.3)
15-
aws-partitions (1.176.0)
16-
aws-sdk-cloudformation (1.23.0)
17-
aws-sdk-core (~> 3, >= 3.56.0)
15+
aws-partitions (1.196.0)
16+
aws-sdk-cloudformation (1.25.0)
17+
aws-sdk-core (~> 3, >= 3.61.1)
1818
aws-sigv4 (~> 1.1)
19-
aws-sdk-core (3.56.0)
19+
aws-sdk-core (3.62.0)
2020
aws-eventstream (~> 1.0, >= 1.0.2)
2121
aws-partitions (~> 1.0)
2222
aws-sigv4 (~> 1.1)
2323
jmespath (~> 1.0)
24-
aws-sdk-elasticloadbalancingv2 (1.30.0)
25-
aws-sdk-core (~> 3, >= 3.56.0)
24+
aws-sdk-elasticloadbalancingv2 (1.33.0)
25+
aws-sdk-core (~> 3, >= 3.61.1)
2626
aws-sigv4 (~> 1.1)
27-
aws-sdk-kms (1.22.0)
28-
aws-sdk-core (~> 3, >= 3.56.0)
27+
aws-sdk-kms (1.24.0)
28+
aws-sdk-core (~> 3, >= 3.61.1)
2929
aws-sigv4 (~> 1.1)
30-
aws-sdk-s3 (1.43.0)
31-
aws-sdk-core (~> 3, >= 3.56.0)
30+
aws-sdk-s3 (1.46.0)
31+
aws-sdk-core (~> 3, >= 3.61.1)
3232
aws-sdk-kms (~> 1)
3333
aws-sigv4 (~> 1.1)
3434
aws-sigv4 (1.1.0)
@@ -38,15 +38,15 @@ GEM
3838
jmespath (1.4.0)
3939
rake (10.5.0)
4040
rspec (0.9.4)
41-
rspec-core (3.8.0)
41+
rspec-core (3.8.2)
4242
rspec-support (~> 3.8.0)
43-
rspec-expectations (3.8.2)
43+
rspec-expectations (3.8.4)
4444
diff-lcs (>= 1.2.0, < 2.0)
4545
rspec-support (~> 3.8.0)
46-
rspec-mocks (3.8.0)
46+
rspec-mocks (3.8.1)
4747
diff-lcs (>= 1.2.0, < 2.0)
4848
rspec-support (~> 3.8.0)
49-
rspec-support (3.8.0)
49+
rspec-support (3.8.2)
5050
thor (0.20.3)
5151

5252
PLATFORMS

lib/cfn_monitor/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CfnMonitor
2-
VERSION = "0.4.1".freeze
2+
VERSION = "0.4.2".freeze
33
end

spec/version_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
require 'cfn_monitor/version'
22

33
describe 'Version' do
4-
it 'is equal to 0.4.1' do
5-
expect(CfnMonitor::VERSION).to eq("0.4.1")
4+
it 'is equal to 0.4.2' do
5+
expect(CfnMonitor::VERSION).to eq("0.4.2")
66
end
77
end

0 commit comments

Comments
 (0)