1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00

Don't include sub-gems' files in this gem

This commit is contained in:
Akira Matsuda 2016-10-13 08:22:49 +09:00
parent 1ab3a66754
commit d259a3fcf2

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = 'Kaminari is a Scope & Engine based, clean, powerful, agnostic, customizable and sophisticated paginator for Rails 4+'
s.license = "MIT"
s.files = `git ls-files`.split("\n")
s.files = `git ls-files | egrep -v 'kaminari-(core|actionview|activerecord)'`.split("\n")
s.test_files = `git ls-files spec`.split("\n")
s.extra_rdoc_files = ['README.rdoc']
s.require_paths = ['lib']