DannyBen/bashly

View on GitHub
runfile

Summary

Maintainability
Test Coverage
require 'debug'
require 'bashly/version'
require_relative 'support/runfile/example'

title   'Bashly Developer Toolbelt'
summary 'Runfile tasks for building the Bashly gem'

import_gem 'runfile-tasks/gem'
import_gem 'runfile-tasks/docker', image: 'dannyben/bashly', version: Bashly::VERSION
import 'support/runfile/*'