Skip to content

Commit

Permalink
Fixed gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
eicca committed Jan 18, 2013
1 parent b8f95fc commit c47b951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaplin-on-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "TODO: Summary of ChaplinOnRails."
s.description = "TODO: Description of ChaplinOnRails."

s.files = Dir["{vendor,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"]
s.files = Dir["{vendor,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

s.add_dependency 'rails', '>= 3.1'
Expand Down

0 comments on commit c47b951

Please sign in to comment.