ffi-yajl 2.7.5 → 2.7.7

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +0 -9
  3. data/lib/ffi_yajl/version.rb +1 -1
  4. metadata +6 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36eb8453fae1ee5e3be035ff951f44e9cdedf82aa1741d17ad53337e724802d2
4
- data.tar.gz: 38f7bb44043d5a3d7c0220de3cb2690e193062e459befa1f93f7704aaedd310a
3
+ metadata.gz: 234e1b503e88ef1f959a288b6925e28a0745619aa67e651972a967f56e060e5d
4
+ data.tar.gz: 4c05f19a2ab3f177d606662578dddd411212ab063bfdf15b666b76d0177763bf
5
5
  SHA512:
6
- metadata.gz: 8ee931bf2998f8f11ed0ec592a077d27541c7ca39b319eed2fbb01f2b07dbadf70980f3df8b20844784d171988a818733f952d9f2b47aa4c366e0e466de840a8
7
- data.tar.gz: 1fcce6171cc934967fcad4b92283902770154734be56d5bf1475b078da78ab6fa21d716e867dd72b5040f0396809149fda76e275d457e37d7d029629bd7680bf
6
+ metadata.gz: 6f3a20e98de19bbba9dcfd33f8e21678b971ecbfa3939a3c5e600fd57c0a9e5b06e7630ba0a1618e2e7beacfc7e6468fffff67978370f246d0cd49686515ef07
7
+ data.tar.gz: 15d3740349a7dcca9388144f37a303220d5175492bdcf10a7ecf1890dd8609c67b689ce2cb963d37f0202bb62d455bfb8bcede5a88e689a805d2f1fdf2ef2046
data/README.md CHANGED
@@ -2,15 +2,6 @@
2
2
 
3
3
  [![Build status](https://badge.buildkite.com/35c43155d637f5201a5030cd4e7d8025573c0042094e00bbb3.svg?branch=master)](https://buildkite.com/chef-oss/chef-ffi-yajl-master-verify) [![Gem Version](https://badge.fury.io/rb/ffi-yajl.svg)](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
@@ -21,5 +21,5 @@
21
21
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22
22
 
23
23
  module FFI_Yajl
24
- VERSION = "2.7.5".freeze
24
+ VERSION = "2.7.7".freeze
25
25
  end
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.5
4
+ version: 2.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lamont Granquist
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-11-18 00:00:00.000000000 Z
11
+ date: 2026-01-16 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