task-orchestrator 0.0.12 → 0.0.13

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.
@@ -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: