bootsnap 1.2.0.pre → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ae101ea55aec450002c9322cc752960c5b6367c3a4bbddd32241919291adc1dc
4
- data.tar.gz: 617173fa3e608e774f3730e6a8c3ca2d10030e2ec419a96ff8e90b84979dc736
3
+ metadata.gz: '059b193c29635dc303b7f72742b404312b172bba723b6396df1d6c83ce7b2155'
4
+ data.tar.gz: 94a7b6ada9cb48574c0820ffe8967f435ee7e7881d71ede14cec5b3d774cfa7f
5
5
  SHA512:
6
- metadata.gz: f7488865e503a7f1d7feadcd05b54e0718531c3ec36923db9c6dd7fc1dcea3bbdc112ed8cd0ce75688185554ae256ed8a304c14f83f87125c3bcb31ae57f6036
7
- data.tar.gz: af929fd81f41657a17e0710c2fc3403d5e37a943f968f363a12b9c4c5326dc1405fed0f02caa0104619846688dd3d59b15cb171b8119cec39c3e49fc72517493
6
+ metadata.gz: b84ab3c65e266ed2235cc00fc65f2d10c5474d43ebe7813dbf29247a1ae9b04bfd37273f241911a69090233837d2be06bfb434466fced104f5e7511a360b2ce9
7
+ data.tar.gz: 3e582933e441fa2458ff9e7099307345b6aa9f3de5ddbe1af8d2a54adf2508d06e6e8586a311c89bd899909a4cd0aeeb48ecc25e01539f567bece1bf38e0fc88
@@ -1,3 +1,8 @@
1
+ # 1.2.0
2
+
3
+ * Add `LoadedFeaturesIndex` to preserve fix a common bug related to `LOAD_PATH` modifications after
4
+ loading bootsnap.
5
+
1
6
  # 1.1.8
2
7
 
3
8
  * Don't cache YAML documents with `!ruby/object`
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
@@ -1,3 +1,3 @@
1
1
  module Bootsnap
2
- VERSION = "1.2.0.pre"
2
+ VERSION = "1.2.0"
3
3
  end
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.pre
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-06 00:00:00.000000000 Z
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: 1.3.1
158
+ version: '0'
159
159
  requirements: []
160
160
  rubyforge_project:
161
161
  rubygems_version: 2.7.6