diff -Nru ruby-stringex-2.7.1/debian/changelog ruby-stringex-2.8.4/debian/changelog --- ruby-stringex-2.7.1/debian/changelog 2017-08-29 02:58:11.000000000 +0000 +++ ruby-stringex-2.8.4/debian/changelog 2018-03-16 15:01:18.000000000 +0000 @@ -1,3 +1,20 @@ +ruby-stringex (2.8.4-1) unstable; urgency=medium + + * Team upload. + + [ HIGUCHI Daisuke (VDR dai) ] + * New upstream release + * install stringex locales + * support autopkgtest + * Move Vcs-* to salsa.debian.org + * eliminate lintian warning: homepage-field-uses-insecure-uri + * eliminate lintian warning: debian-watch-uses-insecure-uri + * eliminate lintian warning: insecure-copyright-format-uri + * upgrade debhelper to 11. + * bump up Standards-Version 4.1.3. + + -- HIGUCHI Daisuke (VDR dai) Sat, 17 Mar 2018 00:01:18 +0900 + ruby-stringex (2.7.1-1) unstable; urgency=medium [ Cédric Boutillier ] diff -Nru ruby-stringex-2.7.1/debian/compat ruby-stringex-2.8.4/debian/compat --- ruby-stringex-2.7.1/debian/compat 2017-08-28 23:01:16.000000000 +0000 +++ ruby-stringex-2.8.4/debian/compat 2018-03-16 14:55:32.000000000 +0000 @@ -1 +1 @@ -9 +11 diff -Nru ruby-stringex-2.7.1/debian/control ruby-stringex-2.8.4/debian/control --- ruby-stringex-2.7.1/debian/control 2017-08-29 02:58:00.000000000 +0000 +++ ruby-stringex-2.8.4/debian/control 2018-03-16 14:55:28.000000000 +0000 @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI -Build-Depends: debhelper (>= 10~), +Build-Depends: debhelper (>= 11~), gem2deb, rake, ruby-activerecord, @@ -12,10 +12,10 @@ ruby-redcloth, ruby-sqlite3, ruby-test-unit -Standards-Version: 4.0.0 -Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-stringex.git -Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-stringex.git -Homepage: http://github.com/rsl/stringex +Standards-Version: 4.1.3 +Vcs-Git: https://salsa.debian.org/ruby-team/ruby-stringex.git +Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-stringex +Homepage: https://github.com/rsl/stringex XS-Ruby-Versions: all Package: ruby-stringex diff -Nru ruby-stringex-2.7.1/debian/copyright ruby-stringex-2.8.4/debian/copyright --- ruby-stringex-2.7.1/debian/copyright 2017-08-28 23:01:16.000000000 +0000 +++ ruby-stringex-2.8.4/debian/copyright 2018-03-16 14:54:58.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: stringex Source: https://github.com/rsl/stringex/ diff -Nru ruby-stringex-2.7.1/debian/patches/modify_stringex_locales_path.patch ruby-stringex-2.8.4/debian/patches/modify_stringex_locales_path.patch --- ruby-stringex-2.7.1/debian/patches/modify_stringex_locales_path.patch 1970-01-01 00:00:00.000000000 +0000 +++ ruby-stringex-2.8.4/debian/patches/modify_stringex_locales_path.patch 2018-03-16 14:56:41.000000000 +0000 @@ -0,0 +1,18 @@ +Description: modify stringex locales path +Author: HIGUCHI Daisuke (VDR dai) +Forwarded: not-needed +Last-Update: 2018-03-16 + +Index: ruby-stringex/lib/stringex/localization/backend/i18n.rb +=================================================================== +--- ruby-stringex.orig/lib/stringex/localization/backend/i18n.rb ++++ ruby-stringex/lib/stringex/localization/backend/i18n.rb +@@ -2,7 +2,7 @@ module Stringex + module Localization + module Backend + class I18n < Base +- LOAD_PATH_BASE = File.join(File.expand_path(File.dirname(__FILE__)), '..', '..', '..', '..', 'locales') ++ LOAD_PATH_BASE = File.join(File.expand_path(File.dirname(__FILE__)), '..', '..', 'locales') + + class << self + def reset! diff -Nru ruby-stringex-2.7.1/debian/patches/series ruby-stringex-2.8.4/debian/patches/series --- ruby-stringex-2.7.1/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ ruby-stringex-2.8.4/debian/patches/series 2018-03-16 14:31:26.000000000 +0000 @@ -0,0 +1 @@ +modify_stringex_locales_path.patch diff -Nru ruby-stringex-2.7.1/debian/rules ruby-stringex-2.8.4/debian/rules --- ruby-stringex-2.7.1/debian/rules 2017-08-28 23:01:16.000000000 +0000 +++ ruby-stringex-2.8.4/debian/rules 2018-03-16 14:39:30.000000000 +0000 @@ -13,3 +13,11 @@ %: dh $@ --buildsystem=ruby --with ruby + +override_dh_auto_build: + cp -pr $(CURDIR)/locales $(CURDIR)/lib/stringex/ + dh_auto_build + +override_dh_auto_clean: + -rm -rf $(CURDIR)/lib/stringex/locales + dh_auto_clean diff -Nru ruby-stringex-2.7.1/debian/tests/control ruby-stringex-2.8.4/debian/tests/control --- ruby-stringex-2.7.1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ ruby-stringex-2.8.4/debian/tests/control 2018-03-16 15:01:18.000000000 +0000 @@ -0,0 +1,2 @@ +Test-Command: gem2deb-test-runner --check-dependencies --autopkgtest 2>&1 +Depends: @, gem2deb-test-runner, ruby-activerecord, ruby-i18n, ruby-minitest, ruby-redcloth, ruby-sqlite3, ruby-test-unit diff -Nru ruby-stringex-2.7.1/debian/watch ruby-stringex-2.8.4/debian/watch --- ruby-stringex-2.7.1/debian/watch 2017-08-28 23:01:16.000000000 +0000 +++ ruby-stringex-2.8.4/debian/watch 2018-03-16 14:54:10.000000000 +0000 @@ -1,2 +1,2 @@ version=3 -http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/stringex .*/stringex-(.*).tar.gz +https://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/stringex .*/stringex-(.*).tar.gz diff -Nru ruby-stringex-2.7.1/Gemfile ruby-stringex-2.8.4/Gemfile --- ruby-stringex-2.7.1/Gemfile 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/Gemfile 2018-03-16 14:00:59.000000000 +0000 @@ -23,7 +23,7 @@ group :development do # Standard gems across gemfiles - gem 'jeweler', '2.0.1' + gem 'jeweler', '2.3.7' gem 'travis-lint', '1.7.0' # Can I state that I really dislike camelcased gem names? gem 'RedCloth', '4.2.9' @@ -31,7 +31,7 @@ gem 'test-unit', '3.0.9' if activerecord? - gem 'activerecord', '4.0.3' + gem 'activerecord', '5.1.4' end if datamapper? @@ -46,6 +46,6 @@ gem 'i18n', '0.6.1' else # Everyone else can get the most up-to-date I18n - gem 'i18n', '0.6.9' + gem 'i18n', '0.7.0' end end diff -Nru ruby-stringex-2.7.1/lib/stringex/acts_as_url/adapter/data_mapper.rb ruby-stringex-2.8.4/lib/stringex/acts_as_url/adapter/data_mapper.rb --- ruby-stringex-2.7.1/lib/stringex/acts_as_url/adapter/data_mapper.rb 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/acts_as_url/adapter/data_mapper.rb 2018-03-16 14:00:59.000000000 +0000 @@ -40,10 +40,6 @@ instance.class.key.first.instance_variable_get '@name' end - def read_attribute(instance, attribute) - instance.attributes[attribute] - end - def url_owners @url_owners ||= url_owners_class.all(conditions: url_owner_conditions) end diff -Nru ruby-stringex-2.7.1/lib/stringex/acts_as_url.rb ruby-stringex-2.8.4/lib/stringex/acts_as_url.rb --- ruby-stringex-2.7.1/lib/stringex/acts_as_url.rb 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/acts_as_url.rb 2018-03-16 14:00:59.000000000 +0000 @@ -4,7 +4,7 @@ module Stringex module ActsAsUrl # :nodoc: def self.configure(&block) - Stringex::Configuration::ActsAsUrl.configure &block + Stringex::Configuration::ActsAsUrl.configure(&block) end def self.unconfigure! diff -Nru ruby-stringex-2.7.1/lib/stringex/localization/backend/i18n.rb ruby-stringex-2.8.4/lib/stringex/localization/backend/i18n.rb --- ruby-stringex-2.7.1/lib/stringex/localization/backend/i18n.rb 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/localization/backend/i18n.rb 2018-03-16 14:00:59.000000000 +0000 @@ -47,7 +47,6 @@ def load_translations(locale = nil) locale ||= self.locale - path = Dir[File.join(LOAD_PATH_BASE, "#{locale}.yml")] ::I18n.load_path |= Dir[File.join(LOAD_PATH_BASE, "#{locale}.yml")] ::I18n.backend.load_translations reset_translations_cache diff -Nru ruby-stringex-2.7.1/lib/stringex/localization/conversion_expressions.rb ruby-stringex-2.8.4/lib/stringex/localization/conversion_expressions.rb --- ruby-stringex-2.7.1/lib/stringex/localization/conversion_expressions.rb 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/localization/conversion_expressions.rb 2018-03-16 14:00:59.000000000 +0000 @@ -91,7 +91,7 @@ }.call HTML_TAG = Proc.new(){ - name = /[\w:_-]+/ + name = /[\w:-]+/ value = /([A-Za-z0-9]+|('[^']*?'|"[^"]*?"))/ attr = /(#{name}(\s*=\s*#{value})?)/ /<[!\/?\[]?(#{name}|--)(\s+(#{attr}(\s+#{attr})*))?\s*([!\/?\]]+|--)?>/ diff -Nru ruby-stringex-2.7.1/lib/stringex/localization/converter.rb ruby-stringex-2.8.4/lib/stringex/localization/converter.rb --- ruby-stringex-2.7.1/lib/stringex/localization/converter.rb 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/localization/converter.rb 2018-03-16 14:00:59.000000000 +0000 @@ -37,7 +37,7 @@ end def normalize_currency! - string.gsub! /(\d+),(\d+)/, '\1\2' + string.gsub!(/(\d+),(\d+)/, '\1\2') end def smart_strip! diff -Nru ruby-stringex-2.7.1/lib/stringex/localization.rb ruby-stringex-2.8.4/lib/stringex/localization.rb --- ruby-stringex-2.7.1/lib/stringex/localization.rb 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/localization.rb 2018-03-16 14:00:59.000000000 +0000 @@ -83,7 +83,7 @@ def convert(string, options = {}, &block) converter = Converter.new(string, options) - converter.instance_exec &block + converter.instance_exec(&block) converter.smart_strip! converter.string end diff -Nru ruby-stringex-2.7.1/lib/stringex/string_extensions.rb ruby-stringex-2.8.4/lib/stringex/string_extensions.rb --- ruby-stringex-2.7.1/lib/stringex/string_extensions.rb 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/string_extensions.rb 2018-03-16 14:00:59.000000000 +0000 @@ -3,7 +3,7 @@ module Stringex module StringExtensions def self.configure(&block) - Stringex::Configuration::StringExtensions.configure &block + Stringex::Configuration::StringExtensions.configure(&block) end def self.unconfigure! diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x05.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x05.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x05.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x05.yml 2018-03-16 14:00:59.000000000 +0000 @@ -137,7 +137,7 @@ - ew - '[?]' - . -- - +- '-' - '[?]' - '[?]' - '[?]' diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x07.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x07.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x07.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x07.yml 2018-03-16 14:00:59.000000000 +0000 @@ -4,7 +4,7 @@ - ',' - '!' - '!' -- - +- '-' - ',' - ',' - ; diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x09.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x09.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x09.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x09.yml 2018-03-16 14:00:59.000000000 +0000 @@ -16,7 +16,7 @@ - e - e - ai -- oN +- 'oN' - o - o - au @@ -72,7 +72,7 @@ - e - e - ai -- oN +- 'oN' - o - o - au diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x0a.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x0a.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x0a.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x0a.yml 2018-03-16 14:00:59.000000000 +0000 @@ -144,7 +144,7 @@ - '[?]' - e - ai -- oN +- 'oN' - '[?]' - o - au @@ -200,7 +200,7 @@ - '[?]' - e - ai -- oN +- 'oN' - '[?]' - o - au diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x0f.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x0f.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x0f.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x0f.yml 2018-03-16 14:00:59.000000000 +0000 @@ -10,7 +10,7 @@ - ' // ' - ' * ' - '' -- - +- '-' - ' / ' - ' / ' - ' // ' diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x12.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x12.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x12.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x12.yml 2018-03-16 14:00:59.000000000 +0000 @@ -149,7 +149,7 @@ - naa - nee - ne -- no +- 'no' - nwa - nya - nyu diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x13.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x13.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x13.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x13.yml 2018-03-16 14:00:59.000000000 +0000 @@ -194,7 +194,7 @@ - nah - ne - ni -- no +- 'no' - nu - nv - qua diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x14.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x14.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x14.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x14.yml 2018-03-16 14:00:59.000000000 +0000 @@ -44,7 +44,7 @@ - l - en - in -- on +- 'on' - an - pe - paai @@ -195,7 +195,7 @@ - naai - ni - nii -- no +- 'no' - noo - noo - na diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x15.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x15.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x15.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x15.yml 2018-03-16 14:00:59.000000000 +0000 @@ -185,7 +185,7 @@ - wa - ne - ni -- no +- 'no' - na - ke - ki diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x16.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x16.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x16.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x16.yml 2018-03-16 14:00:59.000000000 +0000 @@ -2,7 +2,7 @@ - kka - kk - nu -- no +- 'no' - ne - nee - ni @@ -175,7 +175,7 @@ - o - o - oe -- on +- 'on' - r - k - c diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x18.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x18.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x18.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x18.yml 2018-03-16 14:00:59.000000000 +0000 @@ -6,7 +6,7 @@ - ': ' - ' // ' - '' -- - +- '-' - ', ' - '. ' - '' @@ -66,7 +66,7 @@ - lh - zh - ch -- - +- '-' - e - i - o diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x20.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x20.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x20.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x20.yml 2018-03-16 14:00:59.000000000 +0000 @@ -61,9 +61,9 @@ - '*' - '!!' - '?!' -- - +- '-' - _ -- - +- '-' - '^' - '***' - -- @@ -122,7 +122,7 @@ - 8 - 9 - + -- - +- '-' - = - ( - ) @@ -138,7 +138,7 @@ - 8 - 9 - + -- - +- '-' - = - ( - ) diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x21.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x21.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x21.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x21.yml 2018-03-16 14:00:59.000000000 +0000 @@ -143,37 +143,37 @@ - '[?]' - '[?]' - '[?]' -- - +- '-' - '|' -- - +- '-' - '|' -- - +- '-' - '|' - \ - / - \ - / -- - -- - +- '-' +- '-' - '~' - '~' -- - +- '-' - '|' -- - +- '-' - '|' -- - -- - -- - +- '-' +- '-' +- '-' - '|' -- - +- '-' - '|' - '|' -- - -- - -- - -- - -- - -- - +- '-' +- '-' +- '-' +- '-' +- '-' +- '-' - '|' - '|' - '|' @@ -187,12 +187,12 @@ - = - V - '^' -- - -- - +- '-' +- '-' - '|' - '|' -- - -- - +- '-' +- '-' - '|' - '|' - = @@ -223,15 +223,15 @@ - '~' - '|' - '|' -- - +- '-' - '|' -- - +- '-' - '|' -- - -- - -- - +- '-' +- '-' +- '-' - '|' -- - +- '-' - '|' - '|' - '|' @@ -239,7 +239,7 @@ - '|' - '|' - '|' -- - +- '-' - \ - \ - '|' diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x25.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x25.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x25.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x25.yml 2018-03-16 14:00:59.000000000 +0000 @@ -1,14 +1,14 @@ --- -- - -- - +- '-' +- '-' - '|' - '|' -- - -- - +- '-' +- '-' - '|' - '|' -- - -- - +- '-' +- '-' - '|' - '|' - + @@ -75,11 +75,11 @@ - + - + - + -- - -- - +- '-' +- '-' - '|' - '|' -- - +- '-' - '|' - + - + @@ -115,17 +115,17 @@ - / - \ - X -- - +- '-' - '|' -- - +- '-' - '|' -- - +- '-' - '|' -- - +- '-' - '|' -- - +- '-' - '|' -- - +- '-' - '|' - '#' - '#' @@ -147,7 +147,7 @@ - '#' - '#' - '#' -- - +- '-' - '|' - '[?]' - '[?]' diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x28.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x28.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x28.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x28.yml 2018-03-16 14:00:59.000000000 +0000 @@ -35,7 +35,7 @@ - '*' - 5 - < -- - +- '-' - u - 8 - v diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x30.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x30.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x30.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x30.yml 2018-03-16 14:00:59.000000000 +0000 @@ -109,7 +109,7 @@ - ni - nu - ne -- no +- 'no' - ha - ba - pa @@ -205,7 +205,7 @@ - ni - nu - ne -- no +- 'no' - ha - ba - pa diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x32.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x32.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/x32.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/x32.yml 2018-03-16 14:00:59.000000000 +0000 @@ -231,7 +231,7 @@ - ni - nu - ne -- no +- 'no' - ha - hi - hu diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xa1.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xa1.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xa1.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xa1.yml 2018-03-16 14:00:59.000000000 +0000 @@ -139,7 +139,7 @@ - nuop - not - nox -- no +- 'no' - nop - nex - ne diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xb1.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xb1.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xb1.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xb1.yml 2018-03-16 14:00:59.000000000 +0000 @@ -119,7 +119,7 @@ - nyet - nyep - nyeh -- no +- 'no' - nog - nogg - nogs diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xc6.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xc6.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xc6.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xc6.yml 2018-03-16 14:00:59.000000000 +0000 @@ -26,7 +26,7 @@ - yem - yeb - yebs -- yes +- 'yes' - yess - yeng - yej @@ -39,7 +39,7 @@ - og - ogg - ogs -- on +- 'on' - onj - onh - od diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xfe.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xfe.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xfe.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xfe.yml 2018-03-16 14:00:59.000000000 +0000 @@ -49,7 +49,7 @@ - '[?]' - .. - -- -- - +- '-' - _ - _ - ( @@ -87,7 +87,7 @@ - ':' - '?' - '!' -- - +- '-' - ( - ) - '{' @@ -98,7 +98,7 @@ - '&' - '*' - + -- - +- '-' - < - '>' - = diff -Nru ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xff.yml ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xff.yml --- ruby-stringex-2.7.1/lib/stringex/unidecoder_data/xff.yml 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/lib/stringex/unidecoder_data/xff.yml 2018-03-16 14:00:59.000000000 +0000 @@ -12,7 +12,7 @@ - '*' - + - ',' -- - +- '-' - . - / - 0 @@ -136,7 +136,7 @@ - ni - nu - ne -- no +- 'no' - ha - hi - hu @@ -226,15 +226,15 @@ - /C - PS - '!' -- - +- '-' - '|' - Y= - W= - '[?]' - '|' -- - +- '-' - '|' -- - +- '-' - '|' - '#' - O diff -Nru ruby-stringex-2.7.1/stringex.gemspec ruby-stringex-2.8.4/stringex.gemspec --- ruby-stringex-2.7.1/stringex.gemspec 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/stringex.gemspec 2018-03-16 14:00:59.000000000 +0000 @@ -2,18 +2,18 @@ # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: stringex 2.7.1 ruby lib +# stub: stringex 2.8.4 ruby lib Gem::Specification.new do |s| - s.name = "stringex" - s.version = "2.7.1" + s.name = "stringex".freeze + s.version = "2.8.4" - s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= - s.require_paths = ["lib"] - s.authors = ["Russell Norris"] - s.date = "2017-02-10" - s.description = "Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class]." - s.email = "rsl@luckysneaks.com" + s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= + s.require_paths = ["lib".freeze] + s.authors = ["Russell Norris".freeze] + s.date = "2018-03-13" + s.description = "Some [hopefully] useful extensions to Ruby's String class. Stringex is made up of three libraries: ActsAsUrl [permalink solution with better character translation], Unidecoder [Unicode to ASCII transliteration], and StringExtensions [miscellaneous helper methods for the String class].".freeze + s.email = "rsl@luckysneaks.com".freeze s.extra_rdoc_files = [ "MIT-LICENSE", "README.rdoc" @@ -272,40 +272,40 @@ "test/unit/unidecoder_test.rb", "test/unit/version_test.rb" ] - s.homepage = "http://github.com/rsl/stringex" - s.licenses = ["MIT"] - s.rdoc_options = ["--main", "README.rdoc", "--charset", "utf-8", "--line-numbers"] - s.rubygems_version = "2.2.2" - s.summary = "Some [hopefully] useful extensions to Ruby's String class" + s.homepage = "http://github.com/rsl/stringex".freeze + s.licenses = ["MIT".freeze] + s.rdoc_options = ["--main".freeze, "README.rdoc".freeze, "--charset".freeze, "utf-8".freeze, "--line-numbers".freeze] + s.rubygems_version = "2.7.3".freeze + s.summary = "Some [hopefully] useful extensions to Ruby's String class".freeze if s.respond_to? :specification_version then s.specification_version = 4 if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then - s.add_development_dependency(%q, ["= 2.0.1"]) - s.add_development_dependency(%q, ["= 1.7.0"]) - s.add_development_dependency(%q, ["= 4.2.9"]) - s.add_development_dependency(%q, ["= 1.3.10"]) - s.add_development_dependency(%q, ["= 3.0.9"]) - s.add_development_dependency(%q, ["= 4.0.3"]) - s.add_development_dependency(%q, ["= 0.6.9"]) + s.add_development_dependency(%q.freeze, ["= 2.3.7"]) + s.add_development_dependency(%q.freeze, ["= 1.7.0"]) + s.add_development_dependency(%q.freeze, ["= 4.2.9"]) + s.add_development_dependency(%q.freeze, ["= 1.3.10"]) + s.add_development_dependency(%q.freeze, ["= 3.0.9"]) + s.add_development_dependency(%q.freeze, ["= 5.1.4"]) + s.add_development_dependency(%q.freeze, ["= 0.7.0"]) else - s.add_dependency(%q, ["= 2.0.1"]) - s.add_dependency(%q, ["= 1.7.0"]) - s.add_dependency(%q, ["= 4.2.9"]) - s.add_dependency(%q, ["= 1.3.10"]) - s.add_dependency(%q, ["= 3.0.9"]) - s.add_dependency(%q, ["= 4.0.3"]) - s.add_dependency(%q, ["= 0.6.9"]) + s.add_dependency(%q.freeze, ["= 2.3.7"]) + s.add_dependency(%q.freeze, ["= 1.7.0"]) + s.add_dependency(%q.freeze, ["= 4.2.9"]) + s.add_dependency(%q.freeze, ["= 1.3.10"]) + s.add_dependency(%q.freeze, ["= 3.0.9"]) + s.add_dependency(%q.freeze, ["= 5.1.4"]) + s.add_dependency(%q.freeze, ["= 0.7.0"]) end else - s.add_dependency(%q, ["= 2.0.1"]) - s.add_dependency(%q, ["= 1.7.0"]) - s.add_dependency(%q, ["= 4.2.9"]) - s.add_dependency(%q, ["= 1.3.10"]) - s.add_dependency(%q, ["= 3.0.9"]) - s.add_dependency(%q, ["= 4.0.3"]) - s.add_dependency(%q, ["= 0.6.9"]) + s.add_dependency(%q.freeze, ["= 2.3.7"]) + s.add_dependency(%q.freeze, ["= 1.7.0"]) + s.add_dependency(%q.freeze, ["= 4.2.9"]) + s.add_dependency(%q.freeze, ["= 1.3.10"]) + s.add_dependency(%q.freeze, ["= 3.0.9"]) + s.add_dependency(%q.freeze, ["= 5.1.4"]) + s.add_dependency(%q.freeze, ["= 0.7.0"]) end end diff -Nru ruby-stringex-2.7.1/VERSION ruby-stringex-2.8.4/VERSION --- ruby-stringex-2.7.1/VERSION 2017-06-16 03:03:39.000000000 +0000 +++ ruby-stringex-2.8.4/VERSION 2018-03-16 14:00:59.000000000 +0000 @@ -1 +1 @@ -2.7.1 \ No newline at end of file +2.8.4 \ No newline at end of file