rb_sys 0.9.76 → 0.9.77
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
- checksums.yaml.gz.sig +0 -0
- data/lib/rb_sys/mkmf.rb +3 -7
- data/lib/rb_sys/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b31464c40e0238817da236bfbc3890d604ee772304c1e0186ab61942ff2cb72b
|
|
4
|
+
data.tar.gz: 4a23bcaf4d11ac382a0a6ee1c1e9aafd8725087ef1e2520e53d3713fbb0a5c91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ede98c88f6793cb94f365b7106bcc8253c967e28205ebd73aecc166f95bf37f34c350490548cd39c61fb5f70f60937a73a39ec5ffe57352b0e5eb9bd67cd1627
|
|
7
|
+
data.tar.gz: 046e69a7794b381560e40ee845b9ec1efeaa454977323737793819bd3149580f355d2f415447962147daf084de2af5347f3a80a0ede635393aec4fb7bcd5f9a1
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/lib/rb_sys/mkmf.rb
CHANGED
|
@@ -80,12 +80,8 @@ module RbSys
|
|
|
80
80
|
#{conditional_assign("RB_SYS_CARGO_PROFILE_DIR", "$(RB_SYS_CARGO_PROFILE)", indent: 1)}
|
|
81
81
|
#{endif_stmt}
|
|
82
82
|
|
|
83
|
-
# Set the build profile (dev, release, etc.)
|
|
84
|
-
#{if_eq_stmt("$(RB_SYS_CARGO_PROFILE)", "release")}
|
|
85
|
-
#{assign_stmt("RB_SYS_CARGO_PROFILE_FLAG", "--release", indent: 1)}
|
|
86
|
-
#{else_stmt}
|
|
83
|
+
# Set the build profile (dev, release, etc.).
|
|
87
84
|
#{assign_stmt("RB_SYS_CARGO_PROFILE_FLAG", "--profile $(RB_SYS_CARGO_PROFILE)", indent: 1)}
|
|
88
|
-
#{endif_stmt}
|
|
89
85
|
|
|
90
86
|
# Account for sub-directories when using `--target` argument with Cargo
|
|
91
87
|
#{conditional_assign("RB_SYS_CARGO_TARGET_DIR", "target")}
|
|
@@ -332,8 +328,8 @@ module RbSys
|
|
|
332
328
|
raise "libclang version 5.0.0 or greater is required (current #{libclang_version})"
|
|
333
329
|
end
|
|
334
330
|
|
|
335
|
-
if libclang_version >= Gem::Version.new("
|
|
336
|
-
raise "libclang version
|
|
331
|
+
if libclang_version >= Gem::Version.new("17.0.0")
|
|
332
|
+
raise "libclang version < 17.0.0 or greater is required (current #{libclang_version})"
|
|
337
333
|
end
|
|
338
334
|
end
|
|
339
335
|
|
data/lib/rb_sys/version.rb
CHANGED
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rb_sys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.77
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ian Ker-Seymer
|
|
@@ -30,7 +30,7 @@ cert_chain:
|
|
|
30
30
|
DIZ6NVmpBvohJVCCCDxQQxFKLXZp1ivoxjN+m7eJSW7yzIz062pH4u8pPNQsiVSb
|
|
31
31
|
I5rgRPbDr2rAFGXKoQ0+u6CLkRxqrVsITl/OPfZhBQI=
|
|
32
32
|
-----END CERTIFICATE-----
|
|
33
|
-
date: 2023-05-
|
|
33
|
+
date: 2023-05-10 00:00:00.000000000 Z
|
|
34
34
|
dependencies: []
|
|
35
35
|
description:
|
|
36
36
|
email:
|
metadata.gz.sig
CHANGED
|
Binary file
|