right_agent 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,11 @@ module RightScale
38
38
  # Default thread name when no thread is specified for an executable bundle.
39
39
  DEFAULT_THREAD_NAME = 'default'
40
40
 
41
+ # Regular expression to define what a valid thread name looks like: an alpha character
42
+ # followed by 0 or more alphanumerics or underscores. Only lower-case characters are
43
+ # allowed.
44
+ VALID_THREAD_NAME = /[a-z][a-z0-9_]*/
45
+
41
46
  # (Array) Collection of RightScripts and chef recipes instantiations
42
47
  attr_accessor :executables
43
48
 
data/right_agent.gemspec CHANGED
@@ -24,7 +24,7 @@ require 'rubygems'
24
24
 
25
25
  Gem::Specification.new do |spec|
26
26
  spec.name = 'right_agent'
27
- spec.version = '0.6.0'
27
+ spec.version = '0.6.1'
28
28
  spec.authors = ['Lee Kirchhoff', 'Raphael Simon', 'Tony Spataro']
29
29
  spec.email = 'lee@rightscale.com'
30
30
  spec.homepage = 'https://github.com/rightscale/right_agent'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_agent
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Lee Kirchhoff
@@ -17,7 +17,7 @@ autorequire:
17
17
  bindir: bin
18
18
  cert_chain: []
19
19
 
20
- date: 2011-11-11 00:00:00 -08:00
20
+ date: 2011-11-15 00:00:00 -08:00
21
21
  default_executable:
22
22
  dependencies:
23
23
  - !ruby/object:Gem::Dependency