pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/ruby-stringex Update ruby-stringex to 2.7.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f0b2a86de7
branches:  trunk
changeset: 364153:b4f0b2a86de7
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Jun 21 13:38:21 2017 +0000

description:
Update ruby-stringex to 2.7.1.

No exact changes are available.  Please refer commit log:
<https://github.com/rsl/stringex/commits/master>

diffstat:

 textproc/ruby-stringex/Makefile |   4 +-
 textproc/ruby-stringex/PLIST    |  68 ++++++++++++++++++++++++++++++++++++++--
 textproc/ruby-stringex/distinfo |  10 +++---
 3 files changed, 71 insertions(+), 11 deletions(-)

diffs (115 lines):

diff -r c5204477d756 -r b4f0b2a86de7 textproc/ruby-stringex/Makefile
--- a/textproc/ruby-stringex/Makefile   Wed Jun 21 13:38:02 2017 +0000
+++ b/textproc/ruby-stringex/Makefile   Wed Jun 21 13:38:21 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2012/12/17 14:38:58 taca Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/21 13:38:21 taca Exp $
 
-DISTNAME=      stringex-1.5.1
+DISTNAME=      stringex-2.7.1
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r c5204477d756 -r b4f0b2a86de7 textproc/ruby-stringex/PLIST
--- a/textproc/ruby-stringex/PLIST      Wed Jun 21 13:38:02 2017 +0000
+++ b/textproc/ruby-stringex/PLIST      Wed Jun 21 13:38:21 2017 +0000
@@ -1,11 +1,33 @@
-@comment $NetBSD: PLIST,v 1.2 2012/03/18 02:46:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.3 2017/06/21 13:38:21 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
 ${GEM_LIBDIR}/MIT-LICENSE
 ${GEM_LIBDIR}/README.rdoc
 ${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/VERSION
 ${GEM_LIBDIR}/init.rb
 ${GEM_LIBDIR}/lib/stringex.rb
 ${GEM_LIBDIR}/lib/stringex/acts_as_url.rb
+${GEM_LIBDIR}/lib/stringex/acts_as_url/adapter.rb
+${GEM_LIBDIR}/lib/stringex/acts_as_url/adapter/active_record.rb
+${GEM_LIBDIR}/lib/stringex/acts_as_url/adapter/base.rb
+${GEM_LIBDIR}/lib/stringex/acts_as_url/adapter/data_mapper.rb
+${GEM_LIBDIR}/lib/stringex/acts_as_url/adapter/mongoid.rb
+${GEM_LIBDIR}/lib/stringex/configuration.rb
+${GEM_LIBDIR}/lib/stringex/configuration/acts_as_url.rb
+${GEM_LIBDIR}/lib/stringex/configuration/base.rb
+${GEM_LIBDIR}/lib/stringex/configuration/configurator.rb
+${GEM_LIBDIR}/lib/stringex/configuration/string_extensions.rb
+${GEM_LIBDIR}/lib/stringex/configuration_lite.rb
+${GEM_LIBDIR}/lib/stringex/core_ext.rb
+${GEM_LIBDIR}/lib/stringex/localization.rb
+${GEM_LIBDIR}/lib/stringex/localization/backend/base.rb
+${GEM_LIBDIR}/lib/stringex/localization/backend/i18n.rb
+${GEM_LIBDIR}/lib/stringex/localization/backend/internal.rb
+${GEM_LIBDIR}/lib/stringex/localization/conversion_expressions.rb
+${GEM_LIBDIR}/lib/stringex/localization/converter.rb
+${GEM_LIBDIR}/lib/stringex/localization/default_conversions.rb
+${GEM_LIBDIR}/lib/stringex/rails/railtie.rb
 ${GEM_LIBDIR}/lib/stringex/string_extensions.rb
 ${GEM_LIBDIR}/lib/stringex/unidecoder.rb
 ${GEM_LIBDIR}/lib/stringex/unidecoder_data/x00.yml
@@ -188,8 +210,46 @@
 ${GEM_LIBDIR}/lib/stringex/unidecoder_data/xfd.yml
 ${GEM_LIBDIR}/lib/stringex/unidecoder_data/xfe.yml
 ${GEM_LIBDIR}/lib/stringex/unidecoder_data/xff.yml
+${GEM_LIBDIR}/lib/stringex/version.rb
+${GEM_LIBDIR}/lib/stringex_lite.rb
+${GEM_LIBDIR}/locales/da.yml
+${GEM_LIBDIR}/locales/de.yml
+${GEM_LIBDIR}/locales/en.yml
+${GEM_LIBDIR}/locales/fr.yml
+${GEM_LIBDIR}/locales/nb.yml
+${GEM_LIBDIR}/locales/nl.yml
+${GEM_LIBDIR}/locales/no.yml
+${GEM_LIBDIR}/locales/pl.yml
+${GEM_LIBDIR}/locales/pt-BR.yml
+${GEM_LIBDIR}/locales/ru.yml
+${GEM_LIBDIR}/locales/sv.yml
 ${GEM_LIBDIR}/stringex.gemspec
-${GEM_LIBDIR}/test/acts_as_url_test.rb
-${GEM_LIBDIR}/test/string_extensions_test.rb
-${GEM_LIBDIR}/test/unidecoder_test.rb
+${GEM_LIBDIR}/test/performance/localization_performance_test.rb
+${GEM_LIBDIR}/test/test_helper.rb
+${GEM_LIBDIR}/test/unit/acts_as_url/adapter/activerecord.rb
+${GEM_LIBDIR}/test/unit/acts_as_url/adapter/datamapper.rb
+${GEM_LIBDIR}/test/unit/acts_as_url/adapter/mongoid.rb
+${GEM_LIBDIR}/test/unit/acts_as_url_configuration_test.rb
+${GEM_LIBDIR}/test/unit/acts_as_url_integration_test.rb
+${GEM_LIBDIR}/test/unit/localization/da_test.rb
+${GEM_LIBDIR}/test/unit/localization/de_test.rb
+${GEM_LIBDIR}/test/unit/localization/default_test.rb
+${GEM_LIBDIR}/test/unit/localization/en_test.rb
+${GEM_LIBDIR}/test/unit/localization/fr_test.rb
+${GEM_LIBDIR}/test/unit/localization/nl_test.rb
+${GEM_LIBDIR}/test/unit/localization/pl_test.rb
+${GEM_LIBDIR}/test/unit/localization/pt_br_test.rb
+${GEM_LIBDIR}/test/unit/localization/ru_test.rb
+${GEM_LIBDIR}/test/unit/localization/sv_test.rb
+${GEM_LIBDIR}/test/unit/localization_18n_failure_test.rb
+${GEM_LIBDIR}/test/unit/localization_test.rb
+${GEM_LIBDIR}/test/unit/string_extensions_configuration_test.rb
+${GEM_LIBDIR}/test/unit/string_extensions_test.rb
+${GEM_LIBDIR}/test/unit/unicode_point_suite/basic_greek_test.rb
+${GEM_LIBDIR}/test/unit/unicode_point_suite/basic_latin_test.rb
+${GEM_LIBDIR}/test/unit/unicode_point_suite/codepoint_test_helper.rb
+${GEM_LIBDIR}/test/unit/unidecoder/bad_localization.yml
+${GEM_LIBDIR}/test/unit/unidecoder/localization.yml
+${GEM_LIBDIR}/test/unit/unidecoder_test.rb
+${GEM_LIBDIR}/test/unit/version_test.rb
 ${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r c5204477d756 -r b4f0b2a86de7 textproc/ruby-stringex/distinfo
--- a/textproc/ruby-stringex/distinfo   Wed Jun 21 13:38:02 2017 +0000
+++ b/textproc/ruby-stringex/distinfo   Wed Jun 21 13:38:21 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 02:00:10 agc Exp $
+$NetBSD: distinfo,v 1.10 2017/06/21 13:38:21 taca Exp $
 
-SHA1 (stringex-1.5.1.gem) = 2d9c7b34ad075a59e17180250382de051277b61c
-RMD160 (stringex-1.5.1.gem) = c41cf3032971e62f92c171cbee2079b1b30f2fd8
-SHA512 (stringex-1.5.1.gem) = 706596816cc6f092b57546c55c7eb2a5734b569dd1666f54c70f48e444e1322336c7f8dd4f959c5e7b72fd70790c0c2d30e844224baea340766af1e77cdd25d5
-Size (stringex-1.5.1.gem) = 107520 bytes
+SHA1 (stringex-2.7.1.gem) = d462d32da69b6d65657d3e3ea436eab0128ea700
+RMD160 (stringex-2.7.1.gem) = c27790226a6e54a81243e8b1d0b7458ebe3a4bb8
+SHA512 (stringex-2.7.1.gem) = 2e53079ceaa33a7d040efcd3428601ffa0b4a1c2c231c8d068754ed4577ca610aeae46cde5d402566929cb5204a1999a287f10661a241197e6efbdadd4c928c4
+Size (stringex-2.7.1.gem) = 130048 bytes



Home | Main Index | Thread Index | Old Index