Commit graph

12 commits

Author SHA1 Message Date
taca 5948520ebc Bump revision RUBY_RAILS_DEFAULT change. 2023-09-03 15:42:31 +00:00
taca f685d7f356 misc/ruby-sprockets-rails: update to 3.4.2
3.4.2 (2021-12-11)

What's Changed

* Fix protocol relative URLs amended accidentally by @PikachuEXE in #485
* Add assets.resolve_assets_in_css_urls configuration option to allow
  disabling AssetUrlProcessor by @rmacklin in #489

New Contributors

* @PikachuEXE made their first contribution in #485
* @rmacklin made their first contribution in #489
2021-12-13 15:00:47 +00:00
taca c747c72fc5 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
2021-11-23 15:11:39 +00:00
nia 28c1048bad misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (possibly fetched
conditionally?):

./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
2021-10-26 10:58:55 +00:00
nia 60e6853f70 misc: Remove SHA1 hashes for distfiles 2021-10-07 14:35:11 +00:00
taca ef61db3dac misc/ruby-sprockets-rails: update to 3.2.2
Update ruby-sprockets-rails package to 3.2.2.


3.2.2 (2020-09-12)

* Fix extending ActionView::Base instances with Sprockets::Rails::Helper on
  Rails 6.1
* Fix deprecation warning on Ruby 2.7 [#454]
* action_view/base is no longer required when rake tasks are loaded [#455]
* Asset not precompiled error exception renamed to AssetNotPrecompiledError
  [#414]
2020-09-14 13:26:15 +00:00
taca 70e54393f8 Remove RUBY_VERSIONS_INCOMPATIBLE for ruby24. 2020-05-21 16:04:21 +00:00
taca 57d4f32443 misc/ruby-sprockets-rails: relax rails version
* Do not restrict to Rails to 4.2.

Bump PKGREVISION.
2020-03-20 15:11:41 +00:00
joerg c234c72f7b ruby-sprockets no longer supports Ruby 2.4. Mark as incompatible and
recurse to reverse dependencies.
2019-12-25 00:17:23 +00:00
taca 66c9583833 lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
2018-03-18 14:21:19 +00:00
taca 66ef5312d8 Update ruby-sprockets-rails to 3.2.1.
3.2.1						2017/08/31

* Fix load error with ActionView::Helpers. [#383]
2017-09-10 14:59:15 +00:00
taca 101eba0da4 Add ruby-sprockets-rails package version 3.2.0.
# Sprockets Rails

Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.
2017-07-18 14:41:27 +00:00