veryfi 3.0.0 → 4.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 14f1c37d38afb96d558a169fb2852e8ca6478f62394a11938b1d78a4b70360cf
4
- data.tar.gz: 34a3a69b9bdda18ea8535f9756e730a1e1f5b8858b7c13d83b65de5b73ad3b98
3
+ metadata.gz: 5270e8759d10ba5f220d72edbba0c097f495c892af1e4e69341da5379b75cafc
4
+ data.tar.gz: c73d4d93cc34311f2cb7afb4d823eabe368f7147d96c4f9f2441018186713281
5
5
  SHA512:
6
- metadata.gz: aba268d701ff10529bc739936600801684febfe9c23ca44b74bdab04c928480d5b4c6fbd25d127f5ef099b93ae1c92089ad43744c5a517f83c6bd038f571a859
7
- data.tar.gz: 731763e7a7a923d28ed6e30ae37c880343b491e7ad6bf8dd899f9544410f2dfa812970c07218abd773d423958e8ee93358ab203640a2521015b887f56612d2e8
6
+ metadata.gz: 65b7ed808c0893cf9a233fbe3d76b9a0cd18ac758881d38f7150b58d375e2a9ea4d4182fa721f9cb01157d9d4d5c2b1ae4251329ed90fb2c2a7e2f00d15359b7
7
+ data.tar.gz: b4c9b2d9f150c20deee24af203c9da0d4f49f9885d5a5c9fd64fb32badb8195e9c00940b36556eabb8d7e2022fd3e5edf44d4c69f0f383532e0408c92b8405ce
@@ -13,7 +13,7 @@ jobs:
13
13
  - name: Set up Ruby
14
14
  uses: ruby/setup-ruby@v1
15
15
  with:
16
- ruby-version: 2.7
16
+ ruby-version: "3.0"
17
17
  # runs 'bundle install' and caches installed gems automatically
18
18
  bundler-cache: true
19
19
  - name: Release Gem
@@ -9,7 +9,7 @@ jobs:
9
9
  runs-on: ubuntu-latest
10
10
  strategy:
11
11
  matrix:
12
- ruby_version: [2.7, 3.0, 3.1, 3.2, 3.3, 3.4]
12
+ ruby_version: ["3.0", "3.1", "3.2", "3.3", "3.4", "4.0"]
13
13
  env:
14
14
  CI: true
15
15
  steps:
data/.gitignore CHANGED
@@ -18,4 +18,7 @@ _yardoc
18
18
  doc/
19
19
 
20
20
  .env
21
- .idea/
21
+ .idea/
22
+
23
+ # Local-only OpenAPI reference (used for gap analysis, not shipped)
24
+ schema.json
data/.rubocop.yml CHANGED
@@ -1,9 +1,12 @@
1
1
  plugins:
2
2
  - rubocop-rspec
3
+ - rubocop-rake
3
4
 
4
5
  AllCops:
6
+ TargetRubyVersion: 3.0
5
7
  DisplayCopNames: true
6
8
  NewCops: enable
9
+ SuggestExtensions: false
7
10
  Exclude:
8
11
  - bin/**/*
9
12
  - tmp/**/*
@@ -61,7 +64,8 @@ Lint/RedundantDirGlobSort:
61
64
  Enabled: false
62
65
 
63
66
  Metrics/ParameterLists:
64
- Max: 7
67
+ Max: 8
68
+ MaxOptionalParameters: 4
65
69
 
66
70
  Metrics/BlockLength:
67
71
  Exclude:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.8
1
+ 3.0.7
data/.yardopts ADDED
@@ -0,0 +1,10 @@
1
+ --markup markdown
2
+ --readme README.md
3
+ --no-private
4
+ --protected
5
+ --output-dir docs/api
6
+ --exclude /spec/
7
+ --exclude /bin/
8
+ lib/**/*.rb
9
+ -
10
+ LICENSE
data/Gemfile.lock CHANGED
@@ -1,126 +1,123 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veryfi (3.0.0)
4
+ veryfi (4.0.0)
5
5
  base64 (~> 0.1)
