tl-api-client 0.1.13 → 0.1.14

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: 51dae61e8ad5b2c5c0b188bb09549ae9eaffd8e8
4
- data.tar.gz: 176fac73c28190371e82b21800e69f504b423874
3
+ metadata.gz: 0e35a7539f2d8bd37c78b5ff8286a84261471e76
4
+ data.tar.gz: c7a053d656592e9a978da2a7ca6e088e81a8e451
5
5
  SHA512:
6
- metadata.gz: 2e353934cf1a2a0cf6eada44c30d2630f86c8dc770bf1402eef97754db6a301ad9db827e757f17c44f0ef1dd9c17114d737fd657b4cb2676f711318541a9c283
7
- data.tar.gz: 0711df44dd7d9e8a8c308a4c5ec1ac3fed5edbf73abf9e31231230f94b55043c1cee559777f70804f1a95e765dc52ff6462780a2e29252cf7456c5759363bacd
6
+ metadata.gz: ae233de46c4dd22c51adc69a0560601f9240cba810ce0870c746f5434b13fda63f898c20744c63716921080189ab23c9ca3ec8594f1ea4e67497563deabd7f26
7
+ data.tar.gz: 362b9725f33d68d0d029c561cdb76751e1525b7f5f7037cb420839ac0150a64dcf2232c18bc3d350f27b052bc0f0a1017f0c62bbef0546122df5f9b3b5320444
@@ -213,7 +213,7 @@ module Testlink
213
213
  end
214
214
 
215
215
 
216
- def update_test_case tcid, version = "", testcasename = "", summary = "", preconditions = "", steps = "", importance = "", executiontype = "". status = "", active = "", estimatedexecduration = "", user = ""
216
+ def update_test_case tcid, version = "", testcasename = "", summary = "", preconditions = "", steps = "", importance = "", executiontype = "", status = "", active = "", estimatedexecduration = "", user = ""
217
217
 
218
218
  input = { "testcaseid" => tcid,
219
219
  "version" => version,
@@ -1,6 +1,6 @@
1
1
  module Testlink
2
2
  module Client
3
- VERSION = "0.1.13"
3
+ VERSION = "0.1.14"
4
4
  end
5
5
  end
6
6
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tl-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Chen