tl-api-client 0.1.11 → 0.1.12

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: d03f11ecaca128b40b5cca122518f0b9156e683c
4
- data.tar.gz: '0279bf2a97acfeaeca606a3b523e2d8b4436cf21'
3
+ metadata.gz: 137daea750f2ba4e8696d9ca079f5968c3899b10
4
+ data.tar.gz: b8b562359078d5fecadbd08d2751b1f9a74ef2a4
5
5
  SHA512:
6
- metadata.gz: e7a42d3c3bf078156328ec0ec7fe60675b834ccbcf33b5c8d56403a4d35d04dcdc732f720ae5842728b8bee7625bcc542aba35a541150052105177c1e57aa1b3
7
- data.tar.gz: 871ac781c1f00fa2ede35cf04be27e66cfd72455b7b0b920ac64b7e13154d495e7aeacba23867eefc20fe6109c8f712fb1cd87733f61bea5196f46526b1471c8
6
+ metadata.gz: b891b759519d5514f6ae53716fda3a980f5b01d30473c3f3aab9de642ab4ff94d029f6b8828c88bde8b2abd956db3142fdb1cd1b2453212e0b6f4b4aedc738cc
7
+ data.tar.gz: 4cc74fe9288282e473e02a30723abdd360c90807c5550935a0cf68cfd98882bce4715387fd3b88a1791c71e51d8221f083ef215f18767a908b686172b8cd7994
@@ -1,6 +1,6 @@
1
1
  module Testlink
2
2
  module Client
3
- VERSION = "0.1.11"
3
+ VERSION = "0.1.12"
4
4
  end
5
5
  end
6
6
 
@@ -136,7 +136,7 @@ module Testlink
136
136
  input["keywords"] = keywords unless keywords.nil?
137
137
  input["executed"] = executed unless executed.nil?
138
138
  input["assignedto"] = assignedto unless assignedto.nil?
139
- input["executestatus"] = executestatus unless executedstatus.nil?
139
+ input["executestatus"] = executestatus unless executestatus.nil?
140
140
  input["executiontype"] = executiontype unless executiontype.nil?
141
141
  input["getstepinfo"] = getstepinfo unless getstepinfo.nil?
142
142
  input["details"] = details unless details.nil?
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.11
4
+ version: 0.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emma Chen