cloudstack_ruby_client 0.2.2 → 0.2.3

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- ZWE4MjJlNmYxOTg3NzhmMjY1MWRhOGMzMmNiZmE2OTk3OGRiN2ZiZA==
4
+ MzRhODczOTFkNDY2NDFlMTM1MThjMjc5ZjIwODc0YmRlMGYxZGNiNQ==
5
5
  data.tar.gz: !binary |-
6
- ZjRkZjJjODFkZTUxYWNkOTQ2NjU3ZmZjMTUxMGNkZTkzODE0ODQ5Yw==
6
+ NGQwNjE5NmM1NDI4MmE5NTBmOGUyYjYwZTZhMGYyNDI1ODI1YmM5Mg==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- MThmM2JjODI4YTBmMzZjNWMxZDBjZjk4ZWMxMWI5MGI2MDJjYzY1YWNlNjVh
10
- ZTAyNGYzYjY2YWIxM2FlMDRkZjRlNWQzNzk0MGY3NDVkM2ExNGYyYjhiNmRk
11
- YWQ4YjcyNzIwOGU5MDIxMzEyZDQxZTJmNjRkMDcyYzU3ODY4NWE=
9
+ MjIxNDg5NWEzNDgzNTZhZDFiYTlhOGE2Yjg2ZTY0YWU0NTJkOTBhMGIxMDEz
10
+ NzljODIwNzk0YTljZGQzYTM5NWZkYTVlZGJlOWI1OTk0N2U4ZWZmMzExMjkw
11
+ MzU5MzI5NWQyODAzOTM2ODFkZjg5ODRmNjk3MjJiYTFjM2NiMzk=
12
12
  data.tar.gz: !binary |-
13
- YzIyZWYwYTczNzgxMDVlOTcyZjg0MTBlZmU1MTY4OWI5ZDdlZTkyYmUxZjdi
14
- M2UzMDI1OGE1MzAzMzE4MDY2MzFlMDEyMzhlZjY3NDg5OTA3MDQ4NGVjOGM3
15
- MWE1OWMyMGE0MDEwYzJhZmFhNjM0MjZhNDQzZTViM2UzMjU3OTU=
13
+ NzhjMGNjMzY4NWRiODFlODhmYzAzODcyYmUzYWQ1ODg5ZGE3Yzg0MDRiZWJh
14
+ ODMxYTFjMGZmNzk1MGM0NDY0NmIxOTBlNTY4YTY1Mzc1OWFkZDQwODMyMmNl
15
+ YTgwZTc0ZjU5Mzg0N2MyMmRlYzhmZjllZDA0N2FiMWIxMzFhNDk=
@@ -0,0 +1,10 @@
1
+ module CloudstackRubyClient
2
+ module Api
3
+ module Nic
4
+ cmd_processor :add_ip_to_nic,
5
+ :remove_ip_from_nic,
6
+ :list_nics
7
+ end
8
+ end
9
+ end
10
+
@@ -26,7 +26,8 @@ class Module
26
26
  /enablestoragemaintenance/i => 'prepareprimarystorageformaintenanceresponse',
27
27
  /copyiso/i => 'copytemplateresponse',
28
28
  /deleteiso/i => 'deleteisosresponse',
29
- /listisopermissions/i => 'listtemplatepermissionsresponse'
29
+ /listisopermissions/i => 'listtemplatepermissionsresponse',
30
+ /addiptonic/i => 'addiptovmnicresponse'
30
31
  }
31
32
 
32
33
  def cmd_processor(*args)
@@ -1,3 +1,3 @@
1
1
  module CloudstackRubyClient
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cloudstack_ruby_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chip Childers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-12 00:00:00.000000000 Z
11
+ date: 2013-11-13 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A Ruby client for CloudStack's API, including a simple CLI.
14
14
  email:
@@ -43,6 +43,7 @@ files:
43
43
  - lib/cloudstack_ruby_client/api/infra_api.rb
44
44
  - lib/cloudstack_ruby_client/api/ldap_api.rb
45
45
  - lib/cloudstack_ruby_client/api/network_api.rb
46
+ - lib/cloudstack_ruby_client/api/nic_api.rb
46
47
  - lib/cloudstack_ruby_client/api/niciranvp_api.rb
47
48
  - lib/cloudstack_ruby_client/api/project_api.rb
48
49
  - lib/cloudstack_ruby_client/api/s3_api.rb