Skip to content

Commit

Permalink
fixing gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Fitzgerald committed Jun 17, 2011
1 parent 55e32d7 commit d0d0a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backbone-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|

s.summary = "Use backbone.js with rails 3.1"
s.description = "Quickly setup backbone.js for use with rails 3.1. Generators are provided to quickly get started."
s.files = Dir["lib/**/*"] + Dir["vendor/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["lib/**/*"] + Dir["vendor/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]

s.add_dependency('rails', '~> 3.1.0.beta1')
s.add_dependency('coffee-script', '~> 2.2.0')
Expand Down

0 comments on commit d0d0a77

Please sign in to comment.