[DRE-commits] [ruby-fast-gettext] branch master updated (7369c57 -> 20ee988)

Dmitry Borodaenko angdraug at moszumanska.debian.org
Sat Oct 18 20:00:05 UTC 2014


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

angdraug pushed a change to branch master
in repository ruby-fast-gettext.

      from  7369c57   Release version 0.8.1-2
      adds  6274a6e   Imported Upstream version 0.9.0
       new  9d5482d   Merge tag 'upstream/0.9.0'
       new  db8b6e0   new upstream version 0.9.0
       new  949376f   Standards-Version upgraded to 3.9.6, no changes required
       new  20ee988   rebased patch series to 0.9.0

The 4 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:
 .travis.yml                                        |   7 ++
 Appraisals                                         |   8 --
 CHANGELOG                                          |   1 +
 Gemfile                                            |   8 +-
 Gemfile.lock                                       |  76 +++++++-----
 Rakefile                                           |   6 +-
 Readme.md                                          |   2 +-
 benchmark/base.rb                                  |   4 +-
 benchmark/baseline.rb                              |   4 +-
 benchmark/fast_gettext.rb                          |   5 +-
 benchmark/i18n_simple.rb                           |   2 +-
 benchmark/ideal.rb                                 |   4 +-
 benchmark/original.rb                              |   9 +-
 checksums.yaml.gz                                  | Bin 268 -> 0 bytes
 debian/changelog                                   |   7 ++
 debian/control                                     |   2 +-
 debian/patches/0001-fix-rspec-requires.patch       |  17 ++-
 debian/patches/0002-skip-safe-mode-test.patch      |  14 +--
 ....patch => 0003-fix-tests-with-ruby-calls.patch} |  40 ++++---
 ...ndle-PO-files-encoding-in-PoFile.to_mo_fi.patch |  21 ++++
 .../0005-fix-encoding-handling-in-pofile.patch     |  19 ---
 ...s-tests.patch => 0005-remove-bogus-tests.patch} |  19 +--
 debian/patches/series                              |   6 +-
 fast_gettext.gemspec                               |  10 +-
 gemfiles/rails23.gemfile                           |  13 +-
 gemfiles/rails23.gemfile.lock                      |  56 ---------
 gemfiles/rails32.gemfile                           |  13 +-
 gemfiles/rails32.gemfile.lock                      | 106 ++++++++--------
 gemfiles/rails40.gemfile                           |  13 +-
 gemfiles/rails40.gemfile.lock                      | 108 ++++++++---------
 gemfiles/rails41.gemfile                           |   6 +
 gemfiles/rails41.gemfile.lock                      | 116 ++++++++++++++++++
 lib/fast_gettext/cache.rb                          |  42 +++++++
 lib/fast_gettext/storage.rb                        |  83 +++++--------
 lib/fast_gettext/version.rb                        |   2 +-
 metadata.yml                                       | 133 ---------------------
 spec/fast_gettext/storage_spec.rb                  |  26 ++--
 .../translation_repository/base_spec.rb            |   2 +-
 .../translation_repository/chain_spec.rb           |   4 +-
 .../fast_gettext/translation_repository/db_spec.rb |  10 +-
 .../translation_repository/logger_spec.rb          |   9 +-
 .../fast_gettext/translation_repository/mo_spec.rb |   4 +-
 .../fast_gettext/translation_repository/po_spec.rb |   6 +-
 .../translation_repository/yaml_spec.rb            |   4 +-
 spec/fast_gettext/translation_spec.rb              |   6 +-
 spec/fast_gettext/vendor/string_spec.rb            |   2 +-
 spec/spec_helper.rb                                |  18 +--
 spec/support/be_accessible_matcher.rb              |   4 +-
 48 files changed, 514 insertions(+), 563 deletions(-)
 delete mode 100644 Appraisals
 delete mode 100644 checksums.yaml.gz
 rename debian/patches/{0004-fix-tests-with-ruby-calls.patch => 0003-fix-tests-with-ruby-calls.patch} (60%)
 create mode 100644 debian/patches/0004-Properly-handle-PO-files-encoding-in-PoFile.to_mo_fi.patch
 delete mode 100644 debian/patches/0005-fix-encoding-handling-in-pofile.patch
 rename debian/patches/{0006-remove-bogus-tests.patch => 0005-remove-bogus-tests.patch} (64%)
 delete mode 100644 gemfiles/rails23.gemfile.lock
 create mode 100644 gemfiles/rails41.gemfile
 create mode 100644 gemfiles/rails41.gemfile.lock
 create mode 100644 lib/fast_gettext/cache.rb
 delete mode 100644 metadata.yml

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



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