Skip to content

Commit

Permalink
updated gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Siler committed Oct 5, 2011
1 parent 53fa112 commit 00f70fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent_orange.gemspec
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.rubyforge_project = "agent_orange"

s.files = `git ls-files`.split("\n")
s.files = "agent_orange-0.1.0.gem"
s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]
Expand Down

0 comments on commit 00f70fd

Please sign in to comment.