belvo 1.5.0 → 1.6.0
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/Gemfile.lock +4 -3
- data/README.md +1 -1
- data/lib/belvo/version.rb +1 -1
- 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: 0de1101793b44dc5c12a680162aa516f45b4866bd5279d492fc83f3b31cdb39f
|
|
4
|
+
data.tar.gz: dfda3b216359c9d6efd79ee5a2f6785b2256cada2a5cb6e65f77070eb9631fe8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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
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.
|
|
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-
|
|
11
|
+
date: 2023-03-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|