ae_easy-qa 0.0.22 → 0.0.23

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: 0b72afb2dc8f9f4fa1511094aafff7f9a41eb21004e73a22a3428c528b5625d1
4
- data.tar.gz: 48c731914135716f47ca59007bc708fd9f8552948f8f56d7db761a911a12f98c
3
+ metadata.gz: 1a1ce11607e5b2e7535b9aeebeb577c1e59bf07de7e19a6917103d3bd9b21737
4
+ data.tar.gz: a88348db9faeee8202d7b97e0356345305474c87e6cc0ac63ba65e733af9b737
5
5
  SHA512:
6
- metadata.gz: ca1cf82ef35e66bb1fe09d244a3d36adb4b4c3b58d360d4691a245d122f83034e431a8dfd89d6a9e6281bc9f09fe80f945bc1d7bb7710fccb451aba632e16cfb
7
- data.tar.gz: f69ac55402c72d9524ea69a6e427c70f3fd7dd18a61b84bbd153dbcfe06b80d21188e5c921ee5bad33c8416eee81c01a571303a862ab4c62154dd588288303cd
6
+ metadata.gz: f8c1b5796b0152aaff398211f51f8bf8be19949659313830f69288b1cda9ca7a73a4fd50321ede09ad8e8d32084508d7ba495813f2841e33a2bcb7a13f0f41ec
7
+ data.tar.gz: 44797dc5d2a9d73a6bf214f07c633be4bdb95112e7c8b8238b12462a8cb6d4325cd76ce3d862a6f0b6485ac7786f7b241df069d811db0acfcfcc0f225c7751fe
@@ -47,11 +47,16 @@ module AeEasy
47
47
  end
48
48
 
49
49
  def run
50
- output_scraper
51
- if status_ok?
52
- validate_collections if collections && collections.any?
53
- else
54
- output_response
50
+ begin
51
+ output_scraper
52
+ if status_ok?
53
+ validate_collections if collections && collections.any?
54
+ else
55
+ output_response
56
+ return nil
57
+ end
58
+ rescue StandardError => e
59
+ puts "An error has occurred for the scraper named '#{scraper_name}': #{e}"
55
60
  return nil
56
61
  end
57
62
  end
@@ -1,5 +1,5 @@
1
1
  module AeEasy
2
2
  module Qa
3
- VERSION = "0.0.22"
3
+ VERSION = "0.0.23"
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.22
4
+ version: 0.0.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Lynam
@@ -107,7 +107,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
107
107
  - !ruby/object:Gem::Version
108
108
  version: '0'
109
109
  requirements: []
110
- rubygems_version: 3.0.3
110
+ rubyforge_project:
111
+ rubygems_version: 2.7.8
111
112
  signing_key:
112
113
  specification_version: 4
113
114
  summary: AnswersEngine Easy Quality Assurance gem