Skip to content

Commit

Permalink
Fixes gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dball committed Apr 10, 2012
1 parent 8e8d402 commit 2764dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paginated_table.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.summary = "Easy paginated, sorted tables in rails"
s.description = "Provides AJAX paginated, sorted tables in rails with will_paginate and arel"

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.2"
Expand Down

0 comments on commit 2764dd1

Please sign in to comment.