pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-activemodel61



Module Name:    pkgsrc
Committed By:   taca
Date:           Thu May  5 03:28:57 UTC 2022

Modified Files:
        pkgsrc/devel/ruby-activemodel61: distinfo

Log Message:
devel/ruby-activemodel61: update to 6.1.5.1

## Rails 6.1.5.1 (April 26, 2022) ##

*   No changes.

## Rails 6.1.5 (March 09, 2022) ##

*   Clear secure password cache if password is set to `nil`

    Before:

       user.password = 'something'
       user.password = nil

       user.password # => 'something'

    Now:

       user.password = 'something'
       user.password = nil

       user.password # => nil

    *Markus Doits*

*   Fix delegation in `ActiveModel::Type::Registry#lookup` and `ActiveModel::Type.lookup`

    Passing a last positional argument `{}` would be incorrectly considered as keyword argument.

    *Benoit Daloze*

*   Fix `to_json` after `changes_applied` for `ActiveModel::Dirty` object.

    *Ryuta Kamizono*


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ruby-activemodel61/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-activemodel61/distinfo
diff -u pkgsrc/devel/ruby-activemodel61/distinfo:1.11 pkgsrc/devel/ruby-activemodel61/distinfo:1.12
--- pkgsrc/devel/ruby-activemodel61/distinfo:1.11       Sun Mar 13 15:11:50 2022
+++ pkgsrc/devel/ruby-activemodel61/distinfo    Thu May  5 03:28:57 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2022/03/13 15:11:50 taca Exp $
+$NetBSD: distinfo,v 1.12 2022/05/05 03:28:57 taca Exp $
 
-BLAKE2s (activemodel-6.1.4.7.gem) = 4502bbd15b21e76a4c684150a22bcf852bc024b486ee5df17d2a0ba126b565a4
-SHA512 (activemodel-6.1.4.7.gem) = b27341b6446e36985c3bf3500ca567d1a6d25f40b7b584ec955a5cce2a00423840437594c5b53c557501d7c6dd0718fc952407ca2ce7b584afa1004853f47967
-Size (activemodel-6.1.4.7.gem) = 62464 bytes
+BLAKE2s (activemodel-6.1.5.1.gem) = 814342ebe451f37056ee312f909570a6aef11cbafc17d6184f92855315752a4f
+SHA512 (activemodel-6.1.5.1.gem) = 6798d3677d5361f83a203eddd9ccbe4657362548e9daf329b950e7ba3f610c3be775cb28b12d5f645634318e956c3eb65b42dba398e31e0324627d9a54b53680
+Size (activemodel-6.1.5.1.gem) = 62464 bytes



Home | Main Index | Thread Index | Old Index