inch.gemspec in inch-0.3.3 vs inch.gemspec in inch-0.3.4.rc1

- old
+ new

@@ -11,15 +11,10 @@ spec.summary = %q{Documentation measurement tool for Ruby} spec.description = %q{Documentation measurement tool for Ruby, based on YARD.} spec.homepage = "http://trivelop.de/inch/" spec.license = "MIT" - all_files = `git ls-files -z`.split("\x0") - files_without_dev_commands = all_files.select do |f| - f !~ /cli\/command\/.*(console|inspect)/ - end - - spec.files = files_without_dev_commands + spec.files = `git ls-files -z`.split("\x0") 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.add_development_dependency "bundler", "~> 1.5"