Skip to content

Commit

Permalink
Remove test files from package
Browse files Browse the repository at this point in the history
  • Loading branch information
f440 committed Jul 18, 2024
1 parent 37fd42d commit f185c80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions fog-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/fog/fog-google"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0")
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?("test/") }
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

# As of 0.1.1
Expand Down

0 comments on commit f185c80

Please sign in to comment.