Skip to content

Commit

Permalink
reduce gem file garbage
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeKaraszi committed Jul 25, 2018
1 parent f64b6a1 commit c0fd925
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions active_record_extended.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/georgekaraszi/ActiveRecordExtended"
spec.license = "MIT"

spec.files = `git ls-files`.split("\n")
spec.files = Dir["README.md", "lib/**/*"]
spec.test_files = `git ls-files -- spec/*`.split("\n")
spec.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_dependency "activerecord", ">= 5.0", "< 6.0"
Expand Down

0 comments on commit c0fd925

Please sign in to comment.