Parent

Gem::Commands::MigrateCommand

Public Class Methods

new() click to toggle source
   # File lib/rubygems/commands/migrate_command.rb, line 6
6:   def initialize
7:     super 'migrate', description
8:   end

Public Instance Methods

description() click to toggle source
   # File lib/rubygems/commands/migrate_command.rb, line 2
2:   def description
3:     'Deprecated method for migrating a gem you own from Rubyforge to Gemcutter.'
4:   end
execute() click to toggle source
    # File lib/rubygems/commands/migrate_command.rb, line 10
10:   def execute
11:     say "This command is deprecated, RubyForge accounts/ownerships have been transferred to Gemcutter."
12:     say "Please see http://rubygems.org/pages/migrate for more information"
13:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.