coffee-processing.gemspec in coffee-processing-0.0.4 vs coffee-processing.gemspec in coffee-processing-0.0.5

- old
+ new

@@ -6,10 +6,10 @@ gem.email = ["junegunn.c@gmail.com"] gem.description = %q{Helps writing Processing.js sketches in Coffeescript} gem.summary = %q{Helps writing Processing.js sketches in Coffeescript} gem.homepage = "https://github.com/junegunn/coffee-processing" - gem.files = `git ls-files`.split($\) + gem.files = `git ls-files | grep -v 'test/'`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "coffee-processing" gem.require_paths = ["lib"] gem.version = CoffeeProcessing::VERSION