pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-rails-dom-testing textproc/ruby-rails-do...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f3ad448ff51
branches: trunk
changeset: 377634:5f3ad448ff51
user: taca <taca%pkgsrc.org@localhost>
date: Wed Mar 21 09:36:55 2018 +0000
description:
textproc/ruby-rails-dom-testing: update to 2.0.3
2.0.3 2017/05/11
* Relax gem dependency
2.0.2 2016/12/27
* Allows bundling with Nokogiri 1.7.0.
2.0.1 2016/06/01
* Raise Nokogiri CSS syntax errors instead of skipping the assertion and
outputting a deprecation warning.
2.0.0 2016/05/10
* Removes deprecated assert_tag.
* Allows bundling with Rails 5.0.
* Ruby 2.3 support.
* Makes Regexps in error messages easier to read (b810e9b)
diffstat:
textproc/ruby-rails-dom-testing/Makefile | 8 +++-----
textproc/ruby-rails-dom-testing/PLIST | 6 ++----
textproc/ruby-rails-dom-testing/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 14 deletions(-)
diffs (62 lines):
diff -r c0141c49c204 -r 5f3ad448ff51 textproc/ruby-rails-dom-testing/Makefile
--- a/textproc/ruby-rails-dom-testing/Makefile Wed Mar 21 09:32:48 2018 +0000
+++ b/textproc/ruby-rails-dom-testing/Makefile Wed Mar 21 09:36:55 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/03/18 14:21:21 taca Exp $
+# $NetBSD: Makefile,v 1.6 2018/03/21 09:36:55 taca Exp $
-DISTNAME= rails-dom-testing-1.0.9
+DISTNAME= rails-dom-testing-2.0.3
CATEGORIES= textproc
MAINTAINER= minskim%NetBSD.org@localhost
@@ -10,10 +10,8 @@
DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}
DEPENDS+= ${RUBY_PKGPREFIX}-nokogiri>=1.6.0:../../textproc/ruby-nokogiri
-DEPENDS+= ${RUBY_PKGPREFIX}-rails-deprecated_sanitizer>=1.0.1:../../www/ruby-rails-deprecated_sanitizer
-OVERRIDE_GEMSPEC+= nokogiri>=1.6.0
-RUBY_RAILS_ACCEPTED= 42
+RUBY_RAILS_ACCEPTED= 51 42
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff -r c0141c49c204 -r 5f3ad448ff51 textproc/ruby-rails-dom-testing/PLIST
--- a/textproc/ruby-rails-dom-testing/PLIST Wed Mar 21 09:32:48 2018 +0000
+++ b/textproc/ruby-rails-dom-testing/PLIST Wed Mar 21 09:36:55 2018 +0000
@@ -1,6 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/19 06:12:41 minskim Exp $
+@comment $NetBSD: PLIST,v 1.2 2018/03/21 09:36:55 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/rails-dom-testing.rb
${GEM_LIBDIR}/lib/rails/dom/testing/assertions.rb
@@ -9,10 +9,8 @@
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb
${GEM_LIBDIR}/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb
-${GEM_LIBDIR}/lib/rails/dom/testing/assertions/tag_assertions.rb
${GEM_LIBDIR}/lib/rails/dom/testing/version.rb
${GEM_LIBDIR}/test/dom_assertions_test.rb
${GEM_LIBDIR}/test/selector_assertions_test.rb
-${GEM_LIBDIR}/test/tag_assertions_test.rb
${GEM_LIBDIR}/test/test_helper.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c0141c49c204 -r 5f3ad448ff51 textproc/ruby-rails-dom-testing/distinfo
--- a/textproc/ruby-rails-dom-testing/distinfo Wed Mar 21 09:32:48 2018 +0000
+++ b/textproc/ruby-rails-dom-testing/distinfo Wed Mar 21 09:36:55 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/03/04 12:06:46 taca Exp $
+$NetBSD: distinfo,v 1.3 2018/03/21 09:36:55 taca Exp $
-SHA1 (rails-dom-testing-1.0.9.gem) = 0500a0cc534cdb08ea394e1383a589a0c45b922a
-RMD160 (rails-dom-testing-1.0.9.gem) = 51b377b647483171a8397d8b41bc46cbf61237e3
-SHA512 (rails-dom-testing-1.0.9.gem) = 2882acd113f8db2eb857e09ede3950aa8e7073e5164826c8d1d0926c87a531787305a6977f352b182dd9ac1f3ad43b4a228ccf59a68fa6484845364ea082f1e7
-Size (rails-dom-testing-1.0.9.gem) = 17408 bytes
+SHA1 (rails-dom-testing-2.0.3.gem) = d7e6d2f8e3fe188b607b70ab031971490a6b3f26
+RMD160 (rails-dom-testing-2.0.3.gem) = f1b908ceaa0943772f1113dc2161b2ff3ee35b4c
+SHA512 (rails-dom-testing-2.0.3.gem) = 910549bd42e6651b7160af0a4aaffbbdeaee829aa7c3f3552a73ba985ef1230d5586f5bf723018f2cd8c6d5c6238d045a8f3e686704b6989e5a56664061f6c72
+Size (rails-dom-testing-2.0.3.gem) = 14336 bytes
Home |
Main Index |
Thread Index |
Old Index