Skip to content
This repository has been archived by the owner on Oct 23, 2021. It is now read-only.

Commit

Permalink
Hoe.spec uses instance_eval
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Jun 14, 2009
1 parent b5a07d7 commit 902455a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ require 'hoe/signing'
require './lib/scandb/version.rb'

Hoe.spec('scandb') do |p|
p.rubyforge_name = 'scandb'
p.developer('Postmodern', 'postmodern.mod3@gmail.com')
p.remote_rdoc_dir = ''
p.extra_deps = [
self.rubyforge_name = 'scandb'
self.developer('Postmodern', 'postmodern.mod3@gmail.com')
self.remote_rdoc_dir = ''
self.extra_deps = [
['do_sqlite3', '>=0.9.13'],
['dm-core', '>=0.10.0'],
['dm-types', '>=0.10.0'],
Expand Down

0 comments on commit 902455a

Please sign in to comment.