pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/ruby-actionpack60
Module Name: pkgsrc
Committed By: taca
Date: Sat May 16 14:18:09 UTC 2020
Modified Files:
pkgsrc/www/ruby-actionpack60: distinfo
Log Message:
www/ruby-actionpack60: update to 6.0.3
Update ruby-actionpack60 to 6.0.3.
## Rails 6.0.3 (May 06, 2020) ##
* Include child session assertion count in ActionDispatch::IntegrationTest
`IntegrationTest#open_session` uses `dup` to create the new session, which
meant it had its own copy of `@assertions`. This prevented the assertions
from being correctly counted and reported.
Child sessions now have their `attr_accessor` overriden to delegate to the
root session.
Fixes #32142
*Sam Bostock*
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/ruby-actionpack60/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/ruby-actionpack60/distinfo
diff -u pkgsrc/www/ruby-actionpack60/distinfo:1.1 pkgsrc/www/ruby-actionpack60/distinfo:1.2
--- pkgsrc/www/ruby-actionpack60/distinfo:1.1 Fri Mar 20 16:53:32 2020
+++ pkgsrc/www/ruby-actionpack60/distinfo Sat May 16 14:18:09 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2020/03/20 16:53:32 taca Exp $
+$NetBSD: distinfo,v 1.2 2020/05/16 14:18:09 taca Exp $
-SHA1 (actionpack-6.0.2.2.gem) = fd429f77d84c9c548a043f2ea8b6bc50aefa62bd
-RMD160 (actionpack-6.0.2.2.gem) = bb7ff66203358d9964239574d6123f5589dfd66d
-SHA512 (actionpack-6.0.2.2.gem) = 07eccb193fef0e9dfba8ef8e8936e0304d4429e4bffe2868ebf9b03db4c5b81e36f558972307ae9ef8be4b68f893bf6e418562cc31ba03bedfccabc59fa25e26
-Size (actionpack-6.0.2.2.gem) = 216576 bytes
+SHA1 (actionpack-6.0.3.gem) = 61d2ffb4794fa4f2680e4b3f65b211c5fad9f1e9
+RMD160 (actionpack-6.0.3.gem) = 4b8acd23f52cbf36a065f064d3f295007d90ccdf
+SHA512 (actionpack-6.0.3.gem) = 2335eb8b1d53dffd6ee3d4413ee5688f27307ee652d6b5f1b0b22887b7e400c53a7cb795fb41cc32598c59d6ac784b2317d5f51d7dae311b283d8bf038f1fe98
+Size (actionpack-6.0.3.gem) = 217088 bytes
Home |
Main Index |
Thread Index |
Old Index