[DRE-commits] [ruby-stringex] branch master updated (b3736e5 -> ebfc929)

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Thu May 29 16:16:30 UTC 2014


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  b3736e5   Update debian/changelog
      adds  f0fe02a   Imported Upstream version 2.2.0
      adds  fa75d4c   Imported Upstream version 2.5.2
      adds  2a19787   Merge tag 'upstream/2.5.2'
      adds  6f47246   Drop obsolete patches
      adds  ebfc929   Update test path: follow upstream changes

No new revisions were added by this update.

Summary of changes:
 Gemfile                                            |  64 +++++++----
 MIT-LICENSE                                        |   2 +-
 README.rdoc                                        |  25 ++---
 Rakefile                                           |  30 +----
 VERSION                                            |   2 +-
 checksums.yaml.gz                                  | Bin 419 -> 269 bytes
 debian/patches/0001-Drop-RubyGems-depends.patch    |  57 ----------
 debian/patches/0002-add-minitest-autorun.patch     |  15 ---
 debian/patches/series                              |   2 -
 debian/ruby-tests.rake                             |   2 +-
 lib/stringex/acts_as_url.rb                        |   8 +-
 lib/stringex/acts_as_url/adapter/base.rb           |   7 ++
 lib/stringex/configuration/acts_as_url.rb          |  10 +-
 lib/stringex/localization/backend/i18n.rb          |   8 ++
 lib/stringex/unidecoder.rb                         |  33 +++---
 locales/pl.yml                                     |  88 +++++++++++++++
 locales/{da.yml => sv.yml}                         |  68 +++++------
 metadata.yml                                       | 124 +++++----------------
 stringex.gemspec                                   |  56 ++++------
 .../adapter/{active_record.rb => activerecord.rb}  |   1 -
 .../adapter/{data_mapper.rb => datamapper.rb}      |   1 -
 test/unit/acts_as_url/adapter/mongoid.rb           |   9 +-
 test/unit/acts_as_url_integration_test.rb          |  34 +++++-
 test/unit/localization/da_test.rb                  |   4 +-
 test/unit/localization/pl_test.rb                  | 118 ++++++++++++++++++++
 test/unit/localization/ru_test.rb                  |   2 +-
 test/unit/localization/{da_test.rb => sv_test.rb}  |  90 +++++++--------
 test/unit/localization_test.rb                     |  39 +++++--
 test/unit/unicode_point_suite/basic_latin_test.rb  |   4 +-
 29 files changed, 515 insertions(+), 388 deletions(-)
 delete mode 100644 debian/patches/0001-Drop-RubyGems-depends.patch
 delete mode 100644 debian/patches/0002-add-minitest-autorun.patch
 delete mode 100644 debian/patches/series
 create mode 100644 locales/pl.yml
 copy locales/{da.yml => sv.yml} (54%)
 rename test/unit/acts_as_url/adapter/{active_record.rb => activerecord.rb} (98%)
 rename test/unit/acts_as_url/adapter/{data_mapper.rb => datamapper.rb} (99%)
 create mode 100644 test/unit/localization/pl_test.rb
 copy test/unit/localization/{da_test.rb => sv_test.rb} (54%)

-- 
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