Skip to content

Commit

Permalink
Give a solution to the error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Medeiros committed May 3, 2015
1 parent 359a615 commit e78a641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Rakefile
Expand Up @@ -16,7 +16,12 @@ end
begin
require 'hoe'
rescue ::LoadError
abort "Install the hoe gem to be able to use this Rakefile"
abort <<-ERR
Error while loading the hoe gem.
Please install it by running the following:
$ [sudo] gem install hoe
ERR
end

Hoe::RUBY_FLAGS << " --disable-gems" if RUBY_VERSION > "1.9"
Expand Down

0 comments on commit e78a641

Please sign in to comment.