# File lib/commands/migrate.rb, line 6 def initialize super 'migrate', description end
# File lib/commands/migrate.rb, line 2 def description 'Deprecate method for migrating a gem you own from Rubyforge to Gemcutter.' end
# 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