Skip to content

Commit

Permalink
Release 2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Dec 10, 2011
1 parent 9766ebc commit eb4b774
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.7.1](https://github.com/cucumber/gherkin/compare/v2.7.0...v2.7.1)

2.7.0 release got hosed

## [2.7.0](https://github.com/cucumber/gherkin/compare/v2.6.9...v2.7.0)

### Changed Features
Expand Down
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.0</version>
<version>2.7.1</version>
</dependency>

You can get it manually from [Maven Central](http://search.maven.org/#browse%7C-2073395818)
Expand Down
2 changes: 1 addition & 1 deletion 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.0"
s.version = "2.7.1"
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
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.0</version>
<version>2.7.1</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.0"
, "version" : "2.7.1"
, "homepage" : "http://github.com/cucumber/gherkin"
, "author" : "Aslak Hellesøy <[email protected]>"
, "contributors" : [ "Aslak Hellesøy <[email protected]>" ]
Expand Down

0 comments on commit eb4b774

Please sign in to comment.