Skip to content

Commit

Permalink
use wirble in development
Browse files Browse the repository at this point in the history
  • Loading branch information
matin committed Feb 15, 2011
1 parent 3e26c71 commit 3ef5e61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion poundpay.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ Gem::Specification.new do |s|
s.add_dependency("activeresource", ">= 3.0")

s.add_development_dependency("rspec", ">= 2.0")
s.add_development_dependency("wirble")

s.files = `git ls-files`.split("\n")
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"]
end
end

0 comments on commit 3ef5e61

Please sign in to comment.