forked from cerebroso/mustache_rails3
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mustache_rails3.gemspec
29 lines (29 loc) · 2.06 KB
/
mustache_rails3.gemspec
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
Gem::Specification.new do |s|
s.name = %q{mustache_rails3}
s.version = "0.1.2.1"
s.date = %q{2010-08-01}
s.authors = ["Michael Harrison"]
s.email = %q{mh@michaelharrison.ws}
s.summary = %q{Mustache_rails3 provides a template handler and generators for Rails 3.}
s.homepage = %q{http://github.com/goodmike/mustache_rails3}
s.description = %q{Mustache_rails3 is intended to add Rails 3 support to the existing mustache templating system for Ruby. It provides a template handler for Rails 3 and generators. I strive to make the gem work with the latest beta or release candidate of Rails 3. The source code is maintained at http://github.com/goodmike/mustache_rails3, and I welcome comments and forks. I thank Jens Bissinger for his Rails 3 RC 1 patch.}
s.files = [ "readme.md", "LICENSE", "config/initializers/mustache.rb",
"lib/generators/mustache.rb",
"lib/generators/mustache/controller/controller_generator.rb",
"lib/generators/mustache/controller/templates/view.html.mustache.erb",
"lib/generators/mustache/controller/templates/view.rb.erb",
"lib/generators/mustache/install/install_generator.rb",
"lib/generators/mustache/install/templates/config/initializers/mustache.rb",
"lib/generators/mustache/scaffold/scaffold_generator.rb",
"lib/generators/mustache/scaffold/templates/_form.html.mustache.erb",
"lib/generators/mustache/scaffold/templates/edit.html.mustache.erb",
"lib/generators/mustache/scaffold/templates/edit.rb.erb",
"lib/generators/mustache/scaffold/templates/index.html.mustache.erb",
"lib/generators/mustache/scaffold/templates/index.rb.erb",
"lib/generators/mustache/scaffold/templates/new.html.mustache.erb",
"lib/generators/mustache/scaffold/templates/new.rb.erb",
"lib/generators/mustache/scaffold/templates/show.html.mustache.erb",
"lib/generators/mustache/scaffold/templates/show.rb.erb",
"lib/mustache_rails.rb"
]
end