Sha256: 588b90340dfbd46d881a0e5b6877ccf7131eb9f49c262552089729dcb3e317b1

Contents?: true

Size: 690 Bytes

Versions: 3

Compression:

Stored size: 690 Bytes

Contents

# Legion::Extensions::Conditioner

A core Legion Extension used to evaluate conditions for sub tasks to run

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'lex-conditioner'
```

And then execute:

    $ bundle install

Or install it yourself as:

    $ gem install lex-conditioner

## Adding to Legion
You can manually install with a `gem install lex-http` command or by adding it into your settings with something like this
```json
{
  "extensions": {
    "conditioner": {
      "enabled": true, "workers": 1
    }
  }
}
```

## Usage


## License

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
lex-conditioner-0.2.5 README.md
lex-conditioner-0.2.3 README.md
lex-conditioner-0.2.1 README.md