Skip to content

Commit

Permalink
Only load newgem.rb once
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jun 29, 2009
1 parent 5ed956e commit 13b846b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Manifest.txt
Expand Up @@ -42,7 +42,7 @@ features/support/cli.rb
features/support/common.rb
features/support/env.rb
features/support/matchers.rb
lib/hoe/cucumber_features.rb
lib/hoe/cucumberfeatures.rb
lib/hoe/manifest.rb
lib/hoe/newgem.rb
lib/hoe/website.rb
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
@@ -1,7 +1,7 @@
gem 'hoe', '>= 2.3.0'
require 'hoe'
%w[fileutils rubigen].each { |f| require f }
require './lib/newgem'
$:.unshift(File.dirname(__FILE__) + "/lib")

Hoe.plugin :newgem
Hoe.plugin :website
Expand Down

0 comments on commit 13b846b

Please sign in to comment.