Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7a6cff

Browse files
committedMar 31, 2017
Duplicate frozen string in gem.version
1 parent 900c084 commit c7a6cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎countries.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
1313
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
1414
gem.name = 'countries'
1515
gem.require_paths = ['lib']
16-
gem.version = Countries::VERSION
16+
gem.version = Countries::VERSION.dup
1717
gem.license = 'MIT'
1818

1919
gem.add_dependency('i18n_data', '~> 0.7.0')

0 commit comments

Comments
 (0)
Please sign in to comment.