mirror of
https://github.com/brianhempel/active_record_union
synced 2023-03-27 23:21:57 -04:00
Fix gemspec
This commit is contained in:
parent
feb472329c
commit
1eb8a050a9
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ Gem::Specification.new do |spec|
|
|||
|
||||
spec.files = `git ls-files -z`.split("\x0")
|
||||
# spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) + spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
||||
spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) + spec.files.grep(%r{^bin/})
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency "activerecord", ">= 4.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue