diff --git a/Rakefile b/Rakefile index 579a8a9..27550e5 100644 --- a/Rakefile +++ b/Rakefile @@ -11,7 +11,7 @@ end desc 'Publishes the Gem' task :push do - sh 'gem push gherkin_lint-1.2.0.gem' + sh 'gem push gherkin_lint-1.2.2.gem' end desc 'Checks ruby style' diff --git a/gherkin_lint.gemspec b/gherkin_lint.gemspec index 1ffff11..525ffcb 100644 --- a/gherkin_lint.gemspec +++ b/gherkin_lint.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'gherkin_lint' - s.version = '1.2.0' - s.date = '2017-11-30' + s.version = '1.2.2' + s.date = '2017-12-04' s.summary = 'Gherkin Lint' s.description = 'Lint Gherkin Files' s.authors = ['Stefan Rohe', 'Nishtha Argawal', 'John Gluck']