Hello community,

here is the log from the commit of package rubygem-activemodel-5_1 for 
openSUSE:Factory checked in at 2018-07-18 22:48:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rubygem-activemodel-5_1 (Old)
 and      /work/SRC/openSUSE:Factory/.rubygem-activemodel-5_1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rubygem-activemodel-5_1"

Wed Jul 18 22:48:11 2018 rev:4 rq:620981 version:5.1.6

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/rubygem-activemodel-5_1/rubygem-activemodel-5_1.changes
  2018-02-18 11:44:24.669192174 +0100
+++ 
/work/SRC/openSUSE:Factory/.rubygem-activemodel-5_1.new/rubygem-activemodel-5_1.changes
     2018-07-18 22:48:13.824096760 +0200
@@ -1,0 +2,10 @@
+Fri Mar 30 04:30:42 UTC 2018 - factory-a...@kulow.org
+
+- updated to version 5.1.6
+ see installed CHANGELOG.md
+
+  ## Rails 5.1.6 (March 29, 2018) ##
+  
+  *   No changes.
+
+-------------------------------------------------------------------

Old:
----
  activemodel-5.1.5.gem

New:
----
  activemodel-5.1.6.gem

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

Other differences:
------------------
++++++ rubygem-activemodel-5_1.spec ++++++
--- /var/tmp/diff_new_pack.hyVuh3/_old  2018-07-18 22:48:14.312095142 +0200
+++ /var/tmp/diff_new_pack.hyVuh3/_new  2018-07-18 22:48:14.320095116 +0200
@@ -24,7 +24,7 @@
 #
 
 Name:           rubygem-activemodel-5_1
-Version:        5.1.5
+Version:        5.1.6
 Release:        0
 %define mod_name activemodel
 %define mod_full_name %{mod_name}-%{version}

++++++ activemodel-5.1.5.gem -> activemodel-5.1.6.gem ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/CHANGELOG.md new/CHANGELOG.md
--- old/CHANGELOG.md    2018-02-14 20:54:21.000000000 +0100
+++ new/CHANGELOG.md    2018-03-29 20:27:08.000000000 +0200
@@ -1,3 +1,8 @@
+## Rails 5.1.6 (March 29, 2018) ##
+
+*   No changes.
+
+
 ## Rails 5.1.5 (February 14, 2018) ##
 
 *   Fix to working before/after validation callbacks on multiple contexts.
Binary 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 2018-02-14 20:54:21.000000000 +0100
+++ new/lib/active_model/gem_version.rb 2018-03-29 20:27:08.000000000 +0200
@@ -7,7 +7,7 @@
   module VERSION
     MAJOR = 5
     MINOR = 1
-    TINY  = 5
+    TINY  = 6
     PRE   = nil
 
     STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lib/active_model/type/time.rb 
new/lib/active_model/type/time.rb
--- old/lib/active_model/type/time.rb   2018-02-14 20:54:21.000000000 +0100
+++ new/lib/active_model/type/time.rb   2018-03-29 20:27:08.000000000 +0200
@@ -26,14 +26,10 @@
       private
 
         def cast_value(value)
-          return value unless value.is_a?(::String)
+          return apply_seconds_precision(value) unless value.is_a?(::String)
           return if value.empty?
 
-          if value.start_with?("2000-01-01")
-            dummy_time_value = value
-          else
-            dummy_time_value = "2000-01-01 #{value}"
-          end
+          dummy_time_value = value.sub(/\A(\d\d\d\d-\d\d-\d\d |)/, "2000-01-01 
")
 
           fast_string_to_time(dummy_time_value) || begin
             time_hash = ::Date._parse(dummy_time_value)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/metadata new/metadata
--- old/metadata        2018-02-14 20:54:21.000000000 +0100
+++ new/metadata        2018-03-29 20:27:08.000000000 +0200
@@ -1,14 +1,14 @@
 --- !ruby/object:Gem::Specification
 name: activemodel
 version: !ruby/object:Gem::Version
-  version: 5.1.5
+  version: 5.1.6
 platform: ruby
 authors:
 - David Heinemeier Hansson
 autorequire: 
 bindir: bin
 cert_chain: []
-date: 2018-02-14 00:00:00.000000000 Z
+date: 2018-03-29 00:00:00.000000000 Z
 dependencies:
 - !ruby/object:Gem::Dependency
   name: activesupport
@@ -16,14 +16,14 @@
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.1.5
+        version: 5.1.6
   type: :runtime
   prerelease: false
   version_requirements: !ruby/object:Gem::Requirement
     requirements:
     - - '='
       - !ruby/object:Gem::Version
-        version: 5.1.5
+        version: 5.1.6
 description: A toolkit for building modeling frameworks like Active Record. 
Rich support
   for attributes, callbacks, validations, serialization, internationalization, 
and
   testing.
@@ -93,8 +93,8 @@
 licenses:
 - MIT
 metadata:
-  source_code_uri: https://github.com/rails/rails/tree/v5.1.5/activemodel
-  changelog_uri: 
https://github.com/rails/rails/blob/v5.1.5/activemodel/CHANGELOG.md
+  source_code_uri: https://github.com/rails/rails/tree/v5.1.6/activemodel
+  changelog_uri: 
https://github.com/rails/rails/blob/v5.1.6/activemodel/CHANGELOG.md
 post_install_message: 
 rdoc_options: []
 require_paths:
@@ -111,7 +111,7 @@
       version: '0'
 requirements: []
 rubyforge_project: 
-rubygems_version: 2.7.3
+rubygems_version: 2.6.14
 signing_key: 
 specification_version: 4
 summary: A toolkit for building modeling frameworks (part of Rails).


Reply via email to