bootsnap 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/CHANGELOG.md +4 -0
- data/Rakefile +1 -0
- data/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb +2 -0
- data/lib/bootsnap/version.rb +1 -1
- data/shipit.rubygems.yml +4 -0
- metadata +4 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA1:
|
|
3
|
+
metadata.gz: b48e0aabb1c875a210738d7a597b9880430ca2ee
|
|
4
|
+
data.tar.gz: c4a7bb3fb47c6d3201d7cfa93893dec981648a77
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d21de8da773dddbeb6e931daa99bb2873a78a9cf4a57f7d0a6582bf209a1a64a9f9a2cf6dd842a596e045cd9f55b7f32e6d97c0c24a68b39b465cb7dccde74f
|
|
7
|
+
data.tar.gz: da239a7e734181d091d71e22e1265baf72e8dc0d2cec1d69fd0ff3f7c38841e08ce6564ba64672c085bd78b341446b63acaaf5236f0dcb6d0401f3ac1aecd395
|
data/CHANGELOG.md
CHANGED
data/Rakefile
CHANGED
data/lib/bootsnap/version.rb
CHANGED
data/shipit.rubygems.yml
ADDED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bootsnap
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Burke Libbey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -138,6 +138,7 @@ files:
|
|
|
138
138
|
- lib/bootsnap/load_path_cache/store.rb
|
|
139
139
|
- lib/bootsnap/setup.rb
|
|
140
140
|
- lib/bootsnap/version.rb
|
|
141
|
+
- shipit.rubygems.yml
|
|
141
142
|
homepage: https://github.com/Shopify/bootsnap
|
|
142
143
|
licenses:
|
|
143
144
|
- MIT
|
|
@@ -158,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
158
159
|
version: '0'
|
|
159
160
|
requirements: []
|
|
160
161
|
rubyforge_project:
|
|
161
|
-
rubygems_version: 2.
|
|
162
|
+
rubygems_version: 2.6.14
|
|
162
163
|
signing_key:
|
|
163
164
|
specification_version: 4
|
|
164
165
|
summary: Boot large ruby/rails apps faster
|