The NetBSD Project

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

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Sep 10 13:36:21 2023 UTC (16 months, 1 week ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +4 -4 lines
misc/ruby-sprockets: update to 4.2.1

4.2.1 (2023-09-05)

What's Changed

* Fix .jpeg precompile issue by @ghiculescu in #781
* CI against Ruby 3.2 [changelog skip] by @amatsuda in #777
* Fix header casing compatibility with Rails 7 by @skipkayhil in #790
* fix: set application/css-sourcemap+json default charset to unicode by
  @chadlwilson in #764

New Contributors

* @ghiculescu made their first contribution in #781
* @skipkayhil made their first contribution in #791
* @jpbalarini made their first contribution in #768
* @chadlwilson made their first contribution in #764

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 3 14:02:51 2023 UTC (2 years ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +4 -4 lines
misc/ruby-sprockets: update to 4.2.0

4.2.0 (2022-12-20)

* Rack 3 compatibility. #758
* Fix thread safety of Sprockets::CachedEnvironment and
  Sprockets::Cache::MemoryStore. #771
* Add support for Rack 3.0. Headers set by sprockets will now be lower
  case. #758
* Make Sprockets::Utils.module_include thread safe on JRuby. #759

Revision 1.21: download - view: text, markup, annotated - select for diffs
Sun Aug 28 04:03:09 2022 UTC (2 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
misc/ruby-sprockets: update to 4.1.1

pkgsrc change: add misc  to CATEGORIES at first

4.1.0 (2022-06-24)

* Allow age to be altered in asset:clean rake task.
* Fix Sprockets::Server to return lower-cased response headers to comply
  with Rack::Lint 3.0. #744
* Adding new directive depend_on_directory #668
* Fix application/js-sourcemap+json charset #669
* Fix CachedEnvironment caching nil values #723
* Process *.jst.ejs.erb files with ERBProcessor #674
* Fix cache key for coffee script processor to be dependent on the filename
  #670

4.1.1 (2022-06-27)

* Fix Sprockets::Server to return response headers to compatible with with
  Rack::Lint 2.0.

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sun Mar 6 09:05:17 2022 UTC (2 years, 10 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +4 -4 lines
misc/ruby-sprockets: update to 4.0.3

4.0.3 (2022-03-02)

* Fix Manifest#find yielding from a Promise causing issue on Ruby
  3.1.0-dev. #720
* Better detect the ERB version to avoid deprecation warnings. #719
* Allow assets already fingerprinted to be served through Sprockets::Server
* Do not fingerprint files that already contain a valid digest in their name
* Remove remaining support for Ruby < 2.4.#672

Revision 1.19: 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
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +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.18: 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.17: preferred, colored
Changes since revision 1.17: +1 -2 lines
misc: Remove SHA1 hashes for distfiles

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jun 7 08:37:12 2020 UTC (4 years, 7 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, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +5 -5 lines
misc/ruby-sprockets: update to 4.0.2

Update ruby-sprockets to 4.0.2.


## 4.0.2

- Fix `etag` and digest path compilation that were generating string with invalid digest since 4.0.1.

## 4.0.1

- Fix for Ruby 2.7 keyword arguments warning in `base.rb`. [#660](https://github.com/rails/sprockets/pull/660)
- Fix for when `x_sprockets_linecount` is missing from a source map.
- Fix subresource integrity to match the digest of the asset.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 4 15:41:00 2019 UTC (5 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +5 -5 lines
misc/ruby-sprockets: update to 4.0.0

Update ruby-sprockets to 4.0.0.

* pkgsr change: Add "USE_LANGUAGES=	# none".


## 4.0.0

- Fixes for Ruby 2.7 keyword arguments warnings [#625](https://github.com/rails/sprockets/pull/625)
- Manifest files are sorted alphabetically [#626](https://github.com/rails/sprockets/pull/626)

## 4.0.0.beta10

- Fix YACB (Yet Another Caching Bug) [Fix broken expansion of asset link paths](https://github.com/rails/sprockets/pull/614)

## 4.0.0.beta9

- Minimum Ruby version for Sprockets 4 is now 2.5+ which matches minimum ruby verision of Rails [#604]
- Fix threading bug introduced in Sprockets 4 [#603]
- Warn when two potential manifest files exist. [#560]

## 4.0.0.beta8

- Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760)

## 4.0.0.beta7

- Fix a year long bug that caused `Sprockets::FileNotFound` errors when the asset was present [#547]
- Raise an error when two assets such as foo.js and foo.js.erb would produce the same output artifact (foo.js) [#549 #530]
- Process `*.jst.eco.erb` files with ERBProcessor

## 4.0.0.beta6

- Fix source map line offsets [#515]
- Return a `400 Bad Request` when the path encoding is invalid. [#514]

## 4.0.0.beta5

- Reduce string allocations
- Source map metadata uses compressed form specified by the [source map v3 spec](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k). [#402] **[BREAKING]**
- Generate [index maps](https://docs.google.com/document/d/1U1RGAehQwRypUTovF1KRlpiOFze0b-_2gc6fAH0KY0k/edit#heading=h.535es3xeprgt) when decoding source maps isn't necessary. [#402]
- Remove fingerprints from source map files. [#402]

## 4.0.0.beta4

- Changing the version now busts the digest of all assets [#404]
- Exporter interface added [#386]
- Using ENV vars in templates will recompile templates when the env vars change. [#365]
- Source maps for imported sass files with sassc is now fixed [#391]
- Load paths now in error messages [#322]
- Cache key added to babel processor [#387]
- `Environment#find_asset!` can now be used to raise an exception when asset could not be found [#379]

## 4.0.0.beta3

- Source Map fixes [#255] [#367]
- Performance improvements

## 4.0.0.beta2

- Fix load_paths on Sass processors [#223]


## 4.0.0.beta1

- Initial release of Sprockets 4

Please upgrade to the latest Sprockets 3 version before upgrading to Sprockets 4. Check the 3.x branch for previous changes https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md.

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Sep 9 12:27:38 2018 UTC (6 years, 4 months ago) by taca
Branches: MAIN
CVS tags: 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
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +5 -5 lines
misc/ruby-sprockets update to 3.7.2

**3.7.2** (June 19, 2018)

* Security release for [CVE-2018-3760](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3760).

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sat Apr 22 16:41:13 2017 UTC (7 years, 8 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -5 lines
Update ruby-sprockets to 3.7.1.

**3.7.1** (December 19, 2016)

* Ruby 2.4 support for Sprockets 3.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Oct 17 15:10:54 2016 UTC (8 years, 3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +5 -5 lines
Update ruby-sprockets to 3.7.0.

** 3.7.0** (July 21, 2016)

* Deprecated interfaces now emit deprecation warnings #345

**3.6.3** (July 1, 2016)

* Faster asset lookup in large directories #336
* Faster PathUtils.match_path_extname https://github.com/rails/sprockets/commit/697269cf81e5261fdd7072e32bd489403027fd7e
* Fixed uglifier comment stripping #326
* Error messages now show load path info #313

**3.6.2** (June 21, 2016)

* More performance improvements.

**3.6.1** (June 17, 2016)

* Some performance improvements.

**3.6.0** (April 6, 2016)

* Add `Manifest#find_sources` to return the source of the compiled assets.
* Fix the list of compressable mime types.
* Improve performance of the `FileStore` cache.

Revision 1.12: download - view: text, markup, annotated - select for diffs
Sun Dec 13 17:23:25 2015 UTC (9 years, 1 month ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +5 -5 lines
Update ruby-sprockets to 3.5.2.

**3.5.2** (December 8, 2015)

* Fix JRuby bug with concurrent-ruby.
* Fix disabling gzip generation in cached environments.

**3.5.1** (December 5, 2015)

* Fix gzip asset generation for assets already on disk.

**3.5.0** (December 3, 2015)

* Reintroduce Gzip file generation for non-binary assets.

**3.4.1** (November 25, 2015)

* PathUtils::Entries will no longer error on an empty directory.

**3.4.0** (October 5, 2015)

* Expose method to override the sass cache in the SassProcessor.

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Nov 3 23:49:51 2015 UTC (9 years, 2 months ago) by agc
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -1 lines
Add SHA512 digests for distfiles for misc category

Problems found locating distfiles:
	Package colorls: missing distfile ls.tar.gz
	Package molden: missing distfile molden-4.6/molden4.6.tar.gz
	Package softmaker-office-demo: missing distfile ofl06trial.tgz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Oct 4 13:05:08 2015 UTC (9 years, 3 months ago) by taca
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4 lines
Update ruby-sprockets to 3.3.5

**3.3.5** (September 25, 2015)

* Fix bug related to absolute path being reintroduced into history cache #141.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Sep 13 14:51:58 2015 UTC (9 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +4 -4 lines
Update ruby-sprockets to 3.3.4.

**3.3.4** (September 1, 2015)

* Relative cache contents now work with windows.

**3.3.3** (August 21, 2015)

* Remove more absolute paths from cache contents.

**3.3.2** (August 19, 2015)

* Fix cache contents to use relative paths instead of absolute paths.

**3.3.1** (August 15, 2015)

* Fix legacy Tilt integration when locals is required argument.

**3.3.0** (August 12, 2015)

* Change internal cache lookup to use relative asset paths instead of absolute paths.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Jun 8 14:48:23 2015 UTC (9 years, 7 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +4 -4 lines
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

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Feb 4 15:45:43 2015 UTC (9 years, 11 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -4 lines
Update ruby-sprockets to 2.12.3.

Changes are not available.

Revision 1.5.18.1: download - view: text, markup, annotated - select for diffs
Sun Nov 16 14:25:34 2014 UTC (10 years, 2 months ago) by tron
Branches: pkgsrc-2014Q3
Diff to: previous 1.5: preferred, colored; next MAIN 1.6: preferred, colored
Changes since revision 1.5: +4 -4 lines
Pullup ticket #4545 - requested by taca
misc/ruby-sprockets: security update

Revisions pulled up:
- misc/ruby-sprockets/Makefile                                  1.7
- misc/ruby-sprockets/PLIST                                     1.4
- misc/ruby-sprockets/distinfo                                  1.6

---
   Module Name:	pkgsrc
   Committed By:	taca
   Date:		Sat Nov  1 14:43:40 UTC 2014

   Modified Files:
   	pkgsrc/misc/ruby-sprockets: Makefile PLIST distinfo

   Log Message:
   Update ruby-sprockets to 2.8.3.  Fix security problem of CVE-2014-7819.

   **2.8.2** (December 10, 2012)

   * Fixed top level Sass constant references
   * Fixed manifest logger when environment is disabled

   **2.8.1** (October 31, 2012)

   * Fixed Sass importer bug

   **2.8.0** (October 16, 2012)

   * Allow manifest location to be seperated from output directory
   * Pass logical path and absolute path to each_logical_path iterator

   **2.7.0** (October 10, 2012)

   * Added --css-compressor and --js-compressor command line flags
   * Added css/js compressor shorthand
   * Change default manifest.json filename to be a randomized manifest-16HEXBYTES.json
   * Allow nil environment to be passed to manifest
   * Allow manifest instance to be set on rake task

   **2.6.0** (September 19, 2012)

   * Added bower component.json require support

   **2.5.0** (September 4, 2012)

   * Fixed Ruby 2.0 RegExp warning
   * Provide stubbed implementation of context *_path helpers
   * Add SassCompressor

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Nov 1 14:43:40 2014 UTC (10 years, 2 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +4 -4 lines
Update ruby-sprockets to 2.8.3.  Fix security problem of CVE-2014-7819.

**2.8.2** (December 10, 2012)

* Fixed top level Sass constant references
* Fixed manifest logger when environment is disabled

**2.8.1** (October 31, 2012)

* Fixed Sass importer bug

**2.8.0** (October 16, 2012)

* Allow manifest location to be seperated from output directory
* Pass logical path and absolute path to each_logical_path iterator

**2.7.0** (October 10, 2012)

* Added --css-compressor and --js-compressor command line flags
* Added css/js compressor shorthand
* Change default manifest.json filename to be a randomized manifest-16HEXBYTES.json
* Allow nil environment to be passed to manifest
* Allow manifest instance to be set on rake task

**2.6.0** (September 19, 2012)

* Added bower component.json require support

**2.5.0** (September 4, 2012)

* Fixed Ruby 2.0 RegExp warning
* Provide stubbed implementation of context *_path helpers
* Add SassCompressor

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Sep 16 06:46:45 2012 UTC (12 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3
Branch point for: pkgsrc-2014Q3
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
Update ruby-sprockets to 2.4.5.

**2.4.5** (July 10, 2012)

* Tweaked some logger levels

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 2 00:57:36 2012 UTC (12 years, 7 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q2-base, pkgsrc-2012Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
Update ruby-sprockets to 2.4.3.

Changes are unavailable.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Apr 29 14:08:39 2012 UTC (12 years, 8 months ago) by taca
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -4 lines
Update ruby-sprockets package to 2.4.1.

pkgsrc change: fix HOMEPAGE.


**2.4.1** (April 26, 2012)

* Fixed MultiJson API change
* Fixed gzip mtime

**2.4.0** (March 27, 2012)

* Added global path registry
* Added global processor registry

**2.3.2** (March 26, 2012)

* Fix Context#logical_path with dots

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Mar 18 09:15:36 2012 UTC (12 years, 10 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -4 lines
Update ruby-sprockets to 2.3.1.


**2.3.1** (February 11, 2012)

* Added bytesize to manifest
* Added Asset#bytesize alias
* Security: Check path for forbidden access after unescaping

**2.3.0** (January 16, 2012)

* Added special Sass importer that automatically tracks any `@import`ed files.

**2.2.0** (January 10, 2012)

* Added `sprockets` command line utility.
* Added rake/sprocketstask.
* Added json manifest log of compiled assets.
* Added `stub` directive that allows you to exclude files from the bundle.
* Added per environment external encoding
  (Environment#default_external_encoding). Defaults to UTF-8. Fixes issues
  where LANG is not set correctly and Rubys default external is set to ASCII.

**2.1.2** (November 20, 2011)

* Disabled If-Modified-Since server checks. Fixes some browser caching issues
  when serving the asset body only. If-None-Match caching is sufficent.

**2.1.1** (November 18, 2011)

* Fix windows absolute path check bug.

**2.1.0** (November 11, 2011)

* Directive comment lines are now turned into empty lines instead of
  removed. This way line numbers in
  CoffeeScript syntax errors are correct.
* Performance and caching bug fixes.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Dec 15 14:44:06 2011 UTC (13 years, 1 month ago) by taca
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2011Q4-base, pkgsrc-2011Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Importing misc/ruby-sprockets pacakge version 2.0.3.


Sprockets: Rack-based asset packaging

Sprockets is a Ruby library for compiling and serving web assets.
It features declarative dependency management for JavaScript and CSS
assets, as well as a powerful preprocessor pipeline that allows you to
write assets in languages like CoffeeScript, Sass, SCSS and LESS.


Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Dec 15 14:44:06 2011 UTC (13 years, 1 month ago) by taca
Branches: MAIN
Initial revision

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>