Sha256: a260441d799b28e399d3182e2da58c90764d07b391fdaac07e9956033b59f7e6

Contents?: true

Size: 236 Bytes

Versions: 120

Compression:

Stored size: 236 Bytes

Contents

#!/usr/bin/env ruby

require 'json'
require 'pp'

options = JSON.parse STDIN.read

name = options['name']
owner = options['owner'] || ENV.fetch('GITHUB_USER')

abort unless name

puts "#{ ENV.fetch('GITHUB_ROOT') }/#{ owner }/#{ name }"

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
qb-0.1.39 roles/qb.project/qb/get_dir
qb-0.1.38 roles/qb.project/qb/get_dir
qb-0.1.37 roles/qb.project/qb/get_dir
qb-0.1.36 roles/qb.project/qb/get_dir
qb-0.1.35 roles/qb.project/qb/get_dir
qb-0.1.34 roles/qb.project/qb/get_dir
qb-0.1.33 roles/qb.project/qb/get_dir
qb-0.1.32 roles/qb.project/qb/get_dir
qb-0.1.31 roles/qb.project/qb/get_dir
qb-0.1.30 roles/qb.project/qb/get_dir
qb-0.1.29 roles/qb.project/qb/get_dir
qb-0.1.28 roles/qb.project/qb/get_dir
qb-0.1.27 roles/qb.project/qb/get_dir
qb-0.1.26 roles/qb.project/qb/get_dir
qb-0.1.25 roles/qb.project/qb/get_dir
qb-0.1.24 roles/qb.project/qb/get_dir
qb-0.1.23 roles/qb.project/qb/get_dir
qb-0.1.22 roles/qb.project/qb/get_dir
qb-0.1.21 roles/qb.project/qb/get_dir
qb-0.1.20 roles/qb.project/qb/get_dir