Sha256: 87d02875d372be2a61def2fbdc67449d6952373f1a9fd16ec0df7ad67d38b6bf

Contents?: true

Size: 264 Bytes

Versions: 91

Compression:

Stored size: 264 Bytes

Contents

module Distribution
  module PackageHelpers
    def curl(file)
      system "curl -L -O --fail --silent #{file}"
    end

    def print_to_console(msg)
      arch = package.arch
      puts "[#{arch}]:" + ' ' * (16 - arch.size) + '=>' + ' ' + msg
    end
  end
end

Version data entries

91 entries across 91 versions & 3 rubygems

Version Path
brief-1.9.11 tasks/distribution/package_helpers.rb
brief-1.9.9 tasks/distribution/package_helpers.rb
datapimp-1.0.13 tasks/distribution/package_helpers.rb
datapimp-1.0.12 tasks/distribution/package_helpers.rb
architects-toolkit-0.1.8 tasks/distribution/package_helpers.rb
datapimp-1.0.11 tasks/distribution/package_helpers.rb
datapimp-1.0.10 tasks/distribution/package_helpers.rb
datapimp-1.0.9 tasks/distribution/package_helpers.rb
datapimp-1.0.8 tasks/distribution/package_helpers.rb
datapimp-1.0.6 tasks/distribution/package_helpers.rb
brief-1.9.8 tasks/distribution/package_helpers.rb
brief-1.9.7 tasks/distribution/package_helpers.rb
brief-1.9.6 tasks/distribution/package_helpers.rb
datapimp-1.0.5 tasks/distribution/package_helpers.rb
datapimp-1.0.4 tasks/distribution/package_helpers.rb
architects-toolkit-0.1.7 tasks/distribution/package_helpers.rb
brief-1.9.4 tasks/distribution/package_helpers.rb
brief-1.9.3 tasks/distribution/package_helpers.rb
datapimp-1.0.3 tasks/distribution/package_helpers.rb
architects-toolkit-0.1.6 tasks/distribution/package_helpers.rb