Ruby FFI interface to libskypekit C library
- libskypekit C library
- ffi gem
Install libskypekit.
Add this line to your application's Gemfile:
gem 'skypekit'
And then execute:
$ bundle
Or install it yourself as:
$ gem install skypekit
Check examples directory.
Run ping_pong example:
SK_KEY=bla.pem SK_USER=user SK_PASS=secret be ruby examples/ping_pong.rb
- Andriy Yanko
- Volodymyr Bezobiuk
- Alexey Vasiliev
- Copyright (c) 2012 Railsware (www.railsware.com)
- MIT