megam_api 1.7.1 → 1.7.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: 18bbd9e96c718b62b88f6db3596e5271ac932332
4
- data.tar.gz: 2a98f3d72705ce5617b4a25bab75ba6284f1af91
3
+ metadata.gz: 723afebf8521f22ead52d8e91456b2b8c8bc3b1b
4
+ data.tar.gz: 45b26bb7dc87b714ed9e98dc4efaab0fd3b8a908
5
5
  SHA512:
6
- metadata.gz: 323ea0ed3d5e70e205687c71da0eb67957071e3722f3ecb9b557831572a0bcb30ea3c9dd9ba36fab1cb14486a24de52be213b6cf1ea48bd19219bad948eee6d8
7
- data.tar.gz: 25c694febd7b2c4470dfbd6f81e299d16c5caec5edc3d7a5cc0d2471969d0987d4d1ee8b3deb923b0b73ec625d8ba693881a1558c7339600c1220ac8abc6e3ae
6
+ metadata.gz: 89b6863ed11d55f9ea9554888d65e5c18a973e0542bd57eb3472e0aa9e9aedccf5dd1dcfe170db7ceb4b956a23fb1785a2d774ba3b7e83f13701775910367224
7
+ data.tar.gz: 0322314b01efd9c534eb4ee08a3513b2182507045a59afb587cf059cd230ccef157c125d926a49dae555fecb79e71a876fe878bc3ebfc1732cf285aa015e9089
data/lib/megam/api.rb CHANGED
@@ -213,7 +213,7 @@ module Megam
213
213
  end
214
214
 
215
215
  def ensure_authkeys
216
- if api_combo_missing? && pw_combo_missing?
216
+ if !api_combo_missing? && !pw_combo_missing?
217
217
  fail Megam::API::Errors::AuthKeysMissing
218
218
  end
219
219
  end
@@ -1,5 +1,5 @@
1
1
  module Megam
2
2
  class API
3
- VERSION = "1.7.1"
3
+ VERSION = "1.7.2"
4
4
  end
5
5
  end
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.7.1
4
+ version: 1.7.2
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: 2016-09-18 00:00:00.000000000 Z
12
+ date: 2016-09-19 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: excon
@@ -271,30 +271,4 @@ rubygems_version: 2.5.1
271
271
  signing_key:
272
272
  specification_version: 4
273
273
  summary: Ruby Client for the Megam Vertice
274
- test_files:
275
- - test/mixins/test_assemblies.rb
276
- - test/mixins/test_assembly.rb
277
- - test/mixins/test_component.rb
278
- - test/test_accounts.rb
279
- - test/test_addons.rb
280
- - test/test_assemblies.rb
281
- - test/test_assembly.rb
282
- - test/test_balances.rb
283
- - test/test_billedhistories.rb
284
- - test/test_billingtranscations.rb
285
- - test/test_components.rb
286
- - test/test_disks.rb
287
- - test/test_domains.rb
288
- - test/test_eventsbilling.rb
289
- - test/test_eventscontainer.rb
290
- - test/test_eventsstorage.rb
291
- - test/test_eventsvm.rb
292
- - test/test_helper.rb
293
- - test/test_marketplaces.rb
294
- - test/test_organizations.rb
295
- - test/test_promos.rb
296
- - test/test_requests.rb
297
- - test/test_sensors.rb
298
- - test/test_snapshots.rb
299
- - test/test_sshkeys.rb
300
- - test/test_subscriptions.rb
274
+ test_files: []