ruleby 0.1 → 0.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,10 +1,10 @@
1
1
  --- !ruby/object:Gem::Specification
2
- rubygems_version: 0.8.11
2
+ rubygems_version: 0.9.3
3
3
  specification_version: 1
4
4
  name: ruleby
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.1"
7
- date: 2007-04-29 00:00:00 -05:00
6
+ version: "0.2"
7
+ date: 2007-07-10 00:00:00 -05:00
8
8
  summary: the Rule Engine for Ruby
9
9
  require_paths:
10
10
  - lib
@@ -20,21 +20,38 @@ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.8.4
23
+ version: 1.8.2
24
24
  version:
25
25
  platform: ruby
26
26
  signing_key:
27
27
  cert_chain:
28
+ post_install_message:
28
29
  authors:
29
30
  - Joe Kutner, Matt Smith
30
31
  files:
31
- - lib/rulebook.rb
32
- - lib/ruleby.rb
33
- - lib/core/atoms.rb
34
- - lib/core/engine.rb
35
- - lib/core/nodes.rb
36
- - lib/core/patterns.rb
37
- - lib/core/utils.rb
32
+ - ./benchmarks/50_joined_rules.rb
33
+ - ./benchmarks/50_rules.rb
34
+ - ./benchmarks/5_joined_rules.rb
35
+ - ./benchmarks/5_rules.rb
36
+ - ./benchmarks/miss_manners/data.rb
37
+ - ./benchmarks/miss_manners/miss_manners.rb
38
+ - ./benchmarks/miss_manners/model.rb
39
+ - ./benchmarks/miss_manners/rules.rb
40
+ - ./examples/example_diagnosis.rb
41
+ - ./examples/example_hello.rb
42
+ - ./examples/example_politician.rb
43
+ - ./examples/example_ticket.rb
44
+ - ./examples/fibonacci_example1.rb
45
+ - ./examples/fibonacci_example2.rb
46
+ - ./examples/fibonacci_rulebook.rb
47
+ - ./examples/test_self_reference.rb
48
+ - ./lib/rulebook.rb
49
+ - ./lib/ruleby.rb
50
+ - ./lib/core/atoms.rb
51
+ - ./lib/core/engine.rb
52
+ - ./lib/core/nodes.rb
53
+ - ./lib/core/patterns.rb
54
+ - ./lib/core/utils.rb
38
55
  test_files: []
39
56
 
40
57
  rdoc_options: []