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

ffi dependency #7

Closed madsheep closed 13 years ago

madsheep commented 13 years ago

I know this is a bit obvious (gem name and all) but shouldn't ffi dependency be listed in gemspec?

dark-panda commented 13 years ago

Yeah, an oversight by me. I'm so used to just including ffi in my Gemfiles that I don't really notice it I guess. Cheers.