# -*- encoding: utf-8 -*- # stub: bootsnap 1.4.6 java lib Gem::Specification.new do |s| s.name = "bootsnap".freeze s.version = "1.4.6".freeze s.platform = "java".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "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.date = "2020-02-24" s.description = "Boot large ruby/rails apps faster".freeze s.email = ["burke.libbey@shopify.com".freeze] s.files = [".github/CODEOWNERS".freeze, ".github/probots.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "CONTRIBUTING.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.jp.md".freeze, "README.md".freeze, "Rakefile".freeze, "bin/ci".freeze, "bin/console".freeze, "bin/setup".freeze, "bin/test-minimal-support".freeze, "bin/testunit".freeze, "bootsnap.gemspec".freeze, "dev.yml".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/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/active_support.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, "shipit.rubygems.yml".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, ["~> 10.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