logster.gemspec in logster-0.0.7 vs logster.gemspec in logster-0.0.8

- old
+ new

@@ -11,10 +11,10 @@ spec.summary = %q{UI for viewing logs in Rack} spec.description = %q{UI for viewing logs in Rack} spec.homepage = "" spec.license = "MIT" - spec.files = `git ls-files -z`.split("\x0").reject{|f| f.start_with?("bower_components") || f.start_with?("website")} + spec.files = `git ls-files -z`.split("\x0").reject{|f| f.start_with?("bower_components") || f.start_with?("website") || f.start_with?("bin") } 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"] # NOTE dependency on rack is not explicit, this enables us to use