qat-reporter-xray-sa 1.1.3 → 1.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fdc09a47315f08c3b094b1093b12dba82cee2e3fdaaa8831b30897f1aaffe06
4
- data.tar.gz: b8050f6eed4eb650ed7738b574b174c7dd7c96dc7c5d3c6e9da6ce1855ab5132
3
+ metadata.gz: 748a3ef24898e18b294005bfe210570471f69df340979cf4489c510525720891
4
+ data.tar.gz: 3985515fc613971d23d88270f99c4454c4dc4cba6a123bcfea961d0bfc78a3a8
5
5
  SHA512:
6
- metadata.gz: 1e57d286dd0631bdfe32bab970ce6581646e8c0fe9c9aaeff7234ff8867ad35d47f663cf02f504fa24deb3765f39b3660a97d0ef06e0019e3508968bd101e81f
7
- data.tar.gz: 4589af041ecf9ecb505fc817dd635d2bdb12714d5ded6ed5969a9fa89cbd88c6e3f170d822567b916a369e2b3ed346469807d84c0bddb96fe0de2ba45b4f5a26
6
+ metadata.gz: 3b0439e2b5622024cb2d14ebe34b0f82a10defb4712e500b2196ade2f2563ccb05af0322f8c1331e0c6af9037fa3e7f2ea400ae3780de88cb784c3eb03e297c8
7
+ data.tar.gz: 19839de1ef26797bee4a3acf6c4aae22bdeee72a6d4ea810f7172bc8bb8badd4a568fe6095cce35b9a0ffa2eb2417c7f11752feae475cf2ada9bdb25aced354a
@@ -98,18 +98,18 @@ module QAT
98
98
  define_method operation do |url, *args|
99
99
  final_url = base_uri + url
100
100
 
101
- # log_request operation, final_url, args
102
- # begin
103
- RestClient.method(operation).call(final_url, *args)
104
- # log_response response
105
- # validate response
106
- # rescue RestClient::ExceptionWithResponse => e
107
- # puts e.response
108
- # raise NoConnectionFound.new ('Jira was not found!!!')
109
- # rescue => exception
110
- # puts "#{exception.class} #{exception.message.to_s}"
111
- # raise NoConnectionFound.new ('Jira was not found!!!')
112
- # end
101
+ log_request operation, final_url, args
102
+ begin
103
+ response = RestClient.method(operation).call(final_url, *args)
104
+ log_response response
105
+ validate response
106
+ rescue RestClient::ExceptionWithResponse => e
107
+ puts e.response
108
+ raise NoConnectionFound.new ('Jira was not found!!!')
109
+ rescue => exception
110
+ puts "#{exception.class} #{exception.message.to_s}"
111
+ raise NoConnectionFound.new ('Jira was not found!!!')
112
+ end
113
113
  end
114
114
  end
115
115
 
@@ -5,7 +5,7 @@ module QAT
5
5
  # Namespace for QAT Reporter's Xray integrations
6
6
  class Xray
7
7
  # Represents QAT Reporter's Xray integrations' version
8
- VERSION = '1.1.3'
8
+ VERSION = '1.1.4'
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qat-reporter-xray-sa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - QAT
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-30 00:00:00.000000000 Z
11
+ date: 2023-09-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: vcr