roqua-support.gemspec in roqua-support-0.4.4 vs roqua-support.gemspec in roqua-support-0.4.5
- old
+ new
@@ -11,10 +11,10 @@
gem.license = "MIT"
gem.authors = ["Marten Veldthuis"]
gem.email = "marten@roqua.nl"
gem.homepage = "https://github.com/roqua/roqua-support"
- gem.files = `git ls-files`.split($/)
+ gem.files = Dir["{lib}/**/*"] + %w{CHANGELOG.md Rakefile LICENSE.txt README.md roqua-support.gemspec}
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]
gem.required_ruby_version = '>= 2.7'