Hello community,

here is the log from the commit of package rubygem-activemodel-4_2 for 
openSUSE:Factory checked in at 2015-07-02 22:49:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-06-24 20:47:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-4_2.new/rubygem-activemodel-4_2.changes
     2015-07-03 00:19:42.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jun 26 04:30:52 UTC 2015 - [email protected]
+
+- updated to version 4.2.3
+ see installed CHANGELOG.md
+
+  ## Rails 4.2.3 (June 25, 2015) ##
+  
+  * No Changes *
+
+-------------------------------------------------------------------

Old:
----
  activemodel-4.2.2.gem

New:
----
  activemodel-4.2.3.gem

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

Other differences:
------------------
++++++ rubygem-activemodel-4_2.spec ++++++
--- /var/tmp/diff_new_pack.ITbfab/_old  2015-07-03 00:19:43.000000000 +0200
+++ /var/tmp/diff_new_pack.ITbfab/_new  2015-07-03 00:19:43.000000000 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-activemodel-4_2
-Version:        4.2.2
+Version:        4.2.3
 Release:        0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

++++++ activemodel-4.2.2.gem -> activemodel-4.2.3.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2015-06-16 20:01:50.000000000 +0200
+++ new/CHANGELOG.md    2015-06-25 23:29:14.000000000 +0200
@@ -1,11 +1,16 @@
+## Rails 4.2.3 (June 25, 2015) ##
+
+* No Changes *
+
+
 ## Rails 4.2.2 (June 16, 2015) ##
 
 * No Changes *
 
 
-## Rails 4.2.1 (March 19, 2014) ##
+## Rails 4.2.1 (March 19, 2015) ##
 
-* No changes *
+*   No changes.
 
 
 ## Rails 4.2.0 (December 20, 2014) ##
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-06-16 20:01:50.000000000 +0200
+++ new/lib/active_model/gem_version.rb 2015-06-25 23:29:14.000000000 +0200
@@ -7,7 +7,7 @@
   module VERSION
     MAJOR = 4
     MINOR = 2
-    TINY  = 2
+    TINY  = 3
     PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/naming.rb 
new/lib/active_model/naming.rb
--- old/lib/active_model/naming.rb      2015-06-16 20:01:50.000000000 +0200
+++ new/lib/active_model/naming.rb      2015-06-25 23:29:14.000000000 +0200
@@ -130,7 +130,7 @@
     #
     # Equivalent to +to_s+.
     delegate :==, :===, :<=>, :=~, :"!~", :eql?, :to_s,
-             :to_str, to: :name
+             :to_str, :as_json, to: :name
 
     # Returns a new ActiveModel::Name instance. By default, the +namespace+
     # and +name+ option will take the namespace and name of the given class
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/validations/callbacks.rb 
new/lib/active_model/validations/callbacks.rb
--- old/lib/active_model/validations/callbacks.rb       2015-06-16 
20:01:50.000000000 +0200
+++ new/lib/active_model/validations/callbacks.rb       2015-06-25 
23:29:14.000000000 +0200
@@ -110,7 +110,7 @@
 
       # Overwrite run validations to include callbacks.
       def run_validations! #:nodoc:
-        _run_validation_callbacks { super }
+        run_callbacks(:validation) { super }
       end
     end
   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-06-16 20:01:50.000000000 +0200
+++ new/lib/active_model/validations.rb 2015-06-25 23:29:14.000000000 +0200
@@ -392,7 +392,7 @@
   protected
 
     def run_validations! #:nodoc:
-      _run_validate_callbacks
+      run_callbacks :validate
       errors.empty?
     end
   end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2015-06-16 20:01:50.000000000 +0200
+++ new/metadata        2015-06-25 23:29:14.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activemodel
 version: !ruby/object:Gem::Version
-  version: 4.2.2
+  version: 4.2.3
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2015-06-16 00:00:00.000000000 Z
+date: 2015-06-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.2
+        version: 4.2.3
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 4.2.2
+        version: 4.2.3
 - !ruby/object:Gem::Dependency
   name: builder
   requirement: !ruby/object:Gem::Requirement


Reply via email to