We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37fd42d commit f185c80Copy full SHA for f185c80
fog-google.gemspec
@@ -12,9 +12,8 @@ Gem::Specification.new do |spec|
12
spec.homepage = "https://github.com/fog/fog-google"
13
spec.license = "MIT"
14
15
- spec.files = `git ls-files -z`.split("\x0")
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.start_with?("test/") }
16
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
17
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
18
spec.require_paths = ["lib"]
19
20
# As of 0.1.1
0 commit comments