pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-activesupport70
Module Name: pkgsrc
Committed By: taca
Date: Sat Sep 10 12:41:51 UTC 2022
Modified Files:
pkgsrc/devel/ruby-activesupport70: distinfo
Log Message:
devel/ruby-activesupport70: update to 7.0.4
7.0.4 (2022-09-09)
* Redis cache store is now compatible with redis-rb 5.0.
Jean Boussier
* Fix NoMethodError on custom ActiveSupport::Deprecation behavior.
ActiveSupport::Deprecation.behavior= was supposed to accept any object
that responds to call, but in fact its internal implementation assumed
that this object could respond to arity, so it was restricted to only Proc
objects.
This change removes this arity restriction of custom behaviors.
Ryo Nakamura
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-activesupport70/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-activesupport70/distinfo
diff -u pkgsrc/devel/ruby-activesupport70/distinfo:1.7 pkgsrc/devel/ruby-activesupport70/distinfo:1.8
--- pkgsrc/devel/ruby-activesupport70/distinfo:1.7 Wed Jul 13 14:48:47 2022
+++ pkgsrc/devel/ruby-activesupport70/distinfo Sat Sep 10 12:41:51 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/07/13 14:48:47 taca Exp $
+$NetBSD: distinfo,v 1.8 2022/09/10 12:41:51 taca Exp $
-BLAKE2s (activesupport-7.0.3.1.gem) = bc6149056a7b6c9944721c067748009e6e64e02e09eec3d770de11c0bd9adbff
-SHA512 (activesupport-7.0.3.1.gem) = 2670c6f7aa9bcfda448a72c7d67869fec19e4d6f8c40aae9955d4ae542753feda1d78b66ff774201787b8c73e942d9a3caae3acadf2a91b4196923232d5f8655
-Size (activesupport-7.0.3.1.gem) = 223232 bytes
+BLAKE2s (activesupport-7.0.4.gem) = 7b10d729eab6f9be346456954eb3c487981769beac8869008c14001166a312d0
+SHA512 (activesupport-7.0.4.gem) = 54859a1cccda0940a91be3be8a68087a4cb8ae6f5850dc3ae92bb79a722b04f34a5d9a61456146c2d7c994e95cd5f1b40c16766e0ef54828acc91edb5aba1d2b
+Size (activesupport-7.0.4.gem) = 224256 bytes
Home |
Main Index |
Thread Index |
Old Index