gherkin 2.9.2-java → 2.9.3-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/History.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [2.9.3](https://github.com/cucumber/gherkin/compare/v2.9.2...v2.9.3)
2
+
3
+ * [Java] Fixed a bug in PrettyFormatter.setMonochrome(false) (Aslak Hellesøy)
4
+
1
5
  ## [2.9.2](https://github.com/cucumber/gherkin/compare/v2.9.1...v2.9.2)
2
6
 
3
7
  * [Java] Ability to PrettyFormatter.setMonochrome(false) post construction (Aslak Hellesøy)
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.2</version>
58
+ <version>2.9.3</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.2"
18
+ s.version = "2.9.3"
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.9.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')
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.2
4
+ version: 2.9.3
5
5
  prerelease:
6
6
  platform: java
7
7
  authors:
@@ -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.2
358
+ summary: gherkin-2.9.3
359
359
  test_files:
360
360
  - features/escaped_pipes.feature
361
361
  - features/feature_parser.feature