ruleby 0.8.b8 → 0.8.b9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/lib/core/engine.rb +0 -3
  2. metadata +2 -2
@@ -224,9 +224,6 @@ module Ruleby
224
224
  def retract(object,&block)
225
225
  @wm_altered = true
226
226
  fact_helper(object,:minus,&block)
227
-
228
- # I have mixed feelings about doing this...
229
- assert InitialFact.new if facts.empty?
230
227
  object
231
228
  end
232
229
 
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ruleby
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease: 4
5
- version: 0.8.b8
5
+ version: 0.8.b9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Joe Kutner
@@ -11,7 +11,7 @@ autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
13
 
14
- date: 2011-06-02 00:00:00 -05:00
14
+ date: 2011-06-03 00:00:00 -05:00
15
15
  default_executable:
16
16
  dependencies: []
17
17