less 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/less.gemspec +2 -2
- data/lib/less.rb +1 -0
- data/lib/less/version.rb +1 -1
- metadata +6 -6
data/less.gemspec
CHANGED
|
@@ -8,9 +8,9 @@ Gem::Specification.new do |s|
|
|
|
8
8
|
s.platform = Gem::Platform::RUBY
|
|
9
9
|
s.authors = ["Charles Lowell"]
|
|
10
10
|
s.email = ["cowboyd@thefrontside.net"]
|
|
11
|
-
s.homepage = "http://
|
|
11
|
+
s.homepage = "http://lesscss.org"
|
|
12
12
|
s.summary = %q{Leaner CSS, in your browser or Ruby (via less.js)}
|
|
13
|
-
s.description = %q{Invoke the Less CSS compiler from Ruby
|
|
13
|
+
s.description = %q{Invoke the Less CSS compiler from Ruby}
|
|
14
14
|
|
|
15
15
|
s.rubyforge_project = "less"
|
|
16
16
|
|
data/lib/less.rb
CHANGED
data/lib/less/version.rb
CHANGED
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: less
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.0.
|
|
5
|
+
version: 2.0.1
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Charles Lowell
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2011-06-
|
|
13
|
+
date: 2011-06-04 00:00:00 -05:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
type: :development
|
|
47
47
|
prerelease: false
|
|
48
48
|
version_requirements: *id003
|
|
49
|
-
description: Invoke the Less CSS compiler from Ruby
|
|
49
|
+
description: Invoke the Less CSS compiler from Ruby
|
|
50
50
|
email:
|
|
51
51
|
- cowboyd@thefrontside.net
|
|
52
52
|
executables:
|
|
@@ -168,7 +168,7 @@ files:
|
|
|
168
168
|
- lib/less/js/test/less/variables.less
|
|
169
169
|
- lib/less/js/test/less/whitespace.less
|
|
170
170
|
has_rdoc: true
|
|
171
|
-
homepage: http://
|
|
171
|
+
homepage: http://lesscss.org
|
|
172
172
|
licenses: []
|
|
173
173
|
|
|
174
174
|
post_install_message:
|
|
@@ -181,7 +181,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
requirements:
|
|
182
182
|
- - ">="
|
|
183
183
|
- !ruby/object:Gem::Version
|
|
184
|
-
hash: -
|
|
184
|
+
hash: -104589098410836839
|
|
185
185
|
segments:
|
|
186
186
|
- 0
|
|
187
187
|
version: "0"
|
|
@@ -190,7 +190,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
190
190
|
requirements:
|
|
191
191
|
- - ">="
|
|
192
192
|
- !ruby/object:Gem::Version
|
|
193
|
-
hash: -
|
|
193
|
+
hash: -104589098410836839
|
|
194
194
|
segments:
|
|
195
195
|
- 0
|
|
196
196
|
version: "0"
|