bootsnap 1.2.0.pre-java → 1.2.1-java

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: da8524003de96771481de01c0d5e6b278f9a2f70
4
- data.tar.gz: 8f4383ed1707683defa7d9d6ebfcccffb8947e4f
3
+ metadata.gz: be40c1a5f15f301e4f098c77ea1054c993c50894
4
+ data.tar.gz: 220e7faba46321071d715b79ff9e069b74257b4d
5
5
  SHA512:
6
- metadata.gz: ef9c71f17302202c815453ed645c22791bd81c00fb240abe14f9e6b00560047da8b6693fb87e1cd9374a4492ea5387b19f90f5a1445d2d18842e2233c379521e
7
- data.tar.gz: 6f3fb54bd94c0e0ba67dad3323c44c2c8e92930ae8b925e6bf388e315ddb729ccb612c7a6c6df83a1dd8521d4ba65499e6b8e62a444ccee4fe366157027771b0
6
+ metadata.gz: ee8e3951733ee8a92aa557fe9fc2b64c3b20a9dc444dc6a11b880ef012b7fdf60849a93b28879384bb1c66a8e348c1490d449e86c420a665dd48d695a6760804
7
+ data.tar.gz: b231ccd8783e0b8c7315ae01e073f714ea54bea98c717b3976bae3761ca65be351743c7cc94ec8395432e536a05dbb9bda668a520a330f309fd3ec3b21d81163
@@ -1,3 +1,12 @@
1
+ # 1.2.1
2
+
3
+ * Fix method visibility of `Kernel#require`.
4
+
5
+ # 1.2.0
6
+
7
+ * Add `LoadedFeaturesIndex` to preserve fix a common bug related to `LOAD_PATH` modifications after
8
+ loading bootsnap.
9
+
1
10
  # 1.1.8
2
11
 
3
12
  * Don't cache YAML documents with `!ruby/object`
data/Rakefile CHANGED
@@ -1,4 +1,5 @@
1
1
  require 'rake/extensiontask'
2
+ require 'bundler/gem_tasks'
2
3
 
3
4
  gemspec = Gem::Specification.load('bootsnap.gemspec')
4
5
  Rake::ExtensionTask.new do |ext|
@@ -11,6 +11,8 @@ module Bootsnap
11
11
  end
12
12
 
13
13
  module Kernel
14
+ private
15
+
14
16
  alias_method :require_without_bootsnap, :require
15
17
 
16
18
  # Note that require registers to $LOADED_FEATURES while load does not.
@@ -1,3 +1,3 @@
1
1
  module Bootsnap
2
- VERSION = "1.2.0.pre"
2
+ VERSION = "1.2.1"
3
3
  end
@@ -0,0 +1,4 @@
1
+ dependencies:
2
+ bundler:
3
+ without:
4
+ - development
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.1
5
5
  platform: java
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-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -137,6 +137,7 @@ files:
137
137
  - lib/bootsnap/load_path_cache/store.rb
138
138
  - lib/bootsnap/setup.rb
139
139
  - lib/bootsnap/version.rb
140
+ - shipit.rubygems.yml
140
141
  homepage: https://github.com/Shopify/bootsnap
141
142
  licenses:
142
143
  - MIT
@@ -152,9 +153,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
152
153
  version: 2.0.0
153
154
  required_rubygems_version: !ruby/object:Gem::Requirement
154
155
  requirements:
155
- - - ">"
156
+ - - ">="
156
157
  - !ruby/object:Gem::Version
157
- version: 1.3.1
158
+ version: '0'
158
159
  requirements: []
159
160
  rubyforge_project:
160
161
  rubygems_version: 2.4.8