Skip to content

Commit

Permalink
Added ruby-debug to development dependencies list
Browse files Browse the repository at this point in the history
  • Loading branch information
astashov committed Mar 1, 2012
1 parent c28eae0 commit f073c9c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion postmark.gemspec
Expand Up @@ -41,4 +41,9 @@ Gem::Specification.new do |s|
s.add_development_dependency "fakeweb-matcher"
s.add_development_dependency "timecop"
s.add_development_dependency "yajl-ruby"
end
if RUBY_VERSION < '1.9.0'
s.add_development_dependency(%q<ruby-debug>, [">= 0"])
else
s.add_development_dependency(%q<ruby-debug19>, [">= 0"])
end
end

0 comments on commit f073c9c

Please sign in to comment.