oj-introspect 0.7.2 → 0.8.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/Gemfile.lock +7 -3
- data/ext/oj-introspect/introspect.c +1 -1
- data/lib/oj/introspect/version.rb +1 -1
- data/oj-introspect.gemspec +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c3d15458434eef27d617f92fc2dd985054aec7d7d309726ad607a871fef843c
|
4
|
+
data.tar.gz: 030a41439c9873956536aab0068fe43e35abbc4909b4ae5afdbca4ad3c316d21
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a73af49854c60e6dee4d6ca4ad0dd6ab9026dd75c89fde1c8a2f0bd3edaff9d3b9adf21e9f753555da040f187724a2c2df03fc083c6ad9912bd357bf34aba198
|
7
|
+
data.tar.gz: ae04dd23554b6aafbcf9ec282a484be916d28e9b882be113698b0177690ac2e66961884c188ecdf911a0fe3171a957aa18bf4c85d3b25b62227ef7f4b3dd7824
|
data/Gemfile.lock
CHANGED
@@ -1,17 +1,21 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
oj-introspect (0.
|
5
|
-
oj (>= 3.
|
4
|
+
oj-introspect (0.8.0)
|
5
|
+
oj (>= 3.16.10)
|
6
6
|
|
7
7
|
GEM
|
8
8
|
remote: https://rubygems.org/
|
9
9
|
specs:
|
10
10
|
benchmark-ips (2.10.0)
|
11
|
+
bigdecimal (3.1.9)
|
11
12
|
coderay (1.1.3)
|
12
13
|
diff-lcs (1.5.0)
|
13
14
|
method_source (1.0.0)
|
14
|
-
oj (3.
|
15
|
+
oj (3.16.10)
|
16
|
+
bigdecimal (>= 3.0)
|
17
|
+
ostruct (>= 0.2)
|
18
|
+
ostruct (0.6.1)
|
15
19
|
pry (0.14.1)
|
16
20
|
coderay (~> 1.1)
|
17
21
|
method_source (~> 1.0)
|
@@ -246,7 +246,7 @@ static VALUE rb_new_introspect_parser(int argc, VALUE *argv, VALUE self) {
|
|
246
246
|
|
247
247
|
VALUE oj_parser = oj_parser_new();
|
248
248
|
struct _ojParser *p;
|
249
|
-
|
249
|
+
TypedData_Get_Struct(oj_parser, struct _ojParser, &oj_parser_type, p);
|
250
250
|
|
251
251
|
init_introspect_parser(p, options);
|
252
252
|
|
data/oj-introspect.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: oj-introspect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mehmet Emin INAC
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-02-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oj
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 3.
|
19
|
+
version: 3.16.10
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - ">="
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version: 3.
|
26
|
+
version: 3.16.10
|
27
27
|
description: Embeds start and end byte offsets of JSON objects into generated Ruby
|
28
28
|
hashes.
|
29
29
|
email:
|
@@ -55,7 +55,7 @@ homepage: https://github.com/meinac/oj-introspect
|
|
55
55
|
licenses:
|
56
56
|
- MIT
|
57
57
|
metadata: {}
|
58
|
-
post_install_message:
|
58
|
+
post_install_message:
|
59
59
|
rdoc_options: []
|
60
60
|
require_paths:
|
61
61
|
- lib
|
@@ -70,8 +70,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
70
|
- !ruby/object:Gem::Version
|
71
71
|
version: '0'
|
72
72
|
requirements: []
|
73
|
-
rubygems_version: 3.
|
74
|
-
signing_key:
|
73
|
+
rubygems_version: 3.5.11
|
74
|
+
signing_key:
|
75
75
|
specification_version: 4
|
76
76
|
summary: Oj introspect parser.
|
77
77
|
test_files: []
|