ffi-yajl 2.6.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -8
  3. data/lib/ffi_yajl/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c5ec16c37b0bf0e83072db4ac2a59946d3bbe33dd0ff14f24a9a6bd36d9f27a6
4
- data.tar.gz: ceea10faee75d0359bb7baa2a9e092450a14daa167d99e27bc14af55271288a0
3
+ metadata.gz: 27162c0934fd134ebcef9c76ad3599841b7400b14fbfaf804abd1006f6527bdf
4
+ data.tar.gz: b72ba7e4623d29b9d6526e86db2fb564ae1f4cf70e1a800f5899b56ef415cc30
5
5
  SHA512:
6
- metadata.gz: ec8f2c1ee081cd51a5b663e8ac556e3fa25b815f7529b66b7c54024f5fe1dc90b6af1dd1c7542c1be9725d76924aeaefec9f77ff79fa2194a007b8c05c3c42a6
7
- data.tar.gz: f6ea602a13b858e0d9cd40b0cbf8bb01de7cdf95730ca6ad30d05aeb89412fda6468183daee8c4c20ec4f3fe641cc5b072425225edc32e1d0af2b89310469383
6
+ metadata.gz: 51a0bd24b6bd5c1bf74ea34a8b41b35f117c2c1616f1d9369a59792fe0fc832c171d2c20e153b010dcc130f37fe18251bce418b724b2b46be18550ee4f8fc6de
7
+ data.tar.gz: 8545b3422aea11ef6b6705a599812f48cd57ee2252e0da5956cd848df1045f8d3348e16ed2d041abb60b282075e4ade1a09ae12fcb6364edd6c92fa6fa92c9c4
data/README.md CHANGED
@@ -15,14 +15,7 @@ ffi-yajl is a Ruby adapter for the [yajl](http://lloyd.github.io/yajl/) JSON par
15
15
 
16
16
  ## How to Install
17
17
 
18
- **Warning** if building through Omnibus, a preinstalled ffi-yajl and libyajl2-gem version not matching the bundled version of the project you're attempting to build (e.g., Chef) may cause:
19
-
20
- `cannot find -lyajldll: No such file or directory`
21
-
22
- If your build script ends up up in this state, a short term fix is `gem uninstall -I libyajl2` before the failing `bundle install`
23
-
24
-
25
- ### Install from the command-line:
18
+ Install from the command-line:
26
19
 
27
20
  ```
28
21
  gem install ffi-yajl
@@ -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.6.0".freeze
24
+ VERSION = "3.0.0".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.6.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Lamont Granquist
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-07-19 00:00:00.000000000 Z
11
+ date: 2023-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: libyajl2