rgrabowski/rules_processor

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.codeclimate.yml
.gitignore
.rspec
.rubocop.yml
.travis.yml
Gemfile
LICENSE.txt
README.md
Rakefile
bin/console
bin/setup
lib/rules_processor.rb26
A
0 mins
lib/rules_processor/condition_matcher.rb18
A
0 mins
lib/rules_processor/configuration.rb8
A
0 mins
lib/rules_processor/operations/base.rb33
A
0 mins
lib/rules_processor/operations/greater_than.rb9
A
0 mins
lib/rules_processor/operations/greater_than_equal.rb9
A
0 mins
lib/rules_processor/operations/include.rb11
A
0 mins
lib/rules_processor/operations/is.rb9
A
0 mins
lib/rules_processor/operations/is_not.rb9
A
0 mins
lib/rules_processor/operations/less_than.rb9
A
0 mins
lib/rules_processor/operations/less_than_equal.rb9
A
0 mins
lib/rules_processor/operations/normalize_array.rb12
A
0 mins
lib/rules_processor/operations/not_include.rb11
A
0 mins
lib/rules_processor/operators_to_select.rb17
A
0 mins
lib/rules_processor/processor.rb47
A
1 hr
lib/rules_processor/rule_matcher.rb29
A
0 mins
lib/rules_processor/version.rb3
A
0 mins
rules_processor.gemspec