Sha256: 20c71dbc448648a17105709e1ea290d59f451154c2f4073496b37498cc2029b9
Contents?: true
Size: 929 Bytes
Versions: 7
Compression:
Stored size: 929 Bytes
Contents
# coding: utf-8 lib = File.expand_path("../lib", __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require "github_workflow/version" Gem::Specification.new do |spec| spec.name = "github_workflow" spec.version = GithubWorkflow::VERSION spec.authors = ["Ben Liscio"] spec.email = ["bliscio@daisybill.com"] spec.summary = %q{DaisyBill's internal github workflows} spec.homepage = "https://github.com/daisybill/github_workflow" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_dependency "thor", "~> 0.19" spec.add_dependency "faraday", "~> 0.11" spec.add_dependency "terminal-table", "~> 1.5" spec.add_development_dependency "bundler", "~> 1.14" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
7 entries across 7 versions & 1 rubygems