Sha256: 423ea487771ee06a6430860477be3fa9517883b9d3eaa6d2b4ba62adb270c93a

Contents?: true

Size: 968 Bytes

Versions: 11

Compression:

Stored size: 968 Bytes

Contents

# BloomRemitClient

Ruby wrapper for BloomRemit's API.

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'bloom_remit_client'
```

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install bloom_remit_client

## Usage

See `spec/functional` for examples.

## Factories

To make testing easier, you may `require 'bloom_remit_client/factories'` in your app.

## Development

- Copy `spec/config.yml.sample` to `spec/config.yml` and put your credentials
- Change stuff
- `rspec`

## Contributing

Bug reports and pull requests are welcome on [GitHub](https://github.com/imacchiato/bloom_remit_client-ruby). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.

## License

The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
bloom_remit_client-0.15.0 README.md
bloom_remit_client-0.14.0 README.md
bloom_remit_client-0.13.0 README.md
bloom_remit_client-0.12.0 README.md
bloom_remit_client-0.11.0 README.md
bloom_remit_client-0.10.0 README.md
bloom_remit_client-0.9.0 README.md
bloom_remit_client-0.8.0 README.md
bloom_remit_client-0.7.1 README.md
bloom_remit_client-0.7.0 README.md
bloom_remit_client-0.6.0 README.md