awskeyring.gemspec in awskeyring-1.9.3 vs awskeyring.gemspec in awskeyring-1.9.4
- old
+ new
@@ -13,10 +13,10 @@
spec.summary = 'Manages AWS credentials in the macOS keychain'
spec.description = 'Manages AWS credentials in the macOS keychain'
spec.homepage = Awskeyring::HOMEPAGE
spec.licenses = ['MIT']
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/|^\..*|C.*\.md|.*\.ronn|.*\.png}) }
+ spec.files = %w[awskeyring.gemspec README.md LICENSE.txt] + Dir['exe/*', 'lib/**/*.rb', 'man/*.5', 'i18n/*']
spec.bindir = 'exe'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.6.0'