shimmer 0.0.34 → 0.0.35

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: 2597efc97555e0fdaf706da74c2287ca8391cf11812c804af9ed642a25758d50
4
- data.tar.gz: 981525a3ada939df8284439fbc0faef48541866b20a1a144fc8c62d089b5059a
3
+ metadata.gz: 7d9b9d1bd99fe6bb2a19bc53f2a9e90dbaf2df881ac553fbd5414ae8f0d18c5a
4
+ data.tar.gz: 3a2103d4da0fa8997caa6d7303d2db8b01c66509d686de8e26ec321de64c3316
5
5
  SHA512:
6
- metadata.gz: 627e3cc5b828c91686a3feb585f583530e0d97fde15204a111aefe015484ad8e235c016667db24349d3e9a9799bf13b82c07e6e3724269eb208f6cce42a966d8
7
- data.tar.gz: 5fbeb933c67cdf2ff8d4d216af5074f455c9ffaf1da5c5f791907f1be2d85c59f642a23dd5505ca8505e68eb03a7a73699475770e9293a4c6facd4f0081da16e
6
+ metadata.gz: 4690bde20ccc420ac645a77ee3345c5bcc1170182d568b829ef1cced2f1be3acde2ecfd76e9d31f6583eb8d5c52d47ecea59ca37a98536e727ebb9911315dcff
7
+ data.tar.gz: d6718256d8e38d611ac2a716f15e2875e106e3a7477119a242832bd2eab729ad077e766c754544ad49874a1f08c1c5461d4658d7478cdd24fdf1e10a7c83a39b
data/Gemfile.lock CHANGED
@@ -166,6 +166,7 @@ GEM
166
166
  method_source (1.0.0)
167
167
  mini_magick (4.12.0)
168
168
  mini_mime (1.1.2)
169
+ mini_portile2 (2.8.6)
169
170
  minitest (5.17.0)
170
171
  msgpack (1.6.0)
171
172
  nenv (0.3.0)
@@ -179,8 +180,15 @@ GEM
179
180
  net-smtp (0.3.3)
180
181
  net-protocol
181
182
  nio4r (2.5.8)
183
+ nokogiri (1.14.1)
184
+ mini_portile2 (~> 2.8.0)
185
+ racc (~> 1.4)
186
+ nokogiri (1.14.1-arm64-darwin)
187
+ racc (~> 1.4)
182
188
  nokogiri (1.14.1-x86_64-darwin)
183
189
  racc (~> 1.4)
190
+ nokogiri (1.14.1-x86_64-linux)
191
+ racc (~> 1.4)
184
192
  notiffany (0.1.3)
185
193
  nenv (~> 0.1)
186
194
  shellany (~> 0.0)
@@ -308,7 +316,11 @@ GEM
308
316
  actionpack (>= 3.1)
309
317
  railties (>= 3.1)
310
318
  slim (>= 3.0, < 5.0)
319
+ sqlite3 (1.6.0)
320
+ mini_portile2 (~> 2.8.0)
321
+ sqlite3 (1.6.0-arm64-darwin)
311
322
  sqlite3 (1.6.0-x86_64-darwin)
323
+ sqlite3 (1.6.0-x86_64-linux)
312
324
  standard (1.28.0)
313
325
  language_server-protocol (~> 3.17.0.2)
314
326
  lint_roller (~> 1.0)
@@ -348,7 +360,10 @@ GEM
348
360
  zeitwerk (2.6.6)
349
361
 
350
362
  PLATFORMS
363
+ arm64-darwin-22
364
+ ruby
351
365
  x86_64-darwin-22
366
+ x86_64-linux
352
367
 
353
368
  DEPENDENCIES
354
369
  annotate
@@ -7,7 +7,7 @@ gemspec path: ".."
7
7
 
8
8
  gem "rails", "~> 7.0.0"
9
9
  gem "propshaft"
10
- gem "sqlite3"
10
+ gem "sqlite3", "~> 1.6"
11
11
  gem "puma"
12
12
  gem "jsbundling-rails"
13
13
  gem "turbo-rails"
