ae_easy-qa 0.0.25 → 0.0.26

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
  SHA256:
3
- metadata.gz: 20df732bb41259dc47be140ac8bea43bd7eceb7d198fa77fe3872400b817e2ab
4
- data.tar.gz: 4b8401220093653e7541494d051c7b7bad8be43bb6ae323ffb3847e09c54614c
3
+ metadata.gz: 0f0e76b5c139d89e304fe47dd1ed0452e917fd464d92292b7ae19c4e2f330309
4
+ data.tar.gz: c9587b8a09993ee66121ddaea318afada8371a726b2c45c8c24d2527f73d3980
5
5
  SHA512:
6
- metadata.gz: b87c67688d101fc3fc7693fb9d68a1268dde592af4ba024eaf8661f833aa813e6fc14f7a7bd70ef5aad08d204f5ff32eabe0e4ab990073c1d650d573e1f3a467
7
- data.tar.gz: 04c2c0819eb074ef0b8b0164c2a85bd1a2d2ca243909ac28dfa95f28bd78c0513a8fa2f5ea3c66ef92ccd0577186251af34c73eda0cadfcf189cf42e08a821de
6
+ metadata.gz: 0541fded5905287678d2ef6e27f2fb6d6a8941929e6faa5c8c8179e7bb33588d035bfb2563b203097d2cdbde6e3c4699a3a3d66b800d6a5eb11e9bff18e6ebe9
7
+ data.tar.gz: cce402ce8583b13c4e3b3dd38ed2074c5d32c4b4170069a3cd2174172ce7d7d3dfdca8ce20dc616489fe272fff344bc871deb117796edfbc329e2af69801c42b
@@ -24,7 +24,6 @@ module AeEasy
24
24
  save_group_errors
25
25
  save_errors
26
26
  save_summary
27
- save_current_outputs
28
27
  end
29
28
 
30
29
  private
@@ -153,13 +152,6 @@ module AeEasy
153
152
  a.pop
154
153
  a.join('_')
155
154
  end
156
-
157
- def save_the_outputs
158
- if outputs.count > 100
159
- puts 'Saving outputs'
160
- save_outputs(outputs)
161
- end
162
- end
163
155
  end
164
156
  end
165
157
  end
@@ -1,5 +1,5 @@
1
1
  module AeEasy
2
2
  module Qa
3
- VERSION = "0.0.25"
3
+ VERSION = "0.0.26"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ae_easy-qa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Lynam