Sha256: 0e35f4d7206918f135243c3d7a0c3bbd4aceb5591f53ace08a3b1c06caeb9899

Contents?: true

Size: 1.04 KB

Versions: 2

Compression:

Stored size: 1.04 KB

Contents

---
##############################################################################
# QB metadata for `qb/gem/build` role
# 
# qb settings for this role. see README.md for more info.
#
##############################################################################

# description of the role to show in it's help output.
description: Build an installable `.gem` file from a source directory.

# Gemspec-style requirements. Right now only `gems:qb` is used, but plan to
# generalize in the future.
requirements:
  gems:
    qb: ~> 0.3.0

# prefix for role variables
var_prefix: gem_build

# Closest gemspec climbing down tree from working dir
default_dir:
  find_up: '*.gemspec'

# Have QB ensure DIRECTORY exists before starting the play.
mkdir: false

# default user to become for play
default_user: null

# set to false to not save options in .qb-options.yml files
save_options: false

# options to pass to ansible-playbook
ansible_options: {}

options:
- name: dest
  description: Destination directory for the `.gem` file
  required: false
  type: path
  short: d

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qb-0.3.15 roles/qb/gem/build/meta/qb.yml
qb-0.3.14 roles/qb/gem/build/meta/qb.yml