pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-activesupport52 devel/ruby-activesupport52:...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0ed4781e352c
branches: trunk
changeset: 332490:0ed4781e352c
user: taca <taca%pkgsrc.org@localhost>
date: Sun Apr 14 10:30:26 2019 +0000
description:
devel/ruby-activesupport52: update to 5.2.3
## Rails 5.2.3 (March 27, 2019) ##
* Add `ActiveSupport::HashWithIndifferentAccess#assoc`.
`assoc` can now be called with either a string or a symbol.
*Stefan Sch??ler*
* Fix `String#safe_constantize` throwing a `LoadError` for incorrectly cased constant references.
*Keenan Brock*
* Allow Range#=== and Range#cover? on Range
`Range#cover?` can now accept a range argument like `Range#include?` and
`Range#===`. `Range#===` works correctly on Ruby 2.6. `Range#include?` is moved
into a new file, with these two methods.
*utilum*
* If the same block is `included` multiple times for a Concern, an exception is no longer raised.
*Mark J. Titorenko*, *Vlad Bokov*
## Rails 5.2.2.1 (March 11, 2019) ##
* No changes.
diffstat:
devel/ruby-activesupport52/PLIST | 3 ++-
devel/ruby-activesupport52/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 6 deletions(-)
diffs (32 lines):
diff -r 4a67e44c4adb -r 0ed4781e352c devel/ruby-activesupport52/PLIST
--- a/devel/ruby-activesupport52/PLIST Sun Apr 14 10:29:39 2019 +0000
+++ b/devel/ruby-activesupport52/PLIST Sun Apr 14 10:30:26 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/03 14:44:26 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/04/14 10:30:26 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/MIT-LICENSE
@@ -111,6 +111,7 @@
${GEM_LIBDIR}/lib/active_support/core_ext/object/try.rb
${GEM_LIBDIR}/lib/active_support/core_ext/object/with_options.rb
${GEM_LIBDIR}/lib/active_support/core_ext/range.rb
+${GEM_LIBDIR}/lib/active_support/core_ext/range/compare_range.rb
${GEM_LIBDIR}/lib/active_support/core_ext/range/conversions.rb
${GEM_LIBDIR}/lib/active_support/core_ext/range/each.rb
${GEM_LIBDIR}/lib/active_support/core_ext/range/include_range.rb
diff -r 4a67e44c4adb -r 0ed4781e352c devel/ruby-activesupport52/distinfo
--- a/devel/ruby-activesupport52/distinfo Sun Apr 14 10:29:39 2019 +0000
+++ b/devel/ruby-activesupport52/distinfo Sun Apr 14 10:30:26 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/03 14:44:26 taca Exp $
+$NetBSD: distinfo,v 1.2 2019/04/14 10:30:26 taca Exp $
-SHA1 (activesupport-5.2.2.gem) = 8f88834e45b859159698327161e48314672412fc
-RMD160 (activesupport-5.2.2.gem) = dcbe44ec7079ca26ca7d9b6d1b14de4b7f864119
-SHA512 (activesupport-5.2.2.gem) = b768c735af6f944300d7a2197b48ad99a324acb990413c1feb67578f9a18a106b2ae6800d19defa51be52d95c52fb4bdd11d65d7f81a29267d803a01980a25ec
-Size (activesupport-5.2.2.gem) = 380928 bytes
+SHA1 (activesupport-5.2.3.gem) = 53a45d06c24797adad93d04bedbd896b7389cc2a
+RMD160 (activesupport-5.2.3.gem) = a7a6bd2e08e3a61cfa194cdf63c25d85881df16e
+SHA512 (activesupport-5.2.3.gem) = 8e0ab698f1b850c380ffc464fd48c942f4a46b9ca66055166949fa069740a4ff50f320d87f1040064a896c5ba1b8c00f0730592efec90d92a20c500d66b99589
+Size (activesupport-5.2.3.gem) = 381440 bytes
Home |
Main Index |
Thread Index |
Old Index