Skip to content

Commit

Permalink
Update ruby-sprockets to 3.7.0.
Browse files Browse the repository at this point in the history
** 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 rails/sprockets@697269c
* 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.
  • Loading branch information
taca committed Oct 17, 2016
1 parent 6f47a82 commit a921901
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions misc/ruby-sprockets/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.12 2015/12/13 17:23:25 taca Exp $
# $NetBSD: Makefile,v 1.13 2016/10/17 15:10:54 taca Exp $

DISTNAME= sprockets-3.5.2
DISTNAME= sprockets-3.7.0
CATEGORIES= www

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
3 changes: 2 additions & 1 deletion misc/ruby-sprockets/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.8 2015/12/13 17:23:25 taca Exp $
@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
Expand Down Expand Up @@ -31,6 +31,7 @@ ${GEM_LIBDIR}/lib/sprockets/compressing.rb
${GEM_LIBDIR}/lib/sprockets/configuration.rb
${GEM_LIBDIR}/lib/sprockets/context.rb
${GEM_LIBDIR}/lib/sprockets/dependencies.rb
${GEM_LIBDIR}/lib/sprockets/deprecation.rb
${GEM_LIBDIR}/lib/sprockets/digest_utils.rb
${GEM_LIBDIR}/lib/sprockets/directive_processor.rb
${GEM_LIBDIR}/lib/sprockets/eco_processor.rb
Expand Down
10 changes: 5 additions & 5 deletions misc/ruby-sprockets/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.12 2015/12/13 17:23:25 taca Exp $
$NetBSD: distinfo,v 1.13 2016/10/17 15:10:54 taca Exp $

SHA1 (sprockets-3.5.2.gem) = 4ca5beaae95c58fbaa9371da733d61a3b506cf0d
RMD160 (sprockets-3.5.2.gem) = afeecd7d98427335a612fe1e0e769e9c9be0cb8f
SHA512 (sprockets-3.5.2.gem) = 67f9d951a43434b81f544ddb0fd601b51233460be87c94e3854bf3cb18c733778130b36c456b4e1746eed85a6fc5c70a9c09cb0aa6d461f33ba39e7569a1a4f7
Size (sprockets-3.5.2.gem) = 70144 bytes
SHA1 (sprockets-3.7.0.gem) = 259e995d1b3507430d7bbdec10270923e56a1962
RMD160 (sprockets-3.7.0.gem) = 1d46448993800bf53eeda1fca17be1c32d5f76c8
SHA512 (sprockets-3.7.0.gem) = b659a6ed92b290adbcf7dd94efd0efc6e53f2c87da786461f2773c1b8e29c3d6056d4a6675d815d6b0e0847274bfa5a75c8c1c9f251a915bfa724cc02f4ad15d
Size (sprockets-3.7.0.gem) = 72192 bytes

0 comments on commit a921901

Please sign in to comment.