Sha256: 1bb6e8765a746886d929889afb7fc4f3e8f4aefbbabfd17f323f2acf90790432

Contents?: true

Size: 257 Bytes

Versions: 4

Compression:

Stored size: 257 Bytes

Contents

module Command
  class GemUninstallCommand < BaseCommand
    def cancel
      puts "WARNING: You must reinstall gem #{ options[:gem_name] }"
    end

    def name
      clean "#{ rvm_prefix } gem uninstall #{ options[:gem_name] } --all -x"
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
pumper-1.3.0 lib/command/gem_uninstall_command.rb
pumper-1.2.0 lib/command/gem_uninstall_command.rb
pumper-1.0.1 lib/command/gem_uninstall_command.rb
pumper-0.0.1 lib/command/gem_uninstall_command.rb