mirror of
https://github.com/kingomarnajjar/codespaces-rails.git
synced 2026-07-30 09:52:29 +10:00
37 lines
1.5 KiB
Ruby
37 lines
1.5 KiB
Ruby
# -*- encoding: utf-8 -*-
|
|
# stub: bootsnap 1.12.0 ruby lib
|
|
# stub: ext/bootsnap/extconf.rb
|
|
|
|
Gem::Specification.new do |s|
|
|
s.name = "bootsnap".freeze
|
|
s.version = "1.12.0"
|
|
|
|
s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
|
|
s.metadata = { "allowed_push_host" => "https://rubygems.org", "bug_tracker_uri" => "https://github.com/Shopify/bootsnap/issues", "changelog_uri" => "https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md", "source_code_uri" => "https://github.com/Shopify/bootsnap" } if s.respond_to? :metadata=
|
|
s.require_paths = ["lib".freeze]
|
|
s.authors = ["Burke Libbey".freeze]
|
|
s.bindir = "exe".freeze
|
|
s.date = "2022-05-30"
|
|
s.description = "Boot large ruby/rails apps faster".freeze
|
|
s.email = ["burke.libbey@shopify.com".freeze]
|
|
s.executables = ["bootsnap".freeze]
|
|
s.extensions = ["ext/bootsnap/extconf.rb".freeze]
|
|
s.files = ["exe/bootsnap".freeze, "ext/bootsnap/extconf.rb".freeze]
|
|
s.homepage = "https://github.com/Shopify/bootsnap".freeze
|
|
s.licenses = ["MIT".freeze]
|
|
s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze)
|
|
s.rubygems_version = "3.3.10".freeze
|
|
s.summary = "Boot large ruby/rails apps faster".freeze
|
|
|
|
s.installed_by_version = "3.3.10" if s.respond_to? :installed_by_version
|
|
|
|
if s.respond_to? :specification_version then
|
|
s.specification_version = 4
|
|
end
|
|
|
|
if s.respond_to? :add_runtime_dependency then
|
|
s.add_runtime_dependency(%q<msgpack>.freeze, ["~> 1.2"])
|
|
else
|
|
s.add_dependency(%q<msgpack>.freeze, ["~> 1.2"])
|
|
end
|
|
end
|