File rubygem-sass.changes of Package rubygem-sass
-------------------------------------------------------------------
Sat May 12 10:00:04 UTC 2012 - coolo@suse.com
- update to 3.1.18
* Ruby 2.0 compatibility. Thanks to Jeremy Kemper.
* Deprecate the use of @extend within directives such as @media.
This has never worked correctly, and now it’s officially deprecated.
It will be an error in 3.2.
-------------------------------------------------------------------
Sun May 6 13:16:42 UTC 2012 - coolo@suse.com
- update to 3.1.17
Don’t crash when calling #inspect on an internal Sass tree object in Ruby 1.9.
Fix some bugs in sass --watch introduced in 3.1.16. Thanks to Maher Sallam.
Support bare interpolation in the value portion of attribute selectors (e.g. [name=#{$value}]).
Support keyword arguments for the invert() function.
Handle backslash-separated paths better on Windows.
Fix rake install on Ruby 1.9.
Properly convert nested @if statements with sass-convert.
-------------------------------------------------------------------
Tue Apr 24 13:30:55 UTC 2012 - coolo@suse.com
- update to 3.1.16
Fix some bugs in sass-convert selector parsing when converting from CSS.
Substantially improve compilation performance on Ruby 1.8.
Support the @-moz-document directive’s non-standard url-prefix and domain function syntax.
Support the @supports directive.
Fix a performance issue when using /*! */ comments with the Rails asset pipeline.
Support -moz-element.
Properly handle empty lists in sass-convert.
Move from FSSM to Listen for file-system monitoring.
-------------------------------------------------------------------
Tue Apr 10 10:36:03 UTC 2012 - coolo@suse.com
- update to 3.1.15, see
http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
-------------------------------------------------------------------
Mon Feb 13 10:55:15 UTC 2012 - coolo@suse.com
- patch license to follow spdx.org standard
-------------------------------------------------------------------
Mon Oct 17 12:49:22 UTC 2011 - fcastelli@suse.com
- update to 3.1.10
-------------------------------------------------------------------
Fri Aug 26 15:24:38 UTC 2011 - fcastelli@novell.com
- update to 3.1.7
- add 'Provides' macros
-------------------------------------------------------------------
Thu Jul 21 13:10:38 UTC 2011 - fcastelli@novell.com
- updated to 3.1.4
-------------------------------------------------------------------
Fri Jun 10 05:47:01 UTC 2011 - aduffeck@novell.com
- initial version