mx-platform-ruby 0.6.0 → 0.6.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +4 -6
- data/lib/mx-platform-ruby/version.rb +1 -1
- data/openapi/config.yml +1 -1
- data/openapi/templates/README.mustache +4 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 556d0caf3148dd06cc2c84d38a130f99b8c10ae9d42f1b5a48935aad2f438122
|
4
|
+
data.tar.gz: 4beb17196525f346d937b7863c8a6d10855cf3a9cbddde1adb003767f51f3074
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3d58563136d3ea81995ccfa7b56c77a8a83f698b266e2b78da7bfef9f01c2d72d93fe57e957f002b82df27481b648b951810453f863128127debe3226faca067
|
7
|
+
data.tar.gz: a68b468ed269e47b37c1df14ecb7ef563fbcb031eeedc0576b0be1edb6220796fd69a3332e4e6ed45e2f05aae1d5dea58df52cc3b8325462c06ee336c0da7708
|
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
@@ -1,14 +1,12 @@
|
|
1
1
|
*This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-ruby/issues) to report issues using the MX Platform API Ruby Library.*
|
2
2
|
|
3
|
-
|
3
|
+
*This project was automatically generated by the [OpenAPI Generator](https://openapi-generator.tech).*
|
4
4
|
|
5
|
-
|
5
|
+
# MX Platform Ruby - v0.6.1
|
6
6
|
|
7
|
-
The
|
8
|
-
|
9
|
-
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
7
|
+
The Ruby gem for the MX Platform API.
|
10
8
|
|
11
|
-
-
|
9
|
+
The MX Platform API is a powerful, fully-featured API designed to make aggregating and enhancing financial data easy and reliable. It can seamlessly connect your app or website to tens of thousands of financial institutions.
|
12
10
|
|
13
11
|
## Installation
|
14
12
|
|
data/openapi/config.yml
CHANGED
@@ -1,17 +1,15 @@
|
|
1
1
|
*This project is currently in **Beta**. Please open up an issue [here](https://github.com/mxenabled/mx-platform-ruby/issues) to report issues using the MX Platform API Ruby Library.*
|
2
2
|
|
3
|
-
|
3
|
+
*This project was automatically generated by the [OpenAPI Generator](https://openapi-generator.tech).*
|
4
4
|
|
5
|
-
|
5
|
+
# MX Platform Ruby - v{{gemVersion}}
|
6
|
+
|
7
|
+
The Ruby gem for the {{appName}}.
|
6
8
|
|
7
9
|
{{#appDescriptionWithNewLines}}
|
8
10
|
{{{.}}}
|
9
11
|
{{/appDescriptionWithNewLines}}
|
10
12
|
|
11
|
-
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
12
|
-
|
13
|
-
- Package version: {{gemVersion}}
|
14
|
-
|
15
13
|
## Installation
|
16
14
|
|
17
15
|
Add this line to your application's Gemfile:
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mx-platform-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.6.
|
4
|
+
version: 0.6.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- MX
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-10-
|
11
|
+
date: 2021-10-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|