ffi-yajl 2.7.5 → 2.7.6
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 +0 -9
- data/lib/ffi_yajl/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a2a53f5a8577f80f48f79ac85f83a94895a0da875c2581bb34edbc81e4e5946a
|
|
4
|
+
data.tar.gz: cd563b850efd2bfd29d5a892d5950635c9e8a25f39e50cbf05bec9e1b36ae9e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f586937eca86f67660a067cc419c33d7798728ff4c726a9151d8f999b3187c39970c3feaf3a4dabd2ef2ded5978e07c2c9b5137d22e8b319c334d842573072c8
|
|
7
|
+
data.tar.gz: b966847cac924d87a391bf680f3e76d46a8e29f5fd6460083a000b3c9205b06ea95ff6692a416843cb00849e73c22e3ca140e2c9d3523b78361a3c5fe75ab6cc
|
data/README.md
CHANGED
|
@@ -2,15 +2,6 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://buildkite.com/chef-oss/chef-ffi-yajl-master-verify) [](https://badge.fury.io/rb/ffi-yajl)
|
|
4
4
|
|
|
5
|
-
**Umbrella Project**: [Chef Foundation](https://github.com/chef/chef-oss-practices/blob/master/projects/chef-foundation.md)
|
|
6
|
-
|
|
7
|
-
**Project State**: [Active](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md#active)
|
|
8
|
-
|
|
9
|
-
**Issues [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
|
|
10
|
-
|
|
11
|
-
**Pull Request [Response Time Maximum](https://github.com/chef/chef-oss-practices/blob/master/repo-management/repo-states.md)**: 14 days
|
|
12
|
-
|
|
13
|
-
|
|
14
5
|
ffi-yajl is a Ruby adapter for the [yajl](http://lloyd.github.io/yajl/) JSON parser/generator library. ffi-yajl supports multiple Ruby C extension mechanisms, including both MRI native extensions and FFI in order to be compatible with as many Ruby implementations as possible while providing good performance where possible.
|
|
15
6
|
|
|
16
7
|
## How to Install
|
data/lib/ffi_yajl/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ffi-yajl
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.7.
|
|
4
|
+
version: 2.7.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Lamont Granquist
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2026-01-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: libyajl2
|
|
@@ -56,7 +56,10 @@ description: Ruby FFI wrapper around YAJL 2.x
|
|
|
56
56
|
email: lamont@chef.io
|
|
57
57
|
executables:
|
|
58
58
|
- ffi-yajl-bench
|
|
59
|
-
extensions:
|
|
59
|
+
extensions:
|
|
60
|
+
- ext/ffi_yajl/ext/encoder/extconf.rb
|
|
61
|
+
- ext/ffi_yajl/ext/parser/extconf.rb
|
|
62
|
+
- ext/ffi_yajl/ext/dlopen/extconf.rb
|
|
60
63
|
extra_rdoc_files:
|
|
61
64
|
- README.md
|
|
62
65
|
- LICENSE
|