1
0
Fork 0
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:
Akira Matsuda 2016-12-07 17:08:36 +09:00
parent 2e466a3c52
commit 9e00caac3c

View file

@ -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']