[DRE-commits] [ruby-stringex] branch master updated (07a2b13 -> dd08fad)
Youhei SASAKI
uwabami-guest at moszumanska.debian.org
Tue Jun 21 12:38:13 UTC 2016
This is an automated email from the git hooks/post-receive script.
uwabami-guest pushed a change to branch master
in repository ruby-stringex.
from 07a2b13 Run wrap-and-sort on packaging files
adds 602ed32 Imported Upstream version 2.6.0
adds 7cde0d0 Merge tag 'upstream/2.6.0'
adds 071c99e Drop obsolete patch: merge upstream
adds dd08fad Bump Standard version: 3.9.8
No new revisions were added by this update.
Summary of changes:
Gemfile | 3 +-
README.rdoc | 15 ++-
VERSION | 2 +-
checksums.yaml.gz | Bin 269 -> 0 bytes
debian/control | 2 +-
debian/patches/new-i18n.patch | 29 -----
debian/patches/series | 1 -
lib/stringex.rb | 3 +-
lib/stringex/acts_as_url/adapter/base.rb | 12 ++-
lib/stringex/core_ext.rb | 10 ++
lib/stringex/localization/backend/i18n.rb | 7 +-
.../localization/conversion_expressions.rb | 3 +
lib/stringex/localization/converter.rb | 10 +-
lib/stringex/string_extensions.rb | 21 ++--
lib/stringex/unidecoder.rb | 15 +--
lib/stringex/unidecoder_data/x03.yml | 4 +-
locales/fr.yml | 72 +++++++++++++
locales/{da.yml => nb.yml} | 54 +++++-----
locales/{da.yml => no.yml} | 52 ++++-----
metadata.yml | 27 ++++-
stringex.gemspec | 20 ++--
test/unit/acts_as_url_integration_test.rb | 13 +++
test/unit/localization/fr_test.rb | 118 +++++++++++++++++++++
test/unit/localization_test.rb | 7 +-
test/unit/string_extensions_test.rb | 14 ++-
test/unit/unicode_point_suite/basic_greek_test.rb | 2 +-
test/unit/unidecoder_test.rb | 3 +-
27 files changed, 392 insertions(+), 127 deletions(-)
delete mode 100644 checksums.yaml.gz
delete mode 100644 debian/patches/new-i18n.patch
delete mode 100644 debian/patches/series
create mode 100644 lib/stringex/core_ext.rb
create mode 100644 locales/fr.yml
copy locales/{da.yml => nb.yml} (62%)
copy locales/{da.yml => no.yml} (63%)
create mode 100644 test/unit/localization/fr_test.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-stringex.git
More information about the Pkg-ruby-extras-commits
mailing list