You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.3 KiB
22 lines
1.3 KiB
# -*- encoding: utf-8 -*-
|
|
# stub: zeitwerk 2.5.4 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "zeitwerk".freeze
|
|
s.version = "2.5.4"
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.metadata = { "bug_tracker_uri" => "https://github.com/fxn/zeitwerk/issues", "changelog_uri" => "https://github.com/fxn/zeitwerk/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/fxn/zeitwerk", "source_code_uri" => "https://github.com/fxn/zeitwerk" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Xavier Noria".freeze]
|
|
s.date = "2022-01-27"
|
|
s.description = " Zeitwerk implements constant autoloading with Ruby semantics. Each gem\n and application may have their own independent autoloader, with its own\n configuration, inflector, and logger. Supports autoloading,\n reloading, and eager loading.\n".freeze
|
|
s.email = "fxn@hashref.com".freeze
|
|
s.homepage = "https://github.com/fxn/zeitwerk".freeze
|
|
s.licenses = ["MIT".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze)
|
|
s.rubygems_version = "3.1.6".freeze
|
|
s.summary = "Efficient and thread-safe constant autoloader".freeze
|
|
|
|
s.installed_by_version = "3.1.6" if s.respond_to? :installed_by_version
|
|
end
|
|
|