ruby-fann 0.7.10 → 1.0.0

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 (52) hide show
  1. data/History.txt +6 -1
  2. data/License.txt +1 -1
  3. data/Manifest.txt +22 -1
  4. data/README.txt +0 -1
  5. data/Rakefile +0 -0
  6. data/config/hoe.rb +0 -0
  7. data/config/requirements.rb +0 -0
  8. data/ext/ruby_fann/MANIFEST +0 -0
  9. data/ext/ruby_fann/Makefile +36 -28
  10. data/ext/ruby_fann/doublefann.c +30 -0
  11. data/ext/ruby_fann/doublefann.h +33 -0
  12. data/ext/ruby_fann/extconf.rb +9 -5
  13. data/ext/ruby_fann/fann.c +1552 -0
  14. data/ext/ruby_fann/fann_activation.h +144 -0
  15. data/ext/ruby_fann/fann_augment.h +0 -0
  16. data/ext/ruby_fann/fann_cascade.c +1031 -0
  17. data/ext/ruby_fann/fann_cascade.h +503 -0
  18. data/ext/ruby_fann/fann_data.h +799 -0
  19. data/ext/ruby_fann/fann_error.c +204 -0
  20. data/ext/ruby_fann/fann_error.h +161 -0
  21. data/ext/ruby_fann/fann_internal.h +148 -0
  22. data/ext/ruby_fann/fann_io.c +762 -0
  23. data/ext/ruby_fann/fann_io.h +100 -0
  24. data/ext/ruby_fann/fann_train.c +962 -0
  25. data/ext/ruby_fann/fann_train.h +1203 -0
  26. data/ext/ruby_fann/fann_train_data.c +1231 -0
  27. data/ext/ruby_fann/neural_network.c +0 -0
  28. data/lib/ruby_fann/neurotica.rb +0 -0
  29. data/lib/ruby_fann/version.rb +3 -3
  30. data/lib/ruby_fann.rb +0 -0
  31. data/neurotica1.png +0 -0
  32. data/neurotica2.vrml +18 -18
  33. data/setup.rb +0 -0
  34. data/tasks/deployment.rake +0 -0
  35. data/tasks/environment.rake +0 -0
  36. data/tasks/website.rake +0 -0
  37. data/test/test.train +0 -0
  38. data/test/test_helper.rb +0 -0
  39. data/test/test_neurotica.rb +0 -0
  40. data/test/test_ruby_fann.rb +0 -0
  41. data/test/test_ruby_fann_functional.rb +0 -0
  42. data/verify.train +0 -0
  43. data/website/index.html +42 -92
  44. data/website/index.txt +0 -0
  45. data/website/javascripts/rounded_corners_lite.inc.js +0 -0
  46. data/website/stylesheets/screen.css +0 -0
  47. data/website/template.rhtml +0 -0
  48. data/xor.train +0 -0
  49. data/xor_cascade.net +2 -2
  50. data/xor_float.net +1 -1
  51. metadata +22 -6
  52. data/log/debug.log +0 -0
File without changes
File without changes
@@ -1,8 +1,8 @@
1
1
  module RubyFann #:nodoc:
2
2
  module VERSION #:nodoc:
