template-inheritance 0.0.0.0.0.0.0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/README.textile +3 -0
  2. metadata +79 -0
data/README.textile ADDED
@@ -0,0 +1,3 @@
1
+ h1. About
2
+
3
+ Currently this is just a placeholder, but in the future you can expect here a framework-agnostic template inheritance implementation from Rango.
metadata ADDED
@@ -0,0 +1,79 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: template-inheritance
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 0
7
+ - 0
8
+ - 0
9
+ - 0
10
+ - 0
11
+ - 0
12
+ - 0
13
+ - 0
14
+ - 1
15
+ version: 0.0.0.0.0.0.0.0.1
16
+ platform: ruby
17
+ authors:
18
+ - "Jakub \xC5\xA0\xC5\xA5astn\xC3\xBD aka Botanicus"
19
+ autorequire:
20
+ bindir: bin
21
+ cert_chain:
22
+ date: 2010-03-24 00:00:00 +00:00
23
+ default_executable:
24
+ dependencies:
25
+ - !ruby/object:Gem::Dependency
26
+ name: tilt
27
+ prerelease: false
28
+ requirement: &id001 !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - ">="
31
+ - !ruby/object:Gem::Version
32
+ segments:
33
+ - 0
34
+ version: "0"
35
+ type: :runtime
36
+ version_requirements: *id001
37
+ description: ""
38
+ email: stastny@101ideas.cz
39
+ executables: []
40
+
41
+ extensions: []
42
+
43
+ extra_rdoc_files: []
44
+
45
+ files:
46
+ - README.textile
47
+ has_rdoc: true
48
+ homepage: http://github.com/botanicus/template-inheritance
49
+ licenses: []
50
+
51
+ post_install_message:
52
+ rdoc_options: []
53
+
54
+ require_paths:
55
+ - lib
56
+ required_ruby_version: !ruby/object:Gem::Requirement
57
+ requirements:
58
+ - - ~>
59
+ - !ruby/object:Gem::Version
60
+ segments:
61
+ - 1
62
+ - 9
63
+ version: "1.9"
64
+ required_rubygems_version: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - ">="
67
+ - !ruby/object:Gem::Version
68
+ segments:
69
+ - 0
70
+ version: "0"
71
+ requirements: []
72
+
73
+ rubyforge_project: template-inheritance
74
+ rubygems_version: 1.3.6
75
+ signing_key:
76
+ specification_version: 3
77
+ summary: ""
78
+ test_files: []
79
+