discourse/vendor/gems/simple_handlebars_rails/simple_handlebars_rails.gem...

18 lines
553 B
Ruby
Raw Normal View History

2013-02-05 14:16:51 -05:00
# -*- encoding: utf-8 -*-
2013-12-03 17:01:59 -05:00
$:.push File.expand_path("../lib", __FILE__)
2013-02-05 14:16:51 -05:00
Gem::Specification.new do |s|
s.name = "simple_handlebars_rails"
s.version = "0.0.1"
s.authors = ["Robin Ward"]
s.email = ["robin.ward@gmail.com"]
s.homepage = ""
s.summary = %q{Basic Mustache Support for Rails}
s.description = %q{Adds the Mustache plugin and a corresponding Sprockets engine to the asset pipeline in Rails applications.}
2013-12-03 17:01:59 -05:00
s.add_dependency "rails", ["> 3.1"]
2013-02-05 14:16:51 -05:00
s.files = Dir["lib/**/*"]
s.require_paths = ["lib"]
end