quickjs 0.6.5 → 0.7.0
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/README.md +31 -18
- data/ext/quickjsrb/extconf.rb +15 -2
- data/ext/quickjsrb/quickjsrb.c +11 -0
- data/ext/quickjsrb/quickjsrb.h +5 -0
- data/ext/quickjsrb/vendor/polyfill-intl-en.min.js +10 -0
- data/lib/quickjs/version.rb +1 -1
- metadata +4 -3
data/lib/quickjs/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: quickjs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- hmsk
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-03-
|
11
|
+
date: 2025-03-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: json
|
@@ -78,6 +78,7 @@ files:
|
|
78
78
|
- ext/quickjsrb/quickjs/unicode_gen_def.h
|
79
79
|
- ext/quickjsrb/quickjsrb.c
|
80
80
|
- ext/quickjsrb/quickjsrb.h
|
81
|
+
- ext/quickjsrb/vendor/polyfill-intl-en.min.js
|
81
82
|
- lib/quickjs.rb
|
82
83
|
- lib/quickjs/version.rb
|
83
84
|
- sig/quickjs.rbs
|
@@ -103,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
103
104
|
- !ruby/object:Gem::Version
|
104
105
|
version: '0'
|
105
106
|
requirements: []
|
106
|
-
rubygems_version: 3.
|
107
|
+
rubygems_version: 3.3.27
|
107
108
|
signing_key:
|
108
109
|
specification_version: 4
|
109
110
|
summary: Run binding of QuickJS
|