160fc04377
## 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* ## Rails 5.2.2.1 (March 11, 2019) ## * No changes.
6 lines
407 B
Text
6 lines
407 B
Text
$NetBSD: distinfo,v 1.2 2019/04/14 10:30:59 taca Exp $
|
|
|
|
SHA1 (activemodel-5.2.3.gem) = fb34c8548de8df7e6abc0c5e201ae07f962bfc7d
|
|
RMD160 (activemodel-5.2.3.gem) = 71e9461de936fefee4bedf008878cdf717b7ee56
|
|
SHA512 (activemodel-5.2.3.gem) = e10d0286b1de2b3139ebe1a63c3c758eab5baa6affe0d8e170eeda725090e7ec2f1ee1b0d82a9552afe119a88af6d2a48920c2c5c5303503bd4c2edaaedb0519
|
|
Size (activemodel-5.2.3.gem) = 56832 bytes
|