Skip to content

Commit

Permalink
Respect existing Hoe settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jan 8, 2010
1 parent 1252f53 commit 62e8f69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -12,16 +12,16 @@ Hoe.spec('wsoc') do
self.history_file = 'History.rdoc'
self.remote_rdoc_dir = '/'

self.extra_deps = [
self.extra_deps += [
['json', '>=1.2.0'],
['sinatra', '>=0.9.4']
]

self.extra_dev_deps = [
self.extra_dev_deps += [
['yard', '>=0.5.2']
]

self.spec_extras = {:has_rdoc => 'yard'}
self.spec_extras.merge!(:has_rdoc => 'yard')
end

# vim: syntax=ruby

0 comments on commit 62e8f69

Please sign in to comment.