drnic-haml 2.3.0 → 2.3.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/VERSION +1 -1
- data/lib/haml/html.rb +4 -0
- metadata +36 -17
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.3.
|
|
1
|
+
2.3.1
|
data/lib/haml/html.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: drnic-haml
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
|
|
4
|
+
prerelease: false
|
|
5
|
+
segments:
|
|
6
|
+
- 2
|
|
7
|
+
- 3
|
|
8
|
+
- 1
|
|
9
|
+
version: 2.3.1
|
|
5
10
|
platform: ruby
|
|
6
11
|
authors:
|
|
7
12
|
- Nathan Weizenbaum
|
|
@@ -10,39 +15,51 @@ autorequire:
|
|
|
10
15
|
bindir: bin
|
|
11
16
|
cert_chain: []
|
|
12
17
|
|
|
13
|
-
date:
|
|
18
|
+
date: 2010-03-05 00:00:00 +10:00
|
|
14
19
|
default_executable:
|
|
15
20
|
dependencies:
|
|
16
21
|
- !ruby/object:Gem::Dependency
|
|
17
22
|
name: yard
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
prerelease: false
|
|
24
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
21
25
|
requirements:
|
|
22
26
|
- - ">="
|
|
23
27
|
- !ruby/object:Gem::Version
|
|
28
|
+
segments:
|
|
29
|
+
- 0
|
|
30
|
+
- 2
|
|
31
|
+
- 3
|
|
24
32
|
version: 0.2.3
|
|
25
|
-
|
|
33
|
+
type: :development
|
|
34
|
+
version_requirements: *id001
|
|
26
35
|
- !ruby/object:Gem::Dependency
|
|
27
36
|
name: maruku
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
37
|
+
prerelease: false
|
|
38
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
31
39
|
requirements:
|
|
32
40
|
- - ">="
|
|
33
41
|
- !ruby/object:Gem::Version
|
|
42
|
+
segments:
|
|
43
|
+
- 0
|
|
44
|
+
- 5
|
|
45
|
+
- 9
|
|
34
46
|
version: 0.5.9
|
|
35
|
-
|
|
47
|
+
type: :development
|
|
48
|
+
version_requirements: *id002
|
|
36
49
|
- !ruby/object:Gem::Dependency
|
|
37
50
|
name: ParseTree
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
51
|
+
prerelease: false
|
|
52
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
41
53
|
requirements:
|
|
42
54
|
- - ">="
|
|
43
55
|
- !ruby/object:Gem::Version
|
|
56
|
+
segments:
|
|
57
|
+
- 2
|
|
58
|
+
- 1
|
|
59
|
+
- 1
|
|
44
60
|
version: 2.1.1
|
|
45
|
-
|
|
61
|
+
type: :runtime
|
|
62
|
+
version_requirements: *id003
|
|
46
63
|
description: " Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML\n that's designed to express the structure of XHTML or XML documents\n in a non-repetitive, elegant, easy way,\n using indentation rather than closing tags\n and allowing Ruby to be embedded with ease.\n It was originally envisioned as a plugin for Ruby on Rails,\n but it can function as a stand-alone templating engine.\n"
|
|
47
64
|
email: haml@googlegroups.com
|
|
48
65
|
executables:
|
|
@@ -269,18 +286,20 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
269
286
|
requirements:
|
|
270
287
|
- - ">="
|
|
271
288
|
- !ruby/object:Gem::Version
|
|
289
|
+
segments:
|
|
290
|
+
- 0
|
|
272
291
|
version: "0"
|
|
273
|
-
version:
|
|
274
292
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
275
293
|
requirements:
|
|
276
294
|
- - ">="
|
|
277
295
|
- !ruby/object:Gem::Version
|
|
296
|
+
segments:
|
|
297
|
+
- 0
|
|
278
298
|
version: "0"
|
|
279
|
-
version:
|
|
280
299
|
requirements: []
|
|
281
300
|
|
|
282
301
|
rubyforge_project: haml
|
|
283
|
-
rubygems_version: 1.3.
|
|
302
|
+
rubygems_version: 1.3.6
|
|
284
303
|
signing_key:
|
|
285
304
|
specification_version: 3
|
|
286
305
|
summary: An elegant, structured XHTML/XML templating engine. Comes with Sass, a similar CSS templating engine.
|