Skip to content

Commit

Permalink
Change alert_info to alert since alert_info no longer exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrous26 committed Feb 12, 2012
1 parent 4063bd4 commit 1fa28f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rubygems-compile/compiler.rb
Expand Up @@ -21,7 +21,7 @@ def call gem
@spec = gem.is_a?(Gem::Specification) ? gem : gem.spec

if @spec.name == 'rubygems-compile'
alert_info 'You cannot compile rubygems-compile' if really_verbose
alert 'You cannot compile rubygems-compile' if really_verbose
return
end

Expand Down

0 comments on commit 1fa28f1

Please sign in to comment.