diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2016-06-27 01:23:18 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2016-06-27 01:23:18 +0800 |
commit | f414094cd1a36e3b45ecfb43893bd57fc2e995c8 (patch) | |
tree | 57aae2f8f0703561cf013e114ba62136f969ad22 | |
parent | dd04890e7680245046d154eb0493be240ca2580d (diff) | |
download | freebsd-ports-gnome-f414094cd1a36e3b45ecfb43893bd57fc2e995c8.tar.gz freebsd-ports-gnome-f414094cd1a36e3b45ecfb43893bd57fc2e995c8.tar.zst freebsd-ports-gnome-f414094cd1a36e3b45ecfb43893bd57fc2e995c8.zip |
- Update to 1.5.0
Changes: https://github.com/cucumber/cucumber-ruby-core/blob/master/HISTORY.md
-rw-r--r-- | devel/rubygem-cucumber-core/Makefile | 4 | ||||
-rw-r--r-- | devel/rubygem-cucumber-core/distinfo | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/devel/rubygem-cucumber-core/Makefile b/devel/rubygem-cucumber-core/Makefile index 1d2fc2126bdf..194cf37c0bd3 100644 --- a/devel/rubygem-cucumber-core/Makefile +++ b/devel/rubygem-cucumber-core/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cucumber-core -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,7 +12,7 @@ COMMENT= Core library for the Cucumber BDD app LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-gherkin>=3.2.0:textproc/rubygem-gherkin +RUN_DEPENDS= rubygem-gherkin>=4.0:textproc/rubygem-gherkin NO_ARCH= yes USE_RUBY= yes diff --git a/devel/rubygem-cucumber-core/distinfo b/devel/rubygem-cucumber-core/distinfo index 22079cda7f4b..a33f63e99ac3 100644 --- a/devel/rubygem-cucumber-core/distinfo +++ b/devel/rubygem-cucumber-core/distinfo @@ -1,2 +1,3 @@ -SHA256 (rubygem/cucumber-core-1.4.0.gem) = 683809be76902c34d056a4554d2ef1c060d256d222e9d304f50926fbf2840538 -SIZE (rubygem/cucumber-core-1.4.0.gem) = 44544 +TIMESTAMP = 1466892117 +SHA256 (rubygem/cucumber-core-1.5.0.gem) = 594a30969a33f03693915db7eaa2a137e45fed76d9ae19ed7b96a4bbb1764262 +SIZE (rubygem/cucumber-core-1.5.0.gem) = 45056 |