sbm 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 682920a2da1dd9c3efc634ee2070c9a0b9dcedb7
4
- data.tar.gz: f47948d0f6449f9961894d378d2819493dd17be6
3
+ metadata.gz: 007635886804878ce5d4c0a1703d6bcaa652dc1e
4
+ data.tar.gz: 83589f67a8cd6a104ce7ce311b95ad7917d721e0
5
5
  SHA512:
6
- metadata.gz: f3e2224cd13f3c8e8d2dcfcd91424ae62d22c93ef53c8a4e387bd3b1449344279092b6e4b7c62e1e626718537420b389c774b3108d4ad0e415667019cad1bf3e
7
- data.tar.gz: 45493771a9c013b235d933a4763cdd79dd435b6cb6ae91682ca9171981f4e5a50544febb922f2962bf92024f2ae725b21454a5c9269218e1120f5cc829adc7f9
6
+ metadata.gz: 5eca6c3960b31b524dfab3693f51491acc8d7b8379f91e70566d8ebc667a9adec2d4e735e019957e0eba09c6218417263562ec647a25017fdf1c24cd8e5a1ce5
7
+ data.tar.gz: b42f9d8d903f84d1cfc4110699802787c9dfe427daf36ba4f462741b033119e0635ba4d55e3191dbe71db88ffe726fd106b37327d11f80873c65abf2ee55c9a0
@@ -38,8 +38,8 @@ module SBM
38
38
  output.puts ""
39
39
  output.puts ""
40
40
  coordinator.batches.each do |batch|
41
- started = coordinator.started_workers_for_batch batch
42
- completed = coordinator.started_workers_for_batch completed
41
+ started = coordinator.started_workers_for_batch batch
42
+ completed = coordinator.completed_workers_for_batch batch
43
43
  output.puts "Batch: #{batch}"
44
44
  output.puts "Number Started: #{started.size}"
45
45
  output.puts "Number Completed: #{completed.size}"
@@ -1,3 +1,3 @@
1
1
  module SBM
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sbm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Darcy Laycock
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-06-24 00:00:00.000000000 Z
11
+ date: 2013-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: redis