mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
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:
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
|
@ -5376,6 +5376,7 @@
|
||||||
SUBDIR += rubygem-cri
|
SUBDIR += rubygem-cri
|
||||||
SUBDIR += rubygem-cucumber
|
SUBDIR += rubygem-cucumber
|
||||||
SUBDIR += rubygem-cucumber-core
|
SUBDIR += rubygem-cucumber-core
|
||||||
|
SUBDIR += rubygem-cucumber-expressions
|
||||||
SUBDIR += rubygem-cucumber-tag_expressions
|
SUBDIR += rubygem-cucumber-tag_expressions
|
||||||
SUBDIR += rubygem-cucumber-wire
|
SUBDIR += rubygem-cucumber-wire
|
||||||
SUBDIR += rubygem-curses
|
SUBDIR += rubygem-curses
|
||||||
|
|
18
devel/rubygem-cucumber-expressions/Makefile
Normal file
18
devel/rubygem-cucumber-expressions/Makefile
Normal 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>
|
3
devel/rubygem-cucumber-expressions/distinfo
Normal file
3
devel/rubygem-cucumber-expressions/distinfo
Normal 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
|
10
devel/rubygem-cucumber-expressions/pkg-descr
Normal file
10
devel/rubygem-cucumber-expressions/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue