Skip to content

Commit

Permalink
Using README.md in the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tombenner committed Nov 2, 2011
1 parent d9a689b commit 5ad7656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion has_many_autocomplete.gemspec
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.summary = "Autocomplete and sortable list for has_many associations"
s.description = "Provides a form helper method that displays a sortable list of associated records from a has_many association and an autocomplete field that can be used to add records to the list."

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

s.add_dependency "rails", "~> 3.1.0"
Expand Down

0 comments on commit 5ad7656

Please sign in to comment.