@@ -0,0 +1,409 @@
1
+ PATH
2
+ remote: ..
3
+ specs:
4
+ shimmer (0.0.1)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ actioncable (7.0.4.2)
10
+ actionpack (= 7.0.4.2)
11
+ activesupport (= 7.0.4.2)
12
+ nio4r (~> 2.0)
13
+ websocket-driver (>= 0.6.1)
14
+ actionmailbox (7.0.4.2)
15
+ actionpack (= 7.0.4.2)
16
+ activejob (= 7.0.4.2)
17
+ activerecord (= 7.0.4.2)
18
+ activestorage (= 7.0.4.2)
19
+ activesupport (= 7.0.4.2)
20
+ mail (>= 2.7.1)
21
+ net-imap
22
+ net-pop
23
+ net-smtp
24
+ actionmailer (7.0.4.2)
25
+ actionpack (= 7.0.4.2)
26
+ actionview (= 7.0.4.2)
27
+ activejob (= 7.0.4.2)
28
+ activesupport (= 7.0.4.2)
29
+ mail (~> 2.5, >= 2.5.4)
30
+ net-imap
31
+ net-pop
32
+ net-smtp
33
+ rails-dom-testing (~> 2.0)
34
+ actionpack (7.0.4.2)
35
+ actionview (= 7.0.4.2)
36
+ activesupport (= 7.0.4.2)
37
+ rack (~> 2.0, >= 2.2.0)
38
+ rack-test (>= 0.6.3)
39
+ rails-dom-testing (~> 2.0)
40
+ rails-html-sanitizer (~> 1.0, >= 1.2.0)
41
+ actiontext (7.0.4.2)
42
+ actionpack (= 7.0.4.2)
43
+ activerecord (= 7.0.4.2)
44
+ activestorage (= 7.0.4.2)
45
+ activesupport (= 7.0.4.2)
46
+ globalid (>= 0.6.0)
47
+ nokogiri (>= 1.8.5)
48
+ actionview (7.0.4.2)
49
+ activesupport (= 7.0.4.2)
50
+ builder (~> 3.1)
51
+ erubi (~> 1.4)
52
+ rails-dom-testing (~> 2.0)
53
+ rails-html-sanitizer (~> 1.1, >= 1.2.0)
54
+ activejob (7.0.4.2)
55
+ activesupport (= 7.0.4.2)
56
+ globalid (>= 0.3.6)
57
+ activemodel (7.0.4.2)
58
+ activesupport (= 7.0.4.2)
59
+ activerecord (7.0.4.2)
60
+ activemodel (= 7.0.4.2)
61
+ activesupport (= 7.0.4.2)
62
+ activestorage (7.0.4.2)
63
+ actionpack (= 7.0.4.2)
64
+ activejob (= 7.0.4.2)
65
+ activerecord (= 7.0.4.2)
66
+ activesupport (= 7.0.4.2)
67
+ marcel (~> 1.0)
68
+ mini_mime (>= 1.1.0)
69
+ activesupport (7.0.4.2)
70
+ concurrent-ruby (~> 1.0, >= 1.0.2)
71
+ i18n (>= 1.6, < 2)
72
+ minitest (>= 5.1)
73
+ tzinfo (~> 2.0)
74
+ addressable (2.8.1)
75
+ public_suffix (>= 2.0.2, < 6.0)
76
+ annotate (3.2.0)
77
+ activerecord (>= 3.2, < 8.0)
78
+ rake (>= 10.4, < 14.0)
79
+ ast (2.4.2)
80
+ awesome_print (1.9.2)
81
+ bindex (0.8.1)
82
+ bootsnap (1.16.0)
83
+ msgpack (~> 1.2)
84
+ builder (3.2.4)
85
+ byebug (11.1.3)
86
+ capybara (3.38.0)
87
+ addressable
88
+ matrix
89
+ mini_mime (>= 0.1.3)
90
+ nokogiri (~> 1.8)
91
+ rack (>= 1.6.0)
92
+ rack-test (>= 0.6.3)
93
+ regexp_parser (>= 1.5, < 3.0)
94
+ xpath (~> 3.2)
95
+ coderay (1.1.3)
96
+ concurrent-ruby (1.2.0)
97
+ crass (1.0.6)
98
+ cssbundling-rails (1.1.2)
99
+ railties (>= 6.0.0)
100
+ cuprite (0.14.3)
101
+ capybara (~> 3.0)
102
+ ferrum (~> 0.13.0)
103
+ date (3.3.3)
104
+ debug (1.7.1)
105
+ irb (>= 1.5.0)
106
+ reline (>= 0.3.1)
107
+ diff-lcs (1.5.0)
108
+ dotenv (2.8.1)
109
+ dotenv-rails (2.8.1)
110
+ dotenv (= 2.8.1)
111
+ railties (>= 3.2)
112
+ erubi (1.12.0)
113
+ ferrum (0.13)
114
+ addressable (~> 2.5)
115
+ concurrent-ruby (~> 1.1)
116
+ webrick (~> 1.7)
117
+ websocket-driver (>= 0.6, < 0.8)
118
+ ffi (1.15.5)
119
+ formatador (1.1.0)
120
+ globalid (1.1.0)
121
+ activesupport (>= 5.0)
122
+ guard (2.18.0)
123
+ formatador (>= 0.2.4)
124
+ listen (>= 2.7, < 4.0)
125
+ lumberjack (>= 1.0.12, < 2.0)
126
+ nenv (~> 0.1)
127
+ notiffany (~> 0.0)
128
+ pry (>= 0.13.0)
129
+ shellany (~> 0.0)
130
+ thor (>= 0.18.1)
131
+ guard-compat (1.2.1)
132
+ guard-rspec (4.7.3)
133
+ guard (~> 2.1)
134
+ guard-compat (~> 1.1)
135
+ rspec (>= 2.99.0, < 4.0)
136
+ i18n (1.12.0)
137
+ concurrent-ruby (~> 1.0)
138
+ image_processing (1.12.2)
139
+ mini_magick (>= 4.9.5, < 5)
140
+ ruby-vips (>= 2.0.17, < 3)
141
+ io-console (0.6.0)
142
+ irb (1.6.2)
143
+ reline (>= 0.3.0)
144
+ jbuilder (2.11.5)
145
+ actionview (>= 5.0.0)
146
+ activesupport (>= 5.0.0)
147
+ jsbundling-rails (1.1.1)
148
+ railties (>= 6.0.0)
149
+ json (2.6.3)
150
+ language_server-protocol (3.17.0.3)
151
+ lint_roller (1.0.0)
152
+ listen (3.8.0)
153
+ rb-fsevent (~> 0.10, >= 0.10.3)
154
+ rb-inotify (~> 0.9, >= 0.9.10)
155
+ loofah (2.19.1)
156
+ crass (~> 1.0.2)
157
+ nokogiri (>= 1.5.9)
158
+ lumberjack (1.2.8)
159
+ mail (2.8.1)
160
+ mini_mime (>= 0.1.1)
161
+ net-imap
162
+ net-pop
163
+ net-smtp
164
+ marcel (1.0.2)
165
+ matrix (0.4.2)
166
+ method_source (1.0.0)
167
+ mini_magick (4.12.0)
168
+ mini_mime (1.1.2)
169
+ mini_portile2 (2.8.6)
170
+ minitest (5.17.0)
171
+ msgpack (1.6.0)
172
+ nenv (0.3.0)
173
+ net-imap (0.3.4)
174
+ date
175
+ net-protocol
176
+ net-pop (0.1.2)
177
+ net-protocol
178
+ net-protocol (0.2.1)
179
+ timeout
180
+ net-smtp (0.3.3)
181
+ net-protocol
182
+ nio4r (2.5.8)
183
+ nokogiri (1.14.1)
184
+ mini_portile2 (~> 2.8.0)
185
+ racc (~> 1.4)
186
+ nokogiri (1.14.1-arm64-darwin)
187
+ racc (~> 1.4)
188
+ nokogiri (1.14.1-x86_64-darwin)
189
+ racc (~> 1.4)
190
+ nokogiri (1.14.1-x86_64-linux)
191
+ racc (~> 1.4)
192
+ notiffany (0.1.3)
193
+ nenv (~> 0.1)
194
+ shellany (~> 0.0)
195
+ parallel (1.23.0)
196
+ parser (3.2.2.1)
197
+ ast (~> 2.4.1)
198
+ propshaft (0.6.4)
199
+ actionpack (>= 7.0.0)
200
+ activesupport (>= 7.0.0)
201
+ rack
202
+ railties (>= 7.0.0)
203
+ pry (0.14.2)
204
+ coderay (~> 1.1)
205
+ method_source (~> 1.0)
206
+ pry-byebug (3.10.1)
207
+ byebug (~> 11.0)
208
+ pry (>= 0.13, < 0.15)
209
+ pry-doc (1.4.0)
210
+ pry (~> 0.11)
211
+ yard (~> 0.9.11)
212
+ pry-rails (0.3.9)
213
+ pry (>= 0.10.4)
214
+ public_suffix (5.0.1)
215
+ puma (6.0.2)
216
+ nio4r (~> 2.0)
217
+ racc (1.6.2)
218
+ rack (2.2.6.2)
219
+ rack-test (2.0.2)
220
+ rack (>= 1.3)
221
+ rack_session_access (0.2.0)
222
+ builder (>= 2.0.0)
223
+ rack (>= 1.0.0)
224
+ rails (7.0.4.2)
225
+ actioncable (= 7.0.4.2)
226
+ actionmailbox (= 7.0.4.2)
227
+ actionmailer (= 7.0.4.2)
228
+ actionpack (= 7.0.4.2)
229
+ actiontext (= 7.0.4.2)
230
+ actionview (= 7.0.4.2)
231
+ activejob (= 7.0.4.2)
232
+ activemodel (= 7.0.4.2)
233
+ activerecord (= 7.0.4.2)
234
+ activestorage (= 7.0.4.2)
235
+ activesupport (= 7.0.4.2)
236
+ bundler (>= 1.15.0)
237
+ railties (= 7.0.4.2)
238
+ rails-dom-testing (2.0.3)
239
+ activesupport (>= 4.2.0)
240
+ nokogiri (>= 1.6)
241
+ rails-html-sanitizer (1.5.0)
242
+ loofah (~> 2.19, >= 2.19.1)
243
+ railties (7.0.4.2)
244
+ actionpack (= 7.0.4.2)
245
+ activesupport (= 7.0.4.2)
246
+ method_source
247
+ rake (>= 12.2)
248
+ thor (~> 1.0)
249
+ zeitwerk (~> 2.5)
250
+ rainbow (3.1.1)
251
+ rake (13.0.6)
252
+ rb-fsevent (0.11.2)
253
+ rb-inotify (0.10.1)
254
+ ffi (~> 1.0)
255
+ regexp_parser (2.8.0)
256
+ reline (0.3.2)
257
+ io-console (~> 0.5)
258
+ rexml (3.2.5)
259
+ rspec (3.12.0)
260
+ rspec-core (~> 3.12.0)
261
+ rspec-expectations (~> 3.12.0)
262
+ rspec-mocks (~> 3.12.0)
263
+ rspec-core (3.12.1)
264
+ rspec-support (~> 3.12.0)
265
+ rspec-expectations (3.12.2)
266
+ diff-lcs (>= 1.2.0, < 2.0)
267
+ rspec-support (~> 3.12.0)
268
+ rspec-mocks (3.12.3)
269
+ diff-lcs (>= 1.2.0, < 2.0)
270
+ rspec-support (~> 3.12.0)
271
+ rspec-rails (6.0.1)
272
+ actionpack (>= 6.1)
273
+ activesupport (>= 6.1)
274
+ railties (>= 6.1)
275
+ rspec-core (~> 3.11)
276
+ rspec-expectations (~> 3.11)
277
+ rspec-mocks (~> 3.11)
278
+ rspec-support (~> 3.11)
279
+ rspec-retry (0.6.2)
280
+ rspec-core (> 3.3)
281
+ rspec-support (3.12.0)
282
+ rubocop (1.50.2)
283
+ json (~> 2.3)
284
+ parallel (~> 1.10)
285
+ parser (>= 3.2.0.0)
286
+ rainbow (>= 2.2.2, < 4.0)
287
+ regexp_parser (>= 1.8, < 3.0)
288
+ rexml (>= 3.2.5, < 4.0)
289
+ rubocop-ast (>= 1.28.0, < 2.0)
290
+ ruby-progressbar (~> 1.7)
291
+ unicode-display_width (>= 2.4.0, < 3.0)
292
+ rubocop-ast (1.28.0)
293
+ parser (>= 3.2.1.0)
294
+ rubocop-capybara (2.18.0)
295
+ rubocop (~> 1.41)
296
+ rubocop-performance (1.16.0)
297
+ rubocop (>= 1.7.0, < 2.0)
298
+ rubocop-ast (>= 0.4.0)
299
+ rubocop-rails (2.17.4)
300
+ activesupport (>= 4.2.0)
301
+ rack (>= 1.1)
302
+ rubocop (>= 1.33.0, < 2.0)
303
+ rubocop-rake (0.6.0)
304
+ rubocop (~> 1.0)
305
+ rubocop-rspec (2.20.0)
306
+ rubocop (~> 1.33)
307
+ rubocop-capybara (~> 2.17)
308
+ ruby-progressbar (1.13.0)
309
+ ruby-vips (2.1.4)
310
+ ffi (~> 1.12)
311
+ shellany (0.0.1)
312
+ slim (4.1.0)
313
+ temple (>= 0.7.6, < 0.9)
314
+ tilt (>= 2.0.6, < 2.1)
315
+ slim-rails (3.5.1)
316
+ actionpack (>= 3.1)
317
+ railties (>= 3.1)
318
+ slim (>= 3.0, < 5.0)
319
+ sqlite3 (1.6.0)
320
+ mini_portile2 (~> 2.8.0)
321
+ sqlite3 (1.6.0-arm64-darwin)
322
+ sqlite3 (1.6.0-x86_64-darwin)
323
+ sqlite3 (1.6.0-x86_64-linux)
324
+ standard (1.28.0)
325
+ language_server-protocol (~> 3.17.0.2)
326
+ lint_roller (~> 1.0)
327
+ rubocop (~> 1.50.2)
328
+ standard-custom (~> 1.0.0)
329
+ standard-performance (~> 1.0.1)
330
+ standard-custom (1.0.0)
331
+ lint_roller (~> 1.0)
332
+ standard-performance (1.0.1)
333
+ lint_roller (~> 1.0)
334
+ rubocop-performance (~> 1.16.0)
335
+ stimulus-rails (1.2.1)
336
+ railties (>= 6.0.0)
337
+ temple (0.8.2)
338
+ thor (1.2.1)
339
+ tilt (2.0.11)
340
+ timeout (0.3.1)
341
+ turbo-rails (1.3.3)
342
+ actionpack (>= 6.0.0)
343
+ activejob (>= 6.0.0)
344
+ railties (>= 6.0.0)
345
+ tzinfo (2.0.6)
346
+ concurrent-ruby (~> 1.0)
347
+ unicode-display_width (2.4.2)
348
+ web-console (4.2.0)
349
+ actionview (>= 6.0.0)
350
+ activemodel (>= 6.0.0)
351
+ bindex (>= 0.4.0)
352
+ railties (>= 6.0.0)
353
+ webrick (1.8.1)
354
+ websocket-driver (0.7.5)
355
+ websocket-extensions (>= 0.1.0)
356
+ websocket-extensions (0.1.5)
357
+ xpath (3.2.0)
358
+ nokogiri (~> 1.8)
359
+ yard (0.9.26)
360
+ zeitwerk (2.6.6)
361
+
362
+ PLATFORMS
363
+ arm64-darwin-22
364
+ ruby
365
+ x86_64-darwin-22
366
+ x86_64-linux
367
+
368
+ DEPENDENCIES
369
+ annotate
370
+ awesome_print
371
+ bootsnap
372
+ capybara
373
+ cssbundling-rails
374
+ cuprite
375
+ debug
376
+ dotenv
377
+ dotenv-rails
378
+ guard
379
+ guard-rspec
380
+ image_processing
381
+ jbuilder
382
+ jsbundling-rails
383
+ mini_magick
384
+ propshaft
385
+ pry
386
+ pry-byebug
387
+ pry-doc
388
+ pry-rails
389
+ puma
390
+ rack_session_access
391
+ rails (~> 7.0.0)
392
+ rake
393
+ rspec-rails
394
+ rspec-retry
395
+ rubocop
396
+ rubocop-performance
397
+ rubocop-rails
398
+ rubocop-rake
399
+ rubocop-rspec
400
+ shimmer!
401
+ slim-rails
402
+ sqlite3 (~> 1.6)
403
+ standard
404
+ stimulus-rails
405
+ turbo-rails
406
+ web-console
407
+
408
+ BUNDLED WITH
409
+ 2.4.9
@@ -20,7 +20,7 @@ module Shimmer
20
20
  resize = if height
21
21
  "#{width}x#{height}>"
22
22
  else
23
- "#{width}x"
23
+ "#{width}x>"
24
24
  end
25
25
  end
26
26
  @resize = resize
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Shimmer
4
- VERSION = "0.0.34"
4
+ VERSION = "0.0.35"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shimmer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.34
4
+ version: 0.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jens Ravens
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-24 00:00:00.000000000 Z
11
+ date: 2024-06-03 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description:
14
14
  email:
@@ -48,6 +48,7 @@ files:
48
48
  - config/rubocop_extensions/rails.yml
49
49
  - config/rubocop_extensions/rspec.yml
50
50
  - gemfiles/Gemfile-rails-7-0
51
+ - gemfiles/Gemfile-rails-7-0.lock
51
52
  - lib/shimmer.rb
52
53
  - lib/shimmer/auth.rb
53
54
  - lib/shimmer/auth/apple_provider.rb