mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 11:39:17 +00:00
23 lines
1.3 KiB
Ruby
23 lines
1.3 KiB
Ruby
# -*- encoding: utf-8 -*-
|
|
# stub: zeitwerk 2.6.7 ruby lib
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "zeitwerk".freeze
|
|
s.version = "2.6.7"
|
|
|
|
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 = "2023-02-10"
|
|
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
|