external_services 0.7.0 → 0.8.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: c692d1b36f22cddf77cdc63939d493f065781cceeb5a00b0b3778f916774e28d
4
- data.tar.gz: 69e16eefbd6cc88367fb1b5eced803a217edd6b0ac5a77e451e760c2050c9958
3
+ metadata.gz: 878a75d0d9d7a329b75a6902abe4877697b752a9e39807e5468e7174edf38eeb
4
+ data.tar.gz: d26e4a90db9045e7907ee1e803adf2e3bcf492efed804aac181c386e4b5f2af9
5
5
  SHA512:
6
- metadata.gz: dc092f145378163610c5870591fd2f2fdc6f704bcbee1b918669ef68108ac046044151e2075440805d344a373e6a8c52be11baa1008e417c7bd7f04c1976522e
7
- data.tar.gz: 72c24b0eb771a702070f621cf3729367853571480f721a16cc8695f2586a4c6a2cc9eabff59e44ce0a0ae8631fda9860b6ef1b7e720db6d5f6f108f878ef7387
6
+ metadata.gz: 7b37e80f0e006e60eafedec525817ea6e026fb93a45884c887fbb15e9f25141a9856ffd6c557f31afcf2a3d017400decd055ee1e39d05db1ea2e564701784793
7
+ data.tar.gz: 20e5d7a3cadebee5bd6c042ea867b806af274bd5f187a6d7fe3c71acc3f1c014fdda1205800d6e1c7e437bd3819fa1f926b1093b73988bcc32c93ecfa841c91d
@@ -23,7 +23,7 @@ jobs:
23
23
  strategy:
24
24
  matrix:
25
25
  os: [ubuntu, macos]
26
- ruby-version: ['3.2', '3.3']
26
+ ruby-version: ['3.2', '3.3', '3.4']
27
27
 
28
28
  steps:
29
29
  - uses: actions/checkout@v4
data/Gemfile CHANGED
@@ -22,5 +22,7 @@ gem 'rubocop-rspec_rails', '~> 2.31'
22
22
  gem 'pry', '>= 0.14'
23
23
  gem 'pry-rails', '~> 0.3'
24
24
 
25
+ gem 'propshaft', '~> 1.3'
26
+
25
27
  gem 'factory_bot_rails'
26
28
  gem 'rspec-rails'
data/Gemfile.lock CHANGED
@@ -1,98 +1,101 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- external_services (0.7.0)
4
+ external_services (0.8.0)
5
5
  faraday (>= 2.0, < 3)
6
- rails (>= 5.0.7, < 8)
6
+ rails (>= 5.0.7, < 8.2)
7
7
 
8
8
  GEM
9
9
  remote: https://rubygems.org/
10
10
  specs:
11
- actioncable (7.2.2.1)
12
- actionpack (= 7.2.2.1)
13
- activesupport (= 7.2.2.1)
11
+ action_text-trix (2.1.15)
12
+ railties
13
+ actioncable (8.1.1)
14
+ actionpack (= 8.1.1)
15
+ activesupport (= 8.1.1)
14
16
  nio4r (~> 2.0)
15
17
  websocket-driver (>= 0.6.1)
16
18
  zeitwerk (~> 2.6)
17
- actionmailbox (7.2.2.1)
18
- actionpack (= 7.2.2.1)
19
- activejob (= 7.2.2.1)
20
- activerecord (= 7.2.2.1)
21
- activestorage (= 7.2.2.1)
22
- activesupport (= 7.2.2.1)
19
+ actionmailbox (8.1.1)
20
+ actionpack (= 8.1.1)
21
+ activejob (= 8.1.1)
22
+ activerecord (= 8.1.1)
23
+ activestorage (= 8.1.1)
24
+ activesupport (= 8.1.1)
23
25
  mail (>= 2.8.0)
24
- actionmailer (7.2.2.1)
25
- actionpack (= 7.2.2.1)
26
- actionview (= 7.2.2.1)
27
- activejob (= 7.2.2.1)
28
- activesupport (= 7.2.2.1)
26
+ actionmailer (8.1.1)
27
+ actionpack (= 8.1.1)
28
+ actionview (= 8.1.1)
29
+ activejob (= 8.1.1)
30
+ activesupport (= 8.1.1)
29
31
  mail (>= 2.8.0)
30
32
  rails-dom-testing (~> 2.2)
