pmeth 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.
- checksums.yaml +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c65096ac15217bc9e12437449a1b6fa9833f627b
|
|
4
|
+
data.tar.gz: a51645f73810ae436fb329d5188fcd8cc5023842
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b60e083691a3f2e138f12df22ec9fc84605d1ffa47ec0e2c5ade4d3eef383818c97ee0050a7a4582fec3ce7c91fcf7bf048cffdcd3eabb00a01a373be78e4ede
|
|
7
|
+
data.tar.gz: f89066070ad87abb955b225f597cf219b5e630267ae172837df870e3da778d420a1d9208ebb5238cc0d75b30d0f561a910daacb7330759ae80b4842c6e358411
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pmeth
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Edward Chalstrey
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-04-
|
|
11
|
+
date: 2014-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: "Reproduction methods for genetic (and other iterative improvement) algorithms,
|
|
14
14
|
being used to solve permutation problems, \n where permutations are arrays of unique
|
|
@@ -21,7 +21,7 @@ files:
|
|
|
21
21
|
- lib/pmeth.rb
|
|
22
22
|
homepage: http://rubygems.org/gems/pmeth
|
|
23
23
|
licenses:
|
|
24
|
-
-
|
|
24
|
+
- MIT
|
|
25
25
|
metadata: {}
|
|
26
26
|
post_install_message:
|
|
27
27
|
rdoc_options: []
|