pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-activesupport52



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Apr 14 10:30:26 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-activesupport52: PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-activesupport52/PLIST \
    pkgsrc/devel/ruby-activesupport52/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-activesupport52/PLIST
diff -u pkgsrc/devel/ruby-activesupport52/PLIST:1.1 pkgsrc/devel/ruby-activesupport52/PLIST:1.2
--- pkgsrc/devel/ruby-activesupport52/PLIST:1.1 Sun Mar  3 14:44:26 2019
+++ pkgsrc/devel/ruby-activesupport52/PLIST     Sun Apr 14 10:30:26 2019
@@ -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_ex
 ${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
Index: pkgsrc/devel/ruby-activesupport52/distinfo
diff -u pkgsrc/devel/ruby-activesupport52/distinfo:1.1 pkgsrc/devel/ruby-activesupport52/distinfo:1.2
--- pkgsrc/devel/ruby-activesupport52/distinfo:1.1      Sun Mar  3 14:44:26 2019
+++ pkgsrc/devel/ruby-activesupport52/distinfo  Sun Apr 14 10:30:26 2019
@@ -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