coffeelint.gemspec in coffeelint-0.1.3 vs coffeelint.gemspec in coffeelint-0.2.0

- old
+ new

@@ -12,10 +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 << 'coffeelint/src/coffeelint.coffee' + 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"] gem.add_dependency "coffee-script"