haml-contrib 1.0.0 → 1.0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Changlog.md +9 -0
- data/README.md +24 -1
- metadata +16 -20
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1748cea7a3373ef9945e1800bba7c5f7449c4fef
|
4
|
+
data.tar.gz: 6aba0077b2cd4878fb99550bea753187e7802fec
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: fe5aa1ad30a2be680a2ad1a7ee9358d9d0f6ca7ac84124e6dc8c85abe9e4328e5f96ac5455c78f4ec4dd02ca7e41cb236e131865ecad7eb64cfd7f9358158d99
|
7
|
+
data.tar.gz: bec73a49f1a62fb3b74b9e6f939b657756874eaa49962f80e3130819c20bf4a8f7ad64683914a7f344f37d9f1e2bc0cb3b75dc4e8628e029586c7fd6967184be
|
data/Changlog.md
ADDED
data/README.md
CHANGED
@@ -8,4 +8,27 @@ This gives the Haml project a reasonable way to both demote current
|
|
8
8
|
functionality, such as the Textile and Maruku filters, and add new experimental
|
9
9
|
functionality that may later be added to the core.
|
10
10
|
|
11
|
-
Haml-contrib
|
11
|
+
Haml-contrib requires Haml 4.0 or later.
|
12
|
+
|
13
|
+
## License
|
14
|
+
|
15
|
+
Copyright (c) 2006-2013 Hampton Catlil, Nathan Weizenbaum and Norman Clarke
|
16
|
+
|
17
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
18
|
+
a copy of this software and associated documentation files (the
|
19
|
+
"Software"), to deal in the Software without restriction, including
|
20
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
21
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
22
|
+
permit persons to whom the Software is furnished to do so, subject to
|
23
|
+
the following conditions:
|
24
|
+
|
25
|
+
The above copyright notice and this permission notice shall be
|
26
|
+
included in all copies or substantial portions of the Software.
|
27
|
+
|
28
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
29
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
30
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
31
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
32
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
33
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
34
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
metadata
CHANGED
@@ -1,46 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: haml-contrib
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
version: 1.0.0
|
4
|
+
version: 1.0.0.1
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Norman Clarke
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
10
|
cert_chain: []
|
12
|
-
date: 2013-
|
11
|
+
date: 2013-05-28 00:00:00.000000000 Z
|
13
12
|
dependencies:
|
14
13
|
- !ruby/object:Gem::Dependency
|
15
14
|
name: haml
|
16
|
-
type: :runtime
|
17
15
|
requirement: !ruby/object:Gem::Requirement
|
18
|
-
none: false
|
19
16
|
requirements:
|
20
|
-
- -
|
17
|
+
- - '>='
|
21
18
|
- !ruby/object:Gem::Version
|
22
19
|
version: 3.2.0.alpha.13
|
20
|
+
type: :runtime
|
23
21
|
prerelease: false
|
24
22
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
23
|
requirements:
|
27
|
-
- -
|
24
|
+
- - '>='
|
28
25
|
- !ruby/object:Gem::Version
|
29
26
|
version: 3.2.0.alpha.13
|
30
27
|
- !ruby/object:Gem::Dependency
|
31
28
|
name: minitest
|
32
|
-
type: :development
|
33
29
|
requirement: !ruby/object:Gem::Requirement
|
34
|
-
none: false
|
35
30
|
requirements:
|
36
|
-
- -
|
31
|
+
- - '>='
|
37
32
|
- !ruby/object:Gem::Version
|
38
33
|
version: '0'
|
34
|
+
type: :development
|
39
35
|
prerelease: false
|
40
36
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
37
|
requirements:
|
43
|
-
- -
|
38
|
+
- - '>='
|
44
39
|
- !ruby/object:Gem::Version
|
45
40
|
version: '0'
|
46
41
|
description: Addons for the Ruby implementation of the Haml template language.
|
@@ -60,30 +55,31 @@ files:
|
|
60
55
|
- lib/haml/filters/yajl.rb
|
61
56
|
- test/php_filter_test.rb
|
62
57
|
- test/test_helper.rb
|
58
|
+
- Changlog.md
|
63
59
|
- README.md
|
64
60
|
homepage: http://haml.info/
|
65
|
-
licenses:
|
61
|
+
licenses:
|
62
|
+
- MIT
|
63
|
+
metadata: {}
|
66
64
|
post_install_message:
|
67
65
|
rdoc_options: []
|
68
66
|
require_paths:
|
69
67
|
- lib
|
70
68
|
required_ruby_version: !ruby/object:Gem::Requirement
|
71
|
-
none: false
|
72
69
|
requirements:
|
73
|
-
- -
|
70
|
+
- - '>='
|
74
71
|
- !ruby/object:Gem::Version
|
75
72
|
version: '0'
|
76
73
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
77
|
-
none: false
|
78
74
|
requirements:
|
79
|
-
- -
|
75
|
+
- - '>='
|
80
76
|
- !ruby/object:Gem::Version
|
81
77
|
version: '0'
|
82
78
|
requirements: []
|
83
79
|
rubyforge_project:
|
84
|
-
rubygems_version:
|
80
|
+
rubygems_version: 2.0.3
|
85
81
|
signing_key:
|
86
|
-
specification_version:
|
82
|
+
specification_version: 4
|
87
83
|
summary: Addons to Haml
|
88
84
|
test_files:
|
89
85
|
- test/php_filter_test.rb
|