Import ruby-cucumber-wire-0.0.1 as devel/ruby-cucumber-wire
Wire protocol for Cucumber.
This commit is contained in:
parent
a565bc29f2
commit
953a3e8340
4 changed files with 59 additions and 0 deletions
1
devel/ruby-cucumber-wire/DESCR
Normal file
1
devel/ruby-cucumber-wire/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Wire protocol for Cucumber.
|
12
devel/ruby-cucumber-wire/Makefile
Normal file
12
devel/ruby-cucumber-wire/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/02/20 05:52:31 minskim Exp $
|
||||
|
||||
DISTNAME= cucumber-wire-0.0.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= minskim@NetBSD.org
|
||||
HOMEPAGE= http://cucumber.io/
|
||||
COMMENT= Wire protocol for Cucumber
|
||||
LICENSE= mit
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
40
devel/ruby-cucumber-wire/PLIST
Normal file
40
devel/ruby-cucumber-wire/PLIST
Normal file
|
@ -0,0 +1,40 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2017/02/20 05:52:31 minskim Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.rspec
|
||||
${GEM_LIBDIR}/.travis.yml
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/README.md
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/cucumber-wire.gemspec
|
||||
${GEM_LIBDIR}/features/erb_configuration.feature
|
||||
${GEM_LIBDIR}/features/handle_unexpected_response.feature
|
||||
${GEM_LIBDIR}/features/invoke_message.feature
|
||||
${GEM_LIBDIR}/features/readme.md
|
||||
${GEM_LIBDIR}/features/snippets_message.feature
|
||||
${GEM_LIBDIR}/features/step_definitions/aruba_steps.rb
|
||||
${GEM_LIBDIR}/features/step_definitions/wire_steps.rb
|
||||
${GEM_LIBDIR}/features/step_matches_message.feature
|
||||
${GEM_LIBDIR}/features/support/fake_wire_server.rb
|
||||
${GEM_LIBDIR}/features/table_diffing.feature
|
||||
${GEM_LIBDIR}/features/tags.feature
|
||||
${GEM_LIBDIR}/features/timeouts.feature
|
||||
${GEM_LIBDIR}/lib/cucumber/wire.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/add_hooks_filter.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/configuration.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/connection.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/connections.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/data_packet.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/exception.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/plugin.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/protocol.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/protocol/requests.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/request_handler.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/snippet.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/step_definition.rb
|
||||
${GEM_LIBDIR}/lib/cucumber/wire/version
|
||||
${GEM_LIBDIR}/spec/cucumber/wire/configuration_spec.rb
|
||||
${GEM_LIBDIR}/spec/cucumber/wire/connection_spec.rb
|
||||
${GEM_LIBDIR}/spec/cucumber/wire/connections_spec.rb
|
||||
${GEM_LIBDIR}/spec/cucumber/wire/data_packet_spec.rb
|
||||
${GEM_LIBDIR}/spec/cucumber/wire/exception_spec.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
6
devel/ruby-cucumber-wire/distinfo
Normal file
6
devel/ruby-cucumber-wire/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/02/20 05:52:31 minskim Exp $
|
||||
|
||||
SHA1 (cucumber-wire-0.0.1.gem) = a0fc2d59ac0d1fa785a47955ef9124ba86239810
|
||||
RMD160 (cucumber-wire-0.0.1.gem) = 0111b7d70a7f48ee0234ddabe3e046ea9288ff97
|
||||
SHA512 (cucumber-wire-0.0.1.gem) = c6bae727814f6a2d1dfa8cfee9bc9e63e3bfa755f6bb070f907a24d52009dd29652ab21ea7719527a5423ddf4471208f91a388ec53555d7021abac7769b2109a
|
||||
Size (cucumber-wire-0.0.1.gem) = 16384 bytes
|
Loading…
Reference in a new issue