sass 3.1.0.alpha.204 → 3.1.0.alpha.205

Sign up to get free protection for your applications and to get access to all the features.
data/REVISION CHANGED
@@ -1 +1 @@
1
- 34fb8b49f9c4ca99b1d59d7d63761a72d0210f5a
1
+ 992893e20e2be722e98284335a538e1efac856d5
data/VERSION CHANGED
@@ -1 +1 @@
1
- 3.1.0.alpha.204
1
+ 3.1.0.alpha.205
@@ -850,7 +850,7 @@ module Sass::Script
850
850
  end
851
851
  declare :scale, [:color], :var_kwargs => true
852
852
 
853
- # Sets on or more properties of a color.
853
+ # Sets one or more properties of a color.
854
854
  # This can set the red, green, blue, hue, saturation, value, and alpha properties.
855
855
  # The properties are specified as keyword arguments,
856
856
  # and replace the color's current value for that property.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sass
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0.alpha.204
4
+ version: 3.1.0.alpha.205
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Weizenbaum
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2010-12-17 00:00:00 -05:00
14
+ date: 2010-12-21 00:00:00 -05:00
15
15
  default_executable:
16
16
  dependencies:
17
17
  - !ruby/object:Gem::Dependency
@@ -254,10 +254,10 @@ files:
254
254
  - test/sass/templates/parent_ref.sass
255
255
  - test/sass/templates/scss_import.scss
256
256
  - test/sass/templates/scss_importee.scss
257
+ - test/sass/templates/units.sass
257
258
  - test/sass/templates/subdir/nested_subdir/_nested_partial.sass
258
259
  - test/sass/templates/subdir/nested_subdir/nested_subdir.sass
259
260
  - test/sass/templates/subdir/subdir.sass
260
- - test/sass/templates/units.sass
261
261
  - test/sass/templates/warn.sass
262
262
  - test/sass/templates/warn_imported.sass
263
263
  - test/sass/templates/nested_import.sass