right_agent 2.3.8 → 2.4.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f3f45e58a286bde2a91ad6d408a3e86f2f77ee7d
4
- data.tar.gz: f1f481d19547a6557a17d516d32edce7c47948b7
3
+ metadata.gz: 421bad101c6e1d2b672ae1df2f8f30483a5bcc9f
4
+ data.tar.gz: e81a1273f00d14f8df4a0a0fbb5863e0d8870b73
5
5
  SHA512:
6
- metadata.gz: e541ee9c6a67dd538b50392e16230ddad40543ae66097cbfcb19a4dfafc020692be4e28f4ac300fe92f5f5009d4f631e6f3da3f1dc845005e1d2067bbff31e0a
7
- data.tar.gz: 18a92f698c8a8db11b99ed0cf69dda620c81161c8a1f307600d6e0864ca0160dfc9ebb5af3b115d3ac8988d1f432bcd6570b4a9b048f62332289732d64435ca7
6
+ metadata.gz: 482f8558a5af82ec62c7b3a9518caa31345582bad51d17cd0c1dabc653c33cf6fc296f4977bc4b85f0ad64d4974bc7bc567d7229ee0ec94643b9346ba3c13a3f
7
+ data.tar.gz: 51488276aea8ae3068898ae1671ea6e4064107380a3bb423223d1ed2e5b006e5806488ca50fb2e1796fd4ef5649658d96bea1705388f05f189c4dd1da34cc467
@@ -64,7 +64,7 @@ module RightScale
64
64
  module AgentConfig
65
65
 
66
66
  # Current agent protocol version
67
- PROTOCOL_VERSION = 23
67
+ PROTOCOL_VERSION = 24
68
68
 
69
69
  # Current agent protocol version
70
70
  #
@@ -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.3.8'
29
- spec.date = '2014-08-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.3.8
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-08 00:00:00.000000000 Z
14
+ date: 2014-08-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: right_support