[DRE-commits] [ruby-i18n] branch master updated (89acf1b -> fe643e8)

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 change to branch master
in repository ruby-i18n.

      from  89acf1b   update for release
      adds  a907225   Imported Upstream version 0.6.11
       new  4215cac   Merge tag 'upstream/0.6.11'
       new  7c645da   removed fix_mocha.patch, included by upstream
       new  5cb83c3   refreshed strip_bundler patch
       new  d72eeff   d/docs: upstream change readme name
       new  fe643e8   added patch for missing set from upstream

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 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 ----
 debian/patches/fix_mocha.patch                     |  20 ---
 debian/patches/i18n_set.patch                      |  22 ++++
 debian/patches/series                              |   2 +-
 debian/patches/strip_bundler.patch                 |  34 ++---
 debian/ruby-i18n.docs                              |   2 +-
 {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 ++++++---
 64 files changed, 502 insertions(+), 373 deletions(-)
 rename README.textile => README.md (68%)
 delete mode 100644 ci/Gemfile.no-rails
 delete mode 100644 ci/Gemfile.no-rails.lock
 delete mode 100644 ci/Gemfile.rails-2.3.x.lock
 delete mode 100644 ci/Gemfile.rails-3.x.lock
 delete mode 100644 debian/patches/fix_mocha.patch
 create mode 100644 debian/patches/i18n_set.patch
 copy {ci => gemfiles}/Gemfile.rails-2.3.x (71%)
 create mode 100644 gemfiles/Gemfile.rails-2.3.x.lock
 rename ci/Gemfile.rails-3.x => gemfiles/Gemfile.rails-3.0.x (72%)
 create mode 100644 gemfiles/Gemfile.rails-3.0.x.lock
 copy ci/Gemfile.rails-2.3.x => gemfiles/Gemfile.rails-3.1.x (59%)
 create mode 100644 gemfiles/Gemfile.rails-3.1.x.lock
 copy ci/Gemfile.rails-2.3.x => gemfiles/Gemfile.rails-3.2.x (59%)
 create mode 100644 gemfiles/Gemfile.rails-3.2.x.lock
 copy ci/Gemfile.rails-2.3.x => gemfiles/Gemfile.rails-4.0.x (59%)
 create mode 100644 gemfiles/Gemfile.rails-4.0.x.lock
 rename ci/Gemfile.rails-2.3.x => gemfiles/Gemfile.rails-4.1.x (59%)
 create mode 100644 gemfiles/Gemfile.rails-4.1.x.lock
 mode change 100755 => 100644 lib/i18n.rb
 create mode 100644 lib/i18n/core_ext/kernel/suppress_warnings.rb
 delete mode 100644 lib/i18n/core_ext/kernel/surpress_warnings.rb

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