itriagetestrail 1.0.36 → 1.0.37

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: 7d3fb08d0333d280c30606a5cd177b439f668a94a8683bf0099c47dac4b563cc
4
- data.tar.gz: 9dd89450a238a488c46783754df2ca4c312301e2e9dd807b31d30f01b80430e7
3
+ metadata.gz: a927ef4f85a9058c7d17084cac8c03668fa17d90df3318ab949bcd3932a803b4
4
+ data.tar.gz: 6634d6233ed3c6b2caace7b4d833612b91ee97ba149bf86406113218f46b6e7b
5
5
  SHA512:
6
- metadata.gz: 64729b306598a415b93d91869a57d0be086772f39fe235159be11b17ea3e88c48186189207fe125ab0d93d9d9640db9de0da1817a829e210de94c89c4e41ce6d
7
- data.tar.gz: ed2d5d73ea6c95e07d56f0b8355e0ec73b9d09420c083517e92f7500efa10f9971bc1822c96daf8d8b94834f272b393d33c986659251151bcfeacfe2d99e2db9
6
+ metadata.gz: ed2c8d459a7694bd2d94eee1012dbe8a90ee7411dee169fd4296977fd1172c30ea232b46e90919035446566cf55cb9129c2574fe172974be29827f7631a95e7d
7
+ data.tar.gz: 2f8be67b65870ecf836058f31d12d4f2fbff1123b48bb73f199c9f850506849bd967f84eea86739add2a7617b502cdd3face28c713faa1b9f784d20559e0f930
@@ -162,7 +162,7 @@ module TestRail
162
162
  file = File.open("./tmp/#{filename}", 'r')
163
163
  content = JSON.parse(file.read)
164
164
  file.close
165
- content[:response]
165
+ content['response']
166
166
  end
167
167
 
168
168
  def sanitize_filename(filename)
@@ -1,3 +1,3 @@
1
1
  module Itriagetestrail
2
- VERSION = '1.0.36'.freeze
2
+ VERSION = '1.0.37'.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.36
4
+ version: 1.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - a801069