SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
19
devel/ruby-rails-dom-testing/Makefile
Normal file
19
devel/ruby-rails-dom-testing/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= dom selector
|
||||
|
||||
DISTNAME= rails-dom-testing-2.0.3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= devel/ruby-activesupport \
|
||||
textproc/ruby-nokogiri
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-rails-dom-testing/distinfo
Normal file
2
devel/ruby-rails-dom-testing/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rails-dom-testing-2.0.3.gem) = sUDE859uYJyBExN7mmDfwuy4mGTklvh/I6aLO48S2NE=
|
||||
SIZE (rails-dom-testing-2.0.3.gem) = 14336
|
2
devel/ruby-rails-dom-testing/pkg/DESCR
Normal file
2
devel/ruby-rails-dom-testing/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This gem can compare doms and assert certain elements exists in doms using
|
||||
Nokogiri.
|
23
devel/ruby-rails-dom-testing/pkg/PLIST
Normal file
23
devel/ruby-rails-dom-testing/pkg/PLIST
Normal file
|
@ -0,0 +1,23 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/MIT-LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails-dom-testing.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions/dom_assertions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions/selector_assertions/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions/selector_assertions.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/rails/dom/testing/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/dom_assertions_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/selector_assertions_test.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue