civo 0.8.2 → 0.8.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: 746ed049a254ba003f0f81e28a0e83c5f20f4f9d
4
- data.tar.gz: '008bc220b2073dca9b08544b48a036cda6f6032a'
3
+ metadata.gz: 55d178650d05509ff2d3b08dce946dec15322ed7
4
+ data.tar.gz: 5e3ec2094ddae7bf04e39a5ba955c34a2f71eafb
5
5
  SHA512:
6
- metadata.gz: 1bb7f479f5d68023b1bd654107f9a0ba536784d241da93102852a1c0d4f51a9d69d0173bffe9309d37c8139a43b3e6da3e260bd870cba29293d12cf6b05bd29a
7
- data.tar.gz: 1f3ce507d6f0020618dfd889f2c43a9386444d1eb7f2cf84fccf46cb1947206cb6c96fed241b0ae20cd6275d41070d03aa97c4b9aa3cc5438bc7e1904c53e0cb
6
+ metadata.gz: a4059bc5312aebc01fe83215e2a2dfc0ed7a5d0bfc6032c1ad597f8d7b133b1131950dbc0a5a58d2a7e70888802ffa235dda8f49fb8ee6f3ae4a2d8d1ef45b69
7
+ data.tar.gz: d5950aa1e6186468ffbffc18e8f408889d2d5a4f32d47a890907483bf6570985ed7a1a3fa4a798a2e1a90398a9c7f91a9354021b032db377fc3cc122dc19a2b2
@@ -5,7 +5,7 @@ module Civo
5
5
  get :find, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id", requires: [:id]
6
6
  post :create, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances", requires: [:hostname, :size, :region],
7
7
  defaults: {public_ip: true, template: "ubuntu-14.04", initial_user: "civo"}
8
- put :tags, "/v2/instances/:id/tags", requires: [:tags]
8
+ put :tags, "/v2/instances/:id/tags"
9
9
  put :rename, "/v2/instances/:id", requires: [:name]
10
10
  delete :remove, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id", requires: [:id]
11
11
  post :reboot, "/v#{ENV["CIVO_API_VERSION"] || "1"}/instances/:id/reboots", requires: [:id]
@@ -1,3 +1,3 @@
1
1
  module Civo
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.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: 0.8.2
4
+ version: 0.8.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: 2017-03-07 00:00:00.000000000 Z
11
+ date: 2017-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: flexirest