Skip to content

Commit

Permalink
released 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Mar 12, 2017
1 parent 7c4b1e8 commit 04d3fb3
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 @@ -12,7 +12,7 @@ end

desc 'Publishes the Gem'
task :push do
sh 'gem push gherkin_format-0.0.6.gem'
sh 'gem push gherkin_format-0.1.0.gem'
end

desc 'Checks ruby style'
Expand Down
4 changes: 2 additions & 2 deletions gherkin_format.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'gherkin_format'
s.version = '0.0.6'
s.date = '2016-04-01'
s.version = '0.1.0'
s.date = '2017-03-12'
s.summary = 'Gherkin Format'
s.description = 'Format Gherkin Files'
s.authors = ['Stefan Rohe']
Expand Down

0 comments on commit 04d3fb3

Please sign in to comment.