31
- actionpack (7.2.2.1)
32
- actionview (= 7.2.2.1)
33
- activesupport (= 7.2.2.1)
33
+ actionpack (8.1.1)
34
+ actionview (= 8.1.1)
35
+ activesupport (= 8.1.1)
34
36
  nokogiri (>= 1.8.5)
35
- racc
36
- rack (>= 2.2.4, < 3.2)
37
+ rack (>= 2.2.4)
37
38
  rack-session (>= 1.0.1)
38
39
  rack-test (>= 0.6.3)
39
40
  rails-dom-testing (~> 2.2)
40
41
  rails-html-sanitizer (~> 1.6)
41
42
  useragent (~> 0.16)
42
- actiontext (7.2.2.1)
43
- actionpack (= 7.2.2.1)
44
- activerecord (= 7.2.2.1)
45
- activestorage (= 7.2.2.1)
46
- activesupport (= 7.2.2.1)
43
+ actiontext (8.1.1)
44
+ action_text-trix (~> 2.1.15)
45
+ actionpack (= 8.1.1)
46
+ activerecord (= 8.1.1)
47
+ activestorage (= 8.1.1)
48
+ activesupport (= 8.1.1)
47
49
  globalid (>= 0.6.0)
48
50
  nokogiri (>= 1.8.5)
49
- actionview (7.2.2.1)
50
- activesupport (= 7.2.2.1)
51
+ actionview (8.1.1)
52
+ activesupport (= 8.1.1)
51
53
  builder (~> 3.1)
52
54
  erubi (~> 1.11)
53
55
  rails-dom-testing (~> 2.2)
54
56
  rails-html-sanitizer (~> 1.6)
55
- activejob (7.2.2.1)
56
- activesupport (= 7.2.2.1)
57
+ activejob (8.1.1)
58
+ activesupport (= 8.1.1)
57
59
  globalid (>= 0.3.6)
58
- activemodel (7.2.2.1)
59
- activesupport (= 7.2.2.1)
60
- activerecord (7.2.2.1)
61
- activemodel (= 7.2.2.1)
62
- activesupport (= 7.2.2.1)
60
+ activemodel (8.1.1)
61
+ activesupport (= 8.1.1)
62
+ activerecord (8.1.1)
63
+ activemodel (= 8.1.1)
64
+ activesupport (= 8.1.1)
63
65
  timeout (>= 0.4.0)
64
- activestorage (7.2.2.1)
65
- actionpack (= 7.2.2.1)
66
- activejob (= 7.2.2.1)
67
- activerecord (= 7.2.2.1)
68
- activesupport (= 7.2.2.1)
66
+ activestorage (8.1.1)
67
+ actionpack (= 8.1.1)
68
+ activejob (= 8.1.1)
69
+ activerecord (= 8.1.1)
70
+ activesupport (= 8.1.1)
69
71
  marcel (~> 1.0)
70
- activesupport (7.2.2.1)
72
+ activesupport (8.1.1)
71
73
  base64
72
- benchmark (>= 0.3)
73
74
  bigdecimal
74
75
  concurrent-ruby (~> 1.0, >= 1.3.1)
75
76
  connection_pool (>= 2.2.5)
76
77
  drb
77
78
  i18n (>= 1.6, < 2)
79
+ json
78
80
  logger (>= 1.4.2)
79
81
  minitest (>= 5.1)
80
82
  securerandom (>= 0.3)
81
83
  tzinfo (~> 2.0, >= 2.0.5)
84
+ uri (>= 0.13.1)
82
85
  ast (2.4.3)
83
- base64 (0.2.0)
84
- benchmark (0.4.0)
85
- bigdecimal (3.1.9)
86
+ base64 (0.3.0)
87
+ bigdecimal (3.3.1)
86
88
  builder (3.3.0)
87
89
  childprocess (0.9.0)
88
90
  ffi (~> 1.0, >= 1.0.11)
89
91
  coderay (1.1.3)
90
92
  concurrent-ruby (1.3.5)
91
- connection_pool (2.5.0)
93
+ connection_pool (2.5.5)
92
94
  crass (1.0.6)
93
- date (3.4.1)
95
+ date (3.5.0)
94
96
  diff-lcs (1.6.0)
95
- drb (2.2.1)
97
+ drb (2.2.3)
98
+ erb (6.0.0)
96
99
  erubi (1.13.1)
97
100
  factory_bot (4.11.1)
98
101
  activesupport (>= 3.0.0)
