Sun Feb 28 15:42:41 2021 UTC ()
www/ruby-rails61: update to 6.1.3

Rails 6.1.3 (February 17, 2021)

[ActionPack]

* Re-define routes when not set correctly via inheritance.

    *John Hawthorn*

[ActiveRecord]

* Fix the MySQL adapter to always set the right collation and charset
  to the connection session.

    *Rafael Mendon巽a Fran巽a*

* Fix MySQL adapter handling of time objects when prepared statements
  are enabled.

    *Rafael Mendon巽a Fran巽a*

* Fix scoping in enum fields using conditions that would generate
  an IN clause.

    *Ryuta Kamizono*

* Skip optimised #exist? query when #include? is called on a relation
  with a having clause

  Relations that have aliased select values AND a having clause that
  references an aliased select value would generate an error when
  #include? was called, due to an optimisation that would generate
  call #exists? on the relation instead, which effectively alters
  the select values of the query (and thus removes the aliased select
  values), but leaves the having clause intact. Because the having
  clause is then referencing an aliased column that is no longer
  present in the simplified query, an ActiveRecord::InvalidStatement
  error was raised.

  An sample query affected by this problem:

    Author.select('COUNT(*) as total_posts', 'authors.*')
          .joins(:posts)
          .group(:id)
          .having('total_posts > 2')
          .include?(Author.first)

  This change adds an addition check to the condition that skips the
  simplified #exists? query, which simply checks for the presence of
  a having clause.

  Fixes #41417

    *Michael Smart*

* Increment postgres prepared statement counter before making a
  prepared statement, so if the statement is aborted without Rails
  knowledge (e.g., if app gets kill -9d during long-running query or
  due to Rack::Timeout), app won't end up in perpetual crash state for
  being inconsistent with Postgres.

    *wbharding*, *Martin Tepper*


(taca)
diff -r1.1 -r1.2 pkgsrc/databases/ruby-activerecord61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activejob61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activemodel61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activestorage61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport61/distinfo
diff -r1.1 -r1.2 pkgsrc/devel/ruby-railties61/distinfo
diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailbox61/distinfo
diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailer61/distinfo
diff -r1.1 -r1.2 pkgsrc/textproc/ruby-actiontext61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-actioncable61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-actionpack61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-actionview61/distinfo
diff -r1.1 -r1.2 pkgsrc/www/ruby-rails61/distinfo

