bootsnap 0.3.0.pre2 → 0.3.0.pre3

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
  SHA1:
3
- metadata.gz: aa9caa4faf08302d5050a4d6f41e90920732beed
4
- data.tar.gz: 60d4a539b9065e0771be2c330a614d4bd5fb8efe
3
+ metadata.gz: 8c682b1da9d9a29730bec89fff8786d01962ef3f
4
+ data.tar.gz: 94fa71106e94e83f4cad8f4f772ebe87cc5631b9
5
5
  SHA512:
6
- metadata.gz: 383af9b805278c8d682c368b52b1ec14dd8c1d391692422c269fc9f86d9199aeee3aecdf8e33e1f369ba028316633e97d58d20da176eae74d2d0879dec14a801
7
- data.tar.gz: 307d8dda6d264b1179ee2a955f3fa45c9c01add22233934a333a9a50b122e3d5aa7cfb80199611d35e0e0518091c474c5f3b35d5f0c88912e5fe78e036df0977
6
+ metadata.gz: 577c1df14b7df74bc5957243e4944db626857b0ad64adbf0e42a9b91a795f447ab325d2b5287a1838318e12fffec287e9605e50358b6fd9e7f9f12c4ff51d1d8
7
+ data.tar.gz: f485231e05d7a07ff037e01ef02a504c2936e11d563ee410ea44350db06d7c4299b8fb1439cc705151ec2224e3e3e8bb07d58d12bcdf50a180d8543118f456f3
@@ -172,19 +172,10 @@ fnv1a_64(const char *str)
172
172
  /*
173
173
  * The idea here is that we want a cache key member that changes when the OS
174
174
  * changes in such a way as to make existing compiled ISeqs unloadable.
175
- *
176
- * On Darwin and FreeBSD, this is the kernel version, since that tends to vary
177
- * with whole-system upgrades. What we probably care about more is the libc
178
- * version, which is what we explicitly ask for on linux.
179
- * (and KERN_OSRELEASE came back empty for me one one linux box, so...?)
180
- *
181
- * I'm kind of guessing about the important factors here. We could probably do
182
- * this better.
183
175
  */
184
176
  static uint32_t
185
177
  get_os_version(void)
186
178
  {
187
- size_t len;
188
179
  uint64_t hash;
189
180
  struct utsname utsname;
190
181
 
@@ -1,3 +1,3 @@
1
1
  module Bootsnap
2
- VERSION = "0.3.0.pre2"
2
+ VERSION = "0.3.0.pre3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bootsnap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0.pre2
4
+ version: 0.3.0.pre3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Burke Libbey