Method: Gem::Commands::MigrateCommand#execute
- Defined in:
- lib/rubygems/commands/migrate_command.rb
permalink #execute ⇒ Object
[View source]
10 11 12 13 |
# File 'lib/rubygems/commands/migrate_command.rb', line 10 def execute say "This command is deprecated, RubyForge accounts/ownerships have been transferred to Gemcutter." say "Please see http://rubygems.org/pages/migrate for more information" end |