Hello community,
here is the log from the commit of package rubygem-activemodel-4_2 for
openSUSE:Factory checked in at 2015-08-27 08:57:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-03 00:19:42.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.rubygem-activemodel-4_2.new/rubygem-activemodel-4_2.changes
2015-08-27 08:57:41.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Aug 25 04:30:35 UTC 2015 - [email protected]
+
+- updated to version 4.2.4
+ see installed CHANGELOG.md
+
+ ## Rails 4.2.4 (August 24, 2015) ##
+
+ * No Changes *
+
+-------------------------------------------------------------------
Old:
----
activemodel-4.2.3.gem
New:
----
activemodel-4.2.4.gem
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ rubygem-activemodel-4_2.spec ++++++
--- /var/tmp/diff_new_pack.QQzgtu/_old 2015-08-27 08:57:41.000000000 +0200
+++ /var/tmp/diff_new_pack.QQzgtu/_new 2015-08-27 08:57:41.000000000 +0200
@@ -24,7 +24,7 @@
#
Name: rubygem-activemodel-4_2
-Version: 4.2.3
+Version: 4.2.4
Release: 0
%define mod_name activemodel
%define mod_full_name %{mod_name}-%{version}
++++++ activemodel-4.2.3.gem -> activemodel-4.2.4.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md 2015-06-25 23:29:14.000000000 +0200
+++ new/CHANGELOG.md 2015-08-24 20:23:08.000000000 +0200
@@ -1,3 +1,8 @@
+## Rails 4.2.4 (August 24, 2015) ##
+
+* No Changes *
+
+
## Rails 4.2.3 (June 25, 2015) ##
* No Changes *
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-25 23:29:14.000000000 +0200
+++ new/lib/active_model/gem_version.rb 2015-08-24 20:23:09.000000000 +0200
@@ -7,7 +7,7 @@
module VERSION
MAJOR = 4
MINOR = 2
- TINY = 3
+ TINY = 4
PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
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-25
23:29:14.000000000 +0200
+++ new/lib/active_model/validations/callbacks.rb 2015-08-24
20:23:09.000000000 +0200
@@ -110,7 +110,7 @@
# Overwrite run validations to include callbacks.
def run_validations! #:nodoc:
- run_callbacks(:validation) { super }
+ _run_validation_callbacks { 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-25 23:29:14.000000000 +0200
+++ new/lib/active_model/validations.rb 2015-08-24 20:23:09.000000000 +0200
@@ -87,7 +87,7 @@
validates_with BlockValidator, _merge_attributes(attr_names), &block
end
- VALID_OPTIONS_FOR_VALIDATE = [:on, :if, :unless, :prepend].freeze
+ VALID_OPTIONS_FOR_VALIDATE = [:on, :if, :unless, :prepend].freeze #
:nodoc:
# Adds a validation method or block to the class. This is useful when
# overriding the +validate+ instance method becomes too unwieldy and
@@ -129,6 +129,9 @@
# end
# end
#
+ # Note that the return value of validation methods is not relevant.
+ # It's not possible to halt the validate callback chain.
+ #
# Options:
# * <tt>:on</tt> - Specifies the contexts where this validation is
active.
# Runs in all validation contexts by default (nil). You can pass a
symbol
@@ -392,7 +395,7 @@
protected
def run_validations! #:nodoc:
- run_callbacks :validate
+ _run_validate_callbacks
errors.empty?
end
end
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata 2015-06-25 23:29:14.000000000 +0200
+++ new/metadata 2015-08-24 20:23:08.000000000 +0200
@@ -1,14 +1,14 @@
--- !ruby/object:Gem::Specification
name: activemodel
version: !ruby/object:Gem::Version
- version: 4.2.3
+ version: 4.2.4
platform: ruby
authors:
- David Heinemeier Hansson
autorequire:
bindir: bin
cert_chain: []
-date: 2015-06-25 00:00:00.000000000 Z
+date: 2015-08-24 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
name: activesupport
@@ -16,14 +16,14 @@
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.3
+ version: 4.2.4
type: :runtime
prerelease: false
version_requirements: !ruby/object:Gem::Requirement
requirements:
- - '='
- !ruby/object:Gem::Version
- version: 4.2.3
+ version: 4.2.4
- !ruby/object:Gem::Dependency
name: builder
requirement: !ruby/object:Gem::Requirement
@@ -104,8 +104,9 @@
version: '0'
requirements: []
rubyforge_project:
-rubygems_version: 2.4.5
+rubygems_version: 2.4.7
signing_key:
specification_version: 4
summary: A toolkit for building modeling frameworks (part of Rails).
test_files: []
+has_rdoc: