Gem::Commands::MigrateCommand

Public Class Methods

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

Public Instance Methods

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

[Validate]

Generated with the Darkfish Rdoc Generator 2.