6
- faraday (>= 1.7, < 3.0)
6
+ faraday (>= 2.14.1, < 3.0)
7
7
  openssl (>= 2.2, < 4.1)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.1.7.8)
13
- concurrent-ruby (~> 1.0, >= 1.0.2)
14
- i18n (>= 1.6, < 2)
15
- minitest (>= 5.1)
16
- tzinfo (~> 2.0)
17
- zeitwerk (~> 2.3)
18
- addressable (2.8.6)
19
- public_suffix (>= 2.0.2, < 6.0)
12
+ addressable (2.9.0)
13
+ public_suffix (>= 2.0.2, < 8.0)
20
14
  ast (2.4.3)
21
15
  base64 (0.3.0)
22
- bigdecimal (3.1.8)
23
- bundler-audit (0.9.1)
24
- bundler (>= 1.2.0, < 3)
16
+ bigdecimal (4.1.2)
17
+ bundler-audit (0.9.3)
18
+ bundler (>= 1.2.0)
25
19
  thor (~> 1.0)
26
20
  coderay (1.1.3)
27
- concurrent-ruby (1.3.3)
28
- crack (1.0.0)
21
+ crack (1.0.1)
29
22
  bigdecimal
30
23
  rexml
31
- diff-lcs (1.5.1)
32
- docile (1.4.0)
33
- faraday (2.8.1)
34
- base64
35
- faraday-net_http (>= 2.0, < 3.1)
36
- ruby2_keywords (>= 0.0.4)
37
- faraday-net_http (3.0.2)
38
- hashdiff (1.1.0)
39
- i18n (1.14.5)
40
- concurrent-ruby (~> 1.0)
41
- json (2.18.0)
24
+ diff-lcs (1.6.2)
25
+ docile (1.4.1)
26
+ faraday (2.14.2)
27
+ faraday-net_http (>= 2.0, < 3.5)
28
+ json
29
+ logger
30
+ faraday-net_http (3.4.3)
31
+ net-http (~> 0.5)
32
+ hashdiff (1.2.1)
33
+ io-console (0.8.2)
34
+ json (2.19.5)
42
35
  language_server-protocol (3.17.0.5)
43
36
  lint_roller (1.1.0)
37
+ logger (1.7.0)
44
38
  method_source (1.1.0)
45
- minitest (5.23.1)
46
- openssl (4.0.0)
47
- parallel (1.27.0)
48
- parser (3.3.10.1)
39
+ net-http (0.9.1)
40
+ uri (>= 0.11.1)
41
+ openssl (4.0.2)
42
+ parallel (1.28.0)
43
+ parser (3.3.11.1)
49
44
  ast (~> 2.4.1)
50
45
  racc
51
- prism (1.8.0)
52
- pry (0.14.2)
46
+ prism (1.9.0)
47
+ pry (0.16.0)
53
48
  coderay (~> 1.1)
54
49
  method_source (~> 1.0)
55
- public_suffix (5.0.5)
50
+ reline (>= 0.6.0)
51
+ public_suffix (5.1.1)
56
52
  racc (1.8.1)
57
53
  rainbow (3.1.1)
58
- rake (13.2.1)
59
- regexp_parser (2.11.3)
54
+ rake (13.4.2)
55
+ regexp_parser (2.12.0)
56
+ reline (0.6.3)
57
+ io-console (~> 0.5)
60
58
  rexml (3.4.4)
61
- rspec (3.13.0)
59
+ rspec (3.13.2)
62
60
  rspec-core (~> 3.13.0)
63
61
  rspec-expectations (~> 3.13.0)
64
62
  rspec-mocks (~> 3.13.0)
65
- rspec-core (3.13.0)
63
+ rspec-core (3.13.6)
66
64
  rspec-support (~> 3.13.0)
67
- rspec-expectations (3.13.0)
65
+ rspec-expectations (3.13.5)
68
66
  diff-lcs (>= 1.2.0, < 2.0)
69
67
  rspec-support (~> 3.13.0)
