rice 4.0.3 → 4.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/include/rice/rice.hpp +1 -0
- data/lib/version.rb +1 -1
- data/rice/detail/Type.ipp +1 -0
- data/test/embed_ruby.cpp +3 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5955c1123287e348999e519d10afaa7443caa42b16279f29e3037da3f3842576
|
|
4
|
+
data.tar.gz: 975e3cfdb9969036fa9cf41a2d9a28a895a15c0029d2d7f92c99926137f44229
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63de4f41590f14fb6cd88f81c2f7ada803cade5be15e57b3971abed49f3cd61f1cfec9a41d731bdb8114ab3c2e2ac5bdc75dce3c04b854794030a991d21aacaa
|
|
7
|
+
data.tar.gz: 135a8996387abfc992d7d1682235f1b7cd510dd2aed3301e19d89b980270ffff528f951327d2d6de85e14590a364c02278e2b1a5e65b2530c0cdffa3c34ac496
|
data/include/rice/rice.hpp
CHANGED
data/lib/version.rb
CHANGED
data/rice/detail/Type.ipp
CHANGED
data/test/embed_ruby.cpp
CHANGED
|
@@ -21,8 +21,9 @@ void embed_ruby()
|
|
|
21
21
|
// results in a crash.
|
|
22
22
|
// See https://bugs.ruby-lang.org/issues/17643
|
|
23
23
|
if (RUBY_API_VERSION_MAJOR == 3 &&
|
|
24
|
-
|
|
25
|
-
|
|
24
|
+
(RUBY_API_VERSION_MINOR == 1 ||
|
|
25
|
+
(RUBY_API_VERSION_MINOR == 0 &&
|
|
26
|
+
RUBY_API_VERSION_TEENY == 0)))
|
|
26
27
|
{
|
|
27
28
|
// do nothing
|
|
28
29
|
}
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Paul Brannan
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2022-
|
|
13
|
+
date: 2022-05-24 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -220,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
221
|
version: '0'
|
|
222
222
|
requirements: []
|
|
223
|
-
rubygems_version: 3.
|
|
223
|
+
rubygems_version: 3.3.11
|
|
224
224
|
signing_key:
|
|
225
225
|
specification_version: 4
|
|
226
226
|
summary: Ruby Interface for C++ Extensions
|