task-orchestrator 0.0.12 → 0.0.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -99,6 +99,7 @@ module Orchestrator
99
99
 
100
100
  def invalid(reason)
101
101
  Formatador.display_line("[red]ERROR[/]: #{reason}")
102
+ FileUtils.rm_f(@options.statefile) if @options.statefile
102
103
  exit 1
103
104
  end
104
105
 
@@ -1,3 +1,3 @@
1
1
  module Orchestrator
2
- VERSION ||= '0.0.12'
2
+ VERSION ||= '0.0.13'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: task-orchestrator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: