right_agent 2.3.8 → 2.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/right_agent/agent_config.rb +1 -1
- data/lib/right_agent/protocol_version_mixin.rb +3 -0
- data/right_agent.gemspec +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 421bad101c6e1d2b672ae1df2f8f30483a5bcc9f
|
4
|
+
data.tar.gz: e81a1273f00d14f8df4a0a0fbb5863e0d8870b73
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 482f8558a5af82ec62c7b3a9518caa31345582bad51d17cd0c1dabc653c33cf6fc296f4977bc4b85f0ad64d4974bc7bc567d7229ee0ec94643b9346ba3c13a3f
|
7
|
+
data.tar.gz: 51488276aea8ae3068898ae1671ea6e4064107380a3bb423223d1ed2e5b006e5806488ca50fb2e1796fd4ef5649658d96bea1705388f05f189c4dd1da34cc467
|
@@ -64,6 +64,9 @@ module RightScale
|
|
64
64
|
# Test whether given version of agent can handle HTTP communication mode
|
65
65
|
def can_handle_http?(version); version && version >= 23 end
|
66
66
|
|
67
|
+
# Test whether given version of agent can always handle a hash payload
|
68
|
+
def can_always_handle_hash_payload?(version); version && version >= 24 end
|
69
|
+
|
67
70
|
end # ProtocolVersionMixin
|
68
71
|
|
69
72
|
end # RightScale
|
data/right_agent.gemspec
CHANGED
@@ -25,8 +25,8 @@ require 'rbconfig'
|
|
25
25
|
|
26
26
|
Gem::Specification.new do |spec|
|
27
27
|
spec.name = 'right_agent'
|
28
|
-
spec.version = '2.
|
29
|
-
spec.date = '2014-08-
|
28
|
+
spec.version = '2.4.0'
|
29
|
+
spec.date = '2014-08-22'
|
30
30
|
spec.authors = ['Lee Kirchhoff', 'Raphael Simon', 'Tony Spataro', 'Scott Messier']
|
31
31
|
spec.email = 'lee@rightscale.com'
|
32
32
|
spec.homepage = 'https://github.com/rightscale/right_agent'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: right_agent
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Lee Kirchhoff
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2014-08-
|
14
|
+
date: 2014-08-22 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: right_support
|