Sha256: 6f4f7eb2ae655727789f919dbee93cbb9c41237aa3481245b9ffe69fe0f9dfbc
Contents?: true
Size: 857 Bytes
Versions: 2
Compression:
Stored size: 857 Bytes
Contents
# Fulfillment::Api API wrapper for interacting with the Goldstar Fulfillment app. ## Installation Add this line to your application's Gemfile: ```ruby gem 'fulfillment-api', git: 'git@github.com:goldstar/fulfillment-api.git' ``` And then execute: $ bundle ## Usage TODO: Write usage instructions here ## Development 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. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fulfillment-api-1.1.9 | README.md |
fulfillment-api-1.1.7 | README.md |