rexec 1.1.10

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 ADDED
@@ -0,0 +1,87 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: rexec
3
+ version: !ruby/object:Gem::Version
4
+ prerelease: false
5
+ segments:
6
+ - 1
7
+ - 1
8
+ - 10
9
+ version: 1.1.10
10
+ platform: ruby
11
+ authors:
12
+ - Samuel Williams
13
+ autorequire:
14
+ bindir: bin
15
+ cert_chain: []
16
+
17
+ date: 2010-03-13 00:00:00 +13:00
18
+ default_executable: daemon-exec
19
+ dependencies: []
20
+
21
+ description:
22
+ email: samuel.williams@oriontransfer.co.nz
23
+ executables:
24
+ - daemon-exec
25
+ extensions: []
26
+
27
+ extra_rdoc_files:
28
+ - README.rdoc
29
+ files:
30
+ - bin/daemon-exec
31
+ - lib/rexec/client.rb
32
+ - lib/rexec/connection.rb
33
+ - lib/rexec/daemon/base.rb
34
+ - lib/rexec/daemon/controller.rb
35
+ - lib/rexec/daemon/pidfile.rb
36
+ - lib/rexec/daemon.rb
37
+ - lib/rexec/priviledges.rb
38
+ - lib/rexec/reverse_io.rb
39
+ - lib/rexec/server.rb
40
+ - lib/rexec/task.rb
41
+ - lib/rexec/version.rb
42
+ - lib/rexec.rb
43
+ - test/client.rb
44
+ - test/daemon.rb
45
+ - test/daemon_test.rb
46
+ - test/listing_example.rb
47
+ - test/remote_server_test.rb
48
+ - test/server_test.rb
49
+ - test/task.rb
50
+ - test/task_test.rb
51
+ - README.rdoc
52
+ has_rdoc: true
53
+ homepage: http://www.oriontransfer.co.nz/software/rexec
54
+ licenses: []
55
+
56
+ post_install_message:
57
+ rdoc_options:
58
+ - --main
59
+ - README.rdoc
60
+ require_paths:
61
+ - lib
62
+ required_ruby_version: !ruby/object:Gem::Requirement
63
+ requirements:
64
+ - - ">="
65
+ - !ruby/object:Gem::Version
66
+ segments:
67
+ - 0
68
+ version: "0"
69
+ required_rubygems_version: !ruby/object:Gem::Requirement
70
+ requirements:
71
+ - - ">="
72
+ - !ruby/object:Gem::Version
73
+ segments:
74
+ - 0
75
+ version: "0"
76
+ requirements: []
77
+
78
+ rubyforge_project:
79
+ rubygems_version: 1.3.6
80
+ signing_key:
81
+ specification_version: 2
82
+ summary: RExec (Remote Execution) is a tool to facilitate communicating to another ruby process and executing code.
83
+ test_files:
84
+ - test/daemon_test.rb
85
+ - test/remote_server_test.rb
86
+ - test/server_test.rb
87
+ - test/task_test.rb