Sha256: dfefd5e7b49ff9717b3b398a4e64142585ae38cf92ce66844fb8c60ed7468528

Contents?: true

Size: 1.55 KB

Versions: 16

Compression:

Stored size: 1.55 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       = ["CyberArk Software, Inc."]
  spec.email         = ["conj_maintainers@cyberark.com"]
  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").append("VERSION")
  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", "~> 2.0"
  spec.add_dependency "conjur-cli" , "~> 6"
  spec.add_dependency "conjur-api", "~> 5.3"
  spec.add_development_dependency "bundler", ">= 2.2.30"
  spec.add_development_dependency "fakefs", "~> 0"
  spec.add_development_dependency "rake", "~> 13.0"
  
  # Pin to cucumbe v2. cucumber v3 changes (breaks) the behavior of
  # unmatched capture groups with \(d+). In v3, the value of such a
  # group is 0 instead of nil, which breaks aruba's "I successfully
  # run...." steps.
  spec.add_development_dependency "cucumber", '~> 7.1'
  spec.add_development_dependency "aruba", "~> 2.0"
  spec.add_development_dependency 'rspec', '~> 3.10'
  spec.add_development_dependency 'ci_reporter_rspec', '~> 1.0'
end

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
conjur-debify-3.0.1.pre.1653 debify.gemspec
conjur-debify-3.0.1.pre.1652 debify.gemspec
conjur-debify-3.0.1.pre.1638 debify.gemspec
conjur-debify-3.0.1.pre.1633 debify.gemspec
conjur-debify-3.0.1.pre.1614 debify.gemspec
conjur-debify-3.0.1.pre.2 debify.gemspec
conjur-debify-3.0.1.pre.1610 debify.gemspec
conjur-debify-3.0.1.pre.1548 debify.gemspec
conjur-debify-3.0.0.pre.1093 debify.gemspec
conjur-debify-3.0.0.pre.1059 debify.gemspec
conjur-debify-3.0.0.pre.1043 debify.gemspec
conjur-debify-3.0.0.pre.1036 debify.gemspec
conjur-debify-3.0.0 debify.gemspec
conjur-debify-3.0.0.pre.1027 debify.gemspec
conjur-debify-3.0.0.pre.1023 debify.gemspec
conjur-debify-0.0.1.pre.47 debify.gemspec