Ignore useless files into the gem file. (#4955)

This commit is contained in:
Jason Lee 2018-11-23 06:04:53 +08:00 committed by Leonardo Tegon
parent bafc23eae5
commit c84169122f
1 changed files with 1 additions and 2 deletions

View File

@ -15,8 +15,7 @@ Gem::Specification.new do |s|
s.description = "Flexible authentication solution for Rails with Warden"
s.authors = ['José Valim', 'Carlos Antônio']
s.files = `git ls-files`.split("\n")
s.test_files = `git ls-files -- test/*`.split("\n")
s.files = Dir["{app,config,lib}/**/*", "CHANGELOG.md", "MIT-LICENSE", "README.md"]
s.require_paths = ["lib"]
s.required_ruby_version = '>= 2.1.0'