itriagetestrail 1.0.29 → 1.0.30

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: 898fa6b771b837a565622643331fb0e7bb002e158902e02f63d45850d052753c
4
- data.tar.gz: c42798bc295c0c385ca0b710fde77f94fab90497c36d638175ed560237a951dd
3
+ metadata.gz: f9c2598f1f48638196f167848fe54f68852fb6834a885ea248a6e4c954d052a6
4
+ data.tar.gz: fcf15ba7fd2d2475865e9057c60febe4cef4713afb66dfcc1db2aae75a22c60b
5
5
  SHA512:
6
- metadata.gz: 14c01636f49eb622acf4d068c6c52360c09d1ad3c1a88cfaa41f617ae5db5f47466653ed4b0ba5ad9cb19321c75818030d9ec65bef5342b11cd056d3dd18d2df
7
- data.tar.gz: 89cca8f3fc18e6c862d8804247a79c3b962b0539a74a573c18d225124956de879c23ee201aac52655c8cb3324897465a3a11462cc798632b2333da14cfad25a9
6
+ metadata.gz: e6385187bc0a55a7b1c4b12a3aa51515b7b19bb9f6b0d283466c6ebffa2436267937c68ab24ba2523732a369fe88105361b9b0b880ccdd94445181a307627cf8
7
+ data.tar.gz: 870b45e4257f79456864ad553b7b9576f1d52f235dd13d6ed802a6b0b2d1e290888c0cb22dafafb4411bc254f66f8422982cfc160ad9b849dcb0cffe681386c3
@@ -49,7 +49,7 @@ module Itriagetestrail
49
49
  # This is the very first call to TestRail
50
50
  make_connection
51
51
  projects
52
- if @projects.response_code == '200'
52
+ if @client.response_code == '200'
53
53
  true
54
54
  else
55
55
  puts "**** TESTRAIL IS OFFLINE for maintenance or other reason with status code #{@client.response_code}"
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '1.0.29'.freeze
2
+ VERSION = '1.0.30'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.29
4
+ version: 1.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069