Skip to content

Commit

Permalink
working around bug in hoe check_extra_deps (http://rubyforge.org/trac…
Browse files Browse the repository at this point in the history
…ker/index.php?func=detail&aid=26762&group_id=1513&atid=5923), but it is good to put explicit pessimistic version constraints anyway

git-svn-id: http://rubygems.rubyforge.org/svn/trunk@2282 3d4018f9-ac1a-0410-99e9-8a154d859a19
  • Loading branch information
thewoolleyman authored and wycats committed Jul 28, 2009
1 parent c4054ec commit 63d15cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Expand Up @@ -30,8 +30,10 @@ hoe = Hoe.spec 'rubygems-update' do
'scripts/*.hieraki',
'util/gem_prelude.rb')

extra_dev_deps << 'builder' << 'session' << 'hoe-seattlerb'
extra_dev_deps << ['builder', '~> 2.1']
extra_dev_deps << ['hoe-seattlerb', '~> 1.2']
extra_dev_deps << ['minitest', '~> 1.4']
extra_dev_deps << ['session', '~> 2.4']

spec_extras['rdoc_options'] = proc do |rdoc_options|
rdoc_options << "--title=RubyGems #{self.version} Documentation"
Expand Down

0 comments on commit 63d15cc

Please sign in to comment.