Skip to content

Commit

Permalink
Release 2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Oct 30, 2011
1 parent dd52d57 commit 51d1f45
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
gherkin (2.6.0)
gherkin (2.6.1)
json (>= 1.4.6)

GEM
Expand Down
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.6.1](https://github.com/cucumber/gherkin/compare/v2.6.0...v2.6.1)

### Bugfixes

* Fixed a regression on 1.8.7 (Aslak Hellesøy)

## [2.6.0](https://github.com/cucumber/gherkin/compare/v2.5.4...v2.6.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.6.0</version>
<version>2.6.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.6.0"
s.version = "2.6.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
4 changes: 2 additions & 2 deletions ikvm/Gherkin/Gherkin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\release\IKVM.OpenJDK.Text.dll</HintPath>
</Reference>
<Reference Include="gherkin-2.6.0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="gherkin-2.6.1, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\release\gherkin-2.6.0.dll</HintPath>
<HintPath>..\..\release\gherkin-2.6.1.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
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.6.0</version>
<version>2.6.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.6.0"
, "version" : "2.6.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 51d1f45

Please sign in to comment.