File rubygem-sass.changes of Package rubygem-sass

-------------------------------------------------------------------
Fri Feb 27 05:31:39 UTC 2015 - coolo@suse.com

- updated to version 3.4.13

-------------------------------------------------------------------
Sat Feb 14 05:31:35 UTC 2015 - coolo@suse.com

- updated to version 3.4.12

-------------------------------------------------------------------
Mon Feb  9 07:00:53 UTC 2015 - coolo@suse.com

- updated to version 3.4.11, no changelog

-------------------------------------------------------------------
Tue Oct 21 12:50:16 UTC 2014 - coolo@suse.com

- updated to version 3.4.6, no changelog

-------------------------------------------------------------------
Wed Oct 15 11:58:22 UTC 2014 - coolo@suse.com

- updated to version 3.4.5
  see https://github.com/guard/listen/releases

-------------------------------------------------------------------
Mon Oct 13 06:37:34 UTC 2014 - adrian@suse.de

- adapt to new rubygem packaging style

-------------------------------------------------------------------
Sun May 18 09:04:44 UTC 2014 - coolo@suse.com

- updated to version 3.3.7
 see https://github.com/guard/listen/releases

-------------------------------------------------------------------
Mon Apr 21 17:25:01 UTC 2014 - coolo@suse.com

- updated to version 3.3.5
 see https://github.com/guard/listen/releases

-------------------------------------------------------------------
Sun Mar 23 06:56:31 UTC 2014 - coolo@suse.com

- updated to version 3.3.4
  see https://github.com/guard/listen/releases

-------------------------------------------------------------------
Tue Mar 18 14:57:19 UTC 2014 - coolo@suse.com

- updated to version 3.3.3
  CHANGELOG moved to Github [releases](https://github.com/guard/listen/releases) page

-------------------------------------------------------------------
Thu Feb  6 18:00:13 UTC 2014 - coolo@suse.com

- updated to version 3.2.14
  (still no update for changelog)

-------------------------------------------------------------------
Sun Jan  5 14:39:54 UTC 2014 - coolo@suse.com

- updated to version 3.2.13
  (forgot to update http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html)

-------------------------------------------------------------------
Thu Oct 10 14:20:48 UTC 2013 - coolo@suse.com

- updated to version 3.2.12
   Add a couple missing requires, fixing some load errors, especially when using the command-line interface.

   Tune up some heuristics for eliminating redundant generated selectors. This will prevent some selector elimination in cases where multi-layered @extend is being used and where it seems intuitively like selectors shouldn’t be eliminated.

   Fix @extend’s semantics with respect to pseudo-elements. They are no longer treated identically to pseudo-classes.

   A more understandable error is now provided when the -E option is passed to the Sass command line in ruby 1.8

   Fixed a bug in the output of lists containing unary plus or minus operations during sass <=> scss conversion.

   Avoid the IE7 content: counter bug with content: counters as well.

   Fix some thread-safety issues.

-------------------------------------------------------------------
Tue Jul 30 16:11:23 UTC 2013 - coolo@suse.com

- updated to version 3.2.10
  (they forgot to update SASS_CHANGLOG.html)

-------------------------------------------------------------------
Mon May 13 07:34:48 UTC 2013 - coolo@suse.com

- updated to version 3.2.9
 - [#88] Update wdm dependency. (fixed by [@mrbinky3000][])
 - [#78] Depend on latest rb-inotify. (fixed by [@mbj][])

-------------------------------------------------------------------
Wed Apr 24 05:50:25 UTC 2013 - coolo@suse.com

- updated to version 3.2.8
  see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html
 
-------------------------------------------------------------------
Sat Mar 23 06:31:58 UTC 2013 - coolo@suse.com

- use update-alternatives

-------------------------------------------------------------------
Mon Mar 18 06:14:39 UTC 2013 - coolo@suse.com

- updated to version 3.2.7
  see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html

-------------------------------------------------------------------
Sun Mar  3 19:28:34 UTC 2013 - coolo@suse.com

- updated to version 3.2.6

-------------------------------------------------------------------
Tue Jan  8 20:22:37 UTC 2013 - coolo@suse.com

- updated to version 3.2.5
 Fix a bug where bogus @extend warnings were being generated.
 Fix an @import bug on Windows. Thanks to Darryl Miles.
 Ruby 2.0.0-preview compatibility. Thanks to Eric Saxby.
 Fix incorrect line numbering when using DOS line endings with the indented syntax.

-------------------------------------------------------------------
Sat Dec 22 07:29:00 UTC 2012 - coolo@suse.com

- updated to version 3.2.4
 - Fix imports from .jar files in JRuby. Thanks to Alex Hvostov.
 - Allow comments within @import statements in SCSS.
 - Fix a parsing performance bug where long decimals would occasionally take many minutes to parse.

-------------------------------------------------------------------
Mon Nov 12 11:46:07 UTC 2012 - coolo@suse.com

- updated to version 3.2.3
 * sass --watch no longer crashs when a file in a watched directory is deleted.
 * Allow @extend within bubbling nodes such as @media.
 * Fix various JRuby incompatibilities and test failures.
 * Work around a performance bug that arises from using @extend with deeply-nested selectors.

-------------------------------------------------------------------
Sat Nov  3 07:56:59 UTC 2012 - coolo@suse.com

- updated to version 3.2.2
  see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html

-------------------------------------------------------------------
Sun Aug 26 05:31:50 UTC 2012 - coolo@suse.com

- updated to version 3.2.1
  * Fix a buggy interaction with Pow and Capybara that caused EOFErrors.

-------------------------------------------------------------------
Sat Aug 11 05:40:50 UTC 2012 - coolo@suse.com

- updated to version 3.2.0
  see http://sass-lang.com/docs/yardoc/file.SASS_CHANGELOG.html 

-------------------------------------------------------------------
Fri Jul  6 13:44:53 UTC 2012 - coolo@suse.com

- update to 3.1.20

-------------------------------------------------------------------
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 

openSUSE Build Service is sponsored by