Skip to content

Commit

Permalink
released 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Aug 24, 2017
1 parent 073c604 commit 556d3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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-0.6.3.gem'
sh 'gem push gherkin_lint-1.0.0.gem'
end

desc 'Checks ruby style'
Expand Down
6 changes: 3 additions & 3 deletions gherkin_lint.gemspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Gem::Specification.new do |s|
s.name = 'gherkin_lint'
s.version = '0.7.0'
s.date = '2017-06-12'
s.version = '1.0.0'
s.date = '2017-08-25'
s.summary = 'Gherkin Lint'
s.description = 'Lint Gherkin Files'
s.authors = ['Stefan Rohe, Nishtha Argawal, John Gluck']
s.authors = ['Stefan Rohe', 'Nishtha Argawal', 'John Gluck']
s.homepage = 'http://github.com/funkwerk/gherkin_lint/'
s.files = `git ls-files`.split("\n")
s.executables = s.files.grep(%r{^bin/}) { |file| File.basename(file) }
Expand Down

0 comments on commit 556d3dd

Please sign in to comment.