Skip to content

Commit

Permalink
using LanguageTool 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Nov 3, 2017
1 parent 865bff7 commit 17df44d
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 @@ -19,7 +19,7 @@ task test: :cucumber

desc 'Publishes the Gem'
task push: :build do
sh 'gem push gherkin_language-0.8.0.gem'
sh 'gem push gherkin_language-0.9.0.gem'
end

desc 'Checks ruby style'
Expand Down
4 changes: 2 additions & 2 deletions gherkin_language.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'gherkin_language'
s.version = '0.8.0'
s.date = '2017-04-05'
s.version = '0.9.0'
s.date = '2017-11-03'
s.summary = 'Gherkin Language'
s.description = 'Check language of Gherkin Files'
s.authors = ['Stefan Rohe']
Expand Down

0 comments on commit 17df44d

Please sign in to comment.