[DRE-commits] [ruby-i18n] 01/06: Merge tag 'upstream/0.7.0'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Tue Jul 28 18:45:44 UTC 2015


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch master
in repository ruby-i18n.

commit 989d297d8882c62fe6e1a557e048a222c5b97317
Merge: 2ac387b 1d533a0
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Tue Jul 28 22:06:26 2015 +0530

    Merge tag 'upstream/0.7.0'
    
    Upstream version 0.7.0
    
    # gpg: Signature made Tuesday 28 July 2015 10:06:20 PM IST using RSA key ID 4512C22A
    # gpg: Good signature from "Praveen Arimbrathodiyil (piratepin) <praveen at debian.org>"
    # gpg:                 aka "Pirate Praveen (pirates.org.in) <praveen at onenetbeyond.org>"
    # gpg:                 aka "Pirate Praveen (piratesin) <me at j4v4m4n.in>"
    # gpg:                 aka "Pirate Praveen (PP) <praveen at privacyrequired.com>"
    # gpg:                 aka "Praveen Arimbrathodiyil (j4v4m4n) <pravi.a at gmail.com>"

 README.md                                          |  29 +---
 gemfiles/Gemfile.rails-2.3.x                       |  11 --
 gemfiles/Gemfile.rails-2.3.x.lock                  |  30 ----
 gemfiles/Gemfile.rails-3.0.x                       |  11 --
 gemfiles/Gemfile.rails-3.0.x.lock                  |  30 ----
 gemfiles/Gemfile.rails-3.1.x.lock                  |  30 ----
 gemfiles/Gemfile.rails-3.2.x                       |   2 -
 gemfiles/Gemfile.rails-3.2.x.lock                  |  14 +-
 gemfiles/Gemfile.rails-4.0.x                       |   2 -
 gemfiles/Gemfile.rails-4.0.x.lock                  |  18 +--
 gemfiles/Gemfile.rails-4.1.x                       |   2 -
 gemfiles/Gemfile.rails-4.1.x.lock                  |  18 +--
 .../{Gemfile.rails-3.1.x => Gemfile.rails-4.2.x}   |   4 +-
 ...e.rails-4.1.x.lock => Gemfile.rails-4.2.x.lock} |  22 ++-
 .../{Gemfile.rails-3.1.x => Gemfile.rails-master}  |   4 +-
 ....rails-4.1.x.lock => Gemfile.rails-master.lock} |  36 ++---
 lib/i18n.rb                                        |  37 +----
 lib/i18n/backend/base.rb                           |   1 -
 lib/i18n/backend/chain.rb                          |  18 ++-
 lib/i18n/backend/interpolation_compiler.rb         |   2 +-
 lib/i18n/backend/key_value.rb                      |   1 -
 lib/i18n/config.rb                                 |  22 ++-
 lib/i18n/core_ext/string/interpolate.rb            | 110 +--------------
 lib/i18n/exceptions.rb                             |  32 +----
 lib/i18n/tests/lookup.rb                           |   2 +-
 lib/i18n/version.rb                                |   2 +-
 metadata.yml                                       |  50 +++----
 test/all.rb                                        |   8 --
 test/api/key_value_test.rb                         |   8 +-
 test/api/memoize_test.rb                           |   8 +-
 test/api/override_test.rb                          |   5 +-
 test/backend/cache_test.rb                         |   1 +
 test/backend/cascade_test.rb                       |   1 +
 test/backend/chain_test.rb                         |  27 +++-
 test/backend/exceptions_test.rb                    |   1 +
 test/backend/fallbacks_test.rb                     |  10 +-
 test/backend/key_value_test.rb                     |   7 +-
 test/backend/memoize_test.rb                       |   4 +-
 test/backend/metadata_test.rb                      |   1 +
 test/backend/pluralization_test.rb                 |   1 +
 test/backend/simple_test.rb                        |   3 +-
 test/backend/transliterator_test.rb                |   9 +-
 test/core_ext/string/interpolate_test.rb           |  99 -------------
 test/gettext/api_test.rb                           |   1 +
 test/gettext/backend_test.rb                       | 155 ++++++++++-----------
 test/i18n/exceptions_test.rb                       |  15 --
 test/i18n/interpolate_test.rb                      |   3 +-
 test/i18n/load_path_test.rb                        |   1 +
 test/i18n_test.rb                                  |  47 +++++++
 test/locale/fallbacks_test.rb                      |   5 +-
 test/locale/tag/rfc4646_test.rb                    |   1 +
 test/run_all.rb                                    |   2 +-
 test/test_helper.rb                                |  61 +++-----
 53 files changed, 324 insertions(+), 700 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-i18n.git



More information about the Pkg-ruby-extras-commits mailing list