tac-cli 0.0.7 → 0.0.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -26,7 +26,7 @@ module CTT::Cli
26
26
  response = RestClient.post("#{RESULTS_SERVER_URL}/tac/upload", payload)
27
27
  rescue
28
28
  end
29
- break if response.code == 200
29
+ break if (response.nil? || response.code == 200)
30
30
  end
31
31
  @tar_file.unlink
32
32
  end
@@ -1,6 +1,6 @@
1
1
 
2
2
  module CTT
3
3
  module Cli
4
- VERSION = '0.0.7'
4
+ VERSION = '0.0.8'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tac-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: