[DRE-commits] [ruby-i18n] branch master updated (2ac387b -> 435294f)
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 change to branch master
in repository ruby-i18n.
from 2ac387b Add patch
adds 1d533a0 Imported Upstream version 0.7.0
new 989d297 Merge tag 'upstream/0.7.0'
new d43e1a9 update changelog
new 1613858 refresh patch modified: debian/patches/revert-available-locales-cache.patch
new b305ceb update changelog
new 5cf3a2c use ruby-tests.rb
new 435294f refresh patches
The 6 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.md | 29 +---
debian/changelog | 9 ++
debian/patches/i18n_set.patch | 22 ---
.../patches/revert-available-locales-cache.patch | 26 ++--
debian/patches/series | 1 -
debian/patches/strip_bundler.patch | 28 ++--
debian/ruby-tests.rake | 9 ++
debian/ruby-tests.rb | 2 -
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.2.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 +++-----
60 files changed, 373 insertions(+), 748 deletions(-)
delete mode 100644 debian/patches/i18n_set.patch
create mode 100644 debian/ruby-tests.rake
delete mode 100644 debian/ruby-tests.rb
delete mode 100644 gemfiles/Gemfile.rails-2.3.x
delete mode 100644 gemfiles/Gemfile.rails-2.3.x.lock
delete mode 100644 gemfiles/Gemfile.rails-3.0.x
delete mode 100644 gemfiles/Gemfile.rails-3.0.x.lock
delete mode 100644 gemfiles/Gemfile.rails-3.1.x.lock
rename gemfiles/{Gemfile.rails-3.1.x => Gemfile.rails-4.2.x} (62%)
copy gemfiles/{Gemfile.rails-4.1.x.lock => Gemfile.rails-4.2.x.lock} (58%)
copy gemfiles/{Gemfile.rails-3.2.x => Gemfile.rails-master} (62%)
copy gemfiles/{Gemfile.rails-4.1.x.lock => Gemfile.rails-master.lock} (53%)
delete mode 100644 test/all.rb
delete mode 100644 test/core_ext/string/interpolate_test.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