A core Legion Extension used to evaluate conditions for sub tasks to run
Add this line to your application's Gemfile:
gem 'lex-conditioner'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install lex-conditioner
You can manually install with a gem install lex-http
command or by adding it into your settings with something like this
{
"extensions": {
"conditioner": {
"enabled": true, "workers": 1
}
}
}
The gem is available as open source under the terms of the MIT License.