70
- rspec-its (1.3.0)
68
+ rspec-its (1.3.1)
71
69
  rspec-core (>= 3.0.0)
72
70
  rspec-expectations (>= 3.0.0)
73
- rspec-mocks (3.13.1)
71
+ rspec-mocks (3.13.8)
74
72
  diff-lcs (>= 1.2.0, < 2.0)
75
73
  rspec-support (~> 3.13.0)
76
- rspec-support (3.13.1)
77
- rubocop (1.82.1)
74
+ rspec-support (3.13.7)
75
+ rubocop (1.86.2)
78
76
  json (~> 2.3)
79
77
  language_server-protocol (~> 3.17.0.2)
80
78
  lint_roller (~> 1.1.0)
81
- parallel (~> 1.10)
79
+ parallel (>= 1.10)
82
80
  parser (>= 3.3.0.2)
83
81
  rainbow (>= 2.2.2, < 4.0)
84
82
  regexp_parser (>= 2.9.3, < 3.0)
85
- rubocop-ast (>= 1.48.0, < 2.0)
83
+ rubocop-ast (>= 1.49.0, < 2.0)
86
84
  ruby-progressbar (~> 1.7)
87
85
  unicode-display_width (>= 2.4.0, < 4.0)
88
- rubocop-ast (1.49.0)
86
+ rubocop-ast (1.49.1)
89
87
  parser (>= 3.3.7.2)
90
88
  prism (~> 1.7)
89
+ rubocop-rake (0.7.1)
90
+ lint_roller (~> 1.1)
91
+ rubocop (>= 1.72.1)
91
92
  rubocop-rspec (3.9.0)
92
93
  lint_roller (~> 1.1)
93
94
  rubocop (~> 1.81)
94
95
  ruby-progressbar (1.13.0)
95
- ruby2_keywords (0.0.5)
96
96
  simplecov (0.22.0)
97
97
  docile (~> 1.1)
98
98
  simplecov-html (~> 0.11)
99
99
  simplecov_json_formatter (~> 0.1)
100
100
  simplecov-badge (2.0.2)
101
- simplecov-html (0.12.3)
101
+ simplecov-html (0.13.2)
102
102
  simplecov_json_formatter (0.1.4)
103
- thor (1.4.0)
104
- tzinfo (2.0.6)
105
- concurrent-ruby (~> 1.0)
103
+ thor (1.5.0)
106
104
  unicode-display_width (3.2.0)
107
105
  unicode-emoji (~> 4.1)
108
106
  unicode-emoji (4.2.0)
109
- vcr (6.1.0)
110
- webmock (3.23.1)
107
+ uri (1.1.1)
108
+ vcr (6.4.0)
109
+ webmock (3.26.2)
111
110
  addressable (>= 2.8.0)
112
111
  crack (>= 0.3.2)
113
112
  hashdiff (>= 0.4.0, < 2.0.0)
114
- zeitwerk (2.6.15)
113
+ yard (0.9.44)
115
114
 
116
115
  PLATFORMS
117
- arm64-darwin-23
116
+ arm64-darwin-25
118
117
  ruby
119
- x86_64-darwin-19
120
118
  x86_64-linux
121
119
 
122
120
  DEPENDENCIES
123
- activesupport (~> 6.0)
124
121
  bundler (~> 2.4)
125
122
  bundler-audit (~> 0.9)
126
123
  pry (~> 0.14)
@@ -129,12 +126,14 @@ DEPENDENCIES
129
126
  rspec (~> 3.9)
130
127
  rspec-its (~> 1.3)
131
128
  rubocop (~> 1.65)
129
+ rubocop-rake (~> 0.6)
132
130
  rubocop-rspec (~> 3.0)
133
131
  simplecov (~> 0.21)
134
132
  simplecov-badge (~> 2.0)
135
133
  vcr (~> 6.0)
136
134
  veryfi!
137
135
  webmock (~> 3.14)
136
+ yard (~> 0.9)
138
137
 
139
138
  BUNDLED WITH
140
139
  2.4.22