Sha256: 7266f9ce624ac4f87723a20df320388e8435d39fc4aa11c2cb50dd9e01a923da
Contents?: true
Size: 347 Bytes
Versions: 4
Compression:
Stored size: 347 Bytes
Contents
module Command class GemInstallCommand < BaseCommand def cancel Command::GemUninstallCommand.new(rvm_prefix, { gem_name: options[:gem_name] }).execute end def name clean "#{ rvm_prefix } gem install ./pkg/#{ options[:gem_file_name] } && cd #{ options[:project_path] } && #{ rvm_prefix } bundle install" end end end
Version data entries
4 entries across 4 versions & 1 rubygems