Package: ruby-sprockets / 3.7.2-6

Metadata

Package Version Patches format
ruby-sprockets 3.7.2-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 kwargs.patch | (download)

test/test_performance.rb | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 kwargs

0002 uglifier to terser.patch | (download)

lib/sprockets/autoload/uglifier.rb | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

---
0003 disable coffee script tests.patch | (download)

test/test_processor_utils.rb | 1 1 0 - 0 !
1 file changed, 1 insertion( )

---
0004 Support Minitest 5.20.patch | (download)

test/sprockets_test.rb | 2 1 1 - 0 !
test/test_cache_store.rb | 10 5 5 - 0 !
test/test_closure_compressor.rb | 2 1 1 - 0 !
test/test_coffee_script_processor.rb | 2 1 1 - 0 !
test/test_digest_utils.rb | 2 1 1 - 0 !
test/test_eco_processor.rb | 2 1 1 - 0 !
test/test_ejs_processor.rb | 2 1 1 - 0 !
test/test_encoding_utils.rb | 2 1 1 - 0 !
test/test_erb_processor.rb | 2 1 1 - 0 !
test/test_http_utils.rb | 2 1 1 - 0 !
test/test_jst_processor.rb | 2 1 1 - 0 !
test/test_manifest_utils.rb | 2 1 1 - 0 !
test/test_path_dependency_utils.rb | 2 1 1 - 0 !
test/test_path_digest_utils.rb | 2 1 1 - 0 !
test/test_path_utils.rb | 2 1 1 - 0 !
test/test_processor_utils.rb | 2 1 1 - 0 !
test/test_require.rb | 2 1 1 - 0 !
test/test_uglifier_compressor.rb | 2 1 1 - 0 !
test/test_uri_utils.rb | 2 1 1 - 0 !
test/test_utils.rb | 2 1 1 - 0 !
test/test_yui_compressor.rb | 2 1 1 - 0 !
21 files changed, 25 insertions( ), 25 deletions(-)

 fix minitest constant name in tests 
 Minitest 5.19.0 removed the "ancient MiniTest compatibility layer" that
 aliased `Minitest` as `MiniTest`. CI runs without a lock file so tests
 are failing due to this new release.
 .
 This commit renames all of the tests to the correct `Minitest` constant
0005 Fix tests with ruby3.3.patch | (download)

lib/sprockets/uri_utils.rb | 2 1 1 - 0 !
test/test_uri_utils.rb | 12 6 6 - 0 !
2 files changed, 7 insertions( ), 7 deletions(-)

 make the uri tests pass with ruby-head
 * host is "" instead of nil, following the upstream change:
  ruby/uri@81263c9