Closed Chillwall closed 5 years ago
Hi @Chillwall !
Which Ruby version are you using?
Using ruby 2.3.7
Hola!
Just had the time to work on this.
Fixed in #41 and released a new version - https://rubygems.org/gems/panko_serializer/versions/0.5.10
@Chillwall please update if this fixes your issue (and please upgrade your ruby ;))
Hi,
I get this error when trying to serialize an object with Fixnum field attribute :
symbol lookup error: /usr/local/bundle/gems/panko_serializer-0.5.9/lib/panko/panko_serializer.so: undefined symbol: RB_INTEGER_TYPE_P
If I use a method attribute to transform it in a String it works fine.