json_p3 0.2.1

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.
data.tar.gz.sig ADDED
@@ -0,0 +1 @@
1
+ �6�wC��LlT ��O�q_�)�O�3��*�������]���Z��V��%Ar�Ϋ�4L����� [~�+��&K)��|VX8�d����wTrʋ�[�k�;d��IP&��SV������n#W7��2�.�|�6�dS\N6����´�l���4� F��Gs�I�
metadata ADDED
@@ -0,0 +1,110 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: json_p3
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.1
5
+ platform: ruby
6
+ authors:
7
+ - James Prior
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain:
11
+ - |
12
+ -----BEGIN CERTIFICATE-----
13
+ MIIEhTCCAu2gAwIBAgIBATANBgkqhkiG9w0BAQsFADBEMRYwFAYDVQQDDA1qYW1l
14
+ c2dyLnByaW9yMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJk/IsZAEZ
15
+ FgNjb20wHhcNMjQxMDI0MDcxNDAzWhcNMjUxMDI0MDcxNDAzWjBEMRYwFAYDVQQD
16
+ DA1qYW1lc2dyLnByaW9yMRUwEwYKCZImiZPyLGQBGRYFZ21haWwxEzARBgoJkiaJ
17
+ k/IsZAEZFgNjb20wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQDvtEeN
18
+ ZNN153v2ZK+U+Tj7kfRgl52GzmZS7lIG83xvT5/K8xEG5G4Tqiq/aGuDdbnxtd/t
19
+ TQf6CtkixPzwj7WGIwoV28AUHKOJ7UjqRhXIuAn3nmzRLRNK2gVYpvzLTNCyLhIb
20
+ jyZqgvtjR9mmW/Uuq+9LcLN4iFfkW+4dSmcABnkZHWMWGZYMIwoYYpluEUS1KiRZ
21
+ mIALPEGO5JcpVvjpDwaP6GqV0khgnLixz9KlAF+2DCyki21wxtJoxJTuL9H5Ogb+
22
+ k+nDQd9ELFYfbn73UKYGPtoUxkQeNF/ajJAkb/8t0cwUeSgtpSPhWIITWBgdLq11
23
+ svViBlK9UZZC+dWG9x1lueVTG9fXBl69NJ9VA7MaxmHVY133sEySqwZMCrtDYjPX
24
+ wIzLI2U8iSDIsjxTq3F3pbxeD4ee85ZY/xAV9M6fpjmKJERibRZTUPQo9ujHAhVM
25
+ YNbfAHhPRGphT64/ocBjCmonrvA0fB3jP5wduEa5vD3JPOSb7dtCnNzNvDcCAwEA
26
+ AaOBgTB/MAkGA1UdEwQCMAAwCwYDVR0PBAQDAgSwMB0GA1UdDgQWBBSswivEK7I4
27
+ DrAJcSgIMhgedOJm5DAiBgNVHREEGzAZgRdqYW1lc2dyLnByaW9yQGdtYWlsLmNv
28
+ bTAiBgNVHRIEGzAZgRdqYW1lc2dyLnByaW9yQGdtYWlsLmNvbTANBgkqhkiG9w0B
29
+ AQsFAAOCAYEAdq8q0kDj14XNFMVYdjv1dG6Zaom3hEIkWv7+AsaPVw33puAnffQU
30
+ lb2H1FG0LOGailuzPUadop6w/7oHO2jefj/85V0Tk6Hhk8cQpYQrtQgOHA3nsbmJ
31
+ 9JksJ+Y8RbyZP5dDTyZjTG4N3kgwZeNozcLeLj2ONBZRvGAjh8fyHOdLMPVNpM2K
32
+ naRHKdSqWSU728nHDiVvLlGVkRInDmC+gC1msKqSEnQrLiBl27jMbsce9GKi2cb7
33
+ DNjDwDg37yrbWgU5LS97+DU6dbMGVE3zPpuZGPZMTdXqzWWy2VlTPXMvAVt3Y4YG
34
+ 90hO1nDIwLn/1w9+Vb76b/5xc8AWWLozK4IPjh3pTvL6tCDiZw7tOQYp2uIO1Id1
35
+ hKbb8cJaj/A6UsTE00yz5CUyQMcLz3LaL9k7Ek0u7vCcJLicl1HbAeq1ah7ePLLX
36
+ 6dM18fnfBc3yA4KI7AO8UAmRkTscMYV6f/K4YZR6ZYCNWRpY7rkg+arhf05aoSQf
37
+ vn9bO1bzwdnG
38
+ -----END CERTIFICATE-----
39
+ date: 2024-10-24 00:00:00.000000000 Z
40
+ dependencies: []
41
+ description: JSONPath following RFC 9535
42
+ email:
43
+ - jamesgr.prior@gmail.com
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".rubocop.yml"
49
+ - ".yardopts"
50
+ - CHANGELOG.md
51
+ - LICENCE
52
+ - README.md
53
+ - Rakefile
54
+ - Steepfile
55
+ - lib/json_p3.rb
56
+ - lib/json_p3/cache.rb
57
+ - lib/json_p3/environment.rb
58
+ - lib/json_p3/errors.rb
59
+ - lib/json_p3/filter.rb
60
+ - lib/json_p3/function.rb
61
+ - lib/json_p3/function_extensions/count.rb
62
+ - lib/json_p3/function_extensions/length.rb
63
+ - lib/json_p3/function_extensions/match.rb
64
+ - lib/json_p3/function_extensions/pattern.rb
65
+ - lib/json_p3/function_extensions/search.rb
66
+ - lib/json_p3/function_extensions/value.rb
67
+ - lib/json_p3/lexer.rb
68
+ - lib/json_p3/node.rb
69
+ - lib/json_p3/parser.rb
70
+ - lib/json_p3/path.rb
71
+ - lib/json_p3/segment.rb
72
+ - lib/json_p3/selector.rb
73
+ - lib/json_p3/token.rb
74
+ - lib/json_p3/unescape.rb
75
+ - lib/json_p3/version.rb
76
+ - performance/benchmark.rb
77
+ - performance/benchmark_ips.rb
78
+ - performance/benchmark_small_citylots.rb
79
+ - performance/memory_profile.rb
80
+ - performance/memory_profile_small_citylots.rb
81
+ - performance/profile.rb
82
+ - sig/json_p3.rbs
83
+ homepage: https://github.com/jg-rp/ruby-json-p3
84
+ licenses:
85
+ - MIT
86
+ metadata:
87
+ homepage_uri: https://github.com/jg-rp/ruby-json-p3
88
+ source_code_uri: https://github.com/jg-rp/ruby-json-p3
89
+ changelog_uri: https://github.com/jg-rp/ruby-json-p3/blob/main/CHANGELOG.md
90
+ rubygems_mfa_required: 'true'
91
+ post_install_message:
92
+ rdoc_options: []
93
+ require_paths:
94
+ - lib
95
+ required_ruby_version: !ruby/object:Gem::Requirement
96
+ requirements:
97
+ - - ">="
98
+ - !ruby/object:Gem::Version
99
+ version: 3.0.0
100
+ required_rubygems_version: !ruby/object:Gem::Requirement
101
+ requirements:
102
+ - - ">="
103
+ - !ruby/object:Gem::Version
104
+ version: '0'
105
+ requirements: []
106
+ rubygems_version: 3.5.16
107
+ signing_key:
108
+ specification_version: 4
109
+ summary: 'JSONPath: Query Expressions for JSON in Ruby'
110
+ test_files: []
metadata.gz.sig ADDED
Binary file