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.11.9 tasks/distribution/package_helpers.rb
brief-1.11.8 tasks/distribution/package_helpers.rb
brief-1.11.7 tasks/distribution/package_helpers.rb
brief-1.11.6 tasks/distribution/package_helpers.rb
brief-1.11.5 tasks/distribution/package_helpers.rb
brief-1.11.4 tasks/distribution/package_helpers.rb
architects-toolkit-0.1.10 tasks/distribution/package_helpers.rb
brief-1.11.3 tasks/distribution/package_helpers.rb
datapimp-1.0.21 tasks/distribution/package_helpers.rb
datapimp-1.0.20 tasks/distribution/package_helpers.rb
brief-1.11.2 tasks/distribution/package_helpers.rb
datapimp-1.0.15 tasks/distribution/package_helpers.rb
brief-1.11.1 tasks/distribution/package_helpers.rb
brief-1.11.0 tasks/distribution/package_helpers.rb
datapimp-1.0.14 tasks/distribution/package_helpers.rb
brief-1.10.1 tasks/distribution/package_helpers.rb
brief-1.10.0 tasks/distribution/package_helpers.rb
brief-1.9.14 tasks/distribution/package_helpers.rb
brief-1.9.13 tasks/distribution/package_helpers.rb
brief-1.9.12 tasks/distribution/package_helpers.rb