[DRE-commits] [ruby-fast-gettext] branch master updated (a886c73 -> 0552fce)

Dmitry Borodaenko angdraug at alioth.debian.org
Sat Aug 10 23:18:21 UTC 2013


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  a886c73   debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field
      adds  64ecef5   Imported Upstream version 0.7.1
       new  c8b238c   Merge tag 'upstream/0.7.1'
       new  0552fce   new upsteam version 0.7.1

The 2 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                                        |    2 +-
 Appraisals                                         |    5 +
 CHANGELOG                                          |    1 +
 Gemfile                                            |   16 +--
 Gemfile.lock                                       |   50 +++++----
 Rakefile                                           |   33 ++----
 Readme.md                                          |   24 +++--
 benchmark/base.rb                                  |    6 +-
 benchmark/i18n_simple.rb                           |    5 +-
 benchmark/locale/de.yml                            |   17 ++-
 benchmark/original.rb                              |    7 +-
 debian/changelog                                   |   14 +++
 debian/control                                     |    2 +-
 ....patch => 0004-fix-tests-with-ruby-calls.patch} |    4 +
 debian/patches/series                              |    2 +-
 fast_gettext.gemspec                               |    2 +-
 gemfiles/rails.2.gemfile                           |   14 +++
 gemfiles/rails.2.gemfile.lock                      |   56 ++++++++++
 gemfiles/rails.3.gemfile                           |   14 +++
 gemfiles/rails.3.gemfile.lock                      |  112 ++++++++++++++++++++
 lib/fast_gettext/po_file.rb                        |    1 -
 lib/fast_gettext/storage.rb                        |   15 ++-
 lib/fast_gettext/translation_repository/base.rb    |    4 +
 lib/fast_gettext/translation_repository/chain.rb   |    7 +-
 .../db_models/translation_key.rb                   |   20 +++-
 .../db_models/translation_text.rb                  |   12 ++-
 lib/fast_gettext/translation_repository/mo.rb      |    7 +-
 lib/fast_gettext/translation_repository/yaml.rb    |    9 +-
 lib/fast_gettext/version.rb                        |    2 +-
 metadata.yml                                       |   20 +++-
 spec/fast_gettext/po_file_spec.rb                  |    2 +-
 spec/fast_gettext/storage_spec.rb                  |   68 +++++++++---
 .../translation_repository/base_spec.rb            |    4 +
 .../translation_repository/chain_spec.rb           |   17 +++
 .../fast_gettext/translation_repository/db_spec.rb |   60 +++++++++--
 .../fast_gettext/translation_repository/mo_spec.rb |   23 ++++
 .../translation_repository/yaml_spec.rb            |   23 ++++
 spec/fast_gettext/translation_spec.rb              |    8 ++
 spec/fast_gettext/vendor/string_spec.rb            |    4 +-
 spec/fast_gettext_spec.rb                          |    3 +
 spec/locale/de/LC_MESSAGES/test2.mo                |  Bin 0 -> 1205 bytes
 spec/locale/de/{test.po => test2.po}               |    2 +-
 spec/locale/yaml/{de.yml => de2.yml}               |    2 +-
 spec/spec_helper.rb                                |    3 +-
 spec/support/be_accessible_matcher.rb              |    8 ++
 45 files changed, 583 insertions(+), 127 deletions(-)
 create mode 100644 Appraisals
 rename debian/patches/{fix-tests-with-ruby-calls.patch => 0004-fix-tests-with-ruby-calls.patch} (93%)
 create mode 100644 gemfiles/rails.2.gemfile
 create mode 100644 gemfiles/rails.2.gemfile.lock
 create mode 100644 gemfiles/rails.3.gemfile
 create mode 100644 gemfiles/rails.3.gemfile.lock
 create mode 100644 spec/locale/de/LC_MESSAGES/test2.mo
 copy spec/locale/de/{test.po => test2.po} (98%)
 copy spec/locale/yaml/{de.yml => de2.yml} (95%)
 create mode 100644 spec/support/be_accessible_matcher.rb

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