mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
This test_files information is outdated, and I guess we don't need this anyway
This commit is contained in:
parent
2e466a3c52
commit
9e00caac3c
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ Gem::Specification.new do |s|
|
|||
s.license = "MIT"
|
||||
|
||||
s.files = `git ls-files | egrep -v 'kaminari-(core|actionview|activerecord)' | grep -v '^spec'`.split("\n")
|
||||
s.test_files = `git ls-files spec`.split("\n")
|
||||
s.extra_rdoc_files = ['README.rdoc']
|
||||
s.require_paths = ['lib']
|
||||
|
||||
|
|
Loading…
Reference in a new issue