Ruby SDK for Lelylan.
Ruby SDK is tested against MRI 1.9.3.
Install the client using Bundler.
gem 'lelylan-rb', require: 'lelylan'
gem 'oauth2'
Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.
- Fork and clone the repository.
- Run
gem install bundler
to get the latest for the gemset. - Run
bundle install
for dependencies. - Run
bundle exec guard
and press enter to execute all specs.
To use the source code from your IRB session import lib/
.
git clone https://github.com/lelylan/lelylan-rb
cd lelylan-rb
irb -I lib/
> require 'lelylan'
Follow betterspecs.org guidelines.
Follow github guidelines.
Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.
Special thanks to all contributors for submitting patches.
See CHANGELOG
Lelylan is licensed under the Apache License, Version 2.0.