associative_memory 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
data/.rvmrc CHANGED
@@ -1 +1 @@
1
- rvm use 1.9.2@associative_memory
1
+ rvm use 1.9.2@associative_memory --create
data/Gemfile CHANGED
@@ -1,8 +1,9 @@
1
1
  source 'http://rubygems.org'
2
+ gem "bundler"
2
3
  gem "rspec"
3
4
  gem "rake"
4
5
  gem "hoe"
5
- gem "newgem"
6
- gem "simplecov"
6
+ gem "simplecov", "~> 0.7.0"
7
7
  gem "guard"
8
8
  gem 'guard-rspec'
9
+ gem 'coveralls', require: false
@@ -1,50 +1,63 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- RedCloth (4.2.9)
5
- activesupport (2.3.14)
6
- diff-lcs (1.1.3)
7
- ffi (1.0.11)
8
- guard (1.0.1)
9
- ffi (>= 0.5.0)
10
- thor (~> 0.14.6)
11
- guard-rspec (0.7.0)
12
- guard (>= 0.10.0)
13
- hoe (3.0.1)
14
- rake (~> 0.8)
15
- multi_json (1.2.0)
16
- newgem (1.5.3)
17
- RedCloth (>= 4.1.1)
18
- activesupport (~> 2.3.4)
19
- hoe (>= 2.4.0)
20
- rubigen (>= 1.5.3)
21
- syntax (>= 1.0.0)
22
- rake (0.9.2.2)
23
- rspec (2.9.0)
24
- rspec-core (~> 2.9.0)
25
- rspec-expectations (~> 2.9.0)
26
- rspec-mocks (~> 2.9.0)
27
- rspec-core (2.9.0)
28
- rspec-expectations (2.9.0)
29
- diff-lcs (~> 1.1.3)
30
- rspec-mocks (2.9.0)
31
- rubigen (1.5.8)
32
- activesupport (>= 2.3.5, < 3.2.0)
33
- simplecov (0.6.1)
4
+ coderay (1.0.9)
5
+ colorize (0.5.8)
6
+ coveralls (0.6.3)
7
+ colorize
8
+ multi_json (~> 1.3)
9
+ rest-client
10
+ simplecov (>= 0.7)
11
+ thor
12
+ diff-lcs (1.2.1)
13
+ guard (1.6.2)
14
+ listen (>= 0.6.0)
15
+ lumberjack (>= 1.0.2)
16
+ pry (>= 0.9.10)
17
+ terminal-table (>= 1.4.3)
18
+ thor (>= 0.14.6)
19
+ guard-rspec (2.5.1)
20
+ guard (>= 1.1)
21
+ rspec (~> 2.11)
22
+ hoe (3.5.2)
23
+ rake (>= 0.8, < 11.0)
24
+ listen (0.7.3)
25
+ lumberjack (1.0.3)
26
+ method_source (0.8.1)
27
+ mime-types (1.21)
28
+ multi_json (1.7.2)
29
+ pry (0.9.12)
30
+ coderay (~> 1.0.5)
31
+ method_source (~> 0.8)
32
+ slop (~> 3.4)
33
+ rake (10.0.4)
34
+ rest-client (1.6.7)
35
+ mime-types (>= 1.16)
36
+ rspec (2.13.0)
37
+ rspec-core (~> 2.13.0)
38
+ rspec-expectations (~> 2.13.0)
39
+ rspec-mocks (~> 2.13.0)
40
+ rspec-core (2.13.1)
41
+ rspec-expectations (2.13.0)
42
+ diff-lcs (>= 1.1.3, < 2.0)
43
+ rspec-mocks (2.13.0)
44
+ simplecov (0.7.1)
34
45
  multi_json (~> 1.0)
35
- simplecov-html (~> 0.5.3)
36
- simplecov-html (0.5.3)
37
- syntax (1.0.0)
38
- thor (0.14.6)
46
+ simplecov-html (~> 0.7.1)
47
+ simplecov-html (0.7.1)
48
+ slop (3.4.4)
49
+ terminal-table (1.4.5)
50
+ thor (0.18.0)
39
51
 
40
52
  PLATFORMS
41
53
  ruby
42
54
 
43
55
  DEPENDENCIES
56
+ bundler
57
+ coveralls
44
58
  guard
45
59
  guard-rspec
46
60
  hoe
47
- newgem
48
61
  rake
49
62
  rspec
50
- simplecov
63
+ simplecov (~> 0.7.0)
@@ -1,3 +1,10 @@
1
+ === 0.2.2 2013-03-26
2
+
3
+ * Significant dependency security updates
4
+
5
+ === 0.2.1 2012-04-26
6
+
7
+ * Documentation updates
1
8
 
