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.3.11 roles/qb.project/qb/get_dir
qb-0.3.10 roles/qb.project/qb/get_dir
qb-0.3.9 roles/qb.project/qb/get_dir
qb-0.3.8 roles/qb.project/qb/get_dir
qb-0.3.7 roles/qb.project/qb/get_dir
qb-0.3.6 roles/qb.project/qb/get_dir
qb-0.3.5 roles/qb.project/qb/get_dir
qb-0.3.4 roles/qb.project/qb/get_dir
qb-0.3.3 roles/qb.project/qb/get_dir
qb-0.3.2 roles/qb.project/qb/get_dir
qb-0.3.1 roles/qb.project/qb/get_dir
qb-0.1.88 roles/qb.project/qb/get_dir
qb-0.1.87 roles/qb.project/qb/get_dir
qb-0.1.86 roles/qb.project/qb/get_dir
qb-0.1.85 roles/qb.project/qb/get_dir
qb-0.1.84 roles/qb.project/qb/get_dir
qb-0.1.83 roles/qb.project/qb/get_dir
qb-0.1.82 roles/qb.project/qb/get_dir
qb-0.1.81 roles/qb.project/qb/get_dir
qb-0.1.80 roles/qb.project/qb/get_dir