extconf_compile_commands_json 0.0.3 → 0.0.4
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/lib/extconf_compile_commands_json/autoload.rb +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 92e4b4fbb8bb8e86e7039716f5ea508d2384890760e5eac2b4e0aa2d4e7acc5a
|
|
4
|
+
data.tar.gz: a9a7564118dba73159f3888a84cc1d5177561480005584b6a538e5ee7d2ec207
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|