Skip to content

Commit

Permalink
Merge pull request #60 from Guslington/develop
Browse files Browse the repository at this point in the history
version bump and ruby version min requirement
  • Loading branch information
Guslington authored Oct 29, 2019
2 parents f9d533b + 50ba2dc commit 4841aa0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions cfn_manage.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |spec|
spec.homepage = 'https://github.com/base2Services/cfn-start-stop-stack/blob/master/README.md'
spec.license = 'MIT'
spec.executables << 'cfn_manage'

spec.required_ruby_version = '~> 2.5'

spec.add_runtime_dependency 'aws-sdk-core', '>=3.39.0','<4'
spec.add_runtime_dependency 'aws-sdk-s3', '~> 1', '<2'
Expand Down
2 changes: 1 addition & 1 deletion lib/cfn_manage/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module CfnManage
VERSION="0.7.1".freeze
VERSION="0.8.0".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_manage/version'

describe 'Version' do
it 'is version 0.7.1' do
expect(CfnManage::VERSION).to eq("0.7.1")
it 'is version 0.8.0' do
expect(CfnManage::VERSION).to eq("0.8.0")
end
end

0 comments on commit 4841aa0

Please sign in to comment.