atrium-ruby 2.1.0 → 2.1.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
  SHA1:
3
- metadata.gz: 4c7004943272a2931f455280143a00a6d04a11dd
4
- data.tar.gz: 187bf40fa9bbbc128802a56222375dafdc8e9b8f
3
+ metadata.gz: f8dfdd17839891256158e2225c50dd9ab12c4aa0
4
+ data.tar.gz: 8f63953f39d3a256e5cf7f36fd73084741181aae
5
5
  SHA512:
6
- metadata.gz: aeeb7e641b37ae9f1c93c382095d27b0ebd540641153fcc0675933a6cb83c9cfd8fdc28a74d4a1a73d8954a72b213c0156eb7ee4a7742bf6c38661ce3d710db2
7
- data.tar.gz: 044fbf32a967da28b724335fee1d2d0025309367f4b157c3b47e132ede359df33263c079777fe8729ad5f3cfb4d0780930da3d840d8409b9d02f4242d4205140
6
+ metadata.gz: 0b173a946911ab3df4ed05d226810337a8802a777042e884ab8d21606846065503a3fdba89359e8ea0f675dcce6f152854a2e65470d8170283a66d9f9e22c089
7
+ data.tar.gz: 044b5daaba6e71205a4b02f1530cc22affee395c2f5a0dd1ea6a325a3fedeba0b3b07e53bf869585b78e8c0fc17614d6ea487c13b1cb406bf3ea57a4306f4bb4
data/README.md CHANGED
@@ -17,12 +17,12 @@ gem build atrium-ruby.gemspec
17
17
  Then either install the gem locally:
18
18
 
19
19
  ```shell
20
- gem install ./atrium-ruby-2.1.0.gem
20
+ gem install ./atrium-ruby-2.1.1.gem
21
21
  ```
22
22
 
23
23
  Finally add this to the Gemfile:
24
24
 
25
- gem 'atrium-ruby', '~> 2.1.0'
25
+ gem 'atrium-ruby', '~> 2.1.1'
26
26
 
27
27
  ### Install from Git
28
28
 
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **aggregated_at** | **String** | | [optional]
7
7
  **connection_status** | **String** | | [optional]
8
- **guid** | **BOOLEAN** | | [optional]
8
+ **guid** | **String** | | [optional]
9
9
  **identifier** | **String** | | [optional]
10
10
  **institution_code** | **String** | | [optional]
11
11
  **is_being_aggregated** | **BOOLEAN** | | [optional]
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
6
6
  **aggregated_at** | **String** | | [optional]
7
7
  **challenges** | [**Array<Challenge>**](Challenge.md) | | [optional]
8
8
  **connection_status** | **String** | | [optional]
9
- **guid** | **BOOLEAN** | | [optional]
9
+ **guid** | **String** | | [optional]
10
10
  **has_processed_accounts** | **BOOLEAN** | | [optional]
11
11
  **has_processed_transactions** | **BOOLEAN** | | [optional]
12
12
  **is_being_aggregated** | **BOOLEAN** | | [optional]
@@ -54,7 +54,7 @@ module Atrium
54
54
  {
55
55
  :'aggregated_at' => :'String',
56
56
  :'connection_status' => :'String',
57
- :'guid' => :'BOOLEAN',
57
+ :'guid' => :'String',
58
58
  :'identifier' => :'String',
59
59
  :'institution_code' => :'String',
60
60
  :'is_being_aggregated' => :'BOOLEAN',
@@ -49,7 +49,7 @@ module Atrium
49
49
  :'aggregated_at' => :'String',
50
50
  :'challenges' => :'Array<Challenge>',
51
51
  :'connection_status' => :'String',
52
- :'guid' => :'BOOLEAN',
52
+ :'guid' => :'String',
53
53
  :'has_processed_accounts' => :'BOOLEAN',
54
54
  :'has_processed_transactions' => :'BOOLEAN',
55
55
  :'is_being_aggregated' => :'BOOLEAN',
@@ -7,5 +7,5 @@
7
7
  =end
8
8
 
9
9
  module Atrium
10
- VERSION = '2.1.0'
10
+ VERSION = '2.1.1'
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atrium-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - MX
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-01-02 00:00:00.000000000 Z
11
+ date: 2019-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus