intersight_client 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Binary file
@@ -1,37 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
-
3
- =begin
4
- #Cisco Intersight
5
-
6
- #Cisco Intersight is a management platform delivered as a service with embedded analytics for your Cisco and 3rd party IT infrastructure. This platform offers an intelligent level of management that enables IT organizations to analyze, simplify, and automate their environments in more advanced ways than the prior generations of tools. Cisco Intersight provides an integrated and intuitive management experience for resources in the traditional data center as well as at the edge. With flexible deployment options to address complex security needs, getting started with Intersight is quick and easy. Cisco Intersight has deep integration with Cisco UCS and HyperFlex systems allowing for remote deployment, configuration, and ongoing maintenance. The model-based deployment works for a single system in a remote location or hundreds of systems in a data center and enables rapid, standardized configuration and deployment. It also streamlines maintaining those systems whether you are working with small or very large configurations. The Intersight OpenAPI document defines the complete set of properties that are returned in the HTTP response. From that perspective, a client can expect that no additional properties are returned, unless these properties are explicitly defined in the OpenAPI document. However, when a client uses an older version of the Intersight OpenAPI document, the server may send additional properties because the software is more recent than the client. In that case, the client may receive properties that it does not know about. Some generated SDKs perform a strict validation of the HTTP response body against the OpenAPI document. This document was created on 2021-10-20T11:22:53Z.
7
-
8
- The version of the OpenAPI document: 1.0.9-4870
9
- Contact: intersight@cisco.com
10
- Generated by: https://openapi-generator.tech
11
- OpenAPI Generator version: 5.3.1
12
-
13
- =end
14
-
15
- $:.push File.expand_path("../lib", __FILE__)
16
- require "intersight_client/version"
17
-
18
- Gem::Specification.new do |s|
19
- s.name = "intersight_client"
20
- s.version = IntersightClient::VERSION
21
- s.platform = Gem::Platform::RUBY
22
- s.authors = ["XLAB"]
23
- s.homepage = "https://github.com/xlab-si/intersight-sdk-ruby"
24
- s.summary = "Cisco Intersight Ruby Gem"
25
- s.description = "Gem for interaction with Cisco Intersight API"
26
- s.license = "Apache-2.0"
27
- s.required_ruby_version = ">= 2.4"
28
-
29
- s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'
30
-
31
- s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'
32
-
33
- s.files = `find *`.split("\n").uniq.sort.select { |f| !f.empty? }
34
- s.test_files = `find spec/*`.split("\n")
35
- s.executables = []
36
- s.require_paths = ["lib"]
37
- end