cvs diff -r1.1 -r1.2 pkgsrc/databases/ruby-activerecord61/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/ruby-activerecord61/distinfo 2021/02/14 14:00:43 1.1
+++ pkgsrc/databases/ruby-activerecord61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:00:43 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (activerecord-6.1.2.1.gem) = c14def7a3ca948d8f95fe44cd4ca0ba65dd8e401 3SHA1 (activerecord-6.1.3.gem) = ba5c277e9d5d1b01a8d8d4dc44287072463b9e70
4RMD160 (activerecord-6.1.2.1.gem) = cda08a11d60abdedabd9fc94f5f1c2ea083b0c0e 4RMD160 (activerecord-6.1.3.gem) = 5866e3c3c319311bdcf491cc50f4261dce6a6b15
5SHA512 (activerecord-6.1.2.1.gem) = f86362a907d9bb64ef3a94cbf6897446710f5a3ce8aa45e6f92ba77904285021d7c9a96be59d2d73c8990235504124d390aaa8384697266ce13405324d936171 5SHA512 (activerecord-6.1.3.gem) = 384fd0a9bafb7e4c2c08ce4b4b74bacc1d5d81b460943a5df3f8b2e8ab1914446c993fb5046edc259028a921fac17d1e13bcfcfa656002dc16f62a2be8bf15ba
6Size (activerecord-6.1.2.1.gem) = 428032 bytes 6Size (activerecord-6.1.3.gem) = 429056 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activejob61/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activejob61/distinfo 2021/02/14 13:55:16 1.1
+++ pkgsrc/devel/ruby-activejob61/distinfo 2021/02/28 15:42:39 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 13:55:16 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:39 taca Exp $
2 2
3SHA1 (activejob-6.1.2.1.gem) = 1afb6ee68e2bac5326bf7a4f1420af17c3fcadb8 3SHA1 (activejob-6.1.3.gem) = 818e49a1ff8bbeaf162625d712eff8dffe868af4
4RMD160 (activejob-6.1.2.1.gem) = c9ed391bb45830e78cd3b4765cc0468dfd58a1a1 4RMD160 (activejob-6.1.3.gem) = 4bff8becde6d0fb7f166b6c368f37d258e55ece6
5SHA512 (activejob-6.1.2.1.gem) = 3032249ef99253785433dbb26cf0e357a717a01d2f49ea8504f3ff539e5e53c9659b7c363b2e7f817b7d1d29c05c8f365dd625c8e28034756f80cac284de56b7 5SHA512 (activejob-6.1.3.gem) = 1e4d1c1c390c7709b6aeaa10615315c06157bb61e58a35a2c8215d407b36d97f4b4d063dede9518f4b70a964ff671b963a18d7b741a87227a6618a81d03b550f
6Size (activejob-6.1.2.1.gem) = 32768 bytes 6Size (activejob-6.1.3.gem) = 32768 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activemodel61/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activemodel61/distinfo 2021/02/14 13:54:14 1.1
+++ pkgsrc/devel/ruby-activemodel61/distinfo 2021/02/28 15:42:39 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 13:54:14 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:39 taca Exp $
2 2
3SHA1 (activemodel-6.1.2.1.gem) = e1bac0c469e3ab8ce8753e10c47bfa591eab58b3 3SHA1 (activemodel-6.1.3.gem) = 04cef7e87bc8777798400e3e5249ba9c8ee346e3
4RMD160 (activemodel-6.1.2.1.gem) = 05027305972f00ae84c73259877d2fd9490aa6e7 4RMD160 (activemodel-6.1.3.gem) = e653b44f9ddf7bcd6243fac5c0ff0969d6cadb00
5SHA512 (activemodel-6.1.2.1.gem) = 7fc141d73f04609b84a9cd9d38cf696a0946bd46665c3545963c41b7f3711325029ea0f9b8d8bedf0b97a9f7470a5601c78d71748c6d39f25c202dbb498c661f 5SHA512 (activemodel-6.1.3.gem) = fec71d819aab18e1191e3fc8318f40978b5926a43c1628e8c9cc254fcd518097336d4731dca9337d997d858f4c6acf163ccf7573e34784fcd8691c14704b32c4
6Size (activemodel-6.1.2.1.gem) = 61952 bytes 6Size (activemodel-6.1.3.gem) = 61952 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activestorage61/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activestorage61/distinfo 2021/02/14 14:07:09 1.1
+++ pkgsrc/devel/ruby-activestorage61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:07:09 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (activestorage-6.1.2.1.gem) = 731dc192aa59ea306c9166dad63f0e2f8f41ff6e 3SHA1 (activestorage-6.1.3.gem) = 4fadb9d0db4f030a79cb99389bf70c69d361f9af
4RMD160 (activestorage-6.1.2.1.gem) = ed3bf4a3b3ef4ac3bbc6834c07f01317f980d012 4RMD160 (activestorage-6.1.3.gem) = ac1d41855b0aa9dd7a9058980aa9a5e56998bffc
5SHA512 (activestorage-6.1.2.1.gem) = 66a733ac3e05e434db1d8ec4adbc3da3a0397d44f27037eadd85c404e6cd9e4c6c987b8959f2cfa94f2a4df6a1aa5168dbc0428495df1fc1baa051f464d2922c 5SHA512 (activestorage-6.1.3.gem) = f11b1a1101185fe2910841d5cd229a692bc436bc4cbf0a88bae38a84a00c250ba0ee6c6bfceecdb6d7fbe8ff98ca699c6546d53b4a17fc73368b7e1e37f62920
6Size (activestorage-6.1.2.1.gem) = 54784 bytes 6Size (activestorage-6.1.3.gem) = 54784 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport61/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-activesupport61/distinfo 2021/02/14 13:53:25 1.1
+++ pkgsrc/devel/ruby-activesupport61/distinfo 2021/02/28 15:42:39 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 13:53:25 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:39 taca Exp $
2 2
3SHA1 (activesupport-6.1.2.1.gem) = ce5eec22b31eb7ecad6f8394b348db2785ec2495 3SHA1 (activesupport-6.1.3.gem) = a2b0a82a48369866c5639701cb0dba924e2a0dcd
4RMD160 (activesupport-6.1.2.1.gem) = 7e95062db3c857fbe134639ab8516432783f6a40 4RMD160 (activesupport-6.1.3.gem) = e0a1e1f14f0249f97d878d264133eaa1df2872a7
5SHA512 (activesupport-6.1.2.1.gem) = 9d5e2b2b0df869d1b5c174572fe4c8e277c61f7bfb351249709ed4436aaa3dc8aa6ead00c78d260fc8dee1bf6dc7a333bf7627376b69d78e5008de0650b91c8d 5SHA512 (activesupport-6.1.3.gem) = 0cad1a00c41fa9d23d6374659d8db588a24cf129551c3ef821b0daeaa14376ab2ae7faff40c123e71155ab9460f6da5479a8e165f7e323c7433c739f423d3612
6Size (activesupport-6.1.2.1.gem) = 219136 bytes 6Size (activesupport-6.1.3.gem) = 219136 bytes

