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.59 roles/qb.project/qb/get_dir
qb-0.1.58 roles/qb.project/qb/get_dir
qb-0.1.57 roles/qb.project/qb/get_dir
qb-0.1.56 roles/qb.project/qb/get_dir
qb-0.1.55 roles/qb.project/qb/get_dir
qb-0.1.54 roles/qb.project/qb/get_dir
qb-0.1.53 roles/qb.project/qb/get_dir
qb-0.1.52 roles/qb.project/qb/get_dir
qb-0.1.51 roles/qb.project/qb/get_dir
qb-0.1.50 roles/qb.project/qb/get_dir
qb-0.1.49 roles/qb.project/qb/get_dir
qb-0.1.48 roles/qb.project/qb/get_dir
qb-0.1.47 roles/qb.project/qb/get_dir
qb-0.1.46 roles/qb.project/qb/get_dir
qb-0.1.45 roles/qb.project/qb/get_dir
qb-0.1.44 roles/qb.project/qb/get_dir
qb-0.1.43 roles/qb.project/qb/get_dir
qb-0.1.42 roles/qb.project/qb/get_dir
qb-0.1.41 roles/qb.project/qb/get_dir
qb-0.1.40 roles/qb.project/qb/get_dir