The NetBSD Project

CVS log for pkgsrc/misc/ruby-sprockets-rails/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / misc / ruby-sprockets-rails

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Sep 18 15:40:07 2024 UTC (4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
misc/ruby-sprockets-rails: update to 3.5.2

3.5.2 (2024-07-31)

What's Changed

* Fix deprecations with Rails 8.0 by @rafaelfranca in #535

Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Jun 8 15:52:49 2024 UTC (7 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
misc/ruby-sprockets-rails: update to 3.5.1

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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Dec 13 15:00:47 2021 UTC (3 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
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

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Nov 23 15:11:39 2021 UTC (3 years, 1 month ago) by taca
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
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

Revision 1.5: download - view: text, markup, annotated - select for diffs
Tue Oct 26 10:59:31 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:35:47 2021 UTC (3 years, 3 months ago) by nia
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -2 lines
misc: Remove SHA1 hashes for distfiles

Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Sep 14 13:26:15 2020 UTC (4 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -5 lines
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]

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Sep 10 14:59:15 2017 UTC (7 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -5 lines
Update ruby-sprockets-rails to 3.2.1.

3.2.1						2017/08/31

* Fix load error with ActionView::Helpers. [#383]

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jul 18 14:41:27 2017 UTC (7 years, 6 months ago) by taca
Branches: MAIN
Add ruby-sprockets-rails package version 3.2.0.

# Sprockets Rails

Provides Sprockets implementation for Rails 4.x (and beyond) Asset Pipeline.

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>