gherkin 2.9.1-java → 2.9.2-java

Sign up to get free protection for your applications and to get access to all the features.
data/History.md CHANGED
@@ -1,6 +1,10 @@
1
+ ## [2.9.2](https://github.com/cucumber/gherkin/compare/v2.9.1...v2.9.2)
2
+
3
+ * [Java] Ability to PrettyFormatter.setMonochrome(false) post construction (Aslak Hellesøy)
4
+
1
5
  ## [2.9.1](https://github.com/cucumber/gherkin/compare/v2.9.0...v2.9.1)
2
6
 
3
- * Package gherkin.jar as OSGi bundle ([#166](https://github.com/cucumber/gherkin/pull/166) Jan Stamer)
7
+ * [Java] Package gherkin.jar as OSGi bundle ([#166](https://github.com/cucumber/gherkin/pull/166) Jan Stamer)
4
8
  * The build system and instruction has been updated to work on OS X Lion. (Aslak Hellesøy)
5
9
 
6
10
  ## [2.9.0](https://github.com/cucumber/gherkin/compare/v2.8.0...v2.9.0)
data/README.md CHANGED
@@ -55,7 +55,7 @@ The jar file is in the central Maven repo.
55
55
  <dependency>
56
56
  <groupId>info.cukes</groupId>
57
57
  <artifactId>gherkin</artifactId>
58
- <version>2.9.0</version>
58
+ <version>2.9.2</version>
59
59
  </dependency>
60
60
 
61
61
  You can get it manually from [Maven Central](http://search.maven.org/#browse%7C-2073395818)
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
15
15
  # When both are building OK, do a `bundle exec rake install` in both cucumber and gherkin projects, revert the changes in the first 2 steps
16
16
  # and release both projects.
17
17
  #
18
- s.version = "2.9.1"
18
+ s.version = "2.9.2"
19
19
  s.authors = ["Mike Sassak", "Gregory Hnatiuk", "Aslak Hellesøy"]
20
20
  s.description = "A fast Gherkin lexer/parser based on the Ragel State Machine Compiler."
21
21
  s.summary = "#{s.name}-#{s.version}"
@@ -61,7 +61,7 @@ Gem::Specification.new do |s|
61
61
  s.add_development_dependency('cucumber', '>= 1.1.9')
62
62
  s.add_development_dependency('rake', '>= 0.9.2')
63
63
  s.add_development_dependency('bundler', '>= 1.1.0')
64
- s.add_development_dependency('rspec', '~> 2.7.0') # No 2.8.0 until this is fixed: https://github.com/rspec/rspec-expectations/issues/112
64
+ s.add_development_dependency('rspec', '~> 2.9.0') # No 2.8.0 until this is fixed: https://github.com/rspec/rspec-expectations/issues/112
65
65
  s.add_development_dependency('rubyzip', '>= 0.9.6.1')
66
66
 
67
67
  unless ENV['RUBY_CC_VERSION'] || defined?(JRUBY_VERSION)
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gherkin
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.1
4
+ version: 2.9.2
5
5
  prerelease:
6
6
  platform: java
7
7
  authors:
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2012-03-16 00:00:00.000000000 Z
14
+ date: 2012-03-26 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: json
@@ -84,7 +84,7 @@ dependencies:
84
84
  requirements:
85
85
  - - ~>
86
86
  - !ruby/object:Gem::Version
87
- version: 2.7.0
87
+ version: 2.9.0
88
88
  type: :development
89
89
  prerelease: false
90
90
  version_requirements: !ruby/object:Gem::Requirement
@@ -92,7 +92,7 @@ dependencies:
92
92
  requirements:
93
93
  - - ~>
94
94
  - !ruby/object:Gem::Version
95
- version: 2.7.0
95
+ version: 2.9.0
96
96
  - !ruby/object:Gem::Dependency
97
97
  name: rubyzip
98
98
  requirement: !ruby/object:Gem::Requirement
@@ -355,7 +355,7 @@ rubyforge_project:
355
355
  rubygems_version: 1.8.19
356
356
  signing_key:
357
357
  specification_version: 3
358
- summary: gherkin-2.9.1
358
+ summary: gherkin-2.9.2
359
359
  test_files:
360
360
  - features/escaped_pipes.feature
361
361
  - features/feature_parser.feature