3
- MAJOR = 0
4
- MINOR = 7
5
- TINY = 10
3
+ MAJOR = 1
4
+ MINOR = 0
5
+ TINY = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
data/lib/ruby_fann.rb CHANGED
File without changes
data/neurotica1.png CHANGED
Binary file
data/neurotica2.vrml CHANGED
@@ -4,9 +4,9 @@ Group { children [
4
4
  scale 0.028 0.028 0.028
5
5
  children [
6
6
  Background { skyColor 1.000 1.000 1.000 }
7
- # node 9910840
7
+ # node 2160579600
8
8
  Transform {
9
- translation 6.000 46.000 35.000
9
+ translation 6.000 46.000 32.000
10
10
  scale 2.000 2.000 2.000
11
11
  children [
12
12
  Transform {
@@ -24,9 +24,9 @@ Transform {
24
24
  }
25
25
  ]
26
26
  }
27
- # node 9910420
27
+ # node 2160577360
28
28
  Transform {
29
- translation 50.000 6.000 40.000
29
+ translation 50.000 6.000 37.000
30
30
  scale 2.000 2.000 2.000
31
31
  children [
32
32
  Transform {
@@ -44,7 +44,7 @@ Transform {
44
44
  }
45
45
  ]
46
46
  }
47
- # edge 9910840 -> 9910420
47
+ # edge 2160579600 -> 2160577360
48
48
  Group { children [
49
49
  Transform {
50
50
  children [
@@ -79,9 +79,9 @@ Transform {
79
79
  translation 24.000 17.000 0.000
80
80
  }
81
81
  ] }
82
- # node 9910620
82
+ # node 2160577760
83
83
  Transform {
84
- translation 28.000 46.000 19.000
84
+ translation 28.000 46.000 66.000
85
85
  scale 2.000 2.000 2.000
86
86
  children [
87
87
  Transform {
@@ -99,7 +99,7 @@ Transform {
99
99
  }
100
100
  ]
101
101
  }
102
- # edge 9910620 -> 9910420
102
+ # edge 2160577760 -> 2160577360
103
103
  Group { children [
104
104
  Transform {
105
105
  children [
@@ -134,9 +134,9 @@ Transform {
134
134
  translation 35.000 17.000 0.000
135
135
  }
136
136
  ] }
137
- # node 9910570
137
+ # node 2160577660
138
138
  Transform {
139
- translation 50.000 46.000 57.000
139
+ translation 50.000 46.000 66.000
140
140
  scale 2.000 2.000 2.000
141
141
  children [
142
142
  Transform {
@@ -154,7 +154,7 @@ Transform {
154
154
  }
155
155
  ]
156
156
  }
157
- # edge 9910570 -> 9910420
157
+ # edge 2160577660 -> 2160577360
158
158
  Group { children [
159
159
  Transform {
160
160
  children [
@@ -189,9 +189,9 @@ Transform {
189
189
  translation 46.000 17.000 0.000
190
190
  }
191
191
  ] }
192
- # node 9910520
192
+ # node 2160577560
193
193
  Transform {
194
- translation 72.000 46.000 44.000
194
+ translation 72.000 46.000 14.000
195
195
  scale 2.000 2.000 2.000
196
196
  children [
197
197
  Transform {
@@ -209,7 +209,7 @@ Transform {
209
209
  }
210
210
  ]
211
211
  }
212
- # edge 9910520 -> 9910420
212
+ # edge 2160577560 -> 2160577360
213
213
  Group { children [
214
214
  Transform {
215
215
  children [
@@ -244,9 +244,9 @@ Transform {
244
244
  translation 57.000 17.000 0.000
245
245
  }
246
246
  ] }
247
- # node 9910470
247
+ # node 2160577460
248
248
  Transform {
249
- translation 94.000 46.000 35.000
249
+ translation 94.000 46.000 68.000
250
250
  scale 2.000 2.000 2.000
251
251
  children [
252
252
  Transform {
@@ -264,7 +264,7 @@ Transform {
264
264
  }
265
265
  ]
266
266
  }
267
- # edge 9910470 -> 9910420
267
+ # edge 2160577460 -> 2160577360
268
268
  Group { children [
269
269
  Transform {
270
270
  children [
@@ -300,5 +300,5 @@ Transform {
300
300
  }
301
301
  ] }
302
302
  ] }
303
- Viewpoint {position 1.852 0.963 6.665}
303
+ Viewpoint {position 1.852 0.963 6.480}
304
304
  ] }
data/setup.rb CHANGED
File without changes
File without changes
File without changes
data/tasks/website.rake CHANGED
File without changes
data/test/test.train CHANGED
File without changes
data/test/test_helper.rb CHANGED
File without changes
File without changes
File without changes
File without changes
data/verify.train CHANGED
File without changes
data/website/index.html CHANGED
@@ -33,57 +33,36 @@
33
33
  <h1>ruby-fann</h1>
34
34
  <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/ruby-fann"; return false'>
35
35
  <p>Get Version</p>
36
- <a href="http://rubyforge.org/projects/ruby-fann" class="numbers">0.7.10</a>
36
+ <a href="http://rubyforge.org/projects/ruby-fann" class="numbers">1.0.0</a>
37
37
  </div>
38
38
  <p><em>Bindings to use <a href="http://leenissen.dk/fann/"><span class="caps">FANN</span></a> (Fast Artificial Neural Network) from within ruby/rails environment.</em></p>
39
-
40
-
41
- <h2>Documentation</h2>
42
-
43
-
44
- <p>Get your documentation here: <a href="http://ruby-fann.rubyforge.org/rdoc">Docs</a></p>
45
-
46
-
47
- <h2>Installing</h2>
48
-
49
-
50
- <ul>
51
- <li>First, Go here &#38; install <span class="caps">FANN</span> for your platform:
52
-
53
- <p><a href="http://leenissen.dk/fann/">http://leenissen.dk/fann/</a></p>
54
- </li>
55
- <li>Then, install ruby-fann:
39
+ <h2>Documentation</h2>
40
+ <p>Get your documentation here: <a href="http://ruby-fann.rubyforge.org/rdoc">Docs</a></p>
41
+ <h2>Installing</h2>
42
+ <ul>
43
+ <li>First, Go here &amp; install <span class="caps">FANN</span> for your platform:</li>
44
+ </ul>
45
+ <a href="http://leenissen.dk/fann/">http://leenissen.dk/fann/</a>
46
+ <ul>
47
+ <li>Then, install ruby-fann:<br />
56
48
  <pre class='syntax'><span class="punct">[</span><span class="ident">sudo</span><span class="punct">]</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">ruby</span><span class="punct">-</span><span class="ident">fann</span></pre></li>
57
- </ul>
58
-
59
-
60
- <ul>
61
- <li>Some Mac <span class="caps">OS X</span> users (possibly that are using, or have used, MacPorts) need to use <strong>sudo env <span class="caps">ARCHFLAGS</span>=&#8221;-arch i386&#8221;</strong> in front of the install command:
49
+ </ul>
50
+ <ul>
51
+ <li>Some Mac OS X users (possibly that are using, or have used, MacPorts) need to use <strong>sudo env <span class="caps">ARCHFLAGS</span>=&#8220;-arch i386&#8221;</strong> in front of the install command:<br />
62
52
  <pre class='syntax'><span class="ident">sudo</span> <span class="ident">env</span> <span class="constant">ARCHFLAGS</span><span class="punct">=&quot;</span><span class="string">-arch i386</span><span class="punct">&quot;</span> <span class="ident">gem</span> <span class="ident">install</span> <span class="ident">ruby</span><span class="punct">-</span><span class="ident">fann</span></pre></li>
63
- </ul>
64
-
65
-
66
- <h2>Requirements:</h2>
67
-
68
-
69
- <ul>
70
- <li>Fann 2.1 or greater (preferably in /usr/local/lib). </li>
71
- <li>Ruby 1.8.6 or greater. Windows Ruby should be built natively in Cygwin/MingW. The OneClick installer seems to have problems with any gem that has a native component.</li>
72
- <li>gnu make tools or equiv for native code in ext (tested on linux, mac os x, and windows with <a href="http://www.cygwin.com/">Cygwin</a>).</li>
73
- <li>graphviz and ruby-graphviz is required for experimental <a href="http://ruby-fann.rubyforge.org/rdoc/classes/RubyFann/Neurotica.html">Neurotica</a> (<em>experimental</em>) graphical output.</li>
74
- </ul>
75
-
76
-
77
- <h2>Unit Tests</h2>
78
-
79
-
80
- <p>ruby-fann Gem has full complement of unit tests that are executed before the gem is deployed/redeployed to RubyForge.</p>
81
-
82
-
83
- <h2>Demonstration of usage</h2>
84
-
85
-
86
- <p><pre class='syntax'>
53
+ </ul>
54
+ <h2>Requirements:</h2>
55
+ <ul>
56
+ <li>Fann 2.1 or greater (preferably in /usr/local/lib).</li>
57
+ <li>Ruby 1.8.6 or greater. Windows Ruby should be built natively in Cygwin/MingW. The OneClick installer seems to have problems with any gem that has a native component.</li>
58
+ <li>gnu make tools or equiv for native code in ext (tested on linux, mac os x, and windows with <a href="http://www.cygwin.com/">Cygwin</a>).</li>
59
+ <li>graphviz and ruby-graphviz is required for experimental <a href="http://ruby-fann.rubyforge.org/rdoc/classes/RubyFann/Neurotica.html">Neurotica</a> (<em>experimental</em>) graphical output. <br />
60
+ <br />
61
+ h2. Unit Tests</li>
62
+ </ul>
63
+ <p>ruby-fann Gem has full complement of unit tests that are executed before the gem is deployed/redeployed to RubyForge.</p>
64
+ <h2>Demonstration of usage</h2>
65
+ <p><pre class='syntax'>
87
66
  <span class="ident">require</span> <span class="punct">'</span><span class="string">rubygems</span><span class="punct">'</span>
88
67
  <span class="ident">require</span> <span class="punct">'</span><span class="string">ruby_fann/neural_network</span><span class="punct">'</span>
89
68
 
@@ -104,59 +83,30 @@
104
83
  <span class="comment"># Run with different input data:</span>
105
84
  <span class="ident">outputs</span> <span class="punct">=</span> <span class="ident">fann</span><span class="punct">.</span><span class="ident">run</span><span class="punct">([</span><span class="number">0.7</span><span class="punct">,</span> <span class="number">0.9</span><span class="punct">,</span> <span class="number">0.2</span><span class="punct">])</span>
106
85
  </pre></p>
107
-
108
-
109
- <h2>Now implements a callback method</h2>
110
-
111
-
112
- <p>This callback function can be called during training when using train_on_data, train_on_file or cascadetrain_on_data.</p>
113
-
114
-
115
- <p>It is very useful for doing custom things during training. It is recommended to use this function when implementing custom training procedures, or when visualizing the training in a <span class="caps">GUI</span> etc. The args which the callback function takes is the parameters given to the train_on_data, plus an epochs parameter which tells how many epochs the training have taken so far.</p>
116
-
117
-
118
- <p>The callback method should return an integer, if the callback function returns -1, the training will terminate.</p>
119
-
120
-
121
- <p>The callback (training_callback) will be automatically called if it is implemented on your subclass as follows:</p>
122
-
123
-
86
+ <h2>Now implements a callback method</h2>
87
+ <p>This callback function can be called during training when using train_on_data, train_on_file or cascadetrain_on_data.</p>
88
+ <p>It is very useful for doing custom things during training. It is recommended to use this function when implementing custom training procedures, or when visualizing the training in a <span class="caps">GUI</span> etc. The args which the callback function takes is the parameters given to the train_on_data, plus an epochs parameter which tells how many epochs the training have taken so far.</p>
89
+ <p>The callback method should return an integer, if the callback function returns -1, the training will terminate.</p>
90
+ <p>The callback (training_callback) will be automatically called if it is implemented on your subclass as follows:</p>
124
91
  <pre>
125
92
  class MyFann &lt; RubyFann::Standard
126
93
  def training_callback(args)
127
- puts "ARGS: #{args.inspect}"
94
+ puts "ARGS: #{args.inspect}"
128
95
  0
129
96
  end
130
97
  end
131
98
  </pre>
132
-
133
- <h2>Forum</h2>
134
-
135
-
136
- <p><a href="http://groups.google.com/group/ruby_fann">http://groups.google.com/group/ruby_fann</a></p>
137
-
138
-
139
- <h2>How to submit patches</h2>
140
-
141
-
142
- <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>
143
-
144
-
145
- <p>The trunk repository is <code>svn://rubyforge.org/var/svn/ruby-fann/trunk</code> for anonymous access.</p>
146
-
147
-
148
- <h2>License</h2>
149
-
150
-
151
- <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
152
-
153
-
154
- <h2>Contact</h2>
155
-
156
-
157
- <p>Comments are welcome. Send an email to <a href="mailto:steven@7bpeople.com">Steven Miers</a> email via the <a href="http://groups.google.com/group/ruby_fann">forum</a></p>
99
+ <h2>Forum</h2>
100
+ <p><a href="http://groups.google.com/group/ruby_fann">http://groups.google.com/group/ruby_fann</a></p>
101
+ <h2>How to submit patches</h2>
102
+ <p>Read the <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/">8 steps for fixing other people&#8217;s code</a> and for section <a href="http://drnicwilliams.com/2007/06/01/8-steps-for-fixing-other-peoples-code/#8b-google-groups">8b: Submit patch to Google Groups</a>, use the Google Group above.</p>
103
+ <p>The trunk repository is <code>svn://rubyforge.org/var/svn/ruby-fann/trunk</code> for anonymous access.</p>
104
+ <h2>License</h2>
105
+ <p>This code is free to use under the terms of the <span class="caps">MIT</span> license.</p>
106
+ <h2>Contact</h2>
107
+ <p>Comments are welcome. Send an email to <a href="mailto:steven@7bpeople.com">Steven Miers</a> email via the <a href="http://groups.google.com/group/ruby_fann">forum</a></p>
158
108
  <p class="coda">
159
- <a href="steven@7bpeople.com">Steven Miers</a>, 9th April 2008<br>
109
+ <a href="steven@7bpeople.com">Steven Miers</a>, 1st December 2009<br>
160
110
  </p>
161
111
  </div>
162
112
 
data/website/index.txt CHANGED
File without changes
File without changes
File without changes
File without changes
data/xor.train CHANGED
File without changes
data/xor_cascade.net CHANGED
@@ -30,5 +30,5 @@ cascade_activation_steepnesses_count=4
30
30
  cascade_activation_steepnesses=2.50000000000000000000e-01 5.00000000000000000000e-01 7.50000000000000000000e-01 1.00000000000000000000e+00
31
31
  layer_sizes=3 1 1 1
32
32
  scale_included=0
33
- neurons (num_inputs, activation_function, activation_steepness)=(0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (3, 15, 7.50000000000000000000e-01) (4, 3, 5.00000000000000000000e-01) (5, 5, 5.00000000000000000000e-01)
34
- connections (connected_to_neuron, weight)=(0, 2.00039105820477036701e+00) (1, 2.03274634411451637916e+00) (2, -4.46257064225862726259e-03) (0, 1.38511435586062114228e-03) (1, 1.26539842682924907197e-03) (2, -5.81101844943578171865e+01) (3, 1.59744458685062082348e-02) (0, 2.37194974848303485881e-01) (1, 2.39598433574167157811e-01) (2, 1.51636694557795381755e-01) (3, 3.95927860647156535379e+01) (4, 2.39402930061599683587e-01)
33
+ neurons (num_inputs, activation_function, activation_steepness)=(0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (3, 15, 1.00000000000000000000e+00) (4, 3, 1.00000000000000000000e+00) (5, 5, 5.00000000000000000000e-01)
34
+ connections (connected_to_neuron, weight)=(0, 1.58492057489924009772e+00) (1, 1.54788656381734024414e+00) (2, 2.54461499984572347977e-01) (0, 5.17285816899286168824e-02) (1, -6.65989089934119864178e-03) (2, -1.76592691436072719569e+01) (3, -7.62759466724914125813e-01) (0, 4.64237414749728793950e-01) (1, 1.75929058252561359987e-01) (2, 4.77728010338330788542e-02) (3, 3.99105053443855766204e+01) (4, 2.16788924178288322508e-02)
data/xor_float.net CHANGED
@@ -31,4 +31,4 @@ cascade_activation_steepnesses=2.50000000000000000000e-01 5.00000000000000000000
31
31
  layer_sizes=3 4 2
32
32
  scale_included=0
33
33
  neurons (num_inputs, activation_function, activation_steepness)=(0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (0, 0, 0.00000000000000000000e+00) (3, 5, 1.00000000000000000000e+00) (3, 5, 1.00000000000000000000e+00) (3, 5, 1.00000000000000000000e+00) (0, 5, 1.00000000000000000000e+00) (4, 5, 1.00000000000000000000e+00) (0, 5, 1.00000000000000000000e+00)
34
- connections (connected_to_neuron, weight)=(0, 2.05433290291244574632e+00) (1, 1.59728728606381653599e+00) (2, -1.49963709781130272169e+00) (0, 2.04291389090857400390e+00) (1, 2.35253431493651277151e+00) (2, 1.79139698280579695577e+00) (0, -9.64886735337757706077e-01) (1, 7.78451696838703854908e-01) (2, 1.75117047013541693445e+00) (3, -4.27447464423397338606e+00) (4, 4.20971566210125569540e+00) (5, -1.61148452064459113409e+00) (6, -2.38118451923205842746e+00)
34
+ connections (connected_to_neuron, weight)=(0, 2.02391489733631724235e+00) (1, 1.96173103082751376647e+00) (2, 2.07543968080710383717e+00) (0, -6.38501037419429762210e-01) (1, 1.89993148338971545863e-01) (2, -1.30193392535478302818e+00) (0, 2.12347664186905715766e+00) (1, 2.31983281934511031963e+00) (2, -2.19185441850693019106e+00) (3, 4.53295765565313768519e+00) (4, 7.42695168631463453757e-01) (5, -4.55179056653646263442e+00) (6, -3.86616989325024018598e+00)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-fann
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.10
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Miers
@@ -9,7 +9,7 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-11-24 00:00:00 -06:00
12
+ date: 2009-12-02 00:00:00 -06:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - ">="
22
22
  - !ruby/object:Gem::Version
23
- version: 1.7.0
23
+ version: 2.3.3
24
24
  version:
25
25
  description: Bindings to use FANN from within ruby/rails environment.
26
26
  email: steven@7bpeople.com
@@ -47,10 +47,24 @@ files:
47
47
  - ext/ruby_fann/extconf.rb
48
48
  - ext/ruby_fann/fann_augment.h
49
49
  - ext/ruby_fann/neural_network.c
50
+ - ext/ruby_fann/doublefann.h
51
+ - ext/ruby_fann/fann_error.h
52
+ - ext/ruby_fann/fann_activation.h
53
+ - ext/ruby_fann/fann_data.h
54
+ - ext/ruby_fann/fann_internal.h
55
+ - ext/ruby_fann/fann_train.h
56
+ - ext/ruby_fann/fann_cascade.h
57
+ - ext/ruby_fann/fann_io.h
58
+ - ext/ruby_fann/fann.c
59
+ - ext/ruby_fann/doublefann.c
60
+ - ext/ruby_fann/fann_io.c
61
+ - ext/ruby_fann/fann_train.c
62
+ - ext/ruby_fann/fann_train_data.c
63
+ - ext/ruby_fann/fann_error.c
64
+ - ext/ruby_fann/fann_cascade.c
50
65
  - lib/ruby_fann.rb
51
66
  - lib/ruby_fann/neurotica.rb
52
67
  - lib/ruby_fann/version.rb
53
- - log/debug.log
54
68
  - neurotica1.png
55
69
  - neurotica2.vrml
56
70
  - script/destroy
@@ -76,6 +90,8 @@ files:
76
90
  - xor_float.net
77
91
  has_rdoc: true
78
92
  homepage: http://ruby-fann.rubyforge.org
93
+ licenses: []
94
+
79
95
  post_install_message:
80
96
  rdoc_options:
81
97
  - --main
@@ -98,9 +114,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
114
  requirements: []
99
115
 
100
116
  rubyforge_project: ruby-fann
101
- rubygems_version: 1.3.1
117
+ rubygems_version: 1.3.5
102
118
  signing_key:
103
- specification_version: 2
119
+ specification_version: 3
104
120
  summary: Bindings to use FANN from within ruby/rails environment.
105
121
  test_files:
106
122
  - test/test_helper.rb
data/log/debug.log DELETED
File without changes