pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport71



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Feb  4 15:07:45 UTC 2024

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

Log Message:
devel/ruby-activesupport71: update to 7.1.3

Active Support (2024-01-16)

* Handle nil backtrace_locations in ActiveSupport::SyntaxErrorProxy.
  [Eugene Kenny]

* Fix ActiveSupport::JSON.encode to prevent duplicate keys.  If the same key
  exist in both String and Symbol form it could lead to the same key being
  emitted twice.  [Manish Sharma]

* Fix ActiveSupport::Cache::Store#read_multi when using a cache
  namespace and local cache strategy.  [Mark Oleson]

* Fix Time.now/DateTime.now/Date.today to return results in a system
  timezone after #travel_to.

  There is a bug in the current implementation of #travel_to: it remembers a
  timezone of its argument, and all stubbed methods start returning results
  in that remembered timezone.  However, the expected behaviour is to return
  results in a system timezone.  [Aleksei Chernenkov]

* Fix :unless_exist option for MemoryStore#write (et al) when using a cache
  namespace.  [S. Brent Faulkner]

* Fix ActiveSupport::Deprecation to handle blaming generated code.
  [Jean Boussier, fatkodima]


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport71/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-activesupport71/distinfo
diff -u pkgsrc/devel/ruby-activesupport71/distinfo:1.1 pkgsrc/devel/ruby-activesupport71/distinfo:1.2
--- pkgsrc/devel/ruby-activesupport71/distinfo:1.1      Thu Nov 30 15:12:17 2023
+++ pkgsrc/devel/ruby-activesupport71/distinfo  Sun Feb  4 15:07:44 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2023/11/30 15:12:17 taca Exp $
+$NetBSD: distinfo,v 1.2 2024/02/04 15:07:44 taca Exp $
 
-BLAKE2s (activesupport-7.1.2.gem) = 8dda491c42c3f0a628a63d06439b4c325600ed5e267f6cfdf3e6a618fcd08528
-SHA512 (activesupport-7.1.2.gem) = 20a61902743491403e1370a70f1470398e65ec8f4509a036af539ea9aa29bc99e9431ebc0eb5d54fed592515e2fc34a604853bd1c6981ceace88ed1d202bb781
-Size (activesupport-7.1.2.gem) = 257024 bytes
+BLAKE2s (activesupport-7.1.3.gem) = c1d1209a5869aca8c5a530ffb67b801e72580dc281a7f5162dfb228b4c76d966
+SHA512 (activesupport-7.1.3.gem) = 3e5d6a90b318b5e0131f52cecb2fb37a3f8cb60c1f36548b17091caad324f2ebdd3e2a4aa8271a5ecbb431400af29837b5878afe797a2876ccd6d9b385cb6d26
+Size (activesupport-7.1.3.gem) = 257536 bytes
 SHA1 (patch-lib_active__support.rb) = d17783db9c5ddcd3998b9ad607a2b39dd6f5a7a2



Home | Main Index | Thread Index | Old Index