cucumber-attic / gherkin2

A fast Gherkin parser in Ragel (The parser behind Cucumber)
MIT License
382 stars 221 forks source link

change regexp matchin Ruby versions to support Ruby2.1 #306

Closed boutil closed 10 years ago

boutil commented 10 years ago

The regexp now matches 1.9.x and 2.x versions of Ruby MRI. This makes gherkin support Ruby2.1 and fixes test issues described in https://github.com/cucumber/gherkin/issues/305.