Next | Query returned 21 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2020-09-13 17:36:13 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-cucumber-core: update to 8.0.1

Update ruby-cucumber-core to 8.0.1.

No release notes available.
   2020-04-27 06:58:31 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-cucumber-core: update to 7.0.0

Update ruby-cucumber-core to 7.0.0.

No release notes available.
   2020-03-15 18:27:54 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-cucumber-core: update to 6.0.0

Update ruby-cucumber-core to 6.0.0.

No release notes available.
   2020-01-18 16:18:26 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-cucumber-core: update to 5.0.2

Update to ruby-cucumber-core to 5.0.2.

pkgsrc change: Add "USE_LANGUAGES= # none" line.

Please see \ 
[CONTRIBUTING.md](https://github.com/cucumber/cucumber/blob/master/CONTRIBUTING.md) \ 
on how to contribute to Cucumber.

## [5.0.2](https://github.com/cucumber/cucumber-ruby-core/compare/v5.0.1...v5.0.2)

### Changed

* Update to use Gherkin v8

## [5.0.1](https://github.com/cucumber/cucumber-ruby-core/compare/v5.0.0...v5.0.1)

### Removed

* Remove support for ruby 2.2 and below. 2.3 or higher is required now.

## [5.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v4.0.0...v5.0.0)

### Changed

* Update to use Gherkin v7
   2019-12-28 13:17:21 by Thomas Klausner | Files touched by this commit (1)
Log message:
ruby-cucumber-core: bump PKGREVISION for PLIST change
   2019-12-28 02:55:50 by Takahiro Kambe | Files touched by this commit (1)
Log message:
devel/ruby-cucumber-core: fix PLIST

Fix PLIST to solve a problem of install stage.
   2019-01-24 10:12:42 by Jonathan Perkin | Files touched by this commit (1)
Log message:
ruby-cucumber-core: Fix checksum.
   2019-01-20 14:42:37 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-cucumber-core: update to 4.0.0

## [4.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v3.2.0...v4.0.0)

### Changed

* Update to use Gherkin v6
  ([#158](https://github.com/cucumber/cucumber-ruby-core/pull/158)
  @brasmusson)
* Let Scenarios with no Steps get the result status Undefined
  ([#157](https://github.com/cucumber/cucumber-ruby-core/pull/157)
  @brasmusson)
* Convert to use the Gherkin compiler and Pickles
  ([#156](https://github.com/cucumber/cucumber-ruby-core/pull/156)
  @brasmusson)

### Added

* N/A

### Fixed

* N/A

### Removed

* Remove the support for old style tag expressions
  ([#159](https://github.com/cucumber/cucumber-ruby-core/pull/159)
  @brasmusson)
   2018-09-23 16:59:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-cucumber-core: update to 3.2.0

## [3.2.0](https://github.com/cucumber/cucumber-ruby-core/compare/v3.1.0...v3.2.0)

### Added

* Add the GherkinSourceParsedEvent \ 
([#155](https://github.com/cucumber/cucumber-ruby-core/pull/155) @brasmusson)
* Add #original_location to Cucumber::Core::Ast::Step and \ 
Cucumber::Core::Test::Step \ 
([#150](https://github.com/cucumber/cucumber-ruby-core/pull/150), \ 
[#149](https://github.com/cucumber/cucumber-ruby-core/issues/149) @brasmusson)

### Fixed

* Set message and backtrace for undefined result also when skipping (@brasmusson)
   2018-03-21 11:25:55 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-cucumber-core: update to 3.1.0

## \ 
[3.0.0](https://github.com/cucumber/cucumber-ruby-core/compare/v3.0.0.pre.2...v3.0.0) \ 
(2017-09-27)

### Changed

* Step#name renamed to #text \ 
([#137](https://github.com/cucumber/cucumber-ruby-core/pull/137) \ 
[@olleolleolle](https://github.com/olleolleolle))
* Use past tense in event names (`xStarting` -> `xStarted`) (see \ 
[cucumber/cucumber-ruby#1166](https://github.com/cucumber/cucumber-ruby/issues/1166) \ 
@brasmusson).

### Added

* Do not create test cases for scenarios with no steps \ 
([#144](https://github.com/cucumber/cucumber-ruby-core/pull/144) @brasmusson)
* Handle selective strict settings \ 
([#143](https://github.com/cucumber/cucumber-ruby-core/pull/143) @brasmusson)

### Fixed

* Fix DataTable's Location to be aware of all of its lines \ 
([#142](https://github.com/cucumber/cucumber-ruby-core/pull/142) @botandrose)

### Improved

* As per [#251](https://github.com/cucumber/cucumber/issues/251): renamed \ 
History.md to CHANGELOG.md, added contributing message at beginning, and misc \ 
formatting. ([#145](https://github.com/cucumber/cucumber-ruby-core/pull/145) \ 
[jaysonesmith](https://github.com/jaysonesmith))

## \ 
[3.0.0.pre.2](https://github.com/cucumber/cucumber-ruby-core/compare/v2.0.0...3.0.0.pre.2) \ 
(2017-07-26)

### New Features

* Add a flaky result type to be used for flaky scenarios \ 
([#141](https://github.com/cucumber/cucumber-ruby-core/pull/141), \ 
[cucumber/cucumber-ruby#1044](https://github.com/cucumber/cucumber-ruby/issues/1044) \ 
@brasmusson)
* Make the Summary report able to say if the total result is ok \ 
([#140](https://github.com/cucumber/cucumber-ruby-core/pull/140) @brasmusson)
* Replay previous events to new subscribers \ 
([#136](https://github.com/cucumber/cucumber-ruby-core/pull/136) @mattwynne)
* Ruby 2.4.0 compatibility \ 
([#120](https://github.com/cucumber/cucumber-ruby-core/pull/120) @junaruga)
* Use tag expressions \ 
([#116](https://github.com/cucumber/cucumber-ruby-core/pull/116) @brasmusson)
* Access example table row data by param name \ 
([#118](https://github.com/cucumber/cucumber-ruby-core/pull/118) @enkessler)

### Bugfixes

N/A

### Removed Features

N/A

### Refactoring

* Travis: jruby-9.1.10.0 \ 
([#130](https://github.com/cucumber/cucumber-ruby-core/pull/130) @olleolleolle)
* Travis: jruby-9.1.12.0 \ 
([#133](https://github.com/cucumber/cucumber-ruby-core/pull/132) @olleolleolle)

Next | Query returned 21 messages, browsing 11 to 20 | Previous