blackbeard 0.0.5.1 → 0.0.5.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: fa44763d398c47b3063551c73926ec687539f3c7
4
- data.tar.gz: e79c73df961507fc06858312fe91ed5c3a1caa1e
3
+ metadata.gz: 5bb3297a4294594629fd8cb92dc87ebb6b4d5d31
4
+ data.tar.gz: 205b1c5823c42c34043c0fb33535099b45ea1a9d
5
5
  SHA512:
6
- metadata.gz: 56daa5b7823b2b5c3ca4ef2380d0c9e9fea8221f40aa03e274f7a43bd640488938e57f3d012fcb45b319cbbaa720a7e5675b0b6b33ddaf8b95a341f84617c3ef
7
- data.tar.gz: 552061f079c0f531a850f8f9b62e4f9675d9df8867f3ffe4f2ef0d84bfa3cbaf69c1c12d2b77378e796e1200387dc4d4480d884284d99cbc07b37b16f12b96aa
6
+ metadata.gz: 81953806547c35d09e8e57979687412540284d8bee0d2eba5359552f9c20f3642ae2fbc617c47fbfa46a449884dd290f3bb00f3f126a48d139386c39d72e720e
7
+ data.tar.gz: cc35b01e808eb359a00227c13fdfca2376054e1973b2d365a4fad11a8e4c4678613424bc99177ad149b7424eacf5144cd2016b4df5b3cfddd325475b9ea0ac48
@@ -40,7 +40,7 @@ module Blackbeard
40
40
 
41
41
  def result_per_participant(result, participants)
42
42
  participants = participants.to_f
43
- result.keys.each{|k| result[k] = result[k].to_f / participants }
43
+ result.keys.each{|k| result["avg #{k}"] = result[k].to_f / participants }
44
44
  result
45
45
  end
46
46
 
@@ -1,3 +1,3 @@
1
1
  module Blackbeard
2
- VERSION = "0.0.5.1"
2
+ VERSION = "0.0.5.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blackbeard
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5.1
4
+ version: 0.0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Graff