# -*- encoding: utf-8 -*- # stub: bootsnap 1.7.1.pre1 ruby lib # stub: ext/bootsnap/extconf.rb Gem::Specification.new do |s| s.name = "bootsnap".freeze s.version = "1.7.1.pre1".freeze s.required_rubygems_version = Gem::Requirement.new("> 1.3.1".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/master/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 = "2021-02-03" 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 = ["CHANGELOG.md".freeze, "LICENSE.txt".freeze, "README.md".freeze, "exe/bootsnap".freeze, "ext/bootsnap/bootsnap.c".freeze, "ext/bootsnap/bootsnap.h".freeze, "ext/bootsnap/extconf.rb".freeze, "lib/bootsnap.rb".freeze, "lib/bootsnap/bundler.rb".freeze, "lib/bootsnap/cli.rb".freeze, "lib/bootsnap/cli/worker_pool.rb".freeze, "lib/bootsnap/compile_cache.rb".freeze, "lib/bootsnap/compile_cache/iseq.rb".freeze, "lib/bootsnap/compile_cache/yaml.rb".freeze, "lib/bootsnap/explicit_require.rb".freeze, "lib/bootsnap/load_path_cache.rb".freeze, "lib/bootsnap/load_path_cache/cache.rb".freeze, "lib/bootsnap/load_path_cache/change_observer.rb".freeze, "lib/bootsnap/load_path_cache/core_ext/kernel_require.rb".freeze, "lib/bootsnap/load_path_cache/core_ext/loaded_features.rb".freeze, "lib/bootsnap/load_path_cache/loaded_features_index.rb".freeze, "lib/bootsnap/load_path_cache/path.rb".freeze, "lib/bootsnap/load_path_cache/path_scanner.rb".freeze, "lib/bootsnap/load_path_cache/realpath_cache.rb".freeze, "lib/bootsnap/load_path_cache/store.rb".freeze, "lib/bootsnap/setup.rb".freeze, "lib/bootsnap/version.rb".freeze] s.homepage = "https://github.com/Shopify/bootsnap".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Boot large ruby/rails apps faster".freeze s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end