Sha256: 1be963a22fcf5a90b2e688f8e4913242d8ab42518d6624df125751ca29ba2964
Contents?: true
Size: 311 Bytes
Versions: 29
Compression:
Stored size: 311 Bytes
Contents
class Gem::Commands::TumbleCommand < Gem::Command def description "Deprecated method of upgrading to Gemcutter.org for gem downloads" end def initialize super 'tumble', description end def execute say "This command is deprecated, Gemcutter.org is the primary source for gems." end end
Version data entries
29 entries across 27 versions & 5 rubygems