veryfi 2.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: d280de38639eaaeb484040824fcf42c349c6b6390d864c5724fed22aec5a77c3
4
- data.tar.gz: cb1d308624e3f46e1fbc68df6aa6d638b498d633ccd1040f3528b171b89b1b30
3
+ metadata.gz: 5270e8759d10ba5f220d72edbba0c097f495c892af1e4e69341da5379b75cafc
4
+ data.tar.gz: c73d4d93cc34311f2cb7afb4d823eabe368f7147d96c4f9f2441018186713281
5
5
  SHA512:
6
- metadata.gz: d893497e1423f04858a3c5195659fa8a9d49195877ae41b4c64eff05d9ea529ac9b5c9719953d1353d283e6a70194f06a967e072b50ff0738f8ed77b4db57d01
7
- data.tar.gz: 88302d51b112d6ecfff260d9fd1508bf09c02478b0c267cd168f8fdd3f8a68d6b60c68dc5a2f6d901eaa9bf34ad1debfb309226f427cd296d22709edf59383a5
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.6, 2.7]
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,8 +1,12 @@
1
- require: rubocop-rspec
1
+ plugins:
2
+ - rubocop-rspec
3
+ - rubocop-rake
2
4
 
3
5
  AllCops:
6
+ TargetRubyVersion: 3.0
4
7
  DisplayCopNames: true
5
8
  NewCops: enable
9
+ SuggestExtensions: false
6
10
  Exclude:
7
11
  - bin/**/*
8
12
  - tmp/**/*
@@ -56,8 +60,12 @@ Lint/RaiseException:
56
60
  Lint/StructNewOverride:
57
61
  Enabled: false
58
62
 
63
+ Lint/RedundantDirGlobSort:
64
+ Enabled: false
65
+
59
66
  Metrics/ParameterLists:
60
- Max: 7
67
+ Max: 8
68
+ MaxOptionalParameters: 4
61
69
 
62
70
  Metrics/BlockLength:
63
71
  Exclude:
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.7.2
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,133 +1,139 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- veryfi (2.0.0)
4
+ veryfi (4.0.0)
5
5
  base64 (~> 0.1)
6
- faraday (>= 1.7, < 3.0)
7
- openssl (>= 2.2, < 3.1)
6
+ faraday (>= 2.14.1, < 3.0)
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)
20
- ast (2.4.2)
21
- base64 (0.2.0)
22
- bigdecimal (3.1.8)
23
- bundler-audit (0.9.1)
24
- bundler (>= 1.2.0, < 3)
12
+ addressable (2.9.0)
13
+ public_suffix (>= 2.0.2, < 8.0)
14
+ ast (2.4.3)
15
+ base64 (0.3.0)
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)
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)
35
+ language_server-protocol (3.17.0.5)
36
+ lint_roller (1.1.0)
37
+ logger (1.7.0)
41
38
  method_source (1.1.0)
42
- minitest (5.23.1)
43
- openssl (3.0.2)
44
- parallel (1.24.0)
45
- parser (3.3.2.0)
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)
46
44
  ast (~> 2.4.1)
47
45
  racc
48
- pry (0.14.2)
46
+ prism (1.9.0)
47
+ pry (0.16.0)
49
48
  coderay (~> 1.1)
50
49
  method_source (~> 1.0)
51
- public_suffix (5.0.5)
52
- racc (1.8.0)
50
+ reline (>= 0.6.0)
51
+ public_suffix (5.1.1)
52
+ racc (1.8.1)
53
53
  rainbow (3.1.1)
54
- rake (13.2.1)
55
- regexp_parser (2.9.2)
56
- rexml (3.2.9)
57
- strscan
58
- rspec (3.13.0)
54
+ rake (13.4.2)
55
+ regexp_parser (2.12.0)
56
+ reline (0.6.3)
57
+ io-console (~> 0.5)
58
+ rexml (3.4.4)
59
+ rspec (3.13.2)
59
60
  rspec-core (~> 3.13.0)
60
61
  rspec-expectations (~> 3.13.0)
61
62
  rspec-mocks (~> 3.13.0)
62
- rspec-core (3.13.0)
63
+ rspec-core (3.13.6)
63
64
  rspec-support (~> 3.13.0)
64
- rspec-expectations (3.13.0)
65
+ rspec-expectations (3.13.5)
65
66
  diff-lcs (>= 1.2.0, < 2.0)
66
67
  rspec-support (~> 3.13.0)
67
- rspec-its (1.3.0)
68
+ rspec-its (1.3.1)
68
69
  rspec-core (>= 3.0.0)
