Skip to content

Commit

Permalink
Remove redundant version file at core gem (#1595)
Browse files Browse the repository at this point in the history
* Remove redundant version file at core gem

* Add a changelog entry for the update
  • Loading branch information
cjyclaire authored Sep 5, 2017
1 parent 7d351e5 commit 5361c0c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 2 additions & 0 deletions gems/aws-sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Unreleased Changes
------------------

* Issue - Remove redundant version file.

3.2.0 (2017-08-31)
------------------

Expand Down
1 change: 0 additions & 1 deletion gems/aws-sdk-core/lib/aws-sdk-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
require_relative 'aws-sdk-core/structure'
require_relative 'aws-sdk-core/type_builder'
require_relative 'aws-sdk-core/util'
require_relative 'aws-sdk-core/version'

# resource classes

Expand Down
3 changes: 0 additions & 3 deletions gems/aws-sdk-core/lib/aws-sdk-core/version.rb

This file was deleted.

2 changes: 1 addition & 1 deletion gems/aws-sdk-core/spec/aws_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Aws
describe 'VERSION' do

it 'is a semver compatible string' do
expect(VERSION).to match(/\d+\.\d+\.\d+/)
expect(CORE_GEM_VERSION).to match(/\d+\.\d+\.\d+/)
end

end
Expand Down

0 comments on commit 5361c0c

Please sign in to comment.