extconf_compile_commands_json 0.0.2 → 0.0.3

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: 88de348e6640c23af1e07d9f0020a0ec522178b29582ceb9fea6d33688fd2724
4
- data.tar.gz: 2d13985b767102f8106fa060417292c68b254912b761b67c8559ded462cbd837
3
+ metadata.gz: e8d7c642bd054f8d9fc2be995d871882d4289466841fd24485fcb599949b774d
4
+ data.tar.gz: 389552e5907835a6ac8b7cccf77cd4d2d43efad407c871df691ca36080ca5f25
5
5
  SHA512:
6
- metadata.gz: c146378f481ad9479e117f95e8a6e3a0f2a8780740c10f2146ef65cbfef3ad2ff9489c58e5541df2dd51eea08a941492322341917f8c09ebaa60a59828684a8e
7
- data.tar.gz: 9e6375c68826300429d7849abc34c993577a7de0e2b9b1b7055ec3d1a0c1efbb5fe9b80b55d7854907c66fb7ba5d6e096ba603c95085a7035423625dfc4097c0
6
+ metadata.gz: 36ca9d74b65d2b3e357b322fbd79ec3c01a4a27087d42d1b37acee48f067c6735f86558e6a4fb99d626b7ffcb7af6a2b9af46bc889f7a1e842150e89f8876515
7
+ data.tar.gz: c90b79690b11e0e357f191b9bfeb840c3894bb152b707baa86ed8576efabdd45bf999fb771055a0c580b21dd6a9a235fddffdea1e1bb6b35694d753ca3b1cc03
@@ -6,7 +6,10 @@
6
6
  # scripts.
7
7
 
8
8
  require "mkmf"
9
- require "extconf_compile_commands_json"
9
+ # the require_relative looks stupid, but it ensures that you can load this patch
10
+ # simply by running adding -r/path/to/autoload.rb to your Ruby invocation without
11
+ # needing to muck about with $LOAD_PATH or Bundler.
12
+ require_relative "../extconf_compile_commands_json"
10
13
 
11
14
  module ExtconfCompileCommandsJson
12
15
  module 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.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - KJ Tsanaktsidis