ffi-compiler 1.4.0 → 1.4.2

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
  SHA256:
3
- metadata.gz: 36bee4e03a58265eef9313e6f533b78b75c6ad29fc3fd14c1d666d85f8b9ed1b
4
- data.tar.gz: cdb95bdc8c5840447ac5b41aea31a4807b10d6a529476deec812dd75004d6f14
3
+ metadata.gz: 59c39f1d0d925b12810c952af5c52fd0631ab72fab24601fb7b3b2eb9359f9a0
4
+ data.tar.gz: 45b7b6b883d0e484c87789287bb722105521033c0a70a2dfa6c7aa51162e902e
5
5
  SHA512:
6
- metadata.gz: 2c43be7e67718870c5e2e293c32694429df1cff6b7ae2716ad026ea6743f75b687cc54f21ed5659d71f762c8c788fc8445449d29cf72f5701bde5fcba52b4e1d
7
- data.tar.gz: 2751d878035dc257e7739348107582a6acd630565fbef10d8b9b827fac6bc62550c8bc6fcc0e73b04feab247ac27477376bb22b52de6bd9ea7382baa64bc2c5a
6
+ metadata.gz: 3e1fafd139b595d06c04e9edcd46818b1d58a4986aa4617a84b0e2f794395f2575012b48368c0e5d019bb4914b0b882b82ac42bf33d63548bc93d42d94cccff8
7
+ data.tar.gz: a58808da33f2e358d8445178dbc19aa8fea350e0a0fcbbb54f58be19fc092cbd49fc3eb238af22ae6254501c47d358eeee517bf8ee7d4cb6f3f377ece1fec884
@@ -11,7 +11,7 @@ module FFI
11
11
 
12
12
  # Load from modern extension fast-path when called from an active gem spec
13
13
  if defined?(Gem::Specification) &&
14
- (spec = Gem::Specification.find_active_stub_by_path(library)&.spec) &&
14
+ (spec = Gem::Specification.find_active_stub_by_path(library)) &&
15
15
  spec.respond_to?(:extension_dir) &&
16
16
  start_path.start_with?(spec.gem_dir)
17
17
 
@@ -50,4 +50,4 @@ module FFI
50
50
  end
51
51
  end
52
52
  end
53
- end
53
+ end
@@ -1,7 +1,7 @@
1
1
 
2
2
  module FFI
3
3
  module Compiler
4
- VERSION = "1.4.0"
4
+ VERSION = "1.4.2"
5
5
  end
6
6
  end
7
7
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ffi-compiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wayne Meissner