inspec.gemspec in inspec-4.2.0.preview vs inspec.gemspec in inspec-4.3.2
- old
+ new
@@ -16,10 +16,9 @@
# the gemfile and gemspec are necessary for appbundler so don't remove it
spec.files = %w{Gemfile inspec.gemspec README.md LICENSE} + Dir.glob(
'{bin,lib,etc}/**/*', File::FNM_DOTMATCH
).reject { |f| File.directory?(f) }
- spec.executables = %w{inspec}
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
.reject { |f| File.directory?(f) || f =~ %r{lib/plugins/.*/test/} }
spec.require_paths = ['lib']
spec.required_ruby_version = '>= 2.4'