Skip to content

Commit

Permalink
Manually assign $hoe until newgem stops requiring it
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jul 27, 2009
1 parent d85337a commit 67b29d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Hoe.plugin :cucumberfeatures
Hoe.spec('newjs') do
developer 'Dr Nic Williams', 'drnicwilliams@gmail.com'
extra_dev_deps << ['newgem', ">= #{::Newgem::VERSION}"]
$hoe = self
end

Dir['tasks/**/*.rake'].each { |t| load t }
Expand Down

0 comments on commit 67b29d0

Please sign in to comment.