Skip to content

Commit

Permalink
misc/ruby-sprockets-rails: update to 3.5.1
Browse files Browse the repository at this point in the history
pkgsrc changes: a few change stopping pkglint's warning.


3.5.0 (2024-06-06)

What's Changed

* Add useful message for logger silence error by @rossta in #381
* Use a dedicated ActiveSupport::Deprecation for Rails 7.2 compatibility by
  @etiennebarrie in #517
* Dropped support for Rails versions older than 6.1

New Contributors

* @markrmullan made their first contribution in #502
* @rossta made their first contribution in #381
* @yahonda made their first contribution in #509
* @skipkayhil made their first contribution in #510
* @etiennebarrie made their first contribution in #517
* @byroot made their first contribution in #523

3.5.1 (2024-06-07)

What's Changed

* Handle the gem being loaded via sprockets/railtie rather than the expected
  sprockets/rails entrypoint. by @mamhoff in #525

New Contributors

* @mamhoff made their first contribution in #525
  • Loading branch information
taca committed Jun 8, 2024
1 parent 0c8115d commit 85c1aaf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
9 changes: 4 additions & 5 deletions misc/ruby-sprockets-rails/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.10 2023/09/03 15:42:32 taca Exp $
# $NetBSD: Makefile,v 1.11 2024/06/08 15:52:49 taca Exp $

DISTNAME= sprockets-rails-3.4.2
PKGREVISION= 1
CATEGORIES= www
DISTNAME= sprockets-rails-3.5.1
CATEGORIES= misc

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/rails/sprockets-rails
Expand All @@ -13,7 +12,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-sprockets>=3.0.0:../../misc/ruby-sprockets
DEPENDS+= ${RUBY_ACTIONPACK_DEPENDS}
#DEPENDS+= ${RUBY_ACTIVESUPPORT_DEPENDS}

RUBY_RAILS_ACCEPTED= # defined
RUBY_RAILS_ACCEPTED= # empty

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
3 changes: 2 additions & 1 deletion misc/ruby-sprockets-rails/PLIST
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
@comment $NetBSD: PLIST,v 1.2 2021/11/23 15:11:39 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2024/06/08 15:52:49 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/MIT-LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/lib/sprockets/rails.rb
${GEM_LIBDIR}/lib/sprockets/rails/asset_url_processor.rb
${GEM_LIBDIR}/lib/sprockets/rails/context.rb
${GEM_LIBDIR}/lib/sprockets/rails/deprecator.rb
${GEM_LIBDIR}/lib/sprockets/rails/helper.rb
${GEM_LIBDIR}/lib/sprockets/rails/quiet_assets.rb
${GEM_LIBDIR}/lib/sprockets/rails/route_wrapper.rb
Expand Down
8 changes: 4 additions & 4 deletions misc/ruby-sprockets-rails/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2021/12/13 15:00:47 taca Exp $
$NetBSD: distinfo,v 1.8 2024/06/08 15:52:49 taca Exp $

BLAKE2s (sprockets-rails-3.4.2.gem) = 5d156eb3b33a06a6bd1b458f3c5194b7ccb82f5d8d2705bd984cffb926f59dae
SHA512 (sprockets-rails-3.4.2.gem) = 87ab9269cb3d7c992bb5906dfea96b5a5a242ffaa8250e854a6116eb134b680e7855a5258a79b9414162037ea6dec1fd46643da930eabe56c27984524c27a205
Size (sprockets-rails-3.4.2.gem) = 15872 bytes
BLAKE2s (sprockets-rails-3.5.1.gem) = f86d0a84a75f5cb951d0ac526054ce9b3aecc65dc3c701308e426f33b6f88a19
SHA512 (sprockets-rails-3.5.1.gem) = b9b60e02373cb586780ecf23b0cfd3a71062eb1a743bc11da3efd9530c709a2708960a6ad94befede88c250ad99d923cdef3dadcf3a01be97eaa4edea5a0502b
Size (sprockets-rails-3.5.1.gem) = 16384 bytes

0 comments on commit 85c1aaf

Please sign in to comment.