ana.gemspec in ana-0.9.7 vs ana.gemspec in ana-0.9.8
- old
+ new
@@ -11,12 +11,11 @@
spec.summary = %q{Ana knows a lot about RubyGems.}
spec.description = %q{A command-line tool for https://rubygems.org/}
spec.homepage = 'https://github.com/JuanitoFatas/Ana'
spec.license = 'MIT'
- spec.files = `git ls-files`.split($/)
+ spec.files = %w(bin/ana README.md ana.gemspec LICENSE Rakefile) + Dir.glob('lib/**/*.rb')
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
- spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']
spec.metadata['allowed_push_host'] = 'https://rubygems.org'
spec.required_ruby_version = '>= 2.0.0'