diff options
author | taca <taca@pkgsrc.org> | 2017-06-21 13:38:21 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-06-21 13:38:21 +0000 |
commit | 6526bb0cda3fd60a405eb27659bc2413a76ef917 (patch) | |
tree | ef4fcfcafa99624e6971cde2adb8fd2f39a2497a /textproc | |
parent | 5a840162ad3226468ce618e2971d2f1622a999dd (diff) | |
download | pkgsrc-6526bb0cda3fd60a405eb27659bc2413a76ef917.tar.gz |
Update ruby-stringex to 2.7.1.
No exact changes are available. Please refer commit log:
<https://github.com/rsl/stringex/commits/master>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ruby-stringex/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-stringex/PLIST | 68 | ||||
-rw-r--r-- | textproc/ruby-stringex/distinfo | 10 |
3 files changed, 71 insertions, 11 deletions
diff --git a/textproc/ruby-stringex/Makefile b/textproc/ruby-stringex/Makefile index 8b32ceddea5..6a82ff519a9 100644 --- a/textproc/ruby-stringex/Makefile +++ b/textproc/ruby-stringex/Makefile @@ -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 diff --git a/textproc/ruby-stringex/PLIST b/textproc/ruby-stringex/PLIST index 28319644143..f04abc72136 100644 --- a/textproc/ruby-stringex/PLIST +++ b/textproc/ruby-stringex/PLIST @@ -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/xfc.yml ${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 --git a/textproc/ruby-stringex/distinfo b/textproc/ruby-stringex/distinfo index 271af4197f4..aeff55d4d54 100644 --- a/textproc/ruby-stringex/distinfo +++ b/textproc/ruby-stringex/distinfo @@ -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 |