Sendle::Api
TODO: Write a gem description
Installation
Add this line to your application's Gemfile:
gem 'sendle-api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install sendle-api
Usage
TODO: Write usage instructions here
Contributing
- Fork it ( https://github.com/[my-github-username]/sendle-api/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Notes
Development
- Navigate to root of this project
- Run bundle install to install the gems specified in sendle-api.gemspec
- Run bundle exec rake spec to run the tests
Release
- Make sure you have a RubyGems.org account
- bundle exec rake release
Guide
Based on this guide: https://quickleft.com/blog/engineering-lunch-series-step-by-step-guide-to-building-your-first-ruby-gem