Skip to content

Commit

Permalink
Fix version to 1.1.0
Browse files Browse the repository at this point in the history
This commit undoes my attempt to be clever about determining the
Gem version in the gemspec.
  • Loading branch information
Brandon High committed Oct 13, 2017
1 parent 2e702ef commit 6e99c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubocop-i18n.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "rubocop-i18n"
spec.version = %x(git describe --tags).tr('-', '.').chomp
spec.version = '1.1.0'
spec.authors = ["Puppet", "Brandon High", "TP Honey", "Helen Campbell"]
spec.email = ["[email protected]", "[email protected]", "[email protected]", "[email protected]"]

Expand Down

0 comments on commit 6e99c81

Please sign in to comment.