Skip to content

Commit

Permalink
Fixes gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dball committed Apr 11, 2012
1 parent 2764dd1 commit 43fd5a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,7 @@
# v0.0.2rc

* Includes vendor in gemspec file manifest

# v0.0.1

First public release
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.md"]
s.files = Dir["{lib, vendor}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.md"]
s.test_files = Dir["test/**/*"]

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

0 comments on commit 43fd5a0

Please sign in to comment.