1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

Merge pull request #602 from abrahamparayil/patch-1

drop git in gemspec
This commit is contained in:
Wesley Beary 2021-05-19 09:00:17 -05:00 committed by GitHub
commit 5b25c70ba1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,8 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/fog/fog-aws"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.files = Dir['lib/**/*.rb', 'tests/**/*', 'CHANGELOG.md', 'CONTRIBUTING.md',
'CONTRIBUTORS.md', 'LICENSE.md', 'README.md', 'fog-aws.gemspec',]
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]