DealMakerAPI 0.101.3 → 0.101.4
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 +4 -4
- data/README.md +4 -4
- data/lib/DealMakerAPI/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b5f3290a89c170cffcb564a6fa24a6d92bd9266da436358db6f483df9cd10370
|
4
|
+
data.tar.gz: c43919562d4fd22bed477156d98b4c0e85c30e8d0eea228267c82f2a3057da6a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53c433fe845944524551759a4ee3a04f0cf5a78c4703d7d48543b4d504d8e08e2140d74801f63a89f8e3bf2c3a3c43a980cc5a600c8c9e54c343fe81fcc317e2
|
7
|
+
data.tar.gz: 2948e42a832dec61d9f80a431acd9d8c76a533461eddcc1a312b94dd03011a30f782405521fd183b60ce9a996983ac1f0ea5aad1c55ef32740728fdb2802142d
|
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.101.
|
341
|
+
- Package version: 0.101.4
|
342
342
|
- Generator version: 7.6.0-SNAPSHOT
|
343
343
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
344
344
|
|
@@ -355,16 +355,16 @@ gem build DealMakerAPI.gemspec
|
|
355
355
|
Then either install the gem locally:
|
356
356
|
|
357
357
|
```shell
|
358
|
-
gem install ./DealMakerAPI-0.101.
|
358
|
+
gem install ./DealMakerAPI-0.101.4.gem
|
359
359
|
```
|
360
360
|
|
361
|
-
(for development, run `gem install --dev ./DealMakerAPI-0.101.
|
361
|
+
(for development, run `gem install --dev ./DealMakerAPI-0.101.4.gem` to install the development dependencies)
|
362
362
|
|
363
363
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
364
364
|
|
365
365
|
Finally add this to the Gemfile:
|
366
366
|
|
367
|
-
gem 'DealMakerAPI', '~> 0.101.
|
367
|
+
gem 'DealMakerAPI', '~> 0.101.4'
|
368
368
|
|
369
369
|
### Install from Git
|
370
370
|
|
data/lib/DealMakerAPI/version.rb
CHANGED