Sha256: e34c27920773d00f9d82a31bf43b60afa4ea9bad106899649d311c5f6f6c29f4
Contents?: true
Size: 980 Bytes
Versions: 1
Compression:
Stored size: 980 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 plugin" spec.description = "Kontena Microsoft Azure 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.0' 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.2.5 | kontena-plugin-azure.gemspec |