pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ruby-railties52 devel/ruby-railties52: update to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e58ad8db448
branches:  trunk
changeset: 425226:2e58ad8db448
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Mar 20 15:43:05 2020 +0000

description:
devel/ruby-railties52: update to 5.2.4.2

Update ruby-railties52 to 5.2.4.2.


## Rails 5.2.4.1 (December 18, 2019) ##

*   No changes.


## Rails 5.2.4 (November 27, 2019) ##

*   Use original `bundler` environment variables during the process of generating a new rails project.

    *Marco Costa*

*   Allow loading seeds without ActiveJob.

    Fixes #35782

    *Jeremy Weathers*

*   Only force `:async` ActiveJob adapter to `:inline` during seeding.

    *BatedUrGonnaDie*

diffstat:

 devel/ruby-railties52/Makefile |   4 ++--
 devel/ruby-railties52/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r d84531e1f1cc -r 2e58ad8db448 devel/ruby-railties52/Makefile
--- a/devel/ruby-railties52/Makefile    Fri Mar 20 15:42:30 2020 +0000
+++ b/devel/ruby-railties52/Makefile    Fri Mar 20 15:43:05 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/03 15:01:38 taca Exp $
+# $NetBSD: Makefile,v 1.2 2020/03/20 15:43:05 taca Exp $
 
 DISTNAME=      railties-${RAILS_VERSION}
 PKGNAME=       ${RUBY_PKGPREFIX}-railties${RUBY_RAILS}-${RAILS_VERSION}
@@ -11,7 +11,7 @@
 
 DEPENDS+=      ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIONPACK_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=0.18.1<2.0:../../devel/ruby-thor
+DEPENDS+=      ${RUBY_PKGPREFIX}-thor>=0.19.0:../../devel/ruby-thor
 DEPENDS+=      ${RUBY_PKGPREFIX}-method_source-[0-9]*:../../misc/ruby-method_source
 
 USE_LANGUAGES= # none
diff -r d84531e1f1cc -r 2e58ad8db448 devel/ruby-railties52/distinfo
--- a/devel/ruby-railties52/distinfo    Fri Mar 20 15:42:30 2020 +0000
+++ b/devel/ruby-railties52/distinfo    Fri Mar 20 15:43:05 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/04/14 10:34:57 taca Exp $
+$NetBSD: distinfo,v 1.3 2020/03/20 15:43:05 taca Exp $
 
-SHA1 (railties-5.2.3.gem) = 2a0c7f8779c291adbeebdd8fa28a46c39237d333
-RMD160 (railties-5.2.3.gem) = add7ddad179bf6e300cc14d18edc7a35f31836d1
-SHA512 (railties-5.2.3.gem) = b0896ad609b1b662f2750c70292f26c86d65c025a52ce33372cb51de6069cfb960457c621d8c27aec968f1f7a73cd5609af32fccb82c92f5425cae14f776a3f2
-Size (railties-5.2.3.gem) = 236032 bytes
+SHA1 (railties-5.2.4.2.gem) = f597d9b387fb0de45f5ad7db09dbd5d156f2c61e
+RMD160 (railties-5.2.4.2.gem) = 533d052509f8f71eca9d35e52704f371ae4b1023
+SHA512 (railties-5.2.4.2.gem) = 774c605407f00cfa1d094bdd17d1fd3011404f1f7df16915143144e687ed373170a2ec8ad3c1fa9b3d0b2512bf205743b889e637881175e25c3291f58a3f931f
+Size (railties-5.2.4.2.gem) = 236544 bytes



Home | Main Index | Thread Index | Old Index