2
9
  === 0.2 2012-04-24
3
10
 
@@ -9,4 +16,4 @@
9
16
 
10
17
  === 0.0.1 2012-03-27
11
18
 
12
- * Initial development work, module layout, starting on heteroassociative network
19
+ * Initial development work, module layout, starting on heteroassociative network
@@ -10,6 +10,12 @@ Associative memory neural networks make it easy to identify probable patterns be
10
10
 
11
11
  associative_memory simplifies these kind of machine learning models by offering dynamic input and output sets. This allows your code to concentrate on extrapolating meaningful patterns rather than juggling bitmasks and transposition matrices.
12
12
 
13
+ == Status
14
+
15
+ {<img src="https://secure.travis-ci.org/danndalf/associative_memory.png?branch=master" alt="Build Status" />}[http://travis-ci.org/danndalf/associative_memory]
16
+ {<img src="https://gemnasium.com/danndalf/associative_memory.png" alt="Dependency Status" />}[https://gemnasium.com/danndalf/associative_memory]
17
+ {<img src="https://coveralls.io/repos/danndalf/associative_memory/badge.png?branch=master" alt="Test Coverage" />}[https://coveralls.io/r/danndalf/associative_memory]
18
+
13
19
  == Synopsis
14
20
 
15
21
  First, you'll want to tell associative_memory what you know about the set of things you're dealing with:
@@ -42,6 +48,14 @@ If you have more patterns to input, you can do it at any time:
42
48
  @animals.associate([:jumping], [:humans, :rats, :cats])
43
49
  @animals.describe([:humans]).should include(:jumping)
44
50
 
51
+ == Requirements
52
+
53
+ This gem is tested and functional on the following Ruby interpreters:
54
+
55
+ * MRE Ruby 1.9.2
56
+ * MRE Ruby 1.9.3
57
+ * jRuby 1.9 mode
58
+
45
59
  == Installation
46
60
 
47
61
  When using RVM:
@@ -2,7 +2,7 @@ require 'associative_memory/network'
2
2
 
3
3
  module AssociativeMemory
4
4
 
5
- VERSION = '0.2.1'
5
+ VERSION = '0.2.2'
6
6
  class << self
7
7
 
8
8
  attr_accessor :associated_pairs, :network, :input_keyspace, :output_keyspace
@@ -3,5 +3,8 @@
3
3
  require 'simplecov'
4
4
  SimpleCov.start
5
5
 
6
+ require 'coveralls'
7
+ Coveralls.wear!
8
+
6
9
  require 'associative_memory'
7
10
  require 'rspec'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: associative_memory
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-26 00:00:00.000000000Z
12
+ date: 2013-03-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rdoc
16
- requirement: &27518280 !ruby/object:Gem::Requirement
16
+ requirement: !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,29 +21,28 @@ dependencies:
21
21
  version: '3.10'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *27518280
25
- - !ruby/object:Gem::Dependency
26
- name: newgem
27
- requirement: &27517820 !ruby/object:Gem::Requirement
24
+ version_requirements: !ruby/object:Gem::Requirement
28
25
  none: false
29
26
  requirements:
30
- - - ! '>='
27
+ - - ~>
31
28
  - !ruby/object:Gem::Version
32
- version: 1.5.3
33
- type: :development
34
- prerelease: false
35
- version_requirements: *27517820
29
+ version: '3.10'
36
30
  - !ruby/object:Gem::Dependency
37
31
  name: hoe
38
- requirement: &27517380 !ruby/object:Gem::Requirement
32
+ requirement: !ruby/object:Gem::Requirement
39
33
  none: false
40
34
  requirements:
41
35
  - - ~>
42
36
  - !ruby/object:Gem::Version
43
- version: '3.0'
37
+ version: '3.5'
44
38
  type: :development
45
39
  prerelease: false
46
- version_requirements: *27517380
40
+ version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ~>
44
+ - !ruby/object:Gem::Version
45
+ version: '3.5'
47
46
  description: ! 'This is a ruby gem that lets you implement categorization systems
48
47
  with ease.
49
48
 
@@ -95,6 +94,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
95
94
  - - ! '>='
96
95
  - !ruby/object:Gem::Version
97
96
  version: '0'
97
+ segments:
98
+ - 0
99
+ hash: -2358989215020921671
98
100
  required_rubygems_version: !ruby/object:Gem::Requirement
99
101
  none: false
100
102
  requirements:
@@ -103,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
105
  version: '0'
104
106
  requirements: []
105
107
  rubyforge_project: associative_memory
106
- rubygems_version: 1.8.15
108
+ rubygems_version: 1.8.24
107
109
  signing_key:
108
110
  specification_version: 3
109
111
  summary: This is a ruby gem that lets you implement categorization systems with ease