Sha256: 3937bca1ed58a745f10eb53c6b575a3da9bc15e1916d9fb64566376cbee3c60f

Contents?: true

Size: 302 Bytes

Versions: 16

Compression:

Stored size: 302 Bytes

Contents

require "fileutils"

module Mandy
  class Packer
    def self.unpack(file)
      return false unless File.extname(file) == '.tar'
      `tar -xf #{file}`
      `geminstaller --sudo --silent --exceptions`
    end
  end
end

Mandy::Packer.unpack(ARGV[0])

exec("mandy-#{ARGV[1]} #{ARGV[2]} '#{ARGV[3]}'")

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
mandy-0.5.8 bootstrap.rb
mandy-0.5.7 bootstrap.rb
mandy-0.5.6 bootstrap.rb
mandy-0.5.5 bootstrap.rb
mandy-0.5.3 bootstrap.rb
mandy-0.5.2 bootstrap.rb
mandy-0.5.1 bootstrap.rb
mandy-0.5 bootstrap.rb
mandy-0.4.996 bootstrap.rb
mandy-0.4.995 bootstrap.rb
mandy-0.4.994 bootstrap.rb
mandy-0.4.993 bootstrap.rb
mandy-0.4.992 bootstrap.rb
mandy-0.4.991 bootstrap.rb
mandy-0.4.99 bootstrap.rb
mandy-0.4.98 bootstrap.rb