cvs diff -r1.1 -r1.2 pkgsrc/devel/ruby-railties61/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-railties61/distinfo 2021/02/14 14:06:30 1.1
+++ pkgsrc/devel/ruby-railties61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:06:30 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (railties-6.1.2.1.gem) = 5f5053e93e4f6cf2c78152c17302bfd5fa6656df 3SHA1 (railties-6.1.3.gem) = 6d6400c0ed3238b0fd9efd0b6a61d0577aed3f20
4RMD160 (railties-6.1.2.1.gem) = a69ae52c98c32c90e21af08a069bb37fa72faf1d 4RMD160 (railties-6.1.3.gem) = 693cc1b619426c97b6e6aedbe231cdf36d008e85
5SHA512 (railties-6.1.2.1.gem) = 7ba23ca71573a32844e549f47abc9cc1510766af796e0301736c495d30b7508491268ea9f83dc9e0b1e2b12a105575a1e5bd2a558f3645801b2f3701272ebd16 5SHA512 (railties-6.1.3.gem) = a2220be7ee38c14f4636d3370d22e4a2ab3472e51ad11f35cbe4106b8e70cf056372ab38dade09c9054251114092910d26727013f62893e041e7922c891e701b
6Size (railties-6.1.2.1.gem) = 456704 bytes 6Size (railties-6.1.3.gem) = 456704 bytes

cvs diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailbox61/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-actionmailbox61/distinfo 2021/02/14 14:02:59 1.1
+++ pkgsrc/mail/ruby-actionmailbox61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:02:59 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (actionmailbox-6.1.2.1.gem) = ba9288a7436b8c36a232a8d952646de02a6f159d 3SHA1 (actionmailbox-6.1.3.gem) = 5cb2603a3526fd20988833fe6abbd8bece4b5acc
4RMD160 (actionmailbox-6.1.2.1.gem) = b66c9c47822978b80dcd01b1ab4b51e976334bd8 4RMD160 (actionmailbox-6.1.3.gem) = 9e1d9d160b351d46c9215bd249a445fdff9f67be
5SHA512 (actionmailbox-6.1.2.1.gem) = d4569b3bbe545f98efda8e8ba2ee4af2078a79a2f78dc862881272614413ff5897c50b9d45cd38b962de6c459b192b603a50c4c038576a3a495bf3d68e6ed0b2 5SHA512 (actionmailbox-6.1.3.gem) = 29b332ad05a9ff8b072e08327996f4b44b33d1dc0393e05495c9f64fba57880e57ed29fa5333d57cd1e5b98b8ae7064577dd3757b97f4e06ece5cb16a39c9b41
6Size (actionmailbox-6.1.2.1.gem) = 22016 bytes 6Size (actionmailbox-6.1.3.gem) = 22016 bytes

