bootsnap 1.9.0 → 1.9.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/bootsnap/cli.rb +1 -1
- data/lib/bootsnap/compile_cache.rb +1 -1
- data/lib/bootsnap/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00c1b5b2c37c6a351bb7656ef17ba7f7e6143fd773ceebd6ee09d9a55e25b75a
|
|
4
|
+
data.tar.gz: d6d6d1d68d97e4f2c50c61f0b928714cf94f29ecab6604bb0092517779212738
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1ade83cee1e4a917317cecd34107493424a5174b8bf92cc74db47743d4d84931de24533979480a23aa4ddb496cae8ce1f3cf30a2fbed3996b885a68138d16f0
|
|
7
|
+
data.tar.gz: 23e4f6c77307b30526b880bfd12983b7e66c9539556acd3bc05a2fa3fd6884a142c83dfaa590846651afad243c0bf69c96d994ca8492e5539d706ba3e6cf713f
|
data/CHANGELOG.md
CHANGED
data/lib/bootsnap/cli.rb
CHANGED
|
@@ -161,7 +161,7 @@ module Bootsnap
|
|
|
161
161
|
|
|
162
162
|
def precompile_json(*json_files)
|
|
163
163
|
Array(json_files).each do |json_file|
|
|
164
|
-
if
|
|
164
|
+
if CompileCache::JSON.precompile(json_file, cache_dir: cache_dir)
|
|
165
165
|
STDERR.puts(json_file) if verbose
|
|
166
166
|
end
|
|
167
167
|
end
|
|
@@ -28,7 +28,7 @@ module Bootsnap
|
|
|
28
28
|
require_relative('compile_cache/json')
|
|
29
29
|
Bootsnap::CompileCache::JSON.install!(cache_dir)
|
|
30
30
|
elsif $VERBOSE
|
|
31
|
-
warn("[bootsnap/setup]
|
|
31
|
+
warn("[bootsnap/setup] JSON parsing caching is not supported on this implementation of Ruby")
|
|
32
32
|
end
|
|
33
33
|
end
|
|
34
34
|
end
|
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.9.
|
|
4
|
+
version: 1.9.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Burke Libbey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-09-
|
|
11
|
+
date: 2021-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|