Hello community,

here is the log from the commit of package rubygem-activemodel-4_2 for 
openSUSE:Factory checked in at 2016-03-01 09:41:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activemodel-4_2 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activemodel-4_2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activemodel-4_2"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-4_2/rubygem-activemodel-4_2.changes
  2015-12-14 10:13:34.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-4_2.new/rubygem-activemodel-4_2.changes
     2016-03-01 09:42:06.000000000 +0100
@@ -1,0 +2,6 @@
+Tue Jan 26 05:31:07 UTC 2016 - [email protected]
+
+- updated to version 4.2.5.1
+ see installed CHANGELOG.md
+
+-------------------------------------------------------------------

Old:
----
  activemodel-4.2.5.gem

New:
----
  activemodel-4.2.5.1.gem

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

Other differences:
------------------
++++++ rubygem-activemodel-4_2.spec ++++++
--- /var/tmp/diff_new_pack.HiZuoy/_old  2016-03-01 09:42:07.000000000 +0100
+++ /var/tmp/diff_new_pack.HiZuoy/_new  2016-03-01 09:42:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rubygem-activemodel-4_2
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-activemodel-4_2
-Version:        4.2.5
+Version:        4.2.5.1
 Release:        0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

++++++ activemodel-4.2.5.gem -> activemodel-4.2.5.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/active_model/gem_version.rb 
new/lib/active_model/gem_version.rb
--- old/lib/active_model/gem_version.rb 2015-11-12 18:04:48.000000000 +0100
+++ new/lib/active_model/gem_version.rb 2016-01-25 19:25:05.000000000 +0100
@@ -8,7 +8,7 @@
     MAJOR = 4
     MINOR = 2
     TINY  = 5
-    PRE   = nil
+    PRE   = "1"
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/serializers/json.rb 
new/lib/active_model/serializers/json.rb
--- old/lib/active_model/serializers/json.rb    2015-11-12 18:04:48.000000000 
+0100
+++ new/lib/active_model/serializers/json.rb    2016-01-25 19:25:05.000000000 
+0100
@@ -10,7 +10,7 @@
       included do
         extend ActiveModel::Naming
 
-        class_attribute :include_root_in_json
+        class_attribute :include_root_in_json, instance_writer: false
         self.include_root_in_json = false
       end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/validations.rb 
new/lib/active_model/validations.rb
--- old/lib/active_model/validations.rb 2015-11-12 18:04:48.000000000 +0100
+++ new/lib/active_model/validations.rb 2016-01-25 19:25:05.000000000 +0100
@@ -47,9 +47,10 @@
       include HelperMethods
 
       attr_accessor :validation_context
+      private :validation_context=
       define_callbacks :validate, scope: :name
 
-      class_attribute :_validators
+      class_attribute :_validators, instance_writer: false
       self._validators = Hash.new { |h,k| h[k] = [] }
     end
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-11-12 18:04:48.000000000 +0100
+++ new/metadata        2016-01-25 19:25:05.000000000 +0100
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activemodel
 version: !ruby/object:Gem::Version
-  version: 4.2.5
+  version: 4.2.5.1
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-11-12 00:00:00.000000000 Z
+date: 2016-01-25 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 4.2.5
+        version: 4.2.5.1
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 4.2.5
+        version: 4.2.5.1
 - !ruby/object:Gem::Dependency
   name: builder
   requirement: !ruby/object:Gem::Requirement
@@ -104,7 +104,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.4.5.1
+rubygems_version: 2.5.1
 signing_key: 
 specification_version: 4
 summary: A toolkit for building modeling frameworks (part of Rails).


Reply via email to