Skip to content

Commit

Permalink
1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Dec 3, 2017
1 parent fbd9d0d commit 87bf4e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions gherkin_lint.gemspec
Original file line number Diff line number Diff line change
@@ -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']
Expand Down

0 comments on commit 87bf4e9

Please sign in to comment.