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.79 roles/qb.project/qb/get_dir
qb-0.1.78 roles/qb.project/qb/get_dir
qb-0.1.77 roles/qb.project/qb/get_dir
qb-0.1.76 roles/qb.project/qb/get_dir
qb-0.1.75 roles/qb.project/qb/get_dir
qb-0.1.74 roles/qb.project/qb/get_dir
qb-0.1.73 roles/qb.project/qb/get_dir
qb-0.1.72 roles/qb.project/qb/get_dir
qb-0.1.71 roles/qb.project/qb/get_dir
qb-0.1.70 roles/qb.project/qb/get_dir
qb-0.1.69 roles/qb.project/qb/get_dir
qb-0.1.68 roles/qb.project/qb/get_dir
qb-0.1.67 roles/qb.project/qb/get_dir
qb-0.1.66 roles/qb.project/qb/get_dir
qb-0.1.65 roles/qb.project/qb/get_dir
qb-0.1.64 roles/qb.project/qb/get_dir
qb-0.1.63 roles/qb.project/qb/get_dir
qb-0.1.62 roles/qb.project/qb/get_dir
qb-0.1.61 roles/qb.project/qb/get_dir
qb-0.1.60 roles/qb.project/qb/get_dir