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.4.5 roles/qb/project/qb/get_dir
qb-0.4.4 roles/qb/project/qb/get_dir
qb-0.4.3 roles/qb/project/qb/get_dir
qb-0.4.2 roles/qb/project/qb/get_dir
qb-0.4.1 roles/qb/project/qb/get_dir
qb-0.4.0 roles/qb/project/qb/get_dir
qb-0.3.25 roles/qb/project/qb/get_dir
qb-0.3.24 roles/qb/project/qb/get_dir
qb-0.3.23 roles/qb/project/qb/get_dir
qb-0.3.22 roles/qb/project/qb/get_dir
qb-0.3.21 roles/qb/project/qb/get_dir
qb-0.3.20 roles/qb/project/qb/get_dir
qb-0.3.19 roles/qb/project/qb/get_dir
qb-0.3.18 roles/qb/project/qb/get_dir
qb-0.3.17 roles/qb/project/qb/get_dir
qb-0.3.16 roles/qb/project/qb/get_dir
qb-0.3.15 roles/qb/project/qb/get_dir
qb-0.3.14 roles/qb/project/qb/get_dir
qb-0.3.13 roles/qb/project/qb/get_dir
qb-0.3.12 roles/qb.project/qb/get_dir