xrb 0.11.0 → 0.11.2
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/ext/extconf.rb +2 -2
- data/lib/xrb/template.rb +1 -0
- data/lib/xrb/version.rb +1 -1
- data/license.md +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -9
- 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: 191b9d8b1c76135932e4b95c00603c31e9d8528bea772b8dcdb8f6a9c697e898
|
4
|
+
data.tar.gz: b05ffe7752fb49104e1a056ed96bc235676c19d06e2a4aa751c3e13a39e75637
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 112685f3e991db8bcfcff7777e907111b2aae8621435bb9d176cff8359d0167627d1cb2d79f12e16adc0530458796317602a2b7700d2dee1f75e5d52fdab7ab4
|
7
|
+
data.tar.gz: 3e4ed11828e217d07459c7fb2ced92af58029392de6d3b49510336c3dfd9ab44777fbaf61b7de1124138b9e4d09183395e4148d6942e738f3ea311aeec4c61db
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/ext/extconf.rb
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
# frozen_string_literal: true
|
2
2
|
|
3
3
|
# Released under the MIT License.
|
4
|
-
# Copyright, 2016-
|
4
|
+
# Copyright, 2016-2025, by Samuel Williams.
|
5
5
|
|
6
6
|
return if RUBY_DESCRIPTION =~ /jruby/
|
7
7
|
|
8
8
|
require "mkmf"
|
9
9
|
|
10
|
-
|
10
|
+
append_cflags(["-Wall", "-Wno-unknown-pragmas", "-std=c99"])
|
11
11
|
|
12
12
|
have_func("rb_sym2str")
|
13
13
|
have_func("rb_str_cat_cstr")
|
data/lib/xrb/template.rb
CHANGED
data/lib/xrb/version.rb
CHANGED
data/license.md
CHANGED
data.tar.gz.sig
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xrb
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.11.
|
4
|
+
version: 0.11.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Samuel Williams
|
8
8
|
- Adam Daniels
|
9
9
|
- Cyril Roelandt
|
10
10
|
- Jean Boussier
|
11
|
-
autorequire:
|
12
11
|
bindir: bin
|
13
12
|
cert_chain:
|
14
13
|
- |
|
@@ -40,10 +39,8 @@ cert_chain:
|
|
40
39
|
Q2K9NVun/S785AP05vKkXZEFYxqG6EW012U4oLcFl5MySFajYXRYbuUpH6AY+HP8
|
41
40
|
voD0MPg1DssDLKwXyt1eKD/+Fq0bFWhwVM/1XiAXL7lyYUyOq24KHgQ2Csg=
|
42
41
|
-----END CERTIFICATE-----
|
43
|
-
date:
|
42
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
44
43
|
dependencies: []
|
45
|
-
description:
|
46
|
-
email:
|
47
44
|
executables: []
|
48
45
|
extensions:
|
49
46
|
- ext/extconf.rb
|
@@ -99,7 +96,6 @@ metadata:
|
|
99
96
|
documentation_uri: https://socketry.github.io/xrb/
|
100
97
|
funding_uri: https://github.com/sponsors/ioquatix
|
101
98
|
source_code_uri: https://github.com/ioquatix/xrb.git
|
102
|
-
post_install_message:
|
103
99
|
rdoc_options: []
|
104
100
|
require_paths:
|
105
101
|
- lib
|
@@ -107,15 +103,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
107
103
|
requirements:
|
108
104
|
- - ">="
|
109
105
|
- !ruby/object:Gem::Version
|
110
|
-
version: '3.
|
106
|
+
version: '3.2'
|
111
107
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
112
108
|
requirements:
|
113
109
|
- - ">="
|
114
110
|
- !ruby/object:Gem::Version
|
115
111
|
version: '0'
|
116
112
|
requirements: []
|
117
|
-
rubygems_version: 3.
|
118
|
-
signing_key:
|
113
|
+
rubygems_version: 3.6.7
|
119
114
|
specification_version: 4
|
120
115
|
summary: A fast native templating system that compiles directly to Ruby code.
|
121
116
|
test_files: []
|
metadata.gz.sig
CHANGED
Binary file
|