belvo 1.5.0 → 1.6.0

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: cb2779e82bc56e77377b9c0a11c349fcf2b9e344d094004f8fd4314a3e3e47ba
4
- data.tar.gz: 269766531d31fb9e9b33481024bf47ff534b93a2703210d419e382cb1b93b125
3
+ metadata.gz: 0de1101793b44dc5c12a680162aa516f45b4866bd5279d492fc83f3b31cdb39f
4
+ data.tar.gz: dfda3b216359c9d6efd79ee5a2f6785b2256cada2a5cb6e65f77070eb9631fe8
5
5
  SHA512:
6
- metadata.gz: c7ceb92b9b07ce906f29a71459849f9bef5171ca6028f82e78e0c34404804cf0d591fdcc80684dbdb7623eaa43735d6438d9ed58e39bcfe568384cf65c13ec9a
7
- data.tar.gz: a999b7ddb4701aee56cc9da5bcc254efd0b73c5a4195685d219b1b099588af2f161e3810f7b5ed18bfd61bab82bf16987e39f648095f354657042cfd3352a935
6
+ metadata.gz: 27f919f95f5d7dcc9aece0bfae1a95f4e6227bf5cccce8a38547498ad290ad4bfb9d1478fee515a8e8c0e748a23a85a27ca8085ac7bc1a2c0fd4e71aa3dcb65a
7
+ data.tar.gz: 5a509f0079539806d3b56780dc9372ff340689712cc29c6cff5b457ce20a76d56628f68979b2aea036312f6c9184647cc149f74140d8d98176074325d8a31453
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- belvo (1.5.0)
4
+ belvo (1.6.0)
5
5
  faraday
6
6
  faraday_middleware
7
7
  typhoeus
@@ -42,7 +42,7 @@ GEM
42
42
  terminal-table (~> 1)
43
43
  diff-lcs (1.5.0)
44
44
  docile (1.4.0)
45
- ethon (0.15.0)
45
+ ethon (0.16.0)
46
46
  ffi (>= 1.15.0)
47
47
  faraday (1.10.0)
48
48
  faraday-em_http (~> 1.0)
@@ -72,7 +72,8 @@ GEM
72
72
  faraday_middleware (1.2.0)
73
73
  faraday (~> 1.0)
74
74
  ffi (1.15.5)
75
- git (1.11.0)
75
+ git (1.17.2)
76
+ addressable (~> 2.8)
76
77
  rchardet (~> 1.8)
77
78
  hashdiff (1.0.1)
78
79
  jaro_winkler (1.5.4)
data/README.md CHANGED
@@ -117,7 +117,7 @@ To install this gem onto your local machine, run `bundle exec rake install`.
117
117
  To release a new version:
118
118
  - Create a new branch from master.
119
119
  - Update the version number in `version.rb`
120
- - Run `bundle exec rake install` to update `Gemfile.lock` version
120
+ - Run `bundle exec rake install` to update `Gemfile.lock` version (might need sudo)
121
121
  - Create a new pull request for the new version.
122
122
  - Once the new version is merged in `master`, create a `tag` matching the new version.
123
123
 
data/lib/belvo/version.rb CHANGED
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Belvo
4
4
  # belvo-ruby current version
5
- VERSION = '1.5.0'
5
+ VERSION = '1.6.0'
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: belvo
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Belvo Finance S.L.
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday