cloudhead-less 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.4
1
+ 1.1.5
data/less.gemspec CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{less}
5
- s.version = "1.1.4"
5
+ s.version = "1.1.5"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["cloudhead"]
9
- s.date = %q{2009-07-27}
9
+ s.date = %q{2009-07-28}
10
10
  s.default_executable = %q{lessc}
11
11
  s.description = %q{LESS is leaner CSS}
12
12
  s.email = %q{self@cloudhead.net}
@@ -15,7 +15,7 @@ module Less
15
15
  # RGBA to Node::Color
16
16
  #
17
17
  def rgba *rgba
18
- Node::Color.new *rgba
18
+ Node::Color.new *rgba.flatten
19
19
  end
20
20
 
21
21
  #
data/spec/css/colors.css CHANGED
@@ -8,3 +8,4 @@
8
8
  #overflow .b { color: #ffffff; }
9
9
  #overflow .c { color: #ffffff; }
10
10
  #overflow .d { color: #00ff00; }
11
+ #grey { color: #c8c8c8; }
@@ -27,4 +27,8 @@
27
27
  .b { color: #eee + #fff; } // #ffffff
28
28
  .c { color: #aaa * 3; } // #ffffff
29
29
  .d { color: #00ee00 + #009900; } // #00ff00
30
+ }
31
+
32
+ #grey {
33
+ color: rgb(200, 200, 200);
30
34
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudhead-less
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - cloudhead
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2009-07-27 00:00:00 -07:00
12
+ date: 2009-07-28 00:00:00 -07:00
13
13
  default_executable: lessc
14
14
  dependencies: []
15
15