Skip to content

delighted/delighted-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Delighted API client for Ruby Build Status

Official Ruby client for the Delighted API.

For installation and usage instructions, please sign in to your Delighted account and follow the API documentation under Settings.

Supported Rubies

  • Ruby MRI (1.8.7+)
  • JRuby (1.8 + 1.9 modes)
  • RBX (1.8 + 1.9 modes)
  • REE (1.8.7-2012.02)

Contributing

  1. Fork it
  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 new Pull Request