File rubygem-activemodel-5.2.changes of Package rubygem-activemodel-5.2

-------------------------------------------------------------------
Fri Mar 29 05:52:27 UTC 2019 - Stephan Kulow <coolo@suse.com>

- updated to version 5.2.3
 see installed CHANGELOG.md

  ## Rails 5.2.3 (March 27, 2019) ##
  
  *   Fix date value when casting a multiparameter date hash to not convert
      from Gregorian date to Julian date.
  
      Before:
  
          Day.new({"day(1i)"=>"1", "day(2i)"=>"1", "day(3i)"=>"1"})
          => #<Day id: nil, day: "0001-01-03", created_at: nil, updated_at: nil>
  
      After:
  
          Day.new({"day(1i)"=>"1", "day(2i)"=>"1", "day(3i)"=>"1"})
          => #<Day id: nil, day: "0001-01-01", created_at: nil, updated_at: nil>
  
      Fixes #28521.
  
      *Sayan Chakraborty*
  
  *   Fix numericality equality validation of `BigDecimal` and `Float`
      by casting to `BigDecimal` on both ends of the validation.
  
      *Gannon McGibbon*

-------------------------------------------------------------------
Thu Mar 14 03:44:33 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

- update to version 5.2.2.1:
  https://weblog.rubyonrails.org/2019/3/13/Rails-4-2-5-1-5-1-6-2-have-been-released/
  CVE-2019-5418 CVE-2019-5419 CVE-2019-5420

-------------------------------------------------------------------
Sat Jan 19 19:51:00 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

- rb_build_ruby_abi needs to be rb_build_ruby_abis

-------------------------------------------------------------------
Fri Jan 18 16:24:37 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>

- limit to ruby 2.5 and above for 42.3/sle12

-------------------------------------------------------------------
Sat Dec  8 16:15:31 UTC 2018 - Stephan Kulow <coolo@suse.com>

- updated to version 5.2.2
 see installed CHANGELOG.md

  ## Rails 5.2.2 (December 04, 2018) ##
  
  *   Fix numericality validator to still use value before type cast except Active Record.
  
      Fixes #33651, #33686.
  
      *Ryuta Kamizono*

-------------------------------------------------------------------
Mon Dec  3 06:24:38 UTC 2018 - mschnitzer@suse.com
 
- updated to version 5.2.1.1 (boo#1118076)

  * No changes / Just a version bump to match with Rails 5.2.1.1

-------------------------------------------------------------------
Wed Aug  8 14:50:18 UTC 2018 - mschnitzer@suse.com

- updated to version 5.2.1 (boo#1104209)

  * No changes / just aligned to Rails version 5.2.1

-------------------------------------------------------------------
Mon Apr 16 12:15:22 UTC 2018 - mschnitzer@suse.com

- initialize package

  see changelog: https://github.com/rails/rails/blob/v5.2.0/activemodel/CHANGELOG.md
openSUSE Build Service is sponsored by