wesabe-robot-army 0.1.1 → 0.1.7

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wesabe-robot-army
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Donovan
@@ -9,26 +9,38 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-10 00:00:00 -08:00
12
+ date: 2009-09-23 00:00:00 -07:00
13
13
  default_executable:
14
14
  dependencies:
15
+ - !ruby/object:Gem::Dependency
16
+ name: ParseTree
17
+ type: :runtime
18
+ version_requirement:
19
+ version_requirements: !ruby/object:Gem::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 3.0.0
24
+ version:
15
25
  - !ruby/object:Gem::Dependency
16
26
  name: ruby2ruby
27
+ type: :runtime
17
28
  version_requirement:
18
29
  version_requirements: !ruby/object:Gem::Requirement
19
30
  requirements:
20
- - - "="
31
+ - - ">="
21
32
  - !ruby/object:Gem::Version
22
- version: 1.1.9
33
+ version: 1.2.0
23
34
  version:
24
35
  - !ruby/object:Gem::Dependency
25
36
  name: thor
37
+ type: :runtime
26
38
  version_requirement:
27
39
  version_requirements: !ruby/object:Gem::Requirement
28
40
  requirements:
29
- - - ">"
41
+ - - ">="
30
42
  - !ruby/object:Gem::Version
31
- version: 0.0.0
43
+ version: 0.11.7
32
44
  version:
33
45
  description: Deploy using Thor by executing Ruby remotely
34
46
  email: brian@wesabe.com
@@ -37,17 +49,21 @@ executables: []
37
49
  extensions: []
38
50
 
39
51
  extra_rdoc_files:
40
- - README.markdown
41
52
  - LICENSE
53
+ - README.markdown
42
54
  files:
43
55
  - LICENSE
44
56
  - README.markdown
45
57
  - Rakefile
46
- - lib/robot-army
58
+ - lib/robot-army.rb
59
+ - lib/robot-army/at_exit.rb
47
60
  - lib/robot-army/connection.rb
48
61
  - lib/robot-army/dependency_loader.rb
62
+ - lib/robot-army/eval_builder.rb
63
+ - lib/robot-army/eval_command.rb
49
64
  - lib/robot-army/gate_keeper.rb
50
65
  - lib/robot-army/io.rb
66
+ - lib/robot-army/keychain.rb
51
67
  - lib/robot-army/loader.rb
52
68
  - lib/robot-army/marshal_ext.rb
53
69
  - lib/robot-army/messenger.rb
@@ -55,15 +71,16 @@ files:
55
71
  - lib/robot-army/officer_connection.rb
56
72
  - lib/robot-army/officer_loader.rb
57
73
  - lib/robot-army/proxy.rb
74
+ - lib/robot-army/remote_evaler.rb
58
75
  - lib/robot-army/ruby2ruby_ext.rb
59
76
  - lib/robot-army/soldier.rb
60
77
  - lib/robot-army/task_master.rb
61
- - lib/robot-army.rb
62
- has_rdoc: true
78
+ has_rdoc: false
63
79
  homepage: http://github.com/wesabe/robot-army
80
+ licenses:
64
81
  post_install_message:
65
- rdoc_options: []
66
-
82
+ rdoc_options:
83
+ - --charset=UTF-8
67
84
  require_paths:
68
85
  - lib
69
86
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -81,9 +98,25 @@ required_rubygems_version: !ruby/object:Gem::Requirement
81
98
  requirements: []
82
99
 
83
100
  rubyforge_project: robot-army
84
- rubygems_version: 1.2.0
101
+ rubygems_version: 1.3.5
85
102
  signing_key:
86
- specification_version: 2
103
+ specification_version: 3
87
104
  summary: Deploy using Thor by executing Ruby remotely
88
- test_files: []
89
-
105
+ test_files:
106
+ - spec/at_exit_spec.rb
107
+ - spec/connection_spec.rb
108
+ - spec/dependency_loader_spec.rb
109
+ - spec/gate_keeper_spec.rb
110
+ - spec/integration_spec.rb
111
+ - spec/io_spec.rb
112
+ - spec/keychain_spec.rb
113
+ - spec/loader_spec.rb
114
+ - spec/marshal_ext_spec.rb
115
+ - spec/messenger_spec.rb
116
+ - spec/officer_spec.rb
117
+ - spec/proxy_spec.rb
118
+ - spec/ruby2ruby_ext_spec.rb
119
+ - spec/soldier_spec.rb
120
+ - spec/spec_helper.rb
121
+ - spec/task_master_spec.rb
122
+ - examples/whoami.rb