haml-more 0.4.0.d → 0.4.0
Sign up to get free protection for your applications and to get access to all the features.
- data/LICENSE +27 -0
- metadata +8 -11
data/LICENSE
ADDED
@@ -0,0 +1,27 @@
|
|
1
|
+
copyright (c) 2010 Konstantin Haase. All rights reserved.
|
2
|
+
|
3
|
+
Developed by: Konstantin Haase
|
4
|
+
http://github.com/rkh/big_band
|
5
|
+
|
6
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
7
|
+
of this software and associated documentation files (the "Software"), to
|
8
|
+
deal with the Software without restriction, including without limitation the
|
9
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
10
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
11
|
+
furnished to do so, subject to the following conditions:
|
12
|
+
1. Redistributions of source code must retain the above copyright notice,
|
13
|
+
this list of conditions and the following disclaimers.
|
14
|
+
2. Redistributions in binary form must reproduce the above copyright
|
15
|
+
notice, this list of conditions and the following disclaimers in the
|
16
|
+
documentation and/or other materials provided with the distribution.
|
17
|
+
3. Neither the name of Konstantin Haase, nor the names of other contributors
|
18
|
+
may be used to endorse or promote products derived from this Software without
|
19
|
+
specific prior written permission.
|
20
|
+
|
21
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
22
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
23
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
24
|
+
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
25
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
26
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
27
|
+
WITH THE SOFTWARE.
|
metadata
CHANGED
@@ -1,13 +1,12 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: haml-more
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
4
|
+
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 4
|
8
8
|
- 0
|
9
|
-
|
10
|
-
version: 0.4.0.d
|
9
|
+
version: 0.4.0
|
11
10
|
platform: ruby
|
12
11
|
authors:
|
13
12
|
- Konstantin Haase
|
@@ -15,7 +14,7 @@ autorequire:
|
|
15
14
|
bindir: bin
|
16
15
|
cert_chain: []
|
17
16
|
|
18
|
-
date: 2010-
|
17
|
+
date: 2010-05-02 00:00:00 +02:00
|
19
18
|
default_executable:
|
20
19
|
dependencies:
|
21
20
|
- !ruby/object:Gem::Dependency
|
@@ -29,8 +28,7 @@ dependencies:
|
|
29
28
|
- 0
|
30
29
|
- 4
|
31
30
|
- 0
|
32
|
-
|
33
|
-
version: 0.4.0.d
|
31
|
+
version: 0.4.0
|
34
32
|
type: :runtime
|
35
33
|
version_requirements: *id001
|
36
34
|
- !ruby/object:Gem::Dependency
|
@@ -295,6 +293,7 @@ files:
|
|
295
293
|
- vendor/coffee-script/vendor/jison/tests/parser/tables.js
|
296
294
|
- vendor/coffee-script/vendor/jison/tests/performance.js
|
297
295
|
- vendor/coffee-script/vendor/jison/tests/setup.js
|
296
|
+
- LICENSE
|
298
297
|
has_rdoc: yard
|
299
298
|
homepage: http://github.com/rkh/haml-more
|
300
299
|
licenses: []
|
@@ -313,13 +312,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
313
312
|
version: "0"
|
314
313
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
315
314
|
requirements:
|
316
|
-
- - "
|
315
|
+
- - ">="
|
317
316
|
- !ruby/object:Gem::Version
|
318
317
|
segments:
|
319
|
-
-
|
320
|
-
|
321
|
-
- 1
|
322
|
-
version: 1.3.1
|
318
|
+
- 0
|
319
|
+
version: "0"
|
323
320
|
requirements: []
|
324
321
|
|
325
322
|
rubyforge_project:
|