Add rubygem-cucumber-expressions 4.0.3

Cucumber Expressions are simple patterns for matching Step Definitions with
Gherkin steps.

Cucumber Expressions offer similar functionality to Regular Expressions, with
the following improvements:
- Improved readability
- Custom parameter types
- Expression generation

WWW: https://github.com/cucumber/cucumber-expressions-ruby
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-09-28 10:39:37 +00:00
parent 76d52cf319
commit f9691252a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=450814
4 changed files with 32 additions and 0 deletions

View file

@ -5376,6 +5376,7 @@
SUBDIR += rubygem-cri
SUBDIR += rubygem-cucumber
SUBDIR += rubygem-cucumber-core
SUBDIR += rubygem-cucumber-expressions
SUBDIR += rubygem-cucumber-tag_expressions
SUBDIR += rubygem-cucumber-wire
SUBDIR += rubygem-curses

View file

@ -0,0 +1,18 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= cucumber-expressions
PORTVERSION= 4.0.3
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Cucumber Expressions for Ruby
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1506593056
SHA256 (rubygem/cucumber-expressions-4.0.3.gem) = f7ea9e2f319e31620a87cf98d775ad0427cf420c11d9f1f51284c7d01e29b539
SIZE (rubygem/cucumber-expressions-4.0.3.gem) = 16384

View file

@ -0,0 +1,10 @@
Cucumber Expressions are simple patterns for matching Step Definitions with
Gherkin steps.
Cucumber Expressions offer similar functionality to Regular Expressions, with
the following improvements:
- Improved readability
- Custom parameter types
- Expression generation
WWW: https://github.com/cucumber/cucumber-expressions-ruby