# File lib/jeweler/commands/install_gem.rb, line 8definitializeself.output = $stdoutend
Public Instance Methods
gem_command()click to toggle source
# File lib/jeweler/commands/install_gem.rb, line 19defgem_command"#{Config::CONFIG['RUBY_INSTALL_NAME']} -S gem"end
run()click to toggle source
# File lib/jeweler/commands/install_gem.rb, line 12defruncommand = "#{gem_command} install #{gemspec_helper.gem_path}"output.puts"Executing #{command.inspect}:"shcommand# TODO where does sh actually come from!? - rake, apparentlyend