Sha256: c512e369a683ed36f898b5c2b9a12f9fe33101f72741ebd6775c8dff3917530b

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

class Gem::Commands::TumbleCommand < Gem::AbstractCommand
  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

5 entries across 5 versions & 2 rubygems

Version Path
gemcutter-0.3.0 lib/commands/tumble.rb
gemcutter-0.3.0.pre lib/commands/tumble.rb
botanicus-gemcutter-0.2.1 lib/commands/tumble.rb
gemcutter-0.2.1 lib/commands/tumble.rb
gemcutter-0.2.0 lib/commands/tumble.rb