Sha256: 6d9977718d3ecbef5df94b093994c08cbc4e5a412e86e7829e2e60727b80976e
Contents?: true
Size: 1000 Bytes
Versions: 1
Compression:
Stored size: 1000 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'kontena/plugin/azure' Gem::Specification.new do |spec| spec.name = "kontena-plugin-azure" spec.version = Kontena::Plugin::Azure::VERSION spec.authors = ["Kontena, Inc."] spec.email = ["info@kontena.io"] spec.summary = "Kontena Azure (classic) plugin" spec.description = "Kontena Microsoft Azure (classic) plugin" spec.homepage = "https://github.com/kontena/kontena-plugin-azure" spec.license = "Apache-2.0" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_runtime_dependency 'kontena-cli', '>= 1.0' spec.add_runtime_dependency 'nokogiri', '~> 1.6.0' spec.add_runtime_dependency 'azure', '0.7.7' spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
kontena-plugin-azure-0.3.0 | kontena-plugin-azure.gemspec |