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

Dmitry Borodaenko angdraug at alioth.debian.org
Sat Sep 7 20:10:10 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  0552fce   new upsteam version 0.7.1
       new  4f2e651   Imported Upstream version 0.8.0
       new  1b74337   Merge tag 'upstream/0.8.0'

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                                        |   16 +-
 Appraisals                                         |    7 +-
 Gemfile.lock                                       |   48 ++---
 Readme.md                                          |   26 +++
 gemfiles/rails.2.gemfile.lock                      |   56 ------
 gemfiles/rails.3.gemfile.lock                      |  112 -----------
 gemfiles/{rails.2.gemfile => rails23.gemfile}      |    2 +-
 gemfiles/rails23.gemfile.lock                      |   56 ++++++
 gemfiles/{rails.3.gemfile => rails32.gemfile}      |    2 +-
 gemfiles/rails32.gemfile.lock                      |  112 +++++++++++
 gemfiles/{rails.2.gemfile => rails40.gemfile}      |    3 +-
 gemfiles/rails40.gemfile.lock                      |  110 +++++++++++
 lib/fast_gettext/storage.rb                        |    3 +-
 lib/fast_gettext/translation.rb                    |  100 +++++++++-
 .../db_models/translation_key.rb                   |   10 +-
 .../db_models/translation_text.rb                  |    2 +
 lib/fast_gettext/version.rb                        |    2 +-
 metadata.yml                                       |   67 ++++---
 spec/fast_gettext/storage_spec.rb                  |    7 +-
 .../translation_repository/chain_spec.rb           |    4 +-
 .../fast_gettext/translation_repository/mo_spec.rb |    8 +-
 .../translation_repository/yaml_spec.rb            |    6 +-
 spec/fast_gettext/translation_spec.rb              |  195 +++++++++++++++++++-
 spec/fast_gettext/vendor/string_spec.rb            |   14 +-
 spec/locale/de/LC_MESSAGES/test2.mo                |  Bin 1205 -> 1330 bytes
 spec/locale/de/test.po                             |    3 +
 spec/locale/de/test2.po                            |   53 +++---
 spec/spec_helper.rb                                |   21 +++
 28 files changed, 755 insertions(+), 290 deletions(-)
 delete mode 100644 gemfiles/rails.2.gemfile.lock
 delete mode 100644 gemfiles/rails.3.gemfile.lock
 copy gemfiles/{rails.2.gemfile => rails23.gemfile} (79%)
 create mode 100644 gemfiles/rails23.gemfile.lock
 rename gemfiles/{rails.3.gemfile => rails32.gemfile} (79%)
 create mode 100644 gemfiles/rails32.gemfile.lock
 rename gemfiles/{rails.2.gemfile => rails40.gemfile} (70%)
 create mode 100644 gemfiles/rails40.gemfile.lock

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