feldtruby 0.3.2 → 0.3.3

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock ADDED
@@ -0,0 +1,18 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ feldtruby (0.3.3)
5
+ json
6
+ rinruby
7
+
8
+ GEM
9
+ remote: https://rubygems.org/
10
+ specs:
11
+ json (1.7.6)
12
+ rinruby (2.0.3)
13
+
14
+ PLATFORMS
15
+ ruby
16
+
17
+ DEPENDENCIES
18
+ feldtruby!
@@ -4,6 +4,7 @@ require 'feldtruby/optimize/search_space'
4
4
  require 'feldtruby/optimize/stdout_logger'
5
5
  require 'feldtruby/optimize/max_steps_termination_criterion'
6
6
  require 'feldtruby/math/rand'
7
+ require 'feldtruby/array'
7
8
 
8
9
  module FeldtRuby::Optimize
9
10
  DefaultOptimizationOptions = {
@@ -1,3 +1,3 @@
1
1
  module FeldtRuby
2
- VERSION = "0.3.2"
2
+ VERSION = "0.3.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: feldtruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-24 00:00:00.000000000 Z
12
+ date: 2013-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rinruby
@@ -52,6 +52,7 @@ extra_rdoc_files: []
52
52
  files:
53
53
  - .gitignore
54
54
  - Gemfile
55
+ - Gemfile.lock
55
56
  - History.txt
56
57
  - README.md
57
58
  - Rakefile