coffeelint.gemspec in coffeelint-0.2.5 vs coffeelint.gemspec in coffeelint-0.2.6

- old
+ new

@@ -12,9 +12,10 @@ gem.summary = %q{Ruby bindings for coffeelint along with railtie to add rake task to rails} gem.homepage = "https://github.com/zipcodeman/coffeelint-ruby" gem.licenses = ["MIT"] gem.files = `git ls-files`.split($/) + gem.files -= ['bin/coffeelint'] gem.files << 'coffeelint/lib/coffeelint.js' gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.require_paths = ["lib"]