A set of bindings between Ruby and LwGeom library
- LwGeom
If you have checked out this local repository code build like:
ruby /ext/lwgeom/extconf.rb
make
gem build lwgeom.gemspec
gem install lwgeom
or you can add this line to your application's Gemfile
gem 'lwgeom'
And then execute
bundle
This gem licensed under MIT license.
This gem have no bundled dependencies and contains only mappings to LwGeom library that should be installed in your system before this gem.
- Fork it ( https://github.com/cropio/ruby-lwgeom/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request