determinations_comparison 0.0.8 → 0.0.9

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: 79959ff2127c7711cea316f073102ea1b989b535
4
- data.tar.gz: 5ef63457ad94ad279643ed0c66588f8a4fa5900a
3
+ metadata.gz: 8092ad148e29e601272d3c2d380184c5e94ba00f
4
+ data.tar.gz: 98773540cee473b6fe6d58b217670bc0efd7c6a5
5
5
  SHA512:
6
- metadata.gz: 8a95afd74682cc4aa92c76ec1f67ab6e4f97dd623914a744f33cd3159fd5427e4a3fbfc3247ad9adf9fa36256156fa69c39f9bd1941a2c208c636fef1a6094e0
7
- data.tar.gz: 386971b6139d45c32fc2ff55a968dcea2af31f423a3182d657c7a037eb1fbf5a145942d846c84753654b772978c1fb684aafb6549499a351293ca2bba120ad7f
6
+ metadata.gz: 635091bcafc408ead44f0a9c3af676d1a45bbfe55347b0cd55c505348ae6d14c085960118ca1a7471807f7757ecd4f32520e10bb6e1fc5024a2ef8c194abca63
7
+ data.tar.gz: 17247a6d43de58be1f9678242a018e8a43dd64e8234a6af167d7897c961946f152ac99f4f3e69751d24f9d3b0b9efb16a8884265e1b6352e016aa8ae4cbb77fa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- determinations_comparison (0.0.7)
4
+ determinations_comparison (0.0.8)
5
5
  htmlentities
6
6
  uuidtools
7
7
 
@@ -195,6 +195,7 @@ module DeterminationsComparison
195
195
  if per_diff > threshold
196
196
  hash[:desc] = "difference in #{prop.to_s}"
197
197
  hash[:per_diff] = per_diff
198
+ arr << hash
198
199
  end
199
200
 
200
201
  end
@@ -1,3 +1,3 @@
1
1
  module DeterminationsComparison
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
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: 0.0.8
4
+ version: 0.0.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Hooper