[DRE-commits] [ruby-i18n] 01/05: Merge tag 'upstream/0.6.11'

Jonas Genannt jonas at brachium-system.net
Tue Jul 29 19:26:17 UTC 2014


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

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

commit 4215cac446d2d32ba41e384a02b48226971a7f62
Merge: 89acf1b a907225
Author: Jonas Genannt <jonas at brachium-system.net>
Date:   Tue Jul 29 20:54:02 2014 +0200

    Merge tag 'upstream/0.6.11'
    
    Upstream version 0.6.11
    
    # gpg: Signature made Tue 29 Jul 2014 08:54:02 PM CEST using RSA key ID 016CFFD0
    # gpg: Good signature from "Jonas Genannt <jonas at brachium-system.net>"
    # gpg:                 aka "Jonas Genannt <jonas.genannt at capi2name.de>"
    
    * tag 'upstream/0.6.11':
      Imported Upstream version 0.6.11

 README.textile => README.md                        |  54 ++++----
 ci/Gemfile.no-rails                                |   5 -
 ci/Gemfile.no-rails.lock                           |  14 ---
 ci/Gemfile.rails-2.3.x.lock                        |  23 ----
 ci/Gemfile.rails-3.x.lock                          |  23 ----
 {ci => gemfiles}/Gemfile.rails-2.3.x               |   6 +-
 gemfiles/Gemfile.rails-2.3.x.lock                  |  30 +++++
 .../Gemfile.rails-3.0.x                            |   6 +-
 gemfiles/Gemfile.rails-3.0.x.lock                  |  30 +++++
 .../Gemfile.rails-3.1.x                            |   7 +-
 gemfiles/Gemfile.rails-3.1.x.lock                  |  30 +++++
 .../Gemfile.rails-3.2.x                            |   7 +-
 gemfiles/Gemfile.rails-3.2.x.lock                  |  31 +++++
 .../Gemfile.rails-4.0.x                            |   7 +-
 gemfiles/Gemfile.rails-4.0.x.lock                  |  37 ++++++
 .../Gemfile.rails-4.1.x                            |   7 +-
 gemfiles/Gemfile.rails-4.1.x.lock                  |  38 ++++++
 lib/i18n.rb                                        |  15 +--
 lib/i18n/backend/base.rb                           |   2 +-
 lib/i18n/backend/fallbacks.rb                      |  10 +-
 lib/i18n/config.rb                                 |   9 ++
 lib/i18n/core_ext/kernel/suppress_warnings.rb      |   8 ++
 lib/i18n/core_ext/kernel/surpress_warnings.rb      |   9 --
 lib/i18n/exceptions.rb                             |   2 +-
 lib/i18n/version.rb                                |   2 +-
 metadata.yml                                       | 140 +++++----------------
 test/api/all_features_test.rb                      |   2 +-
 test/api/cascade_test.rb                           |   2 +-
 test/api/chain_test.rb                             |   2 +-
 test/api/fallbacks_test.rb                         |   2 +-
 test/api/key_value_test.rb                         |   4 +-
 test/api/memoize_test.rb                           |   6 +-
 test/api/override_test.rb                          |   7 +-
 test/api/pluralization_test.rb                     |   2 +-
 test/api/simple_test.rb                            |   2 +-
 test/backend/cache_test.rb                         |   2 +-
 test/backend/cascade_test.rb                       |   2 +-
 test/backend/chain_test.rb                         |   2 +-
 test/backend/exceptions_test.rb                    |   2 +-
 test/backend/fallbacks_test.rb                     |  27 +++-
 test/backend/interpolation_compiler_test.rb        |   9 +-
 test/backend/key_value_test.rb                     |   4 +-
 test/backend/metadata_test.rb                      |   2 +-
 test/backend/pluralization_test.rb                 |   2 +-
 test/backend/simple_test.rb                        |  12 +-
 test/backend/transliterator_test.rb                |   2 +-
 test/core_ext/hash_test.rb                         |   2 +-
 test/core_ext/string/interpolate_test.rb           |   2 +-
 test/gettext/api_test.rb                           |   2 +-
 test/gettext/backend_test.rb                       |   2 +-
 test/i18n/exceptions_test.rb                       |  12 +-
 test/i18n/interpolate_test.rb                      |   4 +-
 test/i18n/load_path_test.rb                        |   2 +-
 test/i18n_test.rb                                  |  25 +++-
 test/locale/fallbacks_test.rb                      |   4 +-
 test/locale/tag/rfc4646_test.rb                    |   6 +-
 test/locale/tag/simple_test.rb                     |   2 +-
 test/run_all.rb                                    |  25 ++--
 test/test_helper.rb                                |  60 ++++++---
 59 files changed, 461 insertions(+), 334 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