pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/ruby-sprockets Update ruby-sprockets to 3.7.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/13ad805938a8
branches:  trunk
changeset: 353914:13ad805938a8
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Oct 17 15:10:54 2016 +0000

description:
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.

diffstat:

 misc/ruby-sprockets/Makefile |   4 ++--
 misc/ruby-sprockets/PLIST    |   3 ++-
 misc/ruby-sprockets/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r 87a11aca095e -r 13ad805938a8 misc/ruby-sprockets/Makefile
--- a/misc/ruby-sprockets/Makefile      Mon Oct 17 14:48:13 2016 +0000
+++ b/misc/ruby-sprockets/Makefile      Mon Oct 17 15:10:54 2016 +0000
@@ -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@localhost
diff -r 87a11aca095e -r 13ad805938a8 misc/ruby-sprockets/PLIST
--- a/misc/ruby-sprockets/PLIST Mon Oct 17 14:48:13 2016 +0000
+++ b/misc/ruby-sprockets/PLIST Mon Oct 17 15:10:54 2016 +0000
@@ -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
@@ -31,6 +31,7 @@
 ${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
diff -r 87a11aca095e -r 13ad805938a8 misc/ruby-sprockets/distinfo
--- a/misc/ruby-sprockets/distinfo      Mon Oct 17 14:48:13 2016 +0000
+++ b/misc/ruby-sprockets/distinfo      Mon Oct 17 15:10:54 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index