Skip to content

Commit

Permalink
Release 2.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Jan 12, 2012
1 parent 7841f40 commit 5fb4e4f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ The jar file is in the central Maven repo.
<dependency>
<groupId>info.cukes</groupId>
<artifactId>gherkin</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
</dependency>

You can get it manually from [Maven Central](http://search.maven.org/#browse%7C-2073395818)
Expand Down
4 changes: 2 additions & 2 deletions gherkin.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.name = "gherkin"
# If bumping the major version here, comment out the cucumber dependency below and uncomment in the Gemfile to build against a local cucumber.
s.version = "2.7.2"
s.version = "2.7.3"
s.authors = ["Mike Sassak", "Gregory Hnatiuk", "Aslak Hellesøy"]
s.description = "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
s.summary = "#{s.name}-#{s.version}"
Expand Down Expand Up @@ -49,7 +49,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('cucumber', '>= 1.1.4')
s.add_development_dependency('rake', '>= 0.9.2')
s.add_development_dependency('bundler', '>= 1.0.21')
s.add_development_dependency('rspec', '>= 2.7.0')
s.add_development_dependency('rspec', '>= 2.8.0')
s.add_development_dependency('rubyzip', '>= 0.9.5')

unless ENV['RUBY_CC_VERSION'] || defined?(JRUBY_VERSION)
Expand Down
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>info.cukes</groupId>
<artifactId>gherkin</artifactId>
<version>2.7.2</version>
<version>2.7.3</version>
<packaging>jar</packaging>
<name>Gherkin</name>
<description>Pure Java Gherkin</description>
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ "name" : "gherkin"
, "description" : "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
, "keywords" : [ "testing", "bdd", "cucumber", "gherkin", "tests" ]
, "version" : "2.7.2"
, "version" : "2.7.3"
, "homepage" : "http://github.com/cucumber/gherkin"
, "author" : "Aslak Hellesøy <[email protected]>"
, "contributors" : [ "Aslak Hellesøy <[email protected]>" ]
Expand Down

0 comments on commit 5fb4e4f

Please sign in to comment.