itriagetestrail 1.0.21 → 1.0.22

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
  SHA1:
3
- metadata.gz: 61bd8fa1da2790287d383cca0b2eb00ef3e43297
4
- data.tar.gz: 19f081c23762e4ae72e5bda7815c0cf66d436598
3
+ metadata.gz: bbe880b8fbaf52b1bd6279bcaad84c1e592e9bb6
4
+ data.tar.gz: 1d6afdcbcd973c6166308fa56f437bf36bcd6de9
5
5
  SHA512:
6
- metadata.gz: c9a641ae83fa2318c056bb77b7b89c3bbc91ec0bcf304ce7044acab6c59ec2758afc0a20633a1ce6a141dc114cb4c327b1eae5f7e4f3b6f0e1c5f0b6120c88d8
7
- data.tar.gz: f75334b4fa113bf70abd53d20a7c7eadccf47abb0fea678b877416745dc6402711927359d54d75385514a55af9f1ecc40fb1c980a220fdf3bc119f4848a5eee2
6
+ metadata.gz: 20202a2bc2cb09f045119e2fa7469eb815f8f0dface67bda8b0310cfcf8da6c9130d1d6db334c30a2bf95e498908642a8d6713e98dd7506ca2378cc79368c243
7
+ data.tar.gz: c48e7d371a314ca9ed0ff8ed4bbff98eedabe7e8fdcb14dc9413c150cf68faca1cc73f8b6b029217a07806a35cf10e955910faca1503e6010bd317ee1d968b9c
@@ -171,14 +171,14 @@ module Itriagetestrail
171
171
 
172
172
  #Supports tagging
173
173
  @testrail_case_fields = @client.send_get('get_case_fields')
174
-
175
- # TODO: Look into configuration_ids to add a plan
176
- add_testrail_run if @run_id.to_i.zero?
177
-
178
174
  @pool = Pool.new(1)
179
-
180
175
  @setup = true
181
176
  end
177
+
178
+ def create_run_id
179
+ # TODO: Look into configuration_ids to add a plan
180
+ add_testrail_run if @run_id.to_i.zero?
181
+ end
182
182
 
183
183
  def initialize_variables
184
184
  make_connection
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '1.0.21'.freeze
2
+ VERSION = '1.0.22'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itriagetestrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.21
4
+ version: 1.0.22
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-05-09 00:00:00.000000000 Z
11
+ date: 2020-01-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tzinfo