DealMakerAPI 0.88.1 → 0.88.3

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
  SHA256:
3
- metadata.gz: 8070bb6ae387e51ce5530185029b8246a3befd9cb201cbfca7090d46185b9ee5
4
- data.tar.gz: 720c5d04f3e5fe1bb2023415d7bbf91e85825c59c197d833384c112b55d1afd4
3
+ metadata.gz: c891269ac5cb89a14c2c00d5aace938091ad3837d8c39d8d94f6b6f5483862bc
4
+ data.tar.gz: ea93203b3c29681f09084f2400cfc5bfd2439f4ae1123ece1063bc1101ae9aa4
5
5
  SHA512:
6
- metadata.gz: e4967c396b77093a9908b353e72cd4e3da11847e0b4d5e9eceaff93ad95ae59020ba22ee5657ffac68b885f6c17047cd9bceecbb20814ceb0a0094bb6aa3672c
7
- data.tar.gz: 9d78e3e816371ae8754c15620e280a1ad215a3d2417f2e31de740d36100a41628fa6a4b1332c32e7987ec1555284205ccad865269ac5698f463643e3599dcd7d
6
+ metadata.gz: e91e4cf2eec4880efb2605981d32d8ca548ea9021cb2bc3f6393611490e63ca9a9f896751dd6810e6f820fefaff67e2173f0bd03f3d6ee14947165b7a356c797
7
+ data.tar.gz: 96b15a21f4cf990bb16274285a1945bb5889e1949a922a5107fc733aa7117230dd4812144b4465a533f81511e9e1067700dc9da69f54d05cd2f637049c8a60f4
data/README.md CHANGED
@@ -338,7 +338,7 @@ Given the high number of updates our platform performs on any investor, we’ve
338
338
  This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
339
339
 
340
340
  - API version: 1.75.0
341
- - Package version: 0.88.1
341
+ - Package version: 0.88.3
342
342
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
343
343
 
344
344
  ## Installation
@@ -354,16 +354,16 @@ gem build DealMakerAPI.gemspec
354
354
  Then either install the gem locally:
355
355
 
356
356
  ```shell
357
- gem install ./DealMakerAPI-0.88.1.gem
357
+ gem install ./DealMakerAPI-0.88.3.gem
358
358
  ```
359
359
 
360
- (for development, run `gem install --dev ./DealMakerAPI-0.88.1.gem` to install the development dependencies)
360
+ (for development, run `gem install --dev ./DealMakerAPI-0.88.3.gem` to install the development dependencies)
361
361
 
362
362
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
363
363
 
364
364
  Finally add this to the Gemfile:
365
365
 
366
- gem 'DealMakerAPI', '~> 0.88.1'
366
+ gem 'DealMakerAPI', '~> 0.88.3'
367
367
 
368
368
  ### Install from Git
369
369
 
@@ -17,6 +17,7 @@ require 'tempfile'
17
17
  require 'time'
18
18
  require 'typhoeus'
19
19
 
20
+
20
21
  module DealMakerAPI
21
22
  class ApiClient
22
23
  # The Configuration object holding settings to be used in the API client.
@@ -221,7 +222,7 @@ module DealMakerAPI
221
222
  return nil if body.nil? || body.empty?
222
223
 
223
224
  # return response body directly for String return type
224
- return body if return_type == 'String'
225
+ return body.to_s if return_type == 'String'
225
226
 
226
227
  # ensuring a default content type
227
228
  content_type = response.headers['Content-Type'] || 'application/json'
@@ -286,5 +286,6 @@ module DealMakerAPI
286
286
  url
287
287
  end
288
288
 
289
+
289
290
  end
290
291
  end
@@ -11,5 +11,5 @@ OpenAPI Generator version: 7.1.0-SNAPSHOT
11
11
  =end
12
12
 
13
13
  module DealMakerAPI
14
- VERSION = '0.88.1'
14
+ VERSION = '0.88.3'
15
15
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: DealMakerAPI
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.88.1
4
+ version: 0.88.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - DealMaker
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-10-02 00:00:00.000000000 Z
11
+ date: 2023-10-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus