bootsnap 1.2.0.pre → 1.2.0
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/README.md +3 -0
- data/lib/bootsnap/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '059b193c29635dc303b7f72742b404312b172bba723b6396df1d6c83ce7b2155'
|
|
4
|
+
data.tar.gz: 94a7b6ada9cb48574c0820ffe8967f435ee7e7881d71ede14cec5b3d774cfa7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b84ab3c65e266ed2235cc00fc65f2d10c5474d43ebe7813dbf29247a1ae9b04bfd37273f241911a69090233837d2be06bfb434466fced104f5e7511a360b2ce9
|
|
7
|
+
data.tar.gz: 3e582933e441fa2458ff9e7099307345b6aa9f3de5ddbe1af8d2a54adf2508d06e6e8586a311c89bd899909a4cd0aeeb48ecc25e01539f567bece1bf38e0fc88
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -24,6 +24,9 @@ If you are using Rails, add this to `config/boot.rb` immediately after `require
|
|
|
24
24
|
require 'bootsnap/setup'
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
+
It's technically possible to simply specify `gem 'bootsnap', require: 'bootsnap/setup'`, but it's
|
|
28
|
+
important to load Bootsnap as early as possible to get maximum performance improvement.
|
|
29
|
+
|
|
27
30
|
You can see how this require works [here](https://github.com/Shopify/bootsnap/blob/master/lib/bootsnap/setup.rb).
|
|
28
31
|
|
|
29
32
|
If you are not using Rails, or if you are but want more control over things, add this to your
|
data/lib/bootsnap/version.rb
CHANGED
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.0
|
|
4
|
+
version: 1.2.0
|
|
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-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -153,9 +153,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
153
153
|
version: 2.0.0
|
|
154
154
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
requirements:
|
|
156
|
-
- - "
|
|
156
|
+
- - ">="
|
|
157
157
|
- !ruby/object:Gem::Version
|
|
158
|
-
version:
|
|
158
|
+
version: '0'
|
|
159
159
|
requirements: []
|
|
160
160
|
rubyforge_project:
|
|
161
161
|
rubygems_version: 2.7.6
|