Sha256: df872650470113e37f1b5dd40b93bec339170a3dfd8feef114e3ecaa2b873d8b
Contents?: true
Size: 1.08 KB
Versions: 1
Compression:
Stored size: 1.08 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'nexpose_thycotic/version' Gem::Specification.new do |spec| spec.name = "nexpose_thycotic" spec.version = NexposeThycotic::VERSION spec.authors = ["Damian Finol, Adam Robinson", "David Valente"] spec.email = ["support@rapid7.com"] spec.summary = %q{Nexpose Thycotic Gem Integration} spec.description = %q{This gem allows Nexpose users to pull credentials from Thycotic SecretServer into Nexpose} spec.homepage = 'http://www.rapid7.com/' spec.license = "MIT" spec.files = Dir['[A-Z]*'] + Dir['lib/**/*'] + Dir['bin/**'] spec.files.reject! { |fn| fn.include? "CVS" } 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_runtime_dependency 'savon' spec.add_runtime_dependency 'nexpose', '~> 7.2' spec.add_runtime_dependency 'symmetric-encryption', '~> 3.9', '>= 3.9.0' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nexpose_thycotic-0.3.0 | nexpose_thycotic.gemspec |