Sha256: ed4a4c8ca26a87a39837b0156c6b9cabc9102c1627797a4996c8896b690c734a

Contents?: true

Size: 423 Bytes

Versions: 6

Compression:

Stored size: 423 Bytes

Contents

# Remitano Portal Connectors

Remitano Portal Connectors

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'portal-connectors', git: "https://user:pass@bitbucket.org/remitano/portal-connectors.git"
```

And then execute:

    $ bundle

## Tests

```ruby
be rspec spec/lib/
```

## Configuration

```
PortalConnectors.configure do |config|
  config.redis = your_redis
  config.nest = your_nest
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
portal-connectors-0.58.39xc README.md
portal-connectors-0.58.39xb README.md
portal-connectors-0.58.39xa README.md
portal-connectors-0.58.39fj README.md
portal-connectors-0.58.39fg README.md
portal-connectors-0.58.38xn README.md