Sha256: 35a5a2a58b60190b3dd51b7e395a7c5047de9c77292379e3d9f9e395b483e345

Contents?: true

Size: 181 Bytes

Versions: 4

Compression:

Stored size: 181 Bytes

Contents

module Command
  class GemRebuildCommand < BaseCommand
    def cancel
      system('rm -rf pkg')
    end

    def name
      'rm -rf pkg && bundle exec rake build'
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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