Sha256: cf0213d04ad3e6d846cda31bfed4f4a4d7b5428257e22459d04ca0379479866b

Contents?: true

Size: 1.55 KB

Versions: 5

Compression:

Stored size: 1.55 KB

Contents

# -*- encoding: utf-8 -*-

=begin
#Rancher Solution API

#Simplify enterprise-grade Kubernetes cluster operations and management with Rancher on Bare Metal Cloud. Deploy Kubernetes clusters using a few API calls.<br> <br> <span class='pnap-api-knowledge-base-link'> Knowledge base articles to help you can be found <a href='https://phoenixnap.com/kb/rancher-bmc-integration-kubernetes' target='_blank'>here</a> </span><br> <br> <b>All URLs are relative to (https://api.phoenixnap.com/solutions/rancher/v1beta)</b> 

The version of the OpenAPI document: 0.1
Contact: support@phoenixnap.com
Generated by: https://openapi-generator.tech
OpenAPI Generator version: 6.1.0

=end

$:.push File.expand_path("../lib", __FILE__)
require "pnap_rancher_api/version"

Gem::Specification.new do |s|
  s.name        = "pnap_rancher_api"
  s.version     = RancherApi::VERSION
  s.platform    = Gem::Platform::RUBY
  s.authors     = ["PhoenixNAP"]
  s.email       = ["support@phoenixnap.com"]
  s.homepage    = "https://phoenixnap.com/bare-metal-cloud"
  s.summary     = "Rancher Solution API Ruby Gem"
  s.description = "Rancher Solution API Ruby Gem"
  s.license     = "MPL-2.0"
  s.required_ruby_version = ">= 2.4"
  s.metadata    = { "source_code_uri" => "https://github.com/phoenixnap/ruby-sdk-bmc" }

  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'

  s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'

  s.files         = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
  s.test_files    = `find spec/*`.split("\n")
  s.executables   = []
  s.require_paths = ["lib"]
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pnap_rancher_api-1.0.6 pnap_rancher_api.gemspec
pnap_rancher_api-1.0.5 pnap_rancher_api.gemspec
pnap_rancher_api-1.0.4 pnap_rancher_api.gemspec
pnap_rancher_api-1.0.3 pnap_rancher_api.gemspec
pnap_rancher_api-1.0.2 pnap_rancher_api.gemspec