onload 1.0.1 → 1.0.2

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: 28a13165064ab12f90be8cbd747bf6415db93f389372504da6a74be9990fbf7f
4
- data.tar.gz: ad1c1d895454a361f1d395bff11df2a49d29ca9141f4b17ff84eb5cb8b60d104
3
+ metadata.gz: 13f19bdf6088329ac7349d6655fa119c3f3b963187e1b83ff764eb7711483e36
4
+ data.tar.gz: 68262832b33e15d78b292a20d09769c951625bf35aad3f6a7b863c10f401788a
5
5
  SHA512:
6
- metadata.gz: 45318e23c8ced6dd3cfaf49d5f700315963c0d3f8abf0dd10dc2bb97c7a06060bb34806cc6787c3989db8a393c57e32f65114ed2590bd2c7bdad32b719026fec
7
- data.tar.gz: e21049998cfd402b47b71938156f7f93054508486bb3968ae4a7544cd7c1ff0109799259d1213cf56240501fddb0027b642fdfaa21906d0b16120115a71a7f62
6
+ metadata.gz: 69c34a1b432cff54b0f4d8179587500b6733c5e9b1cd4832dcb5b924a803c5290ce681dc9a383a75565d79bea6007fd52d3bc2567500947be19eb983c9afff18
7
+ data.tar.gz: c120d68e75c811b0757f3c3c393202a6eb706fb75c6dde44b01165baa378b0b96e391a41b25f9e6b79f3436cc3dd0ee715eb2dbf4316d98dc97a840f99540d00
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 1.0.2
2
+ * Add support for Rails 7.1.
3
+ * Add support for Zeitwerk 2.6.12.
4
+
1
5
  ## 1.0.1
2
6
  * Fix bug causing compiled C extensions (i.e. .bundle and .so files) to be passed to `Kernel.load` when `require`d, which tries to evaluate them as text/Ruby code.
3
7
 
@@ -32,6 +32,11 @@ module Onload
32
32
 
33
33
  super
34
34
  end
35
+
36
+ # introduced in Zeitwerk v2.6.10
37
+ def cname_for(basename, abspath)
38
+ super(Onload.basename(basename), abspath)
39
+ end
35
40
  end
36
41
  end
37
42
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Onload
4
- VERSION = "1.0.1"
4
+ VERSION = "1.0.2"
5
5
  end
@@ -68292,3 +68292,66 @@ Processing by HomeController#index as HTML
68292
68292
  Rendered home/index.html.erb within layouts/application (Duration: 0.9ms | Allocations: 94)
68293
68293
  Rendered layout layouts/application.html.erb (Duration: 1.1ms | Allocations: 149)
68294
68294
  Completed 200 OK in 2ms (Views: 1.9ms | Allocations: 554)
68295
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:16:21 -0800
68296
+ Processing by HomeController#index as HTML
68297
+ Rendering layout layouts/application.html.erb
68298
+ Rendering home/index.html.erb within layouts/application
68299
+ Rendered home/index.html.erb within layouts/application (Duration: 2.4ms | Allocations: 1840)
68300
+ Rendered layout layouts/application.html.erb (Duration: 3.1ms | Allocations: 2011)
68301
+ Completed 200 OK in 24ms (Views: 8.6ms | Allocations: 12281)
68302
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:16:21 -0800
68303
+ Processing by HomeController#index as HTML
68304
+ Rendering layout layouts/application.html.erb
68305
+ Rendering home/index.html.erb within layouts/application
68306
+ Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 8)
68307
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 58)
68308
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 240)
68309
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:16:21 -0800
68310
+ Processing by HomeController#index as HTML
68311
+ Rendering layout layouts/application.html.erb
68312
+ Rendering home/index.html.erb within layouts/application
68313
+ Rendered home/index.html.erb within layouts/application (Duration: 1.1ms | Allocations: 94)
68314
+ Rendered layout layouts/application.html.erb (Duration: 1.3ms | Allocations: 149)
68315
+ Completed 200 OK in 2ms (Views: 1.8ms | Allocations: 554)
68316
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:37 -0800
68317
+ Processing by HomeController#index as HTML
68318
+ Rendering layout layouts/application.html.erb
68319
+ Rendering home/index.html.erb within layouts/application
68320
+ Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 313)
68321
+ Rendered layout layouts/application.html.erb (Duration: 1.7ms | Allocations: 505)
68322
+ Completed 200 OK in 31ms (Views: 10.7ms | Allocations: 14990)
68323
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:37 -0800
68324
+ Processing by HomeController#index as HTML
68325
+ Rendering layout layouts/application.html.erb
68326
+ Rendering home/index.html.erb within layouts/application
68327
+ Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 10)
68328
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 79)
68329
+ Completed 200 OK in 0ms (Views: 0.3ms | Allocations: 255)
68330
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:37 -0800
68331
+ Processing by HomeController#index as HTML
68332
+ Rendering layout layouts/application.html.erb
68333
+ Rendering home/index.html.erb within layouts/application
68334
+ Rendered home/index.html.erb within layouts/application (Duration: 1.2ms | Allocations: 184)
68335
+ Rendered layout layouts/application.html.erb (Duration: 1.5ms | Allocations: 332)
68336
+ Completed 200 OK in 3ms (Views: 2.4ms | Allocations: 1068)
68337
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:54 -0800
68338
+ Processing by HomeController#index as HTML
68339
+ Rendering layout layouts/application.html.erb
68340
+ Rendering home/index.html.erb within layouts/application
68341
+ Rendered home/index.html.erb within layouts/application (Duration: 1.4ms | Allocations: 309)
68342
+ Rendered layout layouts/application.html.erb (Duration: 1.8ms | Allocations: 501)
68343
+ Completed 200 OK in 23ms (Views: 9.0ms | Allocations: 14960)
68344
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:55 -0800
68345
+ Processing by HomeController#index as HTML
68346
+ Rendering layout layouts/application.html.erb
68347
+ Rendering home/index.html.erb within layouts/application
68348
+ Rendered home/index.html.erb within layouts/application (Duration: 0.0ms | Allocations: 10)
68349
+ Rendered layout layouts/application.html.erb (Duration: 0.1ms | Allocations: 79)
68350
+ Completed 200 OK in 1ms (Views: 0.9ms | Allocations: 255)
68351
+ Started GET "/" for 127.0.0.1 at 2023-11-09 21:32:55 -0800
68352
+ Processing by HomeController#index as HTML
68353
+ Rendering layout layouts/application.html.erb
68354
+ Rendering home/index.html.erb within layouts/application
68355
+ Rendered home/index.html.erb within layouts/application (Duration: 1.3ms | Allocations: 180)
68356
+ Rendered layout layouts/application.html.erb (Duration: 1.6ms | Allocations: 328)
68357
+ Completed 200 OK in 3ms (Views: 2.6ms | Allocations: 1067)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: onload
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Dutro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-04 00:00:00.000000000 Z
11
+ date: 2023-11-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: A preprocessor system for Ruby.
14
14
  email: