determinations_comparison 1.0.0 → 1.0.1

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: d3bc4cb78f75311a536d761ee74e3c0220291bbc
4
- data.tar.gz: aec7a14a751bfa13e031e7d118f6104a49eb338f
3
+ metadata.gz: 8e6c7793208f7c06eb96e6225544a9211679243c
4
+ data.tar.gz: 03d541fff1f0159b18bb9371ec991c62c077b93d
5
5
  SHA512:
6
- metadata.gz: 814f6e74df293370193eaa8dc1f6011ae72d36fa06e6010cfedf62780784763d84c647a440f4d46418cf08b0438dc7c78c3ca2bdf1a2c537c91d1bc6de001b37
7
- data.tar.gz: 94c2a64ef52d4f67d35080ea5c0e880da5b315398b21acb82b165279fe22bf45192bf985a7cd313c854d62915a1e5ff7d3375798a084037d62a3b7456cfaf36a
6
+ metadata.gz: f93cc5f0c8de236837e2b38117410ed9484205addc2d13cef59ab37edadd48c873450a75d5b6b3fd37187782ee5bc1d06f4b9d4574d45cf8b30fdf5f300ce7dc
7
+ data.tar.gz: 6ed4ebdb33f6e8b31f7f6b2f9f594c1616da6d4b3bd4f04fe813d9372bb2e0f1fc02a0080e6f5fe94e5a685c1ec6c7434eca3e1678f1d82fa978b5522781575b
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- determinations_comparison (0.0.9)
4
+ determinations_comparison (1.0.0)
5
5
  htmlentities
6
6
  uuidtools
7
7
 
@@ -194,6 +194,7 @@ module DeterminationsComparison
194
194
 
195
195
  if per_diff > threshold
196
196
  hash[:desc] = "difference in #{prop.to_s}"
197
+ hash[:chrom] = chrom.to_s
197
198
  hash[:per_diff] = per_diff
198
199
  arr << hash
199
200
  end
@@ -1,3 +1,3 @@
1
1
  module DeterminationsComparison
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: determinations_comparison
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Hooper