Project

lelylan-rb

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby wrapper for Lelylan API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 0.8
< 4.0, >= 1.2.0
< 2.0, >= 0.8.0
 Project Readme

Ruby SDK for Lelylan

Ruby SDK for Lelylan.

Requirements

Ruby SDK is tested against MRI 1.9.3.

Installation

Install the client using Bundler.

  • gem 'lelylan-rb', require: 'lelylan'
  • gem 'oauth2'

Resources

Documentation

Contributing

Fork the repo on github and send a pull requests with topic branches. Do not forget to provide specs to your contribution.

Running specs

  • 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.

IRB Testing

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'

Spec guidelines

Follow betterspecs.org guidelines.

Coding guidelines

Follow github guidelines.

Feedback

Use the issue tracker for bugs or stack overflow for questions. Mail or Tweet us for any idea that can improve the project.

Links

Authors

Andrea Reginato

Contributors

Special thanks to all contributors for submitting patches.

Changelog

See CHANGELOG

License

Lelylan is licensed under the Apache License, Version 2.0.