cvs diff -r1.1 -r1.2 pkgsrc/mail/ruby-actionmailer61/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/ruby-actionmailer61/distinfo 2021/02/14 14:02:22 1.1
+++ pkgsrc/mail/ruby-actionmailer61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:02:22 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (actionmailer-6.1.2.1.gem) = a935a0e018bc7645ec31c4e93fa2fc85eec5dc32 3SHA1 (actionmailer-6.1.3.gem) = b8655798192e9d91627feab78b10cc41330ceffe
4RMD160 (actionmailer-6.1.2.1.gem) = 70fe8a0a2b38a76ec43078a73fd9be1d1508f368 4RMD160 (actionmailer-6.1.3.gem) = 9c04e222dacd5dcc7128f8476a87c16b39d3c479
5SHA512 (actionmailer-6.1.2.1.gem) = f5feb3911eb2944ff6dc562d88d5d0bea90625ce6a738270d44eb5297b1540361fe3083aef3739bbc41ff5eb93b50c7545953cf84ba85b79f534506a663eac90 5SHA512 (actionmailer-6.1.3.gem) = 7754053961569326a56cebe3faa44e2eb7ec601e424ccf52f1010ee3dd806ba81209d62bebec602f1464ffcc2ce9ad4084fc8e16667f255eb4e645e5d5e28db1
6Size (actionmailer-6.1.2.1.gem) = 30720 bytes 6Size (actionmailer-6.1.3.gem) = 30720 bytes

cvs diff -r1.1 -r1.2 pkgsrc/textproc/ruby-actiontext61/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/ruby-actiontext61/distinfo 2021/02/14 14:08:42 1.1
+++ pkgsrc/textproc/ruby-actiontext61/distinfo 2021/02/28 15:42:41 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:08:42 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:41 taca Exp $
2 2
3SHA1 (actiontext-6.1.2.1.gem) = 7141b18b0226ee02257b284487144ede36c9e374 3SHA1 (actiontext-6.1.3.gem) = 6bc9b24bcd77db17b57b3463c71ac9d722d3c9ca
4RMD160 (actiontext-6.1.2.1.gem) = f0df4d16a954675f21c586dbd8375f214a90a71f 4RMD160 (actiontext-6.1.3.gem) = 8e384c39146d9d4515b50af8954180f82c91b53e
5SHA512 (actiontext-6.1.2.1.gem) = bc795d9dbaa4e863f0acaa81ad6b033a2b187b4ac514b3363ac726cc8056265cb73af8eb850a3feb90ec76509811cc8898e20ae005756d8ad74f8e5b67ec71af 5SHA512 (actiontext-6.1.3.gem) = 1e48ddd8d57e6aa720266c664d70103cbf31fc00efc395b98a263cfdd0604c50eb34dce1a3d154e507e0ceedda29c000694408497e809a3bcd6d12ceca8d6d9c
6Size (actiontext-6.1.2.1.gem) = 18944 bytes 6Size (actiontext-6.1.3.gem) = 18944 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-actioncable61/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actioncable61/distinfo 2021/02/14 14:04:18 1.1
+++ pkgsrc/www/ruby-actioncable61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:04:18 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (actioncable-6.1.2.1.gem) = 970b5138cc5b80b6c21402a3e64a0e7657873fb6 3SHA1 (actioncable-6.1.3.gem) = eeed7cf7d915116c4eae8d1c232e2cc274d9bb42
4RMD160 (actioncable-6.1.2.1.gem) = 21bef6a10d6b827dd481ee3b7c82cff3ca0f286a 4RMD160 (actioncable-6.1.3.gem) = c0b6a52662b8916d51d137336cc1d3eca54f2153
5SHA512 (actioncable-6.1.2.1.gem) = a22ba2e6c9017c7f6d8d13a9120f11ef65ef4052bdae9a9464893bf1ec9746920bf941367123369e24ccfad2d24f6e87bb46dbdb9020eb7fc834bb3a11d6017e 5SHA512 (actioncable-6.1.3.gem) = 0a54264a9c4be78f652c095b41540c6e278e8c6144c6a5113f78658512d9792ea80346d78804ac9ca6eefe7e038bbc606f01acbfa374b8fa81f5061da46df689
6Size (actioncable-6.1.2.1.gem) = 41472 bytes 6Size (actioncable-6.1.3.gem) = 41472 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-actionpack61/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionpack61/distinfo 2021/02/14 13:58:52 1.1
+++ pkgsrc/www/ruby-actionpack61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 13:58:52 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (actionpack-6.1.2.1.gem) = 4a18beb681ded5cb5497688e0d478c739170abbe 3SHA1 (actionpack-6.1.3.gem) = c2302fcb8ce09aae8f19186b1d2c38bd9d4dd45c
4RMD160 (actionpack-6.1.2.1.gem) = c8e78621c25a5080a2b5c25633f6a2eea81d15a9 4RMD160 (actionpack-6.1.3.gem) = d909372bbfdea44c36dc5cdae602b25acc311c23
5SHA512 (actionpack-6.1.2.1.gem) = 87a0e05921f2ca21daeb0eba70b55fe8b8924f82a79b0ad8d0b015d40213cb7c02c0ce3281ed11a8b3d9ba7ee3dad6f9ca3ebb31a446db9f6c5a4b7141c39a22 5SHA512 (actionpack-6.1.3.gem) = 46bf8a1e47afe81dae25503b24da4f5f1ae8ecb67a6b961a39a058977d39c24e4ecbab79c8872ffa6541522ca791996f4b26327ab423fb7bdc062f94dc14ca12
6Size (actionpack-6.1.2.1.gem) = 224256 bytes 6Size (actionpack-6.1.3.gem) = 224256 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-actionview61/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-actionview61/distinfo 2021/02/14 13:58:16 1.1
+++ pkgsrc/www/ruby-actionview61/distinfo 2021/02/28 15:42:40 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 13:58:16 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:40 taca Exp $
2 2
3SHA1 (actionview-6.1.2.1.gem) = 9c24c237b21a6ff42760bef8b9b244459bf294bb 3SHA1 (actionview-6.1.3.gem) = 3f2db1f16e016c5ddac4b123163a0b2cea1536fc
4RMD160 (actionview-6.1.2.1.gem) = 74a4f88d33a7c393da91b14e954a4445da4c641d 4RMD160 (actionview-6.1.3.gem) = 2e142be9c738a36cf3bbcc79f082ac04e1c04841
5SHA512 (actionview-6.1.2.1.gem) = 1115a3ff54f6ad1cdc1202972f7db443e3b8812c81c0a48d04e3bbd42fbd684544367c7a2de274c7d8328cc88650854848a0b5031be9d9b4c58f779b694bfc98 5SHA512 (actionview-6.1.3.gem) = 9fd1bc2003c9489473201a8f49bcf935cb775b0e215fdb205ca0cd41988cb7933573839b33ad893a8619e3f358fe07c2581b5bc9a49ade329931a2033963f626
6Size (actionview-6.1.2.1.gem) = 171008 bytes 6Size (actionview-6.1.3.gem) = 171008 bytes

