lenovo-rbapi 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,69 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: lenovo-rbapi
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.1
5
+ platform: ruby
6
+ authors:
7
+ - Coleen Quadros
8
+ - Arun Lankalapalli
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2018-01-04 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: Lib for CNOS REST API's using Ruby
15
+ email:
16
+ - cquadros@lenovo.com
17
+ - alankalapall@lenovo.com
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files:
21
+ - README.md
22
+ - LICENSE.md
23
+ files:
24
+ - LICENSE.md
25
+ - README.md
26
+ - lib/cnos-rbapi.rb
27
+ - lib/cnos-rbapi/arp.rb
28
+ - lib/cnos-rbapi/connect.rb
29
+ - lib/cnos-rbapi/igmp.rb
30
+ - lib/cnos-rbapi/ip_intf.rb
31
+ - lib/cnos-rbapi/lacp.rb
32
+ - lib/cnos-rbapi/lag.rb
33
+ - lib/cnos-rbapi/lldp.rb
34
+ - lib/cnos-rbapi/mstp.rb
35
+ - lib/cnos-rbapi/rest_utils.rb
36
+ - lib/cnos-rbapi/stp.rb
37
+ - lib/cnos-rbapi/system.rb
38
+ - lib/cnos-rbapi/telemetry.rb
39
+ - lib/cnos-rbapi/valn_intf.rb
40
+ - lib/cnos-rbapi/vlag.rb
41
+ - lib/cnos-rbapi/vlan.rb
42
+ - lib/cnos-rbapi/vlan_intf.rb
43
+ - lib/cnos-rbapi/vrrp.rb
44
+ - test/rbapi_test.rb
45
+ homepage: http://rubygems.org/gems/lenovo-rbapi
46
+ licenses:
47
+ - BSD-3-Clause
48
+ metadata: {}
49
+ post_install_message:
50
+ rdoc_options: []
51
+ require_paths:
52
+ - lib
53
+ required_ruby_version: !ruby/object:Gem::Requirement
54
+ requirements:
55
+ - - ">="
56
+ - !ruby/object:Gem::Version
57
+ version: '0'
58
+ required_rubygems_version: !ruby/object:Gem::Requirement
59
+ requirements:
60
+ - - ">="
61
+ - !ruby/object:Gem::Version
62
+ version: '0'
63
+ requirements: []
64
+ rubyforge_project:
65
+ rubygems_version: 2.7.4
66
+ signing_key:
67
+ specification_version: 4
68
+ summary: Library Implementation for CNOS REST API's
69
+ test_files: []