rainforest-cli 0.0.4 → 0.0.5

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.
@@ -29,7 +29,7 @@ module Rainforest
29
29
  sleep 5
30
30
  response = get "#{API_URL}/#{run_id}"
31
31
  if %w(queued in_progress sending_webhook waiting_for_callback).include?(response["state"])
32
- puts "Run #{run_id} is still running: #{response['current_progress']['percent']}% complete and has #{response["result"]}"
32
+ puts "Run #{run_id} is #{response['state']} and is #{response['current_progress']['percent']}% complete"
33
33
  running = false if response["result"] == 'failed' && @options.failfast?
34
34
  else
35
35
  puts "Run #{run_id} is now #{response["state"]} and has #{response["result"]}"
@@ -1,5 +1,5 @@
1
1
  module Rainforest
2
2
  module Cli
3
- VERSION = "0.0.4"
3
+ VERSION = "0.0.5"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rainforest-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: