rufus-decision 0.9 → 1.0
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG.txt +10 -0
- data/CREDITS.txt +7 -0
- data/README.txt +13 -3
- data/lib/rufus/decision.rb +484 -484
- data/lib/rufus/hashes.rb +143 -108
- data/lib/rufus-decision.rb +3 -0
- data/test/decision_0_test.rb +293 -293
- data/test/decision_1_test.rb +38 -38
- data/test/dmixin.rb +28 -28
- data/test/eval_test.rb +12 -12
- metadata +13 -6
data/CHANGELOG.txt
ADDED
data/CREDITS.txt
ADDED
data/README.txt
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
|
5
5
|
== getting it
|
6
6
|
|
7
|
-
sudo gem install rufus-decision
|
7
|
+
sudo gem install -y rufus-decision
|
8
8
|
|
9
9
|
or at
|
10
10
|
|
@@ -81,6 +81,11 @@ On the rufus-ruby list[http://groups.google.com/group/rufus-ruby] :
|
|
81
81
|
http://groups.google.com/group/rufus-ruby
|
82
82
|
|
83
83
|
|
84
|
+
== irc
|
85
|
+
|
86
|
+
irc.freenode.net #ruote
|
87
|
+
|
88
|
+
|
84
89
|
== issue tracker
|
85
90
|
|
86
91
|
http://rubyforge.org/tracker/?atid=18584&group_id=4812&func=browse
|
@@ -88,9 +93,9 @@ http://rubyforge.org/tracker/?atid=18584&group_id=4812&func=browse
|
|
88
93
|
|
89
94
|
== source
|
90
95
|
|
91
|
-
http://
|
96
|
+
http://github.com/jmettraux/rufus-decision
|
92
97
|
|
93
|
-
|
98
|
+
git clone git://github.com/jmettraux/rufus-decision.git
|
94
99
|
|
95
100
|
|
96
101
|
== author
|
@@ -99,6 +104,11 @@ John Mettraux, jmettraux@gmail.com
|
|
99
104
|
http://jmettraux.wordpress.com
|
100
105
|
|
101
106
|
|
107
|
+
== the rest of Rufus
|
108
|
+
|
109
|
+
http://rufus.rubyforge.org
|
110
|
+
|
111
|
+
|
102
112
|
== license
|
103
113
|
|
104
114
|
MIT
|