# File lib/rubygems/commands/migrate_command.rb, line 6
6: definitialize
7: super'migrate', description
8: end
Public Instance Methods
description()click to toggle source
# File lib/rubygems/commands/migrate_command.rb, line 2
2: defdescription
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: defexecute
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