Sha256: 042fc4fae0830eac94d38da8e75dff5d63795fed1db8118b863602c0d59c2b11

Contents?: true

Size: 1.04 KB

Versions: 20

Compression:

Stored size: 1.04 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'conjur/debify/version'

Gem::Specification.new do |spec|
  spec.name          = "conjur-debify"
  spec.version       = Conjur::Debify::VERSION
  spec.authors       = ["Kevin Gilpin"]
  spec.email         = ["kgilpin@conjur.net"]
  spec.summary       = %q{Utility commands to build and package Conjur services as Debian packages}
  spec.homepage      = "https://github.com/conjurinc/debify"
  spec.license       = "MIT"

  spec.files         = `git ls-files -z`.split("\x0")
  spec.executables   = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.require_paths = ["lib"]
  
  spec.add_dependency "gli"
  spec.add_dependency "docker-api"
  spec.add_dependency "conjur-cli"

  spec.add_development_dependency "bundler", "~> 1.7"
  spec.add_development_dependency "rake", "~> 10.0"
  spec.add_development_dependency "cucumber"
  spec.add_development_dependency "aruba"
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
conjur-debify-1.5.2 debify.gemspec
conjur-debify-1.5.1 debify.gemspec
conjur-debify-1.5.0 debify.gemspec
conjur-debify-1.4.0 debify.gemspec
conjur-debify-1.3.1 debify.gemspec
conjur-debify-1.3.0 debify.gemspec
conjur-debify-1.2.1 debify.gemspec
conjur-debify-1.2.0 debify.gemspec
conjur-debify-1.1.0 debify.gemspec
conjur-debify-1.0.0 debify.gemspec
conjur-debify-0.11.0 debify.gemspec
conjur-debify-0.10.2 debify.gemspec
conjur-debify-0.10.1 debify.gemspec
conjur-debify-0.10.0 debify.gemspec
conjur-debify-0.9.2 debify.gemspec
conjur-debify-0.9.1 debify.gemspec
conjur-debify-0.9.0 debify.gemspec
conjur-debify-0.8.0 debify.gemspec
conjur-debify-0.7.0 debify.gemspec
conjur-debify-0.6.1 debify.gemspec