Hello community,

here is the log from the commit of package rubygem-gettext_i18n_rails for 
openSUSE:Factory checked in at 2015-02-23 13:19:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-gettext_i18n_rails"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-gettext_i18n_rails/rubygem-gettext_i18n_rails.changes
    2015-02-11 16:45:58.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-gettext_i18n_rails.new/rubygem-gettext_i18n_rails.changes
       2015-02-23 13:19:36.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Feb 23 05:28:49 UTC 2015 - [email protected]
+
+- updated to version 1.2.1
+
+-------------------------------------------------------------------

Old:
----
  gettext_i18n_rails-1.2.0.gem

New:
----
  gettext_i18n_rails-1.2.1.gem

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rubygem-gettext_i18n_rails.spec ++++++
--- /var/tmp/diff_new_pack.lPw9VN/_old  2015-02-23 13:19:37.000000000 +0100
+++ /var/tmp/diff_new_pack.lPw9VN/_new  2015-02-23 13:19:37.000000000 +0100
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-gettext_i18n_rails
-Version:        1.2.0
+Version:        1.2.1
 Release:        0
 %define mod_name gettext_i18n_rails
 %define mod_full_name %{mod_name}-%{version}

++++++ gettext_i18n_rails-1.2.0.gem -> gettext_i18n_rails-1.2.1.gem ++++++
Files old/checksums.yaml.gz and new/checksums.yaml.gz differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext_i18n_rails/active_model/name.rb 
new/lib/gettext_i18n_rails/active_model/name.rb
--- old/lib/gettext_i18n_rails/active_model/name.rb     2015-01-06 
19:05:01.000000000 +0100
+++ new/lib/gettext_i18n_rails/active_model/name.rb     2015-02-21 
19:11:53.000000000 +0100
@@ -1,7 +1,13 @@
 module ActiveModel
   Name.class_eval do
     def human(options={})
-      _(@klass.humanize_class_name)
+      human_name = @klass.humanize_class_name
+
+      if count = options[:count]
+        n_(human_name, human_name.pluralize, count)
+      else
+        _(human_name)
+      end
     end
   end
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/gettext_i18n_rails/version.rb 
new/lib/gettext_i18n_rails/version.rb
--- old/lib/gettext_i18n_rails/version.rb       2015-01-06 19:05:01.000000000 
+0100
+++ new/lib/gettext_i18n_rails/version.rb       2015-02-21 19:11:53.000000000 
+0100
@@ -1,3 +1,3 @@
 module GettextI18nRails
-  Version = VERSION = '1.2.0'
+  Version = VERSION = '1.2.1'
 end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-01-06 19:05:01.000000000 +0100
+++ new/metadata        2015-02-21 19:11:53.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: gettext_i18n_rails
 version: !ruby/object:Gem::Version
-  version: 1.2.0
+  version: 1.2.1
 platform: ruby
 authors:
 - Michael Grosser
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-01-06 00:00:00.000000000 Z
+date: 2015-02-21 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: fast_gettext

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to