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.19 roles/qb.project/qb/get_dir
qb-0.1.18 roles/qb.project/qb/get_dir
qb-0.1.17 roles/qb.project/qb/get_dir
qb-0.1.16 roles/qb.project/qb/get_dir
qb-0.1.15 roles/qb.project/qb/get_dir
qb-0.1.14 roles/qb.project/qb/get_dir
qb-0.1.13 roles/qb.project/qb/get_dir
qb-0.1.12 roles/qb.project/qb/get_dir
qb-0.1.11 roles/qb.project/qb/get_dir
qb-0.1.10 roles/qb.project/qb/get_dir
qb-0.1.9 roles/qb.project/qb/get_dir
qb-0.1.8 roles/qb.project/qb/get_dir
qb-0.1.7 roles/qb.project/qb/get_dir
qb-0.1.6 roles/qb.project/qb/get_dir
qb-0.1.5 roles/qb.project/qb/get_dir
qb-0.1.4 roles/qb.project/qb/get_dir
qb-0.1.3 roles/qb.project/qb/get_dir
qb-0.1.2 roles/qb.project/qb/get_dir
qb-0.1.1 roles/qb.project/qb/get_dir
qb-0.1.0 roles/qb.project/qb/get_dir