--- !ruby/object:Gem::Specification
name: bootsnap
version: !ruby/object:Gem::Version
  version: 1.10.1
platform: ruby
authors:
- Burke Libbey
autorequire: 
bindir: exe
cert_chain: []
date: 2022-01-17 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: msgpack
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.2'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - "~>"
      - !ruby/object:Gem::Version
        version: '1.2'
description: Boot large ruby/rails apps faster
email:
- burke.libbey@shopify.com
executables:
- bootsnap
extensions:
- ext/bootsnap/extconf.rb
extra_rdoc_files: []
files:
- CHANGELOG.md
- LICENSE.txt
- README.md
- exe/bootsnap
- ext/bootsnap/bootsnap.c
- ext/bootsnap/bootsnap.h
- ext/bootsnap/extconf.rb
- lib/bootsnap.rb
- lib/bootsnap/bundler.rb
- lib/bootsnap/cli.rb
- lib/bootsnap/cli/worker_pool.rb
- lib/bootsnap/compile_cache.rb
- lib/bootsnap/compile_cache/iseq.rb
- lib/bootsnap/compile_cache/json.rb
- lib/bootsnap/compile_cache/yaml.rb
- lib/bootsnap/explicit_require.rb
- lib/bootsnap/load_path_cache.rb
- lib/bootsnap/load_path_cache/cache.rb
- lib/bootsnap/load_path_cache/change_observer.rb
- lib/bootsnap/load_path_cache/core_ext/kernel_require.rb
- lib/bootsnap/load_path_cache/core_ext/loaded_features.rb
- lib/bootsnap/load_path_cache/loaded_features_index.rb
- lib/bootsnap/load_path_cache/path.rb
- lib/bootsnap/load_path_cache/path_scanner.rb
- lib/bootsnap/load_path_cache/realpath_cache.rb
- lib/bootsnap/load_path_cache/store.rb
- lib/bootsnap/setup.rb
- lib/bootsnap/version.rb
homepage: https://github.com/Shopify/bootsnap
licenses:
- MIT
metadata:
  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
  allowed_push_host: https://rubygems.org
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 2.3.0
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: '0'
requirements: []
rubygems_version: 3.2.20
signing_key: 
specification_version: 4
summary: Boot large ruby/rails apps faster
test_files: []