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.17.14 tasks/distribution/package_helpers.rb
brief-1.17.13 tasks/distribution/package_helpers.rb
brief-1.17.12 tasks/distribution/package_helpers.rb
brief-1.17.11 tasks/distribution/package_helpers.rb
brief-1.17.10 tasks/distribution/package_helpers.rb
brief-1.17.9 tasks/distribution/package_helpers.rb
brief-1.17.8 tasks/distribution/package_helpers.rb
brief-1.17.7 tasks/distribution/package_helpers.rb
brief-1.17.5 tasks/distribution/package_helpers.rb
brief-1.17.4 tasks/distribution/package_helpers.rb
brief-1.17.3 tasks/distribution/package_helpers.rb
brief-1.17.2 tasks/distribution/package_helpers.rb
brief-1.17.1 tasks/distribution/package_helpers.rb
brief-1.17.0 tasks/distribution/package_helpers.rb
brief-1.16.2 tasks/distribution/package_helpers.rb
brief-1.16.1 tasks/distribution/package_helpers.rb
brief-1.16.0 tasks/distribution/package_helpers.rb
brief-1.15.5 tasks/distribution/package_helpers.rb
brief-1.15.4 tasks/distribution/package_helpers.rb
brief-1.15.3 tasks/distribution/package_helpers.rb