dotless 1.1.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/bin/dotless +2 -0
- data/bin/dotless.Compiler.exe +0 -0
- data/lib/dotless.Core.dll +0 -0
- metadata +71 -0
data/bin/dotless
ADDED
Binary file
|
Binary file
|
metadata
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: dotless
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
hash: 95
|
5
|
+
prerelease: false
|
6
|
+
segments:
|
7
|
+
- 1
|
8
|
+
- 1
|
9
|
+
- 0
|
10
|
+
- 4
|
11
|
+
version: 1.1.0.4
|
12
|
+
platform: ruby
|
13
|
+
authors:
|
14
|
+
- Daniel "Tigraine" Hoelbling
|
15
|
+
- James Foster
|
16
|
+
autorequire:
|
17
|
+
bindir: bin
|
18
|
+
cert_chain: []
|
19
|
+
|
20
|
+
date: 2010-08-25 00:00:00 +02:00
|
21
|
+
default_executable:
|
22
|
+
dependencies: []
|
23
|
+
|
24
|
+
description: dotless lets you write dynamic CSS leveraging the .less language
|
25
|
+
email: dotless@googlegroups.com
|
26
|
+
executables:
|
27
|
+
- dotless
|
28
|
+
extensions: []
|
29
|
+
|
30
|
+
extra_rdoc_files: []
|
31
|
+
|
32
|
+
files:
|
33
|
+
- lib/dotless.Core.dll
|
34
|
+
- bin/dotless
|
35
|
+
- bin/dotless.Compiler.exe
|
36
|
+
has_rdoc: true
|
37
|
+
homepage: http://github.com/dotless/dotless
|
38
|
+
licenses: []
|
39
|
+
|
40
|
+
post_install_message:
|
41
|
+
rdoc_options: []
|
42
|
+
|
43
|
+
require_paths:
|
44
|
+
- lib
|
45
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
46
|
+
none: false
|
47
|
+
requirements:
|
48
|
+
- - ">="
|
49
|
+
- !ruby/object:Gem::Version
|
50
|
+
hash: 3
|
51
|
+
segments:
|
52
|
+
- 0
|
53
|
+
version: "0"
|
54
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
55
|
+
none: false
|
56
|
+
requirements:
|
57
|
+
- - ">="
|
58
|
+
- !ruby/object:Gem::Version
|
59
|
+
hash: 3
|
60
|
+
segments:
|
61
|
+
- 0
|
62
|
+
version: "0"
|
63
|
+
requirements: []
|
64
|
+
|
65
|
+
rubyforge_project: dotless
|
66
|
+
rubygems_version: 1.3.7
|
67
|
+
signing_key:
|
68
|
+
specification_version: 3
|
69
|
+
summary: dotless - dynamic CSS for .NET
|
70
|
+
test_files: []
|
71
|
+
|