scout_agent 3.1.6 → 3.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/CHANGELOG +5 -0
  2. data/lib/scout_agent.rb +1 -5
  3. metadata +2 -2
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ == 3.1.7
2
+
3
+ * Reverting DNS changes due to other severe issues they caused (you can switch
4
+ to Ruby's resolv with `ruby -r resolv-replace scout_agent start`, if needed)
5
+
1
6
  == 3.1.6
2
7
 
3
8
  * Fixed a bug that would cause blank errors to show up in the Web application
data/lib/scout_agent.rb CHANGED
@@ -33,10 +33,6 @@ require_lib_or_gem "rest_client", "=0.9.2"
33
33
  require_lib_or_gem "xmpp4r", "=0.4"
34
34
  require_lib_or_gem "xmpp4r/roster" # loads from xmpp4r's version
35
35
 
36
- # *IMPORTANT*: make sure slow DNS requests don't kill our background threading
37
- require "resolv-replace"
38
- Socket.do_not_reverse_lookup = true
39
-
40
36
  # The namespace for all agent software.
41
37
  module ScoutAgent
42
38
  # Returns the name of the agent executable.
@@ -95,7 +91,7 @@ module ScoutAgent
95
91
  end
96
92
 
97
93
  # The version of this agent.
98
- VERSION = "3.1.6".freeze
94
+ VERSION = "3.1.7".freeze
99
95
  # A Pathname reference to the agent code directory, used in dynamic loading.
100
96
  LIB_DIR = Pathname.new(File.dirname(__FILE__)) + agent_name
101
97
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scout_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.6
4
+ version: 3.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Edward Gray II
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2009-05-12 00:00:00 -05:00
15
+ date: 2009-05-13 00:00:00 -05:00
16
16
  default_executable:
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency