File: metadata.yml

package info (click to toggle)
ruby-tilt 2.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 580 kB
  • ctags: 404
  • sloc: ruby: 3,576; makefile: 5
file content (162 lines) | stat: -rw-r--r-- 4,118 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
--- !ruby/object:Gem::Specification
name: tilt
version: !ruby/object:Gem::Version
  version: 2.0.1
platform: ruby
authors:
- Ryan Tomayko
autorequire: 
bindir: bin
cert_chain: []
date: 2014-03-21 00:00:00.000000000 Z
dependencies: []
description: Generic interface to multiple Ruby template engines
email: r@tomayko.com
executables:
- tilt
extensions: []
extra_rdoc_files: []
files:
- CHANGELOG.md
- COPYING
- Gemfile
- HACKING
- README.md
- Rakefile
- bin/tilt
- docs/TEMPLATES.md
- docs/common.css
- lib/tilt.rb
- lib/tilt/asciidoc.rb
- lib/tilt/bluecloth.rb
- lib/tilt/builder.rb
- lib/tilt/coffee.rb
- lib/tilt/creole.rb
- lib/tilt/csv.rb
- lib/tilt/erb.rb
- lib/tilt/erubis.rb
- lib/tilt/etanni.rb
- lib/tilt/haml.rb
- lib/tilt/kramdown.rb
- lib/tilt/less.rb
- lib/tilt/liquid.rb
- lib/tilt/mapping.rb
- lib/tilt/markaby.rb
- lib/tilt/maruku.rb
- lib/tilt/nokogiri.rb
- lib/tilt/plain.rb
- lib/tilt/radius.rb
- lib/tilt/rdiscount.rb
- lib/tilt/rdoc.rb
- lib/tilt/redcarpet.rb
- lib/tilt/redcloth.rb
- lib/tilt/sass.rb
- lib/tilt/string.rb
- lib/tilt/template.rb
- lib/tilt/wikicloth.rb
- lib/tilt/yajl.rb
- test/markaby/locals.mab
- test/markaby/markaby.mab
- test/markaby/markaby_other_static.mab
- test/markaby/render_twice.mab
- test/markaby/scope.mab
- test/markaby/yielding.mab
- test/test_helper.rb
- test/tilt_asciidoctor_test.rb
- test/tilt_blueclothtemplate_test.rb
- test/tilt_buildertemplate_test.rb
- test/tilt_cache_test.rb
- test/tilt_coffeescripttemplate_test.rb
- test/tilt_compilesite_test.rb
- test/tilt_creoletemplate_test.rb
- test/tilt_csv_test.rb
- test/tilt_erbtemplate_test.rb
- test/tilt_erubistemplate_test.rb
- test/tilt_etannitemplate_test.rb
- test/tilt_hamltemplate_test.rb
- test/tilt_kramdown_test.rb
- test/tilt_lesstemplate_test.less
- test/tilt_lesstemplate_test.rb
- test/tilt_liquidtemplate_test.rb
- test/tilt_mapping_test.rb
- test/tilt_markaby_test.rb
- test/tilt_markdown_test.rb
- test/tilt_marukutemplate_test.rb
- test/tilt_metadata_test.rb
- test/tilt_nokogiritemplate_test.rb
- test/tilt_radiustemplate_test.rb
- test/tilt_rdiscounttemplate_test.rb
- test/tilt_rdoctemplate_test.rb
- test/tilt_redcarpettemplate_test.rb
- test/tilt_redclothtemplate_test.rb
- test/tilt_sasstemplate_test.rb
- test/tilt_stringtemplate_test.rb
- test/tilt_template_test.rb
- test/tilt_test.rb
- test/tilt_wikiclothtemplate_test.rb
- test/tilt_yajltemplate_test.rb
- tilt.gemspec
homepage: http://github.com/rtomayko/tilt/
licenses:
- MIT
metadata: {}
post_install_message: 
rdoc_options:
- "--line-numbers"
- "--inline-source"
- "--title"
- Tilt
- "--main"
- Tilt
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubyforge_project: 
rubygems_version: 2.2.1
signing_key: 
specification_version: 2
summary: Generic interface to multiple Ruby template engines
test_files:
- test/tilt_asciidoctor_test.rb
- test/tilt_blueclothtemplate_test.rb
- test/tilt_buildertemplate_test.rb
- test/tilt_cache_test.rb
- test/tilt_coffeescripttemplate_test.rb
- test/tilt_compilesite_test.rb
- test/tilt_creoletemplate_test.rb
- test/tilt_csv_test.rb
- test/tilt_erbtemplate_test.rb
- test/tilt_erubistemplate_test.rb
- test/tilt_etannitemplate_test.rb
- test/tilt_hamltemplate_test.rb
- test/tilt_kramdown_test.rb
- test/tilt_lesstemplate_test.rb
- test/tilt_liquidtemplate_test.rb
- test/tilt_mapping_test.rb
- test/tilt_markaby_test.rb
- test/tilt_markdown_test.rb
- test/tilt_marukutemplate_test.rb
- test/tilt_metadata_test.rb
- test/tilt_nokogiritemplate_test.rb
- test/tilt_radiustemplate_test.rb
- test/tilt_rdiscounttemplate_test.rb
- test/tilt_rdoctemplate_test.rb
- test/tilt_redcarpettemplate_test.rb
- test/tilt_redclothtemplate_test.rb
- test/tilt_sasstemplate_test.rb
- test/tilt_stringtemplate_test.rb
- test/tilt_template_test.rb
- test/tilt_test.rb
- test/tilt_wikiclothtemplate_test.rb
- test/tilt_yajltemplate_test.rb
has_rdoc: