pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ruby-sprockets-rails misc/ruby-sprockets-rails: u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8c597945e233
branches:  trunk
changeset: 769991:8c597945e233
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Nov 23 15:11:39 2021 +0000

description:
misc/ruby-sprockets-rails: update to 3.4.1

3.4.1 (2021-11-22)

What's Changed

* expose dependencies from AssetUrlProcessor by @zarqman in #480
* Fix issues with relative paths from AssetUrlProcessor by @jcoyne in #482
* Fix sourcemapping url replacement by @dhh in #484


3.4.0 (2021-11-15)

What's Changed

* Ensure source mapping URLs set by transpilers are not broken by appending
  a semicolon to their path and translate the paths to the digested versions
  for deployment by @dhh in #479

This makes sprockets-rails compatible out of the box with sourcemap
generation from jsbundling-rails.

3.3.0 (2021-11-11)

What's Changed

* Process css files so that they get digested paths for asset files by
  @jcoyne in #476.  This allows you to use sprockets-rails together with
  cssbundling-rails and be able to reference assets in the asset pipeline
  without additional compilation.
* Raise the error that includes an error message by @ghiculescu in #472

diffstat:

 misc/ruby-sprockets-rails/Makefile |  4 ++--
 misc/ruby-sprockets-rails/PLIST    |  4 +++-
 misc/ruby-sprockets-rails/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 7 deletions(-)

diffs (44 lines):

diff -r f39931f3b62c -r 8c597945e233 misc/ruby-sprockets-rails/Makefile
--- a/misc/ruby-sprockets-rails/Makefile        Tue Nov 23 14:47:58 2021 +0000
+++ b/misc/ruby-sprockets-rails/Makefile        Tue Nov 23 15:11:39 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2020/09/14 13:26:15 taca Exp $
+# $NetBSD: Makefile,v 1.8 2021/11/23 15:11:39 taca Exp $
 
-DISTNAME=      sprockets-rails-3.2.2
+DISTNAME=      sprockets-rails-3.4.1
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r f39931f3b62c -r 8c597945e233 misc/ruby-sprockets-rails/PLIST
--- a/misc/ruby-sprockets-rails/PLIST   Tue Nov 23 14:47:58 2021 +0000
+++ b/misc/ruby-sprockets-rails/PLIST   Tue Nov 23 15:11:39 2021 +0000
@@ -1,12 +1,14 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/18 14:41:27 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/11/23 15:11:39 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/helper.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/quiet_assets.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/route_wrapper.rb
+${GEM_LIBDIR}/lib/sprockets/rails/sourcemapping_url_processor.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/task.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/utils.rb
 ${GEM_LIBDIR}/lib/sprockets/rails/version.rb
diff -r f39931f3b62c -r 8c597945e233 misc/ruby-sprockets-rails/distinfo
--- a/misc/ruby-sprockets-rails/distinfo        Tue Nov 23 14:47:58 2021 +0000
+++ b/misc/ruby-sprockets-rails/distinfo        Tue Nov 23 15:11:39 2021 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:59:31 nia Exp $
+$NetBSD: distinfo,v 1.6 2021/11/23 15:11:39 taca Exp $
 
-BLAKE2s (sprockets-rails-3.2.2.gem) = ee5558ff6df4a734fd1bb1b9697b021d888b1cc41d50eac576107a2552e0b884
-SHA512 (sprockets-rails-3.2.2.gem) = 502f302048fb04c62bf247769f3339e236f7473ffdb80bbad7c635e934f182ceacca257f7fc6c3504a37eee66db889aff1b23701c55abb89d4e7046b21a60178
-Size (sprockets-rails-3.2.2.gem) = 15360 bytes
+BLAKE2s (sprockets-rails-3.4.1.gem) = c4aee1cddb499f04867e819fd2948d7d5d50996b3def446cf5e207f354959b07
+SHA512 (sprockets-rails-3.4.1.gem) = 1fe9393930df58763487f080e5b62f152eb1d2d15be28b1d4c3505f7bd154045f612ebe69eeaf947e67d858e8498421ba1bd940ce0dd62373c500960c99f10cc
+Size (sprockets-rails-3.4.1.gem) = 15872 bytes



Home | Main Index | Thread Index | Old Index