megam_api 1.6.1 → 1.6.2

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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e7ccd6c9f7142c27f66a8135335a310bc02c5ba8
4
- data.tar.gz: f3ee6543ebf2336628e76277515b488d117c1f25
3
+ metadata.gz: fc99bbb8eb16b9464c39b21600189133ba53d6ad
4
+ data.tar.gz: e14c1cd0902a7cedcfbf18c519a44e73c11228ab
5
5
  SHA512:
6
- metadata.gz: 044c69f2dd707318570507090742e06c26e50f5a2f1a565b4c6bb17d236d7fbd443e96e36a2d069a506e6ac8bf84134a010d8bd03d5a865e118b36f832a814aa
7
- data.tar.gz: 6e5d6e778a17baa61e3089ccdc1b03c9cdfdcc15702f1daf7c33b5f72f4ea062c06efeeef24cc95a5da575ea7a9b65d01d6d6b5f4f1b7d0f6f7ec4f4717142fa
6
+ metadata.gz: 3be3312e561564b99b0566aa685f73437ae2c863bd5fcb5c8f662a00a9bbe1e8def4abdfac395387159a48b55cfcefb8e6aa957904df3ef240f0a39aff2266b0
7
+ data.tar.gz: 2b8ddefabd421771496058fcb36166f25b5102245756d17180f456fdde94a75f4597ecdfb601be18bc64be37a13a5a965fc31731ea5501a722e929ab8156a517
@@ -1,5 +1,5 @@
1
1
  module Megam
2
2
  class API
3
- VERSION = "1.6.1"
3
+ VERSION = "1.6.2"
4
4
  end
5
5
  end
@@ -23,7 +23,7 @@ module Megam
23
23
  def initialize(params)
24
24
  @tosca_type = ''
25
25
  @status = 'launching'
26
- @state = ''
26
+ @state = 'launched'
27
27
  bld_toscatype(params)
28
28
  set_attributes(params)
29
29
  @inputs = InputGroupData.new(params)
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.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajthilak, Kishorekumar Neelamegam, Ranjitha R, Rajesh Rajagopalan, Thomas Alrin,
@@ -265,4 +265,29 @@ rubygems_version: 2.5.1
265
265
  signing_key:
266
266
  specification_version: 4
267
267
  summary: Ruby Client for the Megam
268
- test_files: []
268
+ test_files:
269
+ - test/mixins/test_assemblies.rb
270
+ - test/mixins/test_assembly.rb
271
+ - test/mixins/test_component.rb
272
+ - test/test_accounts.rb
273
+ - test/test_addons.rb
274
+ - test/test_assemblies.rb
275
+ - test/test_assembly.rb
276
+ - test/test_balances.rb
277
+ - test/test_billedhistories.rb
278
+ - test/test_billingtranscations.rb
279
+ - test/test_components.rb
280
+ - test/test_domains.rb
281
+ - test/test_eventsbilling.rb
282
+ - test/test_eventscontainer.rb
283
+ - test/test_eventsstorage.rb
284
+ - test/test_eventsvm.rb
285
+ - test/test_helper.rb
286
+ - test/test_marketplaces.rb
287
+ - test/test_organizations.rb
288
+ - test/test_promos.rb
289
+ - test/test_requests.rb
290
+ - test/test_sensors.rb
291
+ - test/test_snapshots.rb
292
+ - test/test_sshkeys.rb
293
+ - test/test_subscriptions.rb