mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 3.0.0
Changes: https://github.com/cucumber/cucumber-ruby-core/blob/master/CHANGELOG.md https://github.com/cucumber/cucumber-ruby-core/commits/master
This commit is contained in:
parent
4232478cfd
commit
04e207c2b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450819
4 changed files with 19 additions and 10 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cucumber-core
|
||||
PORTVERSION= 2.0.0
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -12,7 +12,8 @@ COMMENT= Core library for the Cucumber BDD app
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-gherkin>=4.0:textproc/rubygem-gherkin
|
||||
RUN_DEPENDS= rubygem-cucumber-tag_expressions>=1.0.1:devel/rubygem-cucumber-tag_expressions \
|
||||
rubygem-gherkin>=4.1.3:textproc/rubygem-gherkin
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1480754821
|
||||
SHA256 (rubygem/cucumber-core-2.0.0.gem) = 75614abf0fffb7641527192f9aac1e9699483c3033f8c77ef79810b2f1b6d08c
|
||||
SIZE (rubygem/cucumber-core-2.0.0.gem) = 50688
|
||||
TIMESTAMP = 1506585883
|
||||
SHA256 (rubygem/cucumber-core-3.0.0.gem) = 14877556e8f05aae857f2f2a5356cb96dfabf40e244a2544c57d2d6f54b71b9f
|
||||
SIZE (rubygem/cucumber-core-3.0.0.gem) = 52736
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
--- cucumber-core.gemspec.orig 2016-12-03 11:42:41 UTC
|
||||
--- cucumber-core.gemspec.orig 2017-09-28 08:34:06 UTC
|
||||
+++ cucumber-core.gemspec
|
||||
@@ -25,7 +25,6 @@ Gem::Specification.new do |s|
|
||||
|
||||
@@ -26,7 +26,6 @@ Gem::Specification.new do |s|
|
||||
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
||||
s.add_runtime_dependency(%q<gherkin>.freeze, ["~> 4.0"])
|
||||
- s.add_runtime_dependency(%q<backports>.freeze, ["~> 3.6"])
|
||||
s.add_runtime_dependency(%q<gherkin>.freeze, [">= 4.1.3"])
|
||||
s.add_runtime_dependency(%q<cucumber-tag_expressions>.freeze, [">= 1.0.1"])
|
||||
- s.add_runtime_dependency(%q<backports>.freeze, [">= 3.8.0"])
|
||||
s.add_development_dependency(%q<bundler>.freeze, [">= 1.3.5"])
|
||||
s.add_development_dependency(%q<rake>.freeze, [">= 0.9.2"])
|
||||
s.add_development_dependency(%q<rspec>.freeze, ["~> 3"])
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
--- lib/cucumber/core/event.rb.orig 2017-09-28 08:34:06 UTC
|
||||
+++ lib/cucumber/core/event.rb
|
||||
@@ -1,5 +1,3 @@
|
||||
-require 'backports/2.1.0/array/to_h'
|
||||
-
|
||||
module Cucumber
|
||||
module Core
|
||||
class Event
|
Loading…
Add table
Reference in a new issue