cvs diff -r1.1 -r1.2 pkgsrc/www/ruby-rails61/distinfo (expand / switch to unified diff)

--- pkgsrc/www/ruby-rails61/distinfo 2021/02/14 14:10:02 1.1
+++ pkgsrc/www/ruby-rails61/distinfo 2021/02/28 15:42:41 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2021/02/14 14:10:02 taca Exp $ 1$NetBSD: distinfo,v 1.2 2021/02/28 15:42:41 taca Exp $
2 2
3SHA1 (rails-6.1.2.1.gem) = 75528f9ad6fe71026b3c10d04646735a9a181ee9 3SHA1 (rails-6.1.3.gem) = 4456dd92b6db0e60a96f724748e307d3dcec92e4
4RMD160 (rails-6.1.2.1.gem) = f0e9b063312fb6af3f9bbf167cb6e71e66b94185 4RMD160 (rails-6.1.3.gem) = 016a07f3d1ffe3fc63cf25d9e616e7c0cbe976d5
5SHA512 (rails-6.1.2.1.gem) = a604ed34d3fab4a549d7bbe1054ba396ee201116b1cc26e466776ba3bf78a6c09b7178d79927b87c04ab17ec49801c7c1a41683c9ff50559b06ee986c88e00b6 5SHA512 (rails-6.1.3.gem) = 085d05096d14c1132c43291b4082f7db9ddb4ae0674e058e38f821524c17fe86d302c56b28b30fbda6f0883e9ab079fa9afdc2d02a9121478e8c2d7d9b39b8a4
6Size (rails-6.1.2.1.gem) = 6656 bytes 6Size (rails-6.1.3.gem) = 6656 bytes