qat-reporter-xray-sa 1.1.1 → 1.1.2

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: 42cc4ff05122b7c099ffa5aa7acef04781df4874d9abd8b1c36a034fcfdaf129
4
- data.tar.gz: ba7b357de9ab827e2b438ecc10572f94ca7c753c470a2db9f337f0e1a86558c3
3
+ metadata.gz: 2f1fd926983f54d7e570e8837ab363969f1077e1dbbfc2e7becf77361fa1348f
4
+ data.tar.gz: 9590f1b3387a0e77f061a61f11f4c5ea717ab13fa7333a356979afdb93c70d5a
5
5
  SHA512:
6
- metadata.gz: a5dc6ba3a819823f69fe6ed430be3d247628c57455e93fbea6f259240e085a19e81972a8a65303f32ba4454dff091ce4523e1015e1c4732d283be0839756b5c1
7
- data.tar.gz: 7b1eaef7dd6a6cf0923ee25d2eafdbad4e853dbecd75a6db58e4deeb107df4f0bac53e8eab7c1a6376219380fac338cf138b04da5f6546a89612d1fbe1be341b
6
+ metadata.gz: 5270326092bb629829c040af4e7f7910ee8b3342c0a61e8a7c3493590d519609da938eb4007f635934188890b0d31f0904fe8ee8a99b8b7e6d5d491474beeea4
7
+ data.tar.gz: 19d03854dfbc761f9c77b5bcd5d72164a32cc6ed8c2a9c59b769b001022729f0b15f172ae91e8b96a134476fb1c58da3b368fdee1e27732e718accd2d3d47f03
@@ -16,7 +16,6 @@ module QAT
16
16
  def initialize
17
17
  @base_url = QAT::Reporter::Xray::Config.jira_url
18
18
  @login_credentials = QAT::Reporter::Xray::Config.login_credentials
19
- @default_cloud_api_url_graphql = QAT::Reporter::Xray::Config.xray_default_api_url_graphql
20
19
  @cloud_xray_api_credentials = QAT::Reporter::Xray::Config.cloud_xray_api_credentials
21
20
  end
22
21
 
@@ -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.1'
8
+ VERSION = '1.1.2'
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: qat-reporter-xray-sa
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - QAT