tilt 2.0.9 → 2.0.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tilt.rb +1 -1
- data/lib/tilt/template.rb +7 -12
- metadata +3 -104
- data/CHANGELOG.md +0 -132
- data/Gemfile +0 -70
- data/HACKING +0 -16
- data/README.md +0 -233
- data/Rakefile +0 -106
- data/docs/TEMPLATES.md +0 -555
- data/docs/common.css +0 -14
- data/man/index.txt +0 -2
- data/man/tilt.1.ronn +0 -59
- data/test/markaby/locals.mab +0 -1
- data/test/markaby/markaby.mab +0 -1
- data/test/markaby/markaby_other_static.mab +0 -1
- data/test/markaby/render_twice.mab +0 -1
- data/test/markaby/scope.mab +0 -1
- data/test/markaby/yielding.mab +0 -2
- data/test/mytemplate.rb +0 -2
- data/test/test_helper.rb +0 -64
- data/test/tilt_asciidoctor_test.rb +0 -50
- data/test/tilt_babeltemplate.rb +0 -33
- data/test/tilt_blueclothtemplate_test.rb +0 -33
- data/test/tilt_buildertemplate_test.rb +0 -72
- data/test/tilt_cache_test.rb +0 -43
- data/test/tilt_coffeescripttemplate_test.rb +0 -141
- data/test/tilt_commonmarkertemplate_test.rb +0 -28
- data/test/tilt_compilesite_test.rb +0 -51
- data/test/tilt_creoletemplate_test.rb +0 -24
- data/test/tilt_csv_test.rb +0 -77
- data/test/tilt_erbtemplate_test.rb +0 -239
- data/test/tilt_erubistemplate_test.rb +0 -151
- data/test/tilt_erubitemplate_test.rb +0 -158
- data/test/tilt_etannitemplate_test.rb +0 -174
- data/test/tilt_hamltemplate_test.rb +0 -166
- data/test/tilt_kramdown_test.rb +0 -20
- data/test/tilt_lesstemplate_test.less +0 -1
- data/test/tilt_lesstemplate_test.rb +0 -42
- data/test/tilt_liquidtemplate_test.rb +0 -87
- data/test/tilt_livescripttemplate_test.rb +0 -37
- data/test/tilt_mapping_test.rb +0 -232
- data/test/tilt_markaby_test.rb +0 -88
- data/test/tilt_markdown_test.rb +0 -186
- data/test/tilt_marukutemplate_test.rb +0 -36
- data/test/tilt_metadata_test.rb +0 -42
- data/test/tilt_nokogiritemplate_test.rb +0 -87
- data/test/tilt_pandoctemplate_test.rb +0 -67
- data/test/tilt_prawntemplate.prawn +0 -1
- data/test/tilt_prawntemplate_test.rb +0 -75
- data/test/tilt_radiustemplate_test.rb +0 -75
- data/test/tilt_rdiscounttemplate_test.rb +0 -43
- data/test/tilt_rdoctemplate_test.rb +0 -29
- data/test/tilt_redcarpettemplate_test.rb +0 -54
- data/test/tilt_redclothtemplate_test.rb +0 -36
- data/test/tilt_rstpandoctemplate_test.rb +0 -32
- data/test/tilt_sasstemplate_test.rb +0 -42
- data/test/tilt_sigil_test.rb +0 -41
- data/test/tilt_stringtemplate_test.rb +0 -171
- data/test/tilt_template_test.rb +0 -314
- data/test/tilt_test.rb +0 -60
- data/test/tilt_typescript_test.rb +0 -38
- data/test/tilt_wikiclothtemplate_test.rb +0 -32
- data/test/tilt_yajltemplate_test.rb +0 -101
- data/tilt.gemspec +0 -130
data/tilt.gemspec
DELETED
@@ -1,130 +0,0 @@
|
|
1
|
-
Gem::Specification.new do |s|
|
2
|
-
s.specification_version = 2 if s.respond_to? :specification_version=
|
3
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
4
|
-
|
5
|
-
s.name = 'tilt'
|
6
|
-
s.version = '2.0.9'
|
7
|
-
s.date = '2018-11-28'
|
8
|
-
|
9
|
-
s.description = "Generic interface to multiple Ruby template engines"
|
10
|
-
s.summary = s.description
|
11
|
-
s.license = "MIT"
|
12
|
-
|
13
|
-
s.authors = ["Ryan Tomayko"]
|
14
|
-
s.email = "r@tomayko.com"
|
15
|
-
|
16
|
-
# = MANIFEST =
|
17
|
-
s.files = %w[
|
18
|
-
CHANGELOG.md
|
19
|
-
COPYING
|
20
|
-
Gemfile
|
21
|
-
HACKING
|
22
|
-
README.md
|
23
|
-
Rakefile
|
24
|
-
bin/tilt
|
25
|
-
docs/TEMPLATES.md
|
26
|
-
docs/common.css
|
27
|
-
lib/tilt.rb
|
28
|
-
lib/tilt/asciidoc.rb
|
29
|
-
lib/tilt/babel.rb
|
30
|
-
lib/tilt/bluecloth.rb
|
31
|
-
lib/tilt/builder.rb
|
32
|
-
lib/tilt/coffee.rb
|
33
|
-
lib/tilt/commonmarker.rb
|
34
|
-
lib/tilt/creole.rb
|
35
|
-
lib/tilt/csv.rb
|
36
|
-
lib/tilt/dummy.rb
|
37
|
-
lib/tilt/erb.rb
|
38
|
-
lib/tilt/erubi.rb
|
39
|
-
lib/tilt/erubis.rb
|
40
|
-
lib/tilt/etanni.rb
|
41
|
-
lib/tilt/haml.rb
|
42
|
-
lib/tilt/kramdown.rb
|
43
|
-
lib/tilt/less.rb
|
44
|
-
lib/tilt/liquid.rb
|
45
|
-
lib/tilt/livescript.rb
|
46
|
-
lib/tilt/mapping.rb
|
47
|
-
lib/tilt/markaby.rb
|
48
|
-
lib/tilt/maruku.rb
|
49
|
-
lib/tilt/nokogiri.rb
|
50
|
-
lib/tilt/pandoc.rb
|
51
|
-
lib/tilt/plain.rb
|
52
|
-
lib/tilt/prawn.rb
|
53
|
-
lib/tilt/radius.rb
|
54
|
-
lib/tilt/rdiscount.rb
|
55
|
-
lib/tilt/rdoc.rb
|
56
|
-
lib/tilt/redcarpet.rb
|
57
|
-
lib/tilt/redcloth.rb
|
58
|
-
lib/tilt/rst-pandoc.rb
|
59
|
-
lib/tilt/sass.rb
|
60
|
-
lib/tilt/sigil.rb
|
61
|
-
lib/tilt/string.rb
|
62
|
-
lib/tilt/template.rb
|
63
|
-
lib/tilt/typescript.rb
|
64
|
-
lib/tilt/wikicloth.rb
|
65
|
-
lib/tilt/yajl.rb
|
66
|
-
man/index.txt
|
67
|
-
man/tilt.1.ronn
|
68
|
-
test/markaby/locals.mab
|
69
|
-
test/markaby/markaby.mab
|
70
|
-
test/markaby/markaby_other_static.mab
|
71
|
-
test/markaby/render_twice.mab
|
72
|
-
test/markaby/scope.mab
|
73
|
-
test/markaby/yielding.mab
|
74
|
-
test/mytemplate.rb
|
75
|
-
test/test_helper.rb
|
76
|
-
test/tilt_asciidoctor_test.rb
|
77
|
-
test/tilt_babeltemplate.rb
|
78
|
-
test/tilt_blueclothtemplate_test.rb
|
79
|
-
test/tilt_buildertemplate_test.rb
|
80
|
-
test/tilt_cache_test.rb
|
81
|
-
test/tilt_coffeescripttemplate_test.rb
|
82
|
-
test/tilt_commonmarkertemplate_test.rb
|
83
|
-
test/tilt_compilesite_test.rb
|
84
|
-
test/tilt_creoletemplate_test.rb
|
85
|
-
test/tilt_csv_test.rb
|
86
|
-
test/tilt_erbtemplate_test.rb
|
87
|
-
test/tilt_erubistemplate_test.rb
|
88
|
-
test/tilt_erubitemplate_test.rb
|
89
|
-
test/tilt_etannitemplate_test.rb
|
90
|
-
test/tilt_hamltemplate_test.rb
|
91
|
-
test/tilt_kramdown_test.rb
|
92
|
-
test/tilt_lesstemplate_test.less
|
93
|
-
test/tilt_lesstemplate_test.rb
|
94
|
-
test/tilt_liquidtemplate_test.rb
|
95
|
-
test/tilt_livescripttemplate_test.rb
|
96
|
-
test/tilt_mapping_test.rb
|
97
|
-
test/tilt_markaby_test.rb
|
98
|
-
test/tilt_markdown_test.rb
|
99
|
-
test/tilt_marukutemplate_test.rb
|
100
|
-
test/tilt_metadata_test.rb
|
101
|
-
test/tilt_nokogiritemplate_test.rb
|
102
|
-
test/tilt_pandoctemplate_test.rb
|
103
|
-
test/tilt_prawntemplate.prawn
|
104
|
-
test/tilt_prawntemplate_test.rb
|
105
|
-
test/tilt_radiustemplate_test.rb
|
106
|
-
test/tilt_rdiscounttemplate_test.rb
|
107
|
-
test/tilt_rdoctemplate_test.rb
|
108
|
-
test/tilt_redcarpettemplate_test.rb
|
109
|
-
test/tilt_redclothtemplate_test.rb
|
110
|
-
test/tilt_rstpandoctemplate_test.rb
|
111
|
-
test/tilt_sasstemplate_test.rb
|
112
|
-
test/tilt_sigil_test.rb
|
113
|
-
test/tilt_stringtemplate_test.rb
|
114
|
-
test/tilt_template_test.rb
|
115
|
-
test/tilt_test.rb
|
116
|
-
test/tilt_typescript_test.rb
|
117
|
-
test/tilt_wikiclothtemplate_test.rb
|
118
|
-
test/tilt_yajltemplate_test.rb
|
119
|
-
tilt.gemspec
|
120
|
-
]
|
121
|
-
# = MANIFEST =
|
122
|
-
|
123
|
-
s.executables = ['tilt']
|
124
|
-
s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}
|
125
|
-
|
126
|
-
s.homepage = "http://github.com/rtomayko/tilt/"
|
127
|
-
s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Tilt", "--main", "Tilt"]
|
128
|
-
s.require_paths = %w[lib]
|
129
|
-
s.rubygems_version = '1.1.1'
|
130
|
-
end
|