Sha256: 4e081b195dbf799af5d1165e95a82763ff69571c171ffe2666ee05be4058d588
Contents?: true
Size: 306 Bytes
Versions: 5
Compression:
Stored size: 306 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("bin/mandy-#{ARGV[1]} #{ARGV[2]} '#{ARGV[3]}'")
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
mandy-0.4.97 | bootstrap.rb |
mandy-0.4.96 | bootstrap.rb |
mandy-0.4.95 | bootstrap.rb |
mandy-0.4.94 | bootstrap.rb |
mandy-0.4.93 | bootstrap.rb |