tddium-preview 0.6.4 → 0.6.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/tddium.rb +1 -1
  2. data/lib/tddium/version.rb +1 -1
  3. metadata +1 -1
data/lib/tddium.rb CHANGED
@@ -336,7 +336,7 @@ class Tddium < Thor
336
336
  write_suite(new_suite["suite"]["id"])
337
337
 
338
338
  # Manage git
339
- update_git_remote_and_push(new_suite)
339
+ exit_failure("Failed to push repo to Tddium!") unless update_git_remote_and_push(new_suite)
340
340
 
341
341
  say Text::Process::CREATED_SUITE % format_suite_details(new_suite["suite"])
342
342
  end
@@ -3,5 +3,5 @@ Copyright (c) 2011 Solano Labs All Rights Reserved
3
3
  =end
4
4
 
5
5
  module TddiumVersion
6
- VERSION = "0.6.4"
6
+ VERSION = "0.6.5"
7
7
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: tddium-preview
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.4
5
+ version: 0.6.5
6
6
  platform: ruby
7
7
  authors:
8
8
  - Solano Labs