answer-factory 0.0.1 → 0.0.2
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.
- data/VERSION +1 -1
- data/bin/answer-factory +5 -0
- metadata +5 -5
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.2
|
data/bin/answer-factory
ADDED
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 0.0.
|
|
8
|
+
- 2
|
|
9
|
+
version: 0.0.2
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Bill Tozier
|
|
@@ -17,7 +17,7 @@ bindir: bin
|
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
19
|
date: 2010-04-27 00:00:00 -04:00
|
|
20
|
-
default_executable:
|
|
20
|
+
default_executable: answer-factory
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: nudge
|
|
@@ -101,8 +101,8 @@ dependencies:
|
|
|
101
101
|
version_requirements: *id006
|
|
102
102
|
description: The pragmaticgp gem provides a simple framework for building, running and managing genetic programming experiments which automatically discover algorithms and equations to solve user-defined problems.
|
|
103
103
|
email: bill@vagueinnovation.com
|
|
104
|
-
executables:
|
|
105
|
-
|
|
104
|
+
executables:
|
|
105
|
+
- answer-factory
|
|
106
106
|
extensions: []
|
|
107
107
|
|
|
108
108
|
extra_rdoc_files:
|