ffi-yajl 1.0.0-universal-java → 1.0.1-universal-java
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/lib/ffi_yajl/version.rb +1 -1
- metadata +2 -4
- data/lib/ffi_yajl/ext/encoder.bundle +0 -0
- data/lib/ffi_yajl/ext/parser.bundle +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1520ecb77fd2c1f1810f4b18bba62eccab16c1b
|
4
|
+
data.tar.gz: 9cfc7d0d71890a8a8d99074164dc5a012b45b009
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4e3bee5d93f99daa76cf4a097c385cdb373410c0da87808dbc84f8951d3a5f8785c5e2b22e1da378f7830a9b44202c329990f0314365b0f46957ef1a8daf8c4d
|
7
|
+
data.tar.gz: a2881d97c1aac2ba7546fd47aa2497f7a0efc16d46b854561a112cfc1cc36f02e51cf0447bd7e6d92ce0eb15f9a2c51de44cda0b9bfb949b86c4cf61a0901251
|
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: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: universal-java
|
6
6
|
authors:
|
7
7
|
- Lamont Granquist
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-07-
|
11
|
+
date: 2014-07-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -149,8 +149,6 @@ files:
|
|
149
149
|
- lib/ffi_yajl/encoder.rb
|
150
150
|
- lib/ffi_yajl/ext.rb
|
151
151
|
- lib/ffi_yajl/ext/.keep
|
152
|
-
- lib/ffi_yajl/ext/encoder.bundle
|
153
|
-
- lib/ffi_yajl/ext/parser.bundle
|
154
152
|
- lib/ffi_yajl/ffi.rb
|
155
153
|
- lib/ffi_yajl/ffi/encoder.rb
|
156
154
|
- lib/ffi_yajl/ffi/parser.rb
|
Binary file
|
Binary file
|