evolve 0.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +15 -0
  2. data/lib/evolve.rb +1 -0
  3. data/lib/evolve/version.rb +3 -0
  4. metadata +61 -0
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ MzEzN2NlNTRlNjgxYzAxZGFlMjQ1YmVlNmE0MDQ5ZDY1OWUzNWRjNw==
5
+ data.tar.gz: !binary |-
6
+ MzU3MzA0ODBmMGFhZWU4YjQ4YzU4MGMwZTMwMjI4M2FiNDM2MzFkMw==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ NDkwYzQ1YjcxODJiMzdiNjcyYTY1MmIyNzFiMzBlMmRhN2YxYjI4NWJjZDA0
10
+ MmIzZGY1YWI3M2VkMDlmZmEwZGYzNGFjM2JkZTY0ODE5N2M2M2QyNDY2NzUx
11
+ NGIzZTAxOWNmMDIwMGU4NmYyZWM0ZGFlYTRjNDMzNmQ2YjU1ODM=
12
+ data.tar.gz: !binary |-
13
+ MmZlMzBlNzM5ZTU4ZjQwOGQyZGUyOTNjMWZlNjUxYTgzMTAwNjUwMDI1OGUw
14
+ YjgxN2UwYzBjMmQwMzVlYTgxNzI5MjQ5ZTNkNmM0MTdkNWExYWFlYjVlNjcw
15
+ M2I4NDJhZTFiNTg0NzkzNGY0NDFjMWE3OTE0MzEyMWI5NTYwMzY=
@@ -0,0 +1 @@
1
+ require 'evolve/version'
@@ -0,0 +1,3 @@
1
+ module Evolve
2
+ VERSION = "0.0.0"
3
+ end
metadata ADDED
@@ -0,0 +1,61 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: evolve
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.0
5
+ platform: ruby
6
+ authors:
7
+ - Daniel Marin Cabillas
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-27 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: rspec
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ~>
18
+ - !ruby/object:Gem::Version
19
+ version: '3.0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ~>
25
+ - !ruby/object:Gem::Version
26
+ version: '3.0'
27
+ description: Evolve provides a simple and readable interface to make genetic algorithm
28
+ optimization easy
29
+ email: danmarcab@gmail.com
30
+ executables: []
31
+ extensions: []
32
+ extra_rdoc_files: []
33
+ files:
34
+ - lib/evolve.rb
35
+ - lib/evolve/version.rb
36
+ homepage: https://github.com/danmarcab/evolve
37
+ licenses:
38
+ - MIT
39
+ metadata: {}
40
+ post_install_message:
41
+ rdoc_options: []
42
+ require_paths:
43
+ - lib
44
+ required_ruby_version: !ruby/object:Gem::Requirement
45
+ requirements:
46
+ - - ! '>='
47
+ - !ruby/object:Gem::Version
48
+ version: '0'
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - ! '>='
52
+ - !ruby/object:Gem::Version
53
+ version: '0'
54
+ requirements: []
55
+ rubyforge_project:
56
+ rubygems_version: 2.4.2
57
+ signing_key:
58
+ specification_version: 4
59
+ summary: Simple genetic algorithm
60
+ test_files: []
61
+ has_rdoc: