Skip to content

Commit

Permalink
Adding rdoc as dev dependency on < 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeger committed Nov 24, 2012
1 parent e542e75 commit d8b6026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions has_scope.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "mocha", "~> 0.12.0"
s.add_development_dependency "rake"
if RUBY_VERSION < "1.9"
s.add_development_dependency "rdoc"
s.add_development_dependency "ruby-debug"
else
s.add_development_dependency "test-unit"
Expand Down

0 comments on commit d8b6026

Please sign in to comment.