Sha256: e8a2221c594245df12d9d2ffe6cfce014f52e276da68cb961a59e4e6a36f83bd
Contents?: true
Size: 658 Bytes
Versions: 1
Compression:
Stored size: 658 Bytes
Contents
Gem::Specification.new do |s| s.name = 'kldockeragent' s.version = File.read(File.dirname(__FILE__) + '/VERSION').strip s.date = File.mtime(File.dirname(__FILE__) + '/VERSION').strftime("%Y-%m-%d") s.summary = "KL DockerAgent" s.description = "Agent with REST Api to send information about docker containers" s.authors = ["Kytoonlabs"] s.email = 'admin@kytoonlabs.com' s.homepage = 'https://kytoonlabs.com/tools/docker-agent' s.license = 'MIT' s.require_paths = ['lib'] s.executables << 'kldockeragent' s.files = `git ls-files`.split("\n").select { |n| !(n =~ /^(modules|test)\/.*/) } end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kldockeragent-0.5.0 | kldockeragent.gemspec |