bali 2.1.2 → 2.2.0

Sign up to get free protection for your applications and to get access to all the features.
data/lib/bali/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bali
2
- VERSION = "2.1.2"
2
+ VERSION = "2.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bali
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Pahlevi
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-06 00:00:00.000000000 Z
11
+ date: 2015-10-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -81,6 +81,10 @@ files:
81
81
  - lib/bali/foundations/exceptions/bali_error.rb
82
82
  - lib/bali/foundations/exceptions/dsl_error.rb
83
83
  - lib/bali/foundations/exceptions/objection_error.rb
84
+ - lib/bali/foundations/judger/judge.rb
85
+ - lib/bali/foundations/judger/negative_judge.rb
86
+ - lib/bali/foundations/judger/positive_judge.rb
87
+ - lib/bali/foundations/role_extractor.rb
84
88
  - lib/bali/foundations/rule/rule.rb
85
89
  - lib/bali/foundations/rule/rule_class.rb
86
90
  - lib/bali/foundations/rule/rule_group.rb