scout 5.6.7.pre → 5.6.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -29,7 +29,7 @@ module Scout
29
29
  if @scout.streamer_command.is_a?(String)
30
30
  if @scout.streamer_command.start_with?("start")
31
31
  log.info "streamer command: start"
32
- Scout::StreamerDaemon.start_daemon(history, @scout.streamer_command)
32
+ Scout::StreamerDaemon.start_daemon(history, @scout.streamer_command, @hostname)
33
33
  elsif @scout.streamer_command == "stop"
34
34
  log.info "streamer command: stop"
35
35
  Scout::StreamerDaemon.stop_daemon(history)
data/lib/scout/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Scout
2
- VERSION = "5.6.7.pre"
2
+ VERSION = "5.6.7"
3
3
  end
data/test/scout_test.rb CHANGED
@@ -467,7 +467,7 @@ mybar=100
467
467
  test_should_run_first_time
468
468
 
469
469
  assert !File.exist?(streamer_pid_file)
470
- puts @client.hostname
470
+
471
471
  assert @client.update_attribute(:streamer_command, "start,A0000000000123,a,b,c,1,3")
472
472
  exec_scout(@client.key)
473
473
  assert File.exist?(streamer_pid_file)
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.7.pre
4
+ version: 5.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andre Lewis
@@ -236,9 +236,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
236
236
  version:
237
237
  required_rubygems_version: !ruby/object:Gem::Requirement
238
238
  requirements:
239
- - - ">"
239
+ - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 1.3.1
241
+ version: "0"
242
242
  version:
243
243
  requirements: []
244
244