fix gemspec

This commit is contained in:
Sam 2013-12-04 09:01:59 +11:00
parent 6c8d1556b0
commit a0b1c8ed66
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# -*- encoding: utf-8 -*-
$:.push File.expand_path('../lib', __FILE__)
$:.push File.expand_path("../lib", __FILE__)
Gem::Specification.new do |s|
s.name = "simple_handlebars_rails"
@ -10,8 +10,7 @@ Gem::Specification.new do |s|
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.}
s.add_development_dependency "rails", ["> 3.1"]
s.add_dependency 'rails', ['> 3.1']
s.add_dependency "rails", ["> 3.1"]
s.files = Dir["lib/**/*"]
s.require_paths = ["lib"]