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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e0dfe5713f1eadf232d11dc0fb56b6a700681c3dd3662ee9d4a28c0ad73cfd0
4
- data.tar.gz: 6c0a0d3eba0d715203029ad3785c2c2d49d3c365bad34182f2f2ac7bcbb57047
3
+ metadata.gz: 556d0caf3148dd06cc2c84d38a130f99b8c10ae9d42f1b5a48935aad2f438122
4
+ data.tar.gz: 4beb17196525f346d937b7863c8a6d10855cf3a9cbddde1adb003767f51f3074
5
5
  SHA512:
6
- metadata.gz: caec6217ce34a5f03e4d52e670d18ae5df116ae3bba0c57cd13d8b9af5507d8660cceb8a6168fbe565e9303803ce5d3c98061a33f8f2f4f92b8e9756d455eb10
7
- data.tar.gz: a4ba09563cc67f49cd50c41728dcc499d1a5e4c5a441190a4e9f1aaf637d7b5466a14274a647e56703ba6160a027bece08afcb374019c43f0b5d74769c7f0b1d
6
+ metadata.gz: 3d58563136d3ea81995ccfa7b56c77a8a83f698b266e2b78da7bfef9f01c2d72d93fe57e957f002b82df27481b648b951810453f863128127debe3226faca067
7
+ data.tar.gz: a68b468ed269e47b37c1df14ecb7ef563fbcb031eeedc0576b0be1edb6220796fd69a3332e4e6ed45e2f05aae1d5dea58df52cc3b8325462c06ee336c0da7708
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- mx-platform-ruby (0.6.0)
4
+ mx-platform-ruby (0.6.1)
5
5
  faraday (~> 1.0, >= 1.0.1)
6
6
 
7
7
  GEM
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
- # mx-platform-ruby
3
+ *This project was automatically generated by the [OpenAPI Generator](https://openapi-generator.tech).*
4
4
 
5
- MxPlatformRuby - the Ruby gem for the MX Platform API
5
+ # MX Platform Ruby - v0.6.1
6
6
 
7
- 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.
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
- - Package version: 0.6.0
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
 
@@ -11,5 +11,5 @@ OpenAPI Generator version: 5.2.1
11
11
  =end
12
12
 
13
13
  module MxPlatformRuby
14
- VERSION = '0.6.0'
14
+ VERSION = '0.6.1'
15
15
  end
data/openapi/config.yml CHANGED
@@ -6,6 +6,6 @@ gemHomepage: "https://github.com/mxenabled/mx-platform-ruby"
6
6
  gemLicense: "MIT"
7
7
  gemName: "mx-platform-ruby"
8
8
  gemRequiredRubyVersion: ">= 2.6"
9
- gemVersion: "0.6.0"
9
+ gemVersion: "0.6.1"
10
10
  library: "faraday"
11
11
  moduleName: "MxPlatformRuby"
@@ -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
- # {{gemName}}
3
+ *This project was automatically generated by the [OpenAPI Generator](https://openapi-generator.tech).*
4
4
 
5
- {{moduleName}} - the Ruby gem for the {{appName}}
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.0
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-27 00:00:00.000000000 Z
11
+ date: 2021-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday