awskeyring.gemspec in awskeyring-1.8.1 vs awskeyring.gemspec in awskeyring-1.8.2
- 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/|^\..*|^.*\.png}) }
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/|^\..*|C.*\.md|.*\.ronn|.*\.png}) }
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'