sparsam 0.2.3 → 0.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4b9246d1a569e7fa72c9f97015e0f9031b31249a
4
- data.tar.gz: ba92cae518e5606f8c7273fb32519f307163b72c
3
+ metadata.gz: 463e62afdb83d72613bae91f8bdfa8ee62863674
4
+ data.tar.gz: 8f53fa9ee9251f405deca43fc23940976e0c610e
5
5
  SHA512:
6
- metadata.gz: 268c577839d6ba4ff96b19dfdf9d09e6b903a72ef298a4cba763ed13dd4723181b85bf213e0a974ffa0abdf0a5ac131b6ef51f3fe8b42ae753ac4f3d48378afe
7
- data.tar.gz: 83b7f8c97f0feea55491958a67ae0db8805a080a0e874c27e7046211f49f74cd6b39e0f67ac1014b27a70734247ca38173dd1ece94b6dd11bf41ca0b435c9646
6
+ metadata.gz: 2fc153a2a4eccfd8c1b9c6ececaa5d5414a4c770544d07e32a3f07e034dde7ee7f5b52966abd50622eb40fea22dd43fb246058e34c47d4cf258ff4b1acf80b7a
7
+ data.tar.gz: ace526ffb1c1d231458273b9b0a5fb967edcf6b360af9a4e32ff9517359da890793e05afd263a778dedea5fd61a04253ac695c04fdf7e57a684cac4b0ef3f3a7
@@ -1,6 +1,7 @@
1
- #include "serializer.h"
2
1
  #include "stdio.h"
3
2
  #include <ruby.h>
3
+ #include <ruby/intern.h>
4
+ #include "serializer.h"
4
5
 
5
6
  VALUE Sparsam = Qnil;
6
7
  VALUE static_zero_array;
@@ -1,3 +1,7 @@
1
+ extern "C" {
2
+ #include <ruby.h>
3
+ #include <ruby/intern.h>
4
+ }
1
5
  #include "serializer.h"
2
6
  #include <functional>
3
7
  #include <map>
@@ -1,6 +1,4 @@
1
1
  #ifndef __SERIALIZER_H__
2
- #include <ruby.h>
3
- #include <ruby/intern.h>
4
2
  #ifndef NUM2SHORT
5
3
  #define NUM2SHORT NUM2INT
6
4
  #endif
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.3
4
+ version: 0.2.4
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-11-29 00:00:00.000000000 Z
11
+ date: 2018-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -174,4 +174,3 @@ test_files:
174
174
  - spec/gen-ruby/user_types.rb
175
175
  - spec/gen-ruby/user_constants.rb
176
176
  - spec/user.thrift
177
- has_rdoc: true