Sha256: 7adb368c134fa16866b02f02ec60328901335a77aa80631c4606afe96f930651
Contents?: true
Size: 418 Bytes
Versions: 28
Compression:
Stored size: 418 Bytes
Contents
class Gem::Commands::MigrateCommand < Gem::Command def description 'Deprecated method for migrating a gem you own from Rubyforge to Gemcutter.' end def initialize super 'migrate', description end 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 end
Version data entries
28 entries across 26 versions & 5 rubygems