civo 1.1.2 → 1.1.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f4118b9083eceb288be66d0a0e0f8f23996a23f7
4
- data.tar.gz: e34b5315ef26af40525bc20cad376b44bf30051c
3
+ metadata.gz: 1f7258bd7ca46b8b0843161d914a1f5b333da8f1
4
+ data.tar.gz: 37d7d3546ac24f270b3a6582b09e743319cbb7b8
5
5
  SHA512:
6
- metadata.gz: e52808166690aa0ce9c2c92161a07a4a157396085f072e8aabdb245d385c2c6095323b267fcd1facfb117e43d41781551503a149a8def64aa7c1e515fc674bb7
7
- data.tar.gz: b5246c9dd41034c39f36eb1e5bab0ccb8fdbae6cdc74b35223e9281859929e49492494965f7265e1122788b9f2fd3640cdcea6bdfaec52c631278826c01648f4
6
+ metadata.gz: 79eb0f767100e3b80bdf0e831129a3249cc4e17b19e325ec5d4234f0cd62078088757816866104a6930c650fe6989919b454b747682700e0d0ca23f1a552fbc4
7
+ data.tar.gz: 0d65d80f165bcc80bd4a42b3a4411b279ed5fc6fa6bf8e96643f1a82b53c5a5376f589e863a16f61a1363351318d30d68cbb017f45864255b4013eda762c493d
@@ -18,6 +18,8 @@ module Civo
18
18
  put :upgrade, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id/resize", requires: [:size, :id]
19
19
  put :restore, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id/restore", requires: [:snapshot, :id]
20
20
  put :move_ip, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id/ip/:ip", requires: [:ip, :id]
21
+ put :rescue, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id/rescue", requires: [:id]
22
+ put :unrescue, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id/unrescue", requires: [:id]
21
23
  if ENV["CIVO_API_VERSION"] == "2"
22
24
  put :firewall, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id/firewall", requires: [:firewall_id, :id]
23
25
  else
@@ -1,3 +1,3 @@
1
1
  module Civo
2
- VERSION = "1.1.2"
2
+ VERSION = "1.1.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: civo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.2
4
+ version: 1.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andy Jeffries
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-09 00:00:00.000000000 Z
11
+ date: 2018-06-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: flexirest