zeitwerk 2.7.4 → 2.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.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zeitwerk
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.7.4
4
+ version: 2.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Noria
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2025-12-16 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies: []
13
12
  description: |2
14
13
  Zeitwerk implements constant autoloading with Ruby semantics. Each gem
@@ -36,6 +35,7 @@ files:
36
35
  - lib/zeitwerk/loader/callbacks.rb
37
36
  - lib/zeitwerk/loader/config.rb
38
37
  - lib/zeitwerk/loader/eager_load.rb
38
+ - lib/zeitwerk/loader/file_system.rb
39
39
  - lib/zeitwerk/loader/helpers.rb
40
40
  - lib/zeitwerk/null_inflector.rb
41
41
  - lib/zeitwerk/real_mod_name.rb
@@ -53,7 +53,6 @@ metadata:
53
53
  changelog_uri: https://github.com/fxn/zeitwerk/blob/main/CHANGELOG.md
54
54
  source_code_uri: https://github.com/fxn/zeitwerk
55
55
  bug_tracker_uri: https://github.com/fxn/zeitwerk/issues
56
- post_install_message:
57
56
  rdoc_options: []
58
57
  require_paths:
59
58
  - lib
@@ -68,8 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
68
67
  - !ruby/object:Gem::Version
69
68
  version: '0'
70
69
  requirements: []
71
- rubygems_version: 3.4.19
72
- signing_key:
70
+ rubygems_version: 4.0.3
73
71
  specification_version: 4
74
72
  summary: Efficient and thread-safe constant autoloader
75
73
  test_files: []