gherkin 2.9.2 → 2.9.3

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.
Files changed (4) hide show
  1. data/History.md +4 -0
  2. data/README.md +1 -1
  3. data/gherkin.gemspec +2 -2
  4. metadata +2 -2
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)
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: ruby
7
7
  authors:
@@ -550,7 +550,7 @@ rubyforge_project:
550
550
  rubygems_version: 1.8.19
551
551
  signing_key:
552
552
  specification_version: 3
553
- summary: gherkin-2.9.2
553
+ summary: gherkin-2.9.3
554
554
  test_files:
555
555
  - features/escaped_pipes.feature
556
556
  - features/feature_parser.feature