scout 5.6.0.alpha → 5.6.0.alpha.2

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.
data/lib/scout/server.rb CHANGED
@@ -91,7 +91,7 @@ module Scout
91
91
  url = urlify(:plan)
92
92
  info "Fetching plan from server at #{url}..."
93
93
  headers = {"x-scout-tty" => ($stdin.tty? ? 'true' : 'false')}
94
- headers["x-scout-roles"] = @roles
94
+ headers["x-scout-roles"] = @roles || ""
95
95
 
96
96
  get(url, "Could not retrieve plan from server.", headers) do |res|
97
97
  begin
data/lib/scout/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Scout
2
- VERSION = "5.6.0.alpha"
2
+ VERSION = "5.6.0.alpha.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.6.0.alpha
4
+ version: 5.6.0.alpha.2
5
5
  prerelease: 6
6
6
  platform: ruby
7
7
  authors: