Ruby Wrapper for the cadooz SOAP Business Order web service
How to use my plugin.
Add this line to your application's Gemfile:
gem 'cadooz'
And then execute:
$ bundle
Or install it yourself as:
$ gem install cadooz
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
This is a public repo, so we don't need to publish the gem in order to pull the changes into an application. Add this line to your Gemfile to get this gem: gem "cadooz", github: "bonusly/cadooz"
When you have changes that you want to pull into an app (i.e. something you would publish as a new version), you can just run bundle update cadooz
in the repo.
The gem is available as open source under the terms of the MIT License.