pkgsrc/misc/ruby-sprockets/PLIST

81 lines
3.4 KiB
Text
Raw Normal View History

@comment $NetBSD: PLIST,v 1.9 2016/10/17 15:10:54 taca Exp $
bin/sprockets${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/bin/sprockets
${GEM_LIBDIR}/lib/rake/sprocketstask.rb
${GEM_LIBDIR}/lib/sprockets.rb
${GEM_LIBDIR}/lib/sprockets/asset.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/autoload.rb
${GEM_LIBDIR}/lib/sprockets/autoload/closure.rb
${GEM_LIBDIR}/lib/sprockets/autoload/coffee_script.rb
${GEM_LIBDIR}/lib/sprockets/autoload/eco.rb
${GEM_LIBDIR}/lib/sprockets/autoload/ejs.rb
${GEM_LIBDIR}/lib/sprockets/autoload/sass.rb
${GEM_LIBDIR}/lib/sprockets/autoload/uglifier.rb
${GEM_LIBDIR}/lib/sprockets/autoload/yui.rb
${GEM_LIBDIR}/lib/sprockets/base.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/bower.rb
${GEM_LIBDIR}/lib/sprockets/bundle.rb
${GEM_LIBDIR}/lib/sprockets/cache.rb
${GEM_LIBDIR}/lib/sprockets/cache/file_store.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/cache/memory_store.rb
${GEM_LIBDIR}/lib/sprockets/cache/null_store.rb
${GEM_LIBDIR}/lib/sprockets/cached_environment.rb
${GEM_LIBDIR}/lib/sprockets/closure_compressor.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/coffee_script_processor.rb
${GEM_LIBDIR}/lib/sprockets/coffee_script_template.rb
${GEM_LIBDIR}/lib/sprockets/compressing.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/configuration.rb
${GEM_LIBDIR}/lib/sprockets/context.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/dependencies.rb
${GEM_LIBDIR}/lib/sprockets/deprecation.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/digest_utils.rb
${GEM_LIBDIR}/lib/sprockets/directive_processor.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/eco_processor.rb
${GEM_LIBDIR}/lib/sprockets/eco_template.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/ejs_processor.rb
${GEM_LIBDIR}/lib/sprockets/ejs_template.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/encoding_utils.rb
${GEM_LIBDIR}/lib/sprockets/engines.rb
${GEM_LIBDIR}/lib/sprockets/environment.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/erb_processor.rb
${GEM_LIBDIR}/lib/sprockets/erb_template.rb
${GEM_LIBDIR}/lib/sprockets/errors.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/file_reader.rb
${GEM_LIBDIR}/lib/sprockets/http_utils.rb
${GEM_LIBDIR}/lib/sprockets/jst_processor.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/legacy.rb
${GEM_LIBDIR}/lib/sprockets/legacy_proc_processor.rb
${GEM_LIBDIR}/lib/sprockets/legacy_tilt_processor.rb
${GEM_LIBDIR}/lib/sprockets/loader.rb
${GEM_LIBDIR}/lib/sprockets/manifest.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/manifest_utils.rb
${GEM_LIBDIR}/lib/sprockets/mime.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/path_dependency_utils.rb
${GEM_LIBDIR}/lib/sprockets/path_digest_utils.rb
${GEM_LIBDIR}/lib/sprockets/path_utils.rb
${GEM_LIBDIR}/lib/sprockets/paths.rb
${GEM_LIBDIR}/lib/sprockets/processing.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/processor_utils.rb
${GEM_LIBDIR}/lib/sprockets/resolve.rb
${GEM_LIBDIR}/lib/sprockets/sass_cache_store.rb
${GEM_LIBDIR}/lib/sprockets/sass_compressor.rb
${GEM_LIBDIR}/lib/sprockets/sass_functions.rb
${GEM_LIBDIR}/lib/sprockets/sass_importer.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/sass_processor.rb
${GEM_LIBDIR}/lib/sprockets/sass_template.rb
${GEM_LIBDIR}/lib/sprockets/server.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/transformers.rb
${GEM_LIBDIR}/lib/sprockets/uglifier_compressor.rb
${GEM_LIBDIR}/lib/sprockets/unloaded_asset.rb
${GEM_LIBDIR}/lib/sprockets/uri_tar.rb
Update ruby-sprockets to 3.2.0. 3.2.0 (June 2, 2015) * Updated SRI integrity to align with spec changes * Deprecated Manifest integrity attribute * Cleanup concatenating JS sources with newlines 3.1.0 (May 10, 2015) * Removed "index" logical path normalization. Asset#logical_path is always the full logical path to the index file. * Fixed static asset mtimes * Fix manifest cleanup by age * Removed redundant minifier level cache * Updated SRI format according to spec changes 3.0.3 (April 27, 2015) * Fix static asset mtime fallback * Only warn when specified asset version can not be loaded. 3.0.2 (April 22, 2015) * Ensure legacy Tilt handlers return String class data. Fixes issues with Haml Tilt handler. * Type check and improve error messages raised on bad processor returned results. * Improve error message for relative paths not under load path. * Changed HTML encoding fallback from ISO-8859-1 to default external. * Avoid falling back to 0 mtimes which may cause warnings with tar 3.0.1 (April 14, 2015) * Fixed Context#depend_on with paths outside the load path * 3.0.0 (April 12, 2015) * New processor API. Tilt interface is deprecated. * Improved file store caching backend. * MIME Types now accept charset custom charset detecters. Improves support for UTF-16/32 files. * Environment#version no longer affects asset digests. Only used for busting the asset cache. * Removed builtin support for LESS. * Removed //= include directive support. * Deprecated BundledAsset#to_a. Use BundledAsset#included to access debugging subcomponents. * Support circular dependencies. For parity with ES6 modules. * Manifest compilation will no longer generate .gz files by default. Mixing Content-Encoding and ETags is just a bad idea * Added linked or referenced assets. When an asset is compiled, any of its links will be compiled as well. * Introduce some limitations around enumerating all logical paths. 4.x will deprecate it and favor linked manifests for compliation. * Add Asset integrity attribute for Subresource Integrity * Default digest changed to SHA256. Configuring digest_class is deprecated. * Rename Asset#digest to Asset#hexdigest. Asset#digest is deprecated and will return a raw byte String in 4.x. * Added transitional compatibility flag to Environment#resolve(path, compat: true). 2.x mode operates with compat: true and 4.x with compat: false * manifest-abc123.json renamed to .sprockets-abc123.json
2015-06-08 16:48:23 +02:00
${GEM_LIBDIR}/lib/sprockets/uri_utils.rb
${GEM_LIBDIR}/lib/sprockets/utils.rb
${GEM_LIBDIR}/lib/sprockets/utils/gzip.rb
${GEM_LIBDIR}/lib/sprockets/version.rb
${GEM_LIBDIR}/lib/sprockets/yui_compressor.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec