extconf_compile_commands_json 0.0.3 → 0.0.4

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
  SHA256:
3
- metadata.gz: e8d7c642bd054f8d9fc2be995d871882d4289466841fd24485fcb599949b774d
4
- data.tar.gz: 389552e5907835a6ac8b7cccf77cd4d2d43efad407c871df691ca36080ca5f25
3
+ metadata.gz: 92e4b4fbb8bb8e86e7039716f5ea508d2384890760e5eac2b4e0aa2d4e7acc5a
4
+ data.tar.gz: a9a7564118dba73159f3888a84cc1d5177561480005584b6a538e5ee7d2ec207
5
5
  SHA512:
6
- metadata.gz: 36ca9d74b65d2b3e357b322fbd79ec3c01a4a27087d42d1b37acee48f067c6735f86558e6a4fb99d626b7ffcb7af6a2b9af46bc889f7a1e842150e89f8876515
7
- data.tar.gz: c90b79690b11e0e357f191b9bfeb840c3894bb152b707baa86ed8576efabdd45bf999fb771055a0c580b21dd6a9a235fddffdea1e1bb6b35694d753ca3b1cc03
6
+ metadata.gz: 549e9d2def77550934c972edca5c86d0edab4211d5175099f312d6319eaf9ce03aba745863a8097e7d64d3825f4e509596a49798e653a44e23b020e7abcf492f
7
+ data.tar.gz: 6ae64693bf58886d3670d3bc7032520d0db565d4eeabb7ae90ab376deb357db0e4cd330619cec29dad0d192b6223e5b4f2623c3b201934cbc84b6b1b207c1b95
@@ -22,3 +22,7 @@ module ExtconfCompileCommandsJson
22
22
  end
23
23
 
24
24
  MakeMakefile.prepend ExtconfCompileCommandsJson::AutoloadPatch
25
+ # We have to patch the toplevel binding directly as well, because requiring
26
+ # mkmf includes it into main straight away. So, prepending to MakeMakefile
27
+ # will be ignored if someone calls "create_makefile" in their extconf.rb
28
+ prepend ExtconfCompileCommandsJson::AutoloadPatch
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extconf_compile_commands_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - KJ Tsanaktsidis