Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 975 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 975 Bytes

Ruby-LwGeom

Build Status

A set of bindings between Ruby and LwGeom library

Requirements

  • LwGeom

Installation

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

License notes

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.

Contributing

  1. Fork it ( https://github.com/cropio/ruby-lwgeom/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request