determinations_comparison 0.0.9 → 1.0.0

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: 8092ad148e29e601272d3c2d380184c5e94ba00f
4
- data.tar.gz: 98773540cee473b6fe6d58b217670bc0efd7c6a5
3
+ metadata.gz: d3bc4cb78f75311a536d761ee74e3c0220291bbc
4
+ data.tar.gz: aec7a14a751bfa13e031e7d118f6104a49eb338f
5
5
  SHA512:
6
- metadata.gz: 635091bcafc408ead44f0a9c3af676d1a45bbfe55347b0cd55c505348ae6d14c085960118ca1a7471807f7757ecd4f32520e10bb6e1fc5024a2ef8c194abca63
7
- data.tar.gz: 17247a6d43de58be1f9678242a018e8a43dd64e8234a6af167d7897c961946f152ac99f4f3e69751d24f9d3b0b9efb16a8884265e1b6352e016aa8ae4cbb77fa
6
+ metadata.gz: 814f6e74df293370193eaa8dc1f6011ae72d36fa06e6010cfedf62780784763d84c647a440f4d46418cf08b0438dc7c78c3ca2bdf1a2c537c91d1bc6de001b37
7
+ data.tar.gz: 94c2a64ef52d4f67d35080ea5c0e880da5b315398b21acb82b165279fe22bf45192bf985a7cd313c854d62915a1e5ff7d3375798a084037d62a3b7456cfaf36a
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- determinations_comparison (0.0.8)
4
+ determinations_comparison (0.0.9)
5
5
  htmlentities
6
6
  uuidtools
7
7
 
@@ -14,7 +14,7 @@ LIB_FOLDER = File.dirname(__FILE__)
14
14
  module DeterminationsComparison
15
15
 
16
16
  class Comparison
17
- attr_accessor :hashStd, :hashTgt, :html_filepath, :png_filepath, :baseline_filepath, :undertest_filepath, :hashCategory
17
+ attr_accessor :hashStd, :hashTgt, :filepath_baseline_origin, :filepath_undertest_origin, :html_filepath, :png_filepath, :baseline_filepath, :undertest_filepath, :hashCategory
18
18
 
19
19
  def initialize(filepath_baseline,filepath_undertest,opts={})
20
20
 
@@ -1,3 +1,3 @@
1
1
  module DeterminationsComparison
2
- VERSION = "0.0.9"
2
+ VERSION = "1.0.0"
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.9
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Hooper