-
Name
-
zeitwerk
-
Version
-
2.6.12
-
Platform
-
ruby
-
Authors
-
Xavier Noria
-
Bindir
-
bin
-
Date
-
2023-09-25 00:00:00 UTC
-
Description
-
Zeitwerk implements constant autoloading with Ruby semantics. Each gem
and application may have their own independent autoloader, with its own
configuration, inflector, and logger. Supports autoloading,
reloading, and eager loading.
-
Email
-
fxn@hashref.com
-
Files
-
MIT-LICENSE
README.md
lib/zeitwerk.rb
lib/zeitwerk/error.rb
lib/zeitwerk/explicit_namespace.rb
lib/zeitwerk/gem_inflector.rb
lib/zeitwerk/gem_loader.rb
lib/zeitwerk/inflector.rb
lib/zeitwerk/internal.rb
lib/zeitwerk/kernel.rb
lib/zeitwerk/loader.rb
lib/zeitwerk/loader/callbacks.rb
lib/zeitwerk/loader/config.rb
lib/zeitwerk/loader/eager_load.rb
lib/zeitwerk/loader/helpers.rb
lib/zeitwerk/real_mod_name.rb
lib/zeitwerk/registry.rb
lib/zeitwerk/version.rb
-
Homepage
-
https://github.com/fxn/zeitwerk
-
Licenses
-
MIT
-
Metadata
-
{"homepage_uri"=>"https://github.com/fxn/zeitwerk", "changelog_uri"=>"https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md", "source_code_uri"=>"https://github.com/fxn/zeitwerk", "bug_tracker_uri"=>"https://github.com/fxn/zeitwerk/issues"}
-
Require paths
-
lib
-
Required ruby version
-
>= 2.5
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.4.16
-
Specification version
-
4
-
Summary
-
Efficient and thread-safe constant autoloader
-
Original platform
-
ruby
-
New platform
-
ruby