pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-activesupport42 devel/ruby-activesupport42:...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/772aa574c1da
branches:  trunk
changeset: 377116:772aa574c1da
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 13 16:29:26 2018 +0000

description:
devel/ruby-activesupport42: update to 4.2.10

## Rails 4.2.10 (September 27, 2017) ##

*   No changes.


## Rails 4.2.9 (June 26, 2017) ##

*   Fixed bug in `DateAndTime::Compatibility#to_time` that caused it to
    raise `RuntimeError: can't modify frozen Time` when called on any frozen `Time`.
    Properly pass through the frozen `Time` or `ActiveSupport::TimeWithZone` object
    when calling `#to_time`.

    *Kevin McPhillips* & *Andrew White*

*   Restore the return type of `DateTime#utc`

    In Rails 5.0 the return type of `DateTime#utc` was changed to `Time` to be
    consistent with the new `DateTime#localtime` method. When these changes were
    backported in #27553 this inadvertently changed the return type in a patcn
    release. Since `DateTime#localtime` was new in Rails 4.2.8 it's okay to
    restore the return type of `DateTime#utc` but keep `DateTime#localtime` as
    returning `Time` without breaking backwards compatibility.

    *Andrew White*

*   In Core Extensions, make `MarshalWithAutoloading#load` pass through the second, optional
    argument for `Marshal#load( source [, proc] )`. This way we don't have to do
    `Marshal.method(:load).super_method.call(sourse, proc)` just to be able to pass a proc.

    *Jeff Latz*

*   Cache `ActiveSupport::TimeWithZone#to_datetime` before freezing.

    *Adam Rice*

*   `AS::Testing::TimeHelpers#travel_to` now changes `DateTime.now` as well as
    `Time.now` and `Date.today`.

    *Yuki Nishijima*

diffstat:

 devel/ruby-activesupport42/Makefile |   3 +--
 devel/ruby-activesupport42/distinfo |  10 +++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r dc87d88a4b34 -r 772aa574c1da devel/ruby-activesupport42/Makefile
--- a/devel/ruby-activesupport42/Makefile       Tue Mar 13 16:28:48 2018 +0000
+++ b/devel/ruby-activesupport42/Makefile       Tue Mar 13 16:29:26 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2018/01/04 13:15:19 taca Exp $
+# $NetBSD: Makefile,v 1.4 2018/03/13 16:29:26 taca Exp $
 
 DISTNAME=      activesupport-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-activesupport${RUBY_RAILS}-${RAILS_VERSION}
-PKGREVISION=   1
 CATEGORIES=    devel
 
 MAINTAINER=    minskim%NetBSD.org@localhost
diff -r dc87d88a4b34 -r 772aa574c1da devel/ruby-activesupport42/distinfo
--- a/devel/ruby-activesupport42/distinfo       Tue Mar 13 16:28:48 2018 +0000
+++ b/devel/ruby-activesupport42/distinfo       Tue Mar 13 16:29:26 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/14 08:00:26 minskim Exp $
+$NetBSD: distinfo,v 1.2 2018/03/13 16:29:26 taca Exp $
 
-SHA1 (activesupport-4.2.8.gem) = 7f3383216dd88dd9317447d619a7c671aa362115
-RMD160 (activesupport-4.2.8.gem) = cb662ade5c7dc4375ec87d342a070672735a0b3a
-SHA512 (activesupport-4.2.8.gem) = ef75c6396a34b900502f94c8b1e9fe0cfc9d38034af7ca6ba469c364ee186ea15ec2a5906143ea4c695af582eb3de53dea0d19d41304e6d618648792bfedd048
-Size (activesupport-4.2.8.gem) = 332800 bytes
+SHA1 (activesupport-4.2.10.gem) = b666bfe662b44da7c576e401a8f9545b149c7ce8
+RMD160 (activesupport-4.2.10.gem) = e06517aa4bbc3718548855d14cd41c63828c3afd
+SHA512 (activesupport-4.2.10.gem) = 78f02e111fc01348f728895cabe9be1b1b009f767fbd828e5b1428ca2f0ac822f743d0da89272b4664f00a7fb1a236854f8b6b9b37c27d820d00a7c5bd8b10e3
+Size (activesupport-4.2.10.gem) = 333824 bytes



Home | Main Index | Thread Index | Old Index