[DRE-commits] [ruby-fast-gettext] 01/02: Merge tag 'upstream/0.7.1'

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 commit to branch master
in repository ruby-fast-gettext.

commit c8b238c4d555fe6508ffa0dc092505ff1d33669f
Merge: a886c73 64ecef5
Author: Dmitry Borodaenko <angdraug at gmail.com>
Date:   Sat Aug 10 15:48:55 2013 -0700

    Merge tag 'upstream/0.7.1'
    
    Upstream version 0.7.1

 .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 +-
 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/test2.po                            |   71 +++++++++++++
 spec/locale/yaml/de2.yml                           |   25 +++++
 spec/spec_helper.rb                                |    3 +-
 spec/support/be_accessible_matcher.rb              |    8 ++
 41 files changed, 657 insertions(+), 123 deletions(-)

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