dark-panda / ffi-geos

ffi-geos is an implementation of the GEOS Ruby bindings in Ruby via FFI.
MIT License
58 stars 15 forks source link

= GEOS Ruby Bindings via FFI

== Requirements

We currently test on Travis CI using the current releases of MRI that are maintained. See .travis.yml for a list. We also test against jruby-head.

=== JRuby Notes

Note that versions of JRuby prior to version 1.6.3 have problems in their ffi implementation when dealing with AutoPointers that can lead to segfaults during garbage collection.

== Features

ffi-geos supports all of the features found in the binary SWIG-based GEOS Ruby bindings along with the following enhancements and additions:

== New Methods and Additions (not exhaustive)

== Thanks

== License

This gem is licensed under an MIT-style license. See the +MIT-LICENSE+ file for details.