ruby-lsapi 5.4 → 5.5
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/ext/lsapi/lsruby.c +2 -2
- data/lsapi.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: dec44a2d3510fddc7b579c45b074da900d2c643f9d6f0f262744cafea8651a9e
|
|
4
|
+
data.tar.gz: ee876a52384db249328ff617e55ddaece9ffaf2f2ef554b53718233323590b5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a866894eb216a6065f268310a84ff1d05c1de3e33a49e193e977d17a5d814e4fab4b736b4a127c8b3d5cf3a204627ca9eaf5ba99b0f783ad4fdfcbe9a88af85
|
|
7
|
+
data.tar.gz: 587defe8c9198bc71bad28ef7dfb97e4a1b260bed8564053bd646e7f3016f861d0d260b4c0996991b1098711f380b1ed636c378691201f68a614dd61d6ad3be3
|
data/ext/lsapi/lsruby.c
CHANGED
|
@@ -353,7 +353,7 @@ static VALUE lsapi_printf(int argc, VALUE *argv, VALUE out)
|
|
|
353
353
|
|
|
354
354
|
static VALUE lsapi_puts _((int, VALUE*, VALUE));
|
|
355
355
|
|
|
356
|
-
#if
|
|
356
|
+
#if RUBY_API_VERSION_CODE >= 10900
|
|
357
357
|
static VALUE lsapi_puts_ary(VALUE ary, VALUE out, int recur )
|
|
358
358
|
{
|
|
359
359
|
VALUE tmp;
|
|
@@ -411,7 +411,7 @@ static VALUE lsapi_puts(int argc, VALUE *argv, VALUE out)
|
|
|
411
411
|
line = rb_str_new2("nil");
|
|
412
412
|
break;
|
|
413
413
|
case T_ARRAY:
|
|
414
|
-
#if
|
|
414
|
+
#if RUBY_API_VERSION_CODE >= 10900
|
|
415
415
|
rb_exec_recursive(lsapi_puts_ary, argv[i], out);
|
|
416
416
|
#else
|
|
417
417
|
rb_protect_inspect(lsapi_puts_ary, argv[i], out);
|
data/lsapi.gemspec
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = %q{ruby-lsapi}
|
|
3
|
-
s.version = "5.
|
|
4
|
-
s.date = %q{
|
|
3
|
+
s.version = "5.5"
|
|
4
|
+
s.date = %q{2023-06-08}
|
|
5
5
|
s.description = "This is a ruby extension for fast communication with LiteSpeed Web Server."
|
|
6
6
|
s.summary = %q{A ruby extension for fast communication with LiteSpeed Web Server.}
|
|
7
7
|
s.has_rdoc = false
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-lsapi
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: '5.
|
|
4
|
+
version: '5.5'
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- LiteSpeed Technologies Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: This is a ruby extension for fast communication with LiteSpeed Web Server.
|
|
14
14
|
email: info@litespeedtech.com
|