prebake 0.3.0 → 0.3.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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/prebake/static_ruby.rb +3 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 27e9af4988afacc2c07ae6e09eac8aa9efa26d44dc95401cd4f1d52e14993bd6
4
- data.tar.gz: 801beefc4a2eed88cda591e6cf0b6abbef13a8f597f185eececeafd49b9e6857
3
+ metadata.gz: 9cf794eed23b32317c56fd2fb39f3bce0d7d38d41cbfc1074f4ee16d2f7ee377
4
+ data.tar.gz: b10916ab61bb14d229ad357ec55c9bbefcf0ce8063f0216d897d26de962db2a6
5
5
  SHA512:
6
- metadata.gz: 9911d705b900209619e8051a3d01acb4fdd1337b026f93b577f6b6113cee8ce0a18fa5f88af9316988c7433f01232700731776ff562b8f7d85910cdcd94c802f
7
- data.tar.gz: 80a33006c4a8159bb0b5f594b95c9b60f443e0126f3862fc2c526424794bc2acf6ff2c90ad4bbbec88c58ce0a1dba40ff05c7cc48001e9c0568675f53013fc07
6
+ metadata.gz: 14dc69e465885f018ef9018989a2aa0fcff42f17a65d8b05cebb31c78a5d33db08bf3b52245a3add4f484428834410501d2c710bb00ab1df76f6ffaa72920b0b
7
+ data.tar.gz: 601810a58b81f7d89f4a44c8dbb337faa759ba399cc9b0252b5bd4de12dabba78f8ebbc470becdb3cbed686fecb740155591275f27a7af4a9a7d4b4c7e901237
@@ -8,7 +8,9 @@ module Prebake
8
8
  # Gems whose native extensions are entirely optional — the gem runs correctly in pure Ruby
9
9
  # mode when the extension can't be loaded. Prebake skips the extension for these gems
10
10
  # instead of installing a broken .so. Extend via PREBAKE_OPTIONAL_NATIVE_EXTENSIONS=gem1,gem2.
11
- OPTIONAL_NATIVE_EXTENSIONS_DEFAULT = %w[bootsnap].freeze
11
+ # Intentionally empty: bootsnap 1.18+ requires its native extension unconditionally;
12
+ # skipping the build produces a broken install.
13
+ OPTIONAL_NATIVE_EXTENSIONS_DEFAULT = %w[].freeze
12
14
 
13
15
  class << self
14
16
  def optional_native_extensions
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: prebake
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thejus Paul