diff options
author | taca <taca> | 2011-08-13 00:31:49 +0000 |
---|---|---|
committer | taca <taca> | 2011-08-13 00:31:49 +0000 |
commit | 6a1e766263287bf971f00b2a2aecfc7b5d9b263a (patch) | |
tree | f5ba2780647a62a34bb6fd1691d1a08c9c229187 /www/ruby-sass/distinfo | |
parent | 6f89457cd70765685ad41b325a441ec0bd45b08d (diff) | |
download | pkgsrc-6a1e766263287bf971f00b2a2aecfc7b5d9b263a.tar.gz |
Update www/ruby-sass package to 3.1.7.
3.1.6
* The option :trace_selectors can now be used to emit a full trace before each
selector. This can be helpful for in-browser debugging of stylesheet imports
and mixin includes. This option supersedes the :line_comments option and is
superseded by the :debug_info option.
* Fix a bug where long @if/@else chains would cause exponential slowdown under
some circumstances.
3.1.5
* Updated the vendored FSSM version, which will avoid segfaults on OS X Lion
when using --watch.
3.1.4
* Sass no longer unnecessarily caches the sass options hash. This allows
objects that cannot be marshaled to be placed into the options hash.
3.1.3
* Sass now logs message thru a logger object which can be changed to provide
integration with other frameworks¡Ç logging infrastructure.
Diffstat (limited to 'www/ruby-sass/distinfo')
-rw-r--r-- | www/ruby-sass/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/ruby-sass/distinfo b/www/ruby-sass/distinfo index 3f3230bb468..086fc6c06b0 100644 --- a/www/ruby-sass/distinfo +++ b/www/ruby-sass/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/06/19 07:31:57 taca Exp $ +$NetBSD: distinfo,v 1.2 2011/08/13 00:31:49 taca Exp $ -SHA1 (sass-3.1.2.gem) = a63667d33402fa4041fd1effc441b99099223982 -RMD160 (sass-3.1.2.gem) = 29e23596b324fdd9551177e172da1da80b2ef7f4 -Size (sass-3.1.2.gem) = 231424 bytes +SHA1 (sass-3.1.7.gem) = 58b7aa21586ec0f2ab96c959914d63d35875b7ff +RMD160 (sass-3.1.7.gem) = 33affbd6cb0512ef091aea5f4873b92dc26ad432 +Size (sass-3.1.7.gem) = 211968 bytes |