Sha256: 4dc49d87e1b13250022e03dc0ded8dad4e501150d2c1bf50516f22e3ec519dc7

Contents?: true

Size: 304 Bytes

Versions: 16

Compression:

Stored size: 304 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.28 bootstrap.rb
mandy-0.5.27 bootstrap.rb
mandy-0.5.26 bootstrap.rb
mandy-0.5.25 bootstrap.rb
mandy-0.5.24 bootstrap.rb
mandy-0.5.23 bootstrap.rb
mandy-0.5.22 bootstrap.rb
mandy-0.5.21 bootstrap.rb
mandy-0.5.20 bootstrap.rb
mandy-0.5.19 bootstrap.rb
mandy-0.5.17 bootstrap.rb
mandy-0.5.14 bootstrap.rb
mandy-0.5.13 bootstrap.rb
mandy-0.5.11 bootstrap.rb
mandy-0.5.10 bootstrap.rb
mandy-0.5.9 bootstrap.rb