Sha256: f08ee5db9c97f799fefca3bf9c0dad002c586126980e6d7d7a3bf85941905c9d

Contents?: true

Size: 1.55 KB

Versions: 46

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.33"
  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

46 entries across 46 versions & 1 rubygems

Version Path
conjur-debify-3.0.1.pre.1853 debify.gemspec
conjur-debify-3.0.1.pre.1851 debify.gemspec
conjur-debify-3.0.1.pre.1849 debify.gemspec
conjur-debify-3.0.1.pre.1847 debify.gemspec
conjur-debify-3.0.1.pre.1845 debify.gemspec
conjur-debify-3.0.1.pre.1843 debify.gemspec
conjur-debify-3.0.1.pre.1841 debify.gemspec
conjur-debify-3.0.1.pre.1839 debify.gemspec
conjur-debify-3.0.1.pre.1837 debify.gemspec
conjur-debify-3.0.1.pre.1835 debify.gemspec
conjur-debify-3.0.1.pre.1833 debify.gemspec
conjur-debify-3.0.1.pre.1831 debify.gemspec
conjur-debify-3.0.1.pre.1829 debify.gemspec
conjur-debify-3.0.1.pre.1827 debify.gemspec
conjur-debify-3.0.1.pre.1825 debify.gemspec
conjur-debify-3.0.1.pre.1824 debify.gemspec
conjur-debify-3.0.1.pre.1823 debify.gemspec
conjur-debify-3.0.1.pre.1820 debify.gemspec
conjur-debify-3.0.1.pre.1818 debify.gemspec
conjur-debify-3.0.1.pre.1816 debify.gemspec