Sha256: b110074d9bc589fff203c351bd501a6a29678f376013d17d3e49fdff1bef9fc4
Contents?: true
Size: 890 Bytes
Versions: 4
Compression:
Stored size: 890 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'kontena/plugin/upcloud' Gem::Specification.new do |spec| spec.name = "kontena-plugin-upcloud" spec.version = Kontena::Plugin::Upcloud::VERSION spec.authors = ["Kontena, Inc."] spec.email = ["info@kontena.io"] spec.summary = "Kontena Upcloud plugin" spec.description = "Kontena Upcloud plugin" spec.homepage = "https://github.com/kontena/kontena-plugin-upcloud" 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', '>= 0.16.0.pre2' spec.add_development_dependency "bundler", "~> 1.11" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
4 entries across 4 versions & 1 rubygems