Skip to content
This repository has been archived by the owner on Nov 12, 2022. It is now read-only.

Commit

Permalink
add rake and rdoc as development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
infused committed Oct 8, 2011
1 parent 38b0c05 commit 181c567
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dbf.gemspec
Expand Up @@ -21,6 +21,8 @@ Gem::Specification.new do |s|
s.required_rubygems_version = '>= 1.3.0'
s.add_dependency 'fastercsv', '~> 1.5.4'
s.add_development_dependency 'rspec', '~> 2.6.0'
s.add_development_dependency 'rake', '~> 0.9.2'
s.add_development_dependency 'rdoc', '~> 3.9.0'

if RUBY_VERSION.to_f >= 1.9
s.add_development_dependency 'ruby-debug19'
Expand Down

0 comments on commit 181c567

Please sign in to comment.