sparsam 0.2.0 → 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.
- checksums.yaml +4 -4
- data/ext/serializer.cpp +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 321b7965fbbc375a4cc91aa22881aa516674353f
|
|
4
|
+
data.tar.gz: 4fca4a60305a3ad495f80e8a5280c13541ece0dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f2395063ac5bcecdcbd9764006318f08c859344b366b0df8808ef369dacc094bdc1e2c81b5d6506adeb49f645810889d61c589cf4ddd1586f9d7691cbc0c128b
|
|
7
|
+
data.tar.gz: a9964ead299058bdd1667a2389da48f0c14d5a60ab0e66fbd357ec8d3e193b02cda5f89752b12f7533359defb88c99045852fb4f1842baa373f7bbb541e5caf9
|
data/ext/serializer.cpp
CHANGED
|
@@ -626,7 +626,7 @@ VALUE serializer_writeStruct(VALUE self, VALUE klass, VALUE data) {
|
|
|
626
626
|
"Mismatched type passed to serialize (expected: %s got: %s)",
|
|
627
627
|
RSTRING_PTR(expected_name),
|
|
628
628
|
RSTRING_PTR(actual_name)),
|
|
629
|
-
data,
|
|
629
|
+
CLASS_OF(data),
|
|
630
630
|
ID2SYM(rb_intern("(root)")));
|
|
631
631
|
|
|
632
632
|
RB_GC_GUARD(expected_name);
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sparsam
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Airbnb Thrift Developers
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-08-
|
|
11
|
+
date: 2017-08-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rspec
|
|
@@ -161,7 +161,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
161
161
|
version: '0'
|
|
162
162
|
requirements: []
|
|
163
163
|
rubyforge_project: thrift
|
|
164
|
-
rubygems_version: 2.6.
|
|
164
|
+
rubygems_version: 2.6.12
|
|
165
165
|
signing_key:
|
|
166
166
|
specification_version: 4
|
|
167
167
|
summary: Ruby bindings for Apache Thrift
|