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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c79e94963bafba1b586eedc8c4bf6c7c946b3940a0c7bc097cae7d04040403e5
4
- data.tar.gz: f6f9c2b94b7311b976ef215080955bf77f8684ba0d17548c83bd03d6bdde7683
3
+ metadata.gz: b31464c40e0238817da236bfbc3890d604ee772304c1e0186ab61942ff2cb72b
4
+ data.tar.gz: 4a23bcaf4d11ac382a0a6ee1c1e9aafd8725087ef1e2520e53d3713fbb0a5c91
5
5
  SHA512:
6
- metadata.gz: 7887dbf95e017f3cc0be4d430574dad5d53ef3deb5f1809027a4d9b92a02be5f19e0b2f9dba449b9fcbd17089b044bc202ef39c9be20345522988e73ab65d9c4
7
- data.tar.gz: 98e18fa3cb80075f935b874f8e7b5ca6bd13b6d9bf0134e4fc9df18d180ae363a2461a82891f860d557eb5e943267fd7ecc397e2a25a04dac4b9426dc36f9e86
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.) Compat with Rust 1.54.
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("15.0.0")
336
- raise "libclang version > 14.0.0 or greater is required (current #{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
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module RbSys
4
- VERSION = "0.9.76"
4
+ VERSION = "0.9.77"
5
5
  end
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.76
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-09 00:00:00.000000000 Z
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