@@ -106,34 +109,35 @@ GEM
106
109
  faraday-net_http (3.0.2)
107
110
  ffi (1.15.5)
108
111
  fiddle (1.1.6)
109
- globalid (1.2.1)
112
+ globalid (1.3.0)
110
113
  activesupport (>= 6.1)
111
114
  i18n (1.14.7)
112
115
  concurrent-ruby (~> 1.0)
113
116
  iniparse (1.4.4)
114
- io-console (0.8.0)
115
- irb (1.15.1)
117
+ io-console (0.8.1)
118
+ irb (1.15.3)
116
119
  pp (>= 0.6.0)
117
120
  rdoc (>= 4.0.0)
118
121
  reline (>= 0.4.2)
119
- json (2.10.2)
122
+ json (2.16.0)
120
123
  language_server-protocol (3.17.0.4)
121
124
  lint_roller (1.1.0)
122
- logger (1.6.6)
123
- loofah (2.24.0)
125
+ logger (1.7.0)
126
+ loofah (2.24.1)
124
127
  crass (~> 1.0.2)
125
128
  nokogiri (>= 1.12.0)
126
- mail (2.8.1)
129
+ mail (2.9.0)
130
+ logger
127
131
  mini_mime (>= 0.1.1)
128
132
  net-imap
129
133
  net-pop
130
134
  net-smtp
131
- marcel (1.0.4)
135
+ marcel (1.1.0)
132
136
  method_source (1.1.0)
133
137
  mini_mime (1.1.5)
134
- mini_portile2 (2.8.8)
135
- minitest (5.25.5)
136
- net-imap (0.5.6)
138
+ mini_portile2 (2.8.9)
139
+ minitest (5.26.2)
140
+ net-imap (0.5.12)
137
141
  date
138
142
  net-protocol
139
143
  net-pop (0.1.2)
@@ -142,8 +146,8 @@ GEM
142
146
  timeout
143
147
  net-smtp (0.5.1)
144
148
  net-protocol
145
- nio4r (2.7.4)
146
- nokogiri (1.18.5)
149
+ nio4r (2.7.5)
150
+ nokogiri (1.18.10)
147
151
  mini_portile2 (~> 2.8.2)
148
152
  racc (~> 1.4)
149
153
  observer (0.1.2)
@@ -154,61 +158,68 @@ GEM
154
158
  parser (3.3.7.2)
155
159
  ast (~> 2.4.1)
156
160
  racc
157
- pp (0.6.2)
161
+ pp (0.6.3)
158
162
  prettyprint
159
163
  prettyprint (0.2.0)
164
+ propshaft (1.3.1)
165
+ actionpack (>= 7.0.0)
166
+ activesupport (>= 7.0.0)
167
+ rack
160
168
  pry (0.15.2)
161
169
  coderay (~> 1.1)
162
170
  method_source (~> 1.0)
163
171
  pry-rails (0.3.11)
164
172
  pry (>= 0.13.0)
165
- psych (5.2.3)
173
+ psych (5.2.6)
166
174
  date
167
175
  stringio
168
176
  racc (1.8.1)
169
- rack (3.1.12)
170
- rack-session (2.1.0)
177
+ rack (3.2.4)
178
+ rack-session (2.1.1)
171
179
  base64 (>= 0.1.0)
172
180
  rack (>= 3.0.0)
173
181
  rack-test (2.2.0)
174
182
  rack (>= 1.3)
175
183
  rackup (2.2.1)
176
184
  rack (>= 3)
177
- rails (7.2.2.1)
178
- actioncable (= 7.2.2.1)
179
- actionmailbox (= 7.2.2.1)
180
- actionmailer (= 7.2.2.1)
181
- actionpack (= 7.2.2.1)
182
- actiontext (= 7.2.2.1)
183
- actionview (= 7.2.2.1)
184
- activejob (= 7.2.2.1)
185
- activemodel (= 7.2.2.1)
186
- activerecord (= 7.2.2.1)
187
- activestorage (= 7.2.2.1)
188
- activesupport (= 7.2.2.1)
185
+ rails (8.1.1)
186
+ actioncable (= 8.1.1)
187
+ actionmailbox (= 8.1.1)
188
+ actionmailer (= 8.1.1)
189
+ actionpack (= 8.1.1)
190
+ actiontext (= 8.1.1)
191
+ actionview (= 8.1.1)
192
+ activejob (= 8.1.1)
193
+ activemodel (= 8.1.1)
194
+ activerecord (= 8.1.1)
195
+ activestorage (= 8.1.1)
196
+ activesupport (= 8.1.1)
189
197
  bundler (>= 1.15.0)
