DealMakerAPI 0.88.2 → 0.88.3

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
  SHA256:
3
- metadata.gz: 93e5adda2a6d5b72424dca6de26ea13e8b6678e84298c4931c17662283089957
4
- data.tar.gz: 2e153849cd1d5da2e21a5c549a2f2db3ca4083950017cda8897c1516e40d4c71
3
+ metadata.gz: c891269ac5cb89a14c2c00d5aace938091ad3837d8c39d8d94f6b6f5483862bc
4
+ data.tar.gz: ea93203b3c29681f09084f2400cfc5bfd2439f4ae1123ece1063bc1101ae9aa4
5
5
  SHA512:
6
- metadata.gz: 2da04e7372992b3967552f706164f3d118e8868aeec9cecbe0ec1d3dc40939f58f21ad896aef620320afe01047c209daad9f1e763d932052531646ec0424d92b
7
- data.tar.gz: 9e1e2058085d9b132a6604df2582e344c2c41fcb7bf158ba436c54136a50f957ed900b8173068735ce859d7dbc897f4cef368236ea9c7a17bc3f7252dcf36a7a
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.2
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.2.gem
357
+ gem install ./DealMakerAPI-0.88.3.gem
358
358
  ```
359
359
 
360
- (for development, run `gem install --dev ./DealMakerAPI-0.88.2.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.2'
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.2'
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.2
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-03 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