Santino-neurotic 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/README.rdoc +2 -0
  2. data/VERSION +1 -1
  3. data/neurotic.gemspec +1 -1
  4. metadata +1 -1
@@ -8,6 +8,8 @@ Create artificial neuronal nets.
8
8
 
9
9
  == Usage
10
10
 
11
+ require 'neurotic'
12
+
11
13
  LEARNRATE = 1
12
14
 
13
15
  # Lernen der ODER Prädikats
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{neurotic}
5
- s.version = "0.0.0"
5
+ s.version = "0.0.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Steffen Schr\303\266der"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: Santino-neurotic
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.0
4
+ version: 0.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - "Steffen Schr\xC3\xB6der"