SimControl 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- SimControl (0.1.7)
4
+ SimControl (0.1.8)
5
5
  active_support
6
6
  i18n
7
7
  thor
@@ -33,10 +33,9 @@ module SimControl
33
33
  threads << Thread.new do
34
34
  current_simulation.simulate(scenario, seeds)
35
35
  end
36
-
37
- threads.each do |thread|
38
- thread.join
39
- end
36
+ end
37
+ threads.each do |thread|
38
+ thread.join
40
39
  end
41
40
  end
42
41
  end
@@ -1,3 +1,3 @@
1
1
  module SimControl
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SimControl
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
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: 2013-08-28 00:00:00.000000000 Z
12
+ date: 2013-08-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: thor