mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Ignore useless files into the gem file. (#4955)
This commit is contained in:
parent
bafc23eae5
commit
c84169122f
1 changed files with 1 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue