vnet_api_client 0.7 → 0.8.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +8 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0c4993ad3c0d8638bad593fa71533dabe96fac1b
|
4
|
+
data.tar.gz: 7befc0e3885d8ee4be2145e0ca0b9328a9d05e39
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a7c7be004a28843a7dbbaff28708d0516a22227e78ce5a51e23203bd0cb7121132e26e00b14dda7c4455780c46a8499240fdc8f19d8d7572ac1cdb2418c3eb74
|
7
|
+
data.tar.gz: d76c6b1fe8ef38d544aff06e182008cff2b4e81bce40f0586a7283933cabe7cdf8d02f944d62a2f1afdc42e617fecdeb135bfdd758c5ff8df52de752775a3275
|
data/README.md
CHANGED
@@ -45,3 +45,11 @@ VNetAPIClient::Datapath.show_networks('dp-mypath')
|
|
45
45
|
# Deletes a static address from a translation
|
46
46
|
VNetAPIClient::Translation.remove_static_address('tr-xxxxx')
|
47
47
|
```
|
48
|
+
|
49
|
+
The version number of this gem follows the version of OpenVNet. Each number has the following meaning:
|
50
|
+
|
51
|
+
[OpenVNet major version].[OpenVNet minor version].[OpenVNet hotix].[vnet_api_client gem release]
|
52
|
+
|
53
|
+
The vnet_api_client gem release number is added because it can some times be necessary to release hotfixes to the gem before a new version of OpenVNet is released.
|
54
|
+
|
55
|
+
Do note that OpenVNet's versioning scheme ommits the hotfix number if it is zero. For example if you are using OpenVNet 0.8, then you should use vnet_api_client version 0.8.0.x.
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: vnet_api_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version:
|
4
|
+
version: 0.8.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Axsh Co. LTD
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-04 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Ruby wrapper for OpenVNet's RESTful API
|
14
14
|
email: dev@axsh.net
|
@@ -33,7 +33,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
33
33
|
requirements:
|
34
34
|
- - '>='
|
35
35
|
- !ruby/object:Gem::Version
|
36
|
-
version:
|
36
|
+
version: '0'
|
37
37
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
39
|
- - '>='
|