logster.gemspec in logster-1.0.0.3.pre vs logster.gemspec in logster-1.0.1

- old
+ new

@@ -11,10 +11,12 @@ spec.summary = %q{UI for viewing logs in Rack} spec.description = %q{UI for viewing logs in Rack} spec.homepage = "https://github.com/discourse/logster" spec.license = "MIT" - spec.files = `git ls-files -z`.split("\x0").reject{|f| f.start_with?("bower_components") || f.start_with?("website") || f.start_with?("bin") } + spec.files = `git ls-files -z`.split("\x0").reject do |f| + f.start_with?("bower_components") || f.start_with?("website") || f.start_with?("bin") + end 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