190
- railties (= 7.2.2.1)
191
- rails-dom-testing (2.2.0)
198
+ railties (= 8.1.1)
199
+ rails-dom-testing (2.3.0)
192
200
  activesupport (>= 5.0.0)
193
201
  minitest
194
202
  nokogiri (>= 1.6)
195
203
  rails-html-sanitizer (1.6.2)
196
204
  loofah (~> 2.21)
197
205
  nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
198
- railties (7.2.2.1)
199
- actionpack (= 7.2.2.1)
200
- activesupport (= 7.2.2.1)
206
+ railties (8.1.1)
207
+ actionpack (= 8.1.1)
208
+ activesupport (= 8.1.1)
201
209
  irb (~> 1.13)
202
210
  rackup (>= 1.0.0)
203
211
  rake (>= 12.2)
204
212
  thor (~> 1.0, >= 1.2.2)
213
+ tsort (>= 0.2)
205
214
  zeitwerk (~> 2.6)
206
215
  rainbow (3.1.1)
207
- rake (13.2.1)
208
- rdoc (6.12.0)
216
+ rake (13.3.1)
217
+ rdoc (6.15.1)
218
+ erb
209
219
  psych (>= 4.0.0)
220
+ tsort
210
221
  regexp_parser (2.10.0)
211
- reline (0.6.0)
222
+ reline (0.6.3)
212
223
  io-console (~> 0.5)
213
224
  rspec-core (3.13.3)
214
225
  rspec-support (~> 3.13.0)
@@ -258,20 +269,22 @@ GEM
258
269
  securerandom (0.4.1)
259
270
  sqlite3 (2.6.0)
260
271
  mini_portile2 (~> 2.8.0)
261
- stringio (3.1.5)
262
- thor (1.3.2)
263
- timeout (0.4.3)
272
+ stringio (3.1.8)
273
+ thor (1.4.0)
274
+ timeout (0.4.4)
275
+ tsort (0.2.0)
264
276
  tzinfo (2.0.6)
265
277
  concurrent-ruby (~> 1.0)
266
278
  unicode-display_width (3.1.4)
267
279
  unicode-emoji (~> 4.0, >= 4.0.4)
268
280
  unicode-emoji (4.0.4)
281
+ uri (1.1.1)
269
282
  useragent (0.16.11)
270
- websocket-driver (0.7.7)
283
+ websocket-driver (0.8.0)
271
284
  base64
272
285
  websocket-extensions (>= 0.1.0)
273
286
  websocket-extensions (0.1.5)
274
- zeitwerk (2.7.2)
287
+ zeitwerk (2.7.3)
275
288
 
276
289
  PLATFORMS
277
290
  ruby
@@ -283,6 +296,7 @@ DEPENDENCIES
283
296
  net-smtp
284
297
  observer
285
298
  overcommit
299
+ propshaft (~> 1.3)
286
300
  pry (>= 0.14)
287
301
  pry-rails (~> 0.3)
288
302
  rake (~> 13.0)
@@ -20,5 +20,5 @@ Gem::Specification.new do |spec|
20
20
  spec.required_ruby_version = '>= 2.7'
21
21
 
22
22
  spec.add_dependency 'faraday', '>= 2.0', '< 3'
23
- spec.add_dependency 'rails', '>= 5.0.7', '< 8'
23
+ spec.add_dependency 'rails', '>= 5.0.7', '< 8.2'
24
24
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ExternalServices
4
- VERSION = '0.7.0'
4
+ VERSION = '0.8.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: external_services
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergey Gnuskov
@@ -38,7 +38,7 @@ dependencies:
38
38
  version: 5.0.7
39
39
  - - "<"
40
40
  - !ruby/object:Gem::Version
41
- version: '8'
41
+ version: '8.2'
42
42
  type: :runtime
43
43
  prerelease: false
44
44
  version_requirements: !ruby/object:Gem::Requirement
@@ -48,7 +48,7 @@ dependencies:
48
48
  version: 5.0.7
49
49
  - - "<"
50
50
  - !ruby/object:Gem::Version
51
- version: '8'
51
+ version: '8.2'
52
52
  email:
53
53
  - sergey.gnuskov@flant.com
54
54
  executables: []