ruby-fann 1.4.2 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,8 +1,8 @@
1
1
  module RubyFann
2
2
  module VERSION
3
- MAJOR = 1
4
- MINOR = 4
5
- TINY = 2
3
+ MAJOR = 2
4
+ MINOR = 0
5
+ TINY = 0
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
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: 1.4.2
4
+ version: 2.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - tangledpath
@@ -49,7 +49,8 @@ files:
49
49
  homepage: http://github.com/tangledpath/ruby-fann
50
50
  licenses:
51
51
  - MIT
52
- metadata: {}
52
+ metadata:
53
+ documentation_uri: https://tangledpath.github.io/ruby-fann/
53
54
  post_install_message:
54
55
  rdoc_options: []
55
56
  require_paths:
@@ -66,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
67
  - !ruby/object:Gem::Version
67
68
  version: '0'
68
69
  requirements: []
69
- rubygems_version: 3.1.4
70
+ rubygems_version: 3.4.10
70
71
  signing_key:
71
72
  specification_version: 4
72
73
  summary: Bindings to use FANN from within ruby/rails environment. Fann is a is a