Skip to content

Commit

Permalink
fixing gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
runemadsen committed Mar 19, 2013
1 parent 91b4c7a commit 167569a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified bin/processing/.DS_Store
Binary file not shown.
Binary file modified bin/processing/core/.DS_Store
Binary file not shown.
Binary file added bin/processing/launch4j/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion p5.gemspec
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |gem|
gem.homepage = "" gem.homepage = ""


gem.files = `git ls-files`.split($/) gem.files = `git ls-files`.split($/)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.executables = []
gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"] gem.require_paths = ["lib"]


Expand Down

0 comments on commit 167569a

Please sign in to comment.