megam_api 0.82 → 0.83
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/megam/api/version.rb +1 -1
- data/lib/megam/mixins/components.rb +1 -1
- metadata +4 -32
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f814ba34699702613f4170de436101ee77fd7f73
|
4
|
+
data.tar.gz: 3679a992351bdc4526ed4587a451f1be3e9e9d3e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9711406ffa238bf689b06deee32c0ab572730fc7bd05545a29e08f392cb6019a56a8ef7b518dfd88eebc7bb14fefa532c3ecaca281ee632d4a1e4e63fd3c645d
|
7
|
+
data.tar.gz: 11a0ac3339a11c22814a9a26a581f61458d11c325496a37aab20719196e2fcfd4a09391676d358a89f072a2ac2235d63567658e94ac6491a465292313b2181e1
|
data/lib/megam/api/version.rb
CHANGED
@@ -44,7 +44,7 @@ module Megam
|
|
44
44
|
|
45
45
|
def add_operations(params)
|
46
46
|
operations = []
|
47
|
-
operations.push(create_operation(Operations::CI, Operations::CI_DESCRIPTON, params)) unless params[:scm_name].strip.empty?
|
47
|
+
operations.push(create_operation(Operations::CI, Operations::CI_DESCRIPTON, params)) unless (params[:scm_name] && params[:scm_name].strip.empty?)
|
48
48
|
operations.push(create_operation(Operations::BIND, Operations::BIND_DESCRIPTON, params)) if params.key?(:bind_type)
|
49
49
|
end
|
50
50
|
|
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: '0.
|
4
|
+
version: '0.83'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Rajthilak, Kishorekumar Neelamegam, Thomas Alrin, Yeshwanth Kumar, Subash Sethurajan,
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2015-11-
|
12
|
+
date: 2015-11-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: excon
|
@@ -264,36 +264,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
264
264
|
version: '0'
|
265
265
|
requirements: []
|
266
266
|
rubyforge_project:
|
267
|
-
rubygems_version: 2.4.
|
267
|
+
rubygems_version: 2.4.7
|
268
268
|
signing_key:
|
269
269
|
specification_version: 4
|
270
270
|
summary: Ruby Client for the Megam
|
271
|
-
test_files:
|
272
|
-
- test/mixins/test_assemblies.rb
|
273
|
-
- test/mixins/test_assembly.rb
|
274
|
-
- test/mixins/test_component.rb
|
275
|
-
- test/test_accounts.rb
|
276
|
-
- test/test_assemblies.rb
|
277
|
-
- test/test_assembly.rb
|
278
|
-
- test/test_availableunits.rb
|
279
|
-
- test/test_balances.rb
|
280
|
-
- test/test_billedhistories.rb
|
281
|
-
- test/test_billings.rb
|
282
|
-
- test/test_cat_requests.rb
|
283
|
-
- test/test_components.rb
|
284
|
-
- test/test_credithistories.rb
|
285
|
-
- test/test_csars.rb
|
286
|
-
- test/test_discounts.rb
|
287
|
-
- test/test_domains.rb
|
288
|
-
- test/test_helper.rb
|
289
|
-
- test/test_invoices.rb
|
290
|
-
- test/test_login.rb
|
291
|
-
- test/test_marketplaceaddons.rb
|
292
|
-
- test/test_marketplaces.rb
|
293
|
-
- test/test_organizations.rb
|
294
|
-
- test/test_predefclouds.rb
|
295
|
-
- test/test_promos.rb
|
296
|
-
- test/test_requests.rb
|
297
|
-
- test/test_sensors.rb
|
298
|
-
- test/test_sshkeys.rb
|
299
|
-
- test/test_subscriptions.rb
|
271
|
+
test_files: []
|