69
70
  rspec-expectations (>= 3.0.0)
70
- rspec-mocks (3.13.1)
71
+ rspec-mocks (3.13.8)
71
72
  diff-lcs (>= 1.2.0, < 2.0)
72
73
  rspec-support (~> 3.13.0)
73
- rspec-support (3.13.1)
74
- rubocop (0.93.1)
75
- parallel (~> 1.10)
76
- parser (>= 2.7.1.5)
74
+ rspec-support (3.13.7)
75
+ rubocop (1.86.2)
76
+ json (~> 2.3)
77
+ language_server-protocol (~> 3.17.0.2)
78
+ lint_roller (~> 1.1.0)
79
+ parallel (>= 1.10)
80
+ parser (>= 3.3.0.2)
77
81
  rainbow (>= 2.2.2, < 4.0)
78
- regexp_parser (>= 1.8)
79
- rexml
80
- rubocop-ast (>= 0.6.0)
82
+ regexp_parser (>= 2.9.3, < 3.0)
83
+ rubocop-ast (>= 1.49.0, < 2.0)
81
84
  ruby-progressbar (~> 1.7)
82
- unicode-display_width (>= 1.4.0, < 2.0)
83
- rubocop-ast (1.30.0)
84
- parser (>= 3.2.1.0)
85
- rubocop-rspec (1.44.1)
86
- rubocop (~> 0.87)
87
- rubocop-ast (>= 0.7.1)
85
+ unicode-display_width (>= 2.4.0, < 4.0)
86
+ rubocop-ast (1.49.1)
87
+ parser (>= 3.3.7.2)
88
+ prism (~> 1.7)
89
+ rubocop-rake (0.7.1)
90
+ lint_roller (~> 1.1)
91
+ rubocop (>= 1.72.1)
92
+ rubocop-rspec (3.9.0)
93
+ lint_roller (~> 1.1)
94
+ rubocop (~> 1.81)
88
95
  ruby-progressbar (1.13.0)
89
- ruby2_keywords (0.0.5)
90
96
  simplecov (0.22.0)
91
97
  docile (~> 1.1)
92
98
  simplecov-html (~> 0.11)
93
99
  simplecov_json_formatter (~> 0.1)
94
100
  simplecov-badge (2.0.2)
95
- simplecov-html (0.12.3)
101
+ simplecov-html (0.13.2)
96
102
  simplecov_json_formatter (0.1.4)
97
- strscan (3.1.0)
98
- thor (1.3.1)
99
- tzinfo (2.0.6)
100
- concurrent-ruby (~> 1.0)
101
- unicode-display_width (1.8.0)
102
- vcr (6.1.0)
103
- webmock (3.23.1)
103
+ thor (1.5.0)
104
+ unicode-display_width (3.2.0)
105
+ unicode-emoji (~> 4.1)
106
+ unicode-emoji (4.2.0)
107
+ uri (1.1.1)
108
+ vcr (6.4.0)
109
+ webmock (3.26.2)
104
110
  addressable (>= 2.8.0)
105
111
  crack (>= 0.3.2)
106
112
  hashdiff (>= 0.4.0, < 2.0.0)
107
- zeitwerk (2.6.15)
113
+ yard (0.9.44)
108
114
 
109
115
  PLATFORMS
110
- arm64-darwin-23
116
+ arm64-darwin-25
111
117
  ruby
112
- x86_64-darwin-19
113
118
  x86_64-linux
114
119
 
115
120
  DEPENDENCIES
116
- activesupport (~> 6.0)
117
- bundler (~> 2.2)
121
+ bundler (~> 2.4)
118
122
  bundler-audit (~> 0.9)
119
123
  pry (~> 0.14)
120
124
  rake (~> 13.0)
121
- rexml (~> 3.2.7)
125
+ rexml (~> 3.4.4)
122
126
  rspec (~> 3.9)
123
127
  rspec-its (~> 1.3)
124
- rubocop (~> 0.82)
125
- rubocop-rspec (~> 1.38)
128
+ rubocop (~> 1.65)
129
+ rubocop-rake (~> 0.6)
130
+ rubocop-rspec (~> 3.0)
126
131
  simplecov (~> 0.21)
127
132
  simplecov-badge (~> 2.0)
128
133
  vcr (~> 6.0)
129
134
  veryfi!
130
135
  webmock (~> 3.14)
136
+ yard (~> 0.9)
131
137
 
132
138
  BUNDLED WITH
133
- 2.2.26
139
+ 2.4.22