megam_api 1.51.3 → 1.51.4

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: 44b023bae9c32337a5cb58e5371c0d436ef71da6
4
- data.tar.gz: 125fef0bc7097eae7fcc3251b50531d7abc438d6
3
+ metadata.gz: 9633a1172c45ba2b58404c1657fcb3268676187b
4
+ data.tar.gz: c0c756b03717a9408819e23e21a90ccfd4e5f2e5
5
5
  SHA512:
6
- metadata.gz: 3c792658ee2c3909a52784763798886207160f326ad50dd70674f7cffa5a378a84a2be9895fa060738b55ed310afc3ee756ef10f8af989f19b50f1263f0ebad9
7
- data.tar.gz: 7968effc68d26a6490282eb673721f7ed98bacda84fd1fa80539ba7edfb4741694a7deb2df62cf2230c8f8cd3489728a4d57b93da63884f0f3ea0d74cde46535
6
+ metadata.gz: caff5830e7363ef48793c3e2a07b7a3412bb8e1d41421bf00495bb5a5b6840e80f474249f7fd0220a862531d7422a5df4cfab23dae35be0f8dfb8825d390f61e
7
+ data.tar.gz: d76cb4b905a0e826cc0116af77a55b0261f8dffe844c1a939ceb1dd7d3669a178a4c6aa22b823d5c040e314be19d76a8a41f183f8ff5ccf5d60efeb4639eb681
@@ -1,5 +1,5 @@
1
1
  module Megam
2
2
  class API
3
- VERSION = "1.51.3"
3
+ VERSION = "1.51.4"
4
4
  end
5
5
  end
@@ -38,7 +38,7 @@ module Megam
38
38
  :version, :display_name, :password, :region, :resource, :storage_hddtype,
39
39
  :public_ipv4, :private_ipv4, :public_ipv6, :private_ipv6, :bitnami_username, :bitnami_password, :root_username, :backup, :backup_name, :quota_ids,
40
40
  :vm_cpu_cost_per_hour, :vm_ram_cost_per_hour,
41
- :vm_disk_cost_per_hour, :container_cpu_cost_per_hour, :container_memory_cost_per_hour,:app_username, :app_password
41
+ :vm_disk_cost_per_hour, :container_cpu_cost_per_hour, :container_memory_cost_per_hour,:app_username, :app_password, :user_launch_patternname
42
42
 
43
43
  ATTRIBUTES = [
44
44
  :domain,
@@ -67,11 +67,12 @@ module Megam
67
67
  :backup,
68
68
  :backup_name,
69
69
  :quota_ids,
70
+ :user_launch_patternname,
70
71
  :vm_cpu_cost_per_hour,
71
72
  :vm_ram_cost_per_hour,
72
73
  :vm_disk_cost_per_hour,
73
74
  :container_cpu_cost_per_hour,
74
- :container_memory_cost_per_hour]
75
+ :container_memory_cost_per_hour]
75
76
 
76
77
  def attributes
77
78
  ATTRIBUTES
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: megam_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.51.3
4
+ version: 1.51.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajthilak, Kishorekumar Neelamegam, Ranjitha R, Vinodhini V, Rathish VBR, Rajesh
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-03-15 00:00:00.000000000 Z
12
+ date: 2017-03-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: excon