From 6e99c8193961a8274d16914cff5ee7b66ede0fac Mon Sep 17 00:00:00 2001 From: Brandon High Date: Fri, 13 Oct 2017 16:01:46 -0700 Subject: [PATCH] Fix version to 1.1.0 This commit undoes my attempt to be clever about determining the Gem version in the gemspec. --- rubocop-i18n.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rubocop-i18n.gemspec b/rubocop-i18n.gemspec index f6b130f..b39c183 100644 --- a/rubocop-i18n.gemspec +++ b/rubocop-i18n.gemspec @@ -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 = ["team-modules@puppet.com", "brandon.high@puppet.com", "tp@puppet.com", "helen@puppet.com"]