Add gem description.
authorMahlon E. Smith <mahlon@martini.nu>
Sat, 10 May 2014 17:43:18 -0700
changeset 1 8fb93d4764de
parent 0 aef8f9f4a788
child 2 5ef02faaf5a5
Add gem description.
Rakefile
--- a/Rakefile	Sat May 10 17:40:36 2014 -0700
+++ b/Rakefile	Sat May 10 17:43:18 2014 -0700
@@ -39,6 +39,11 @@
 	s.files        = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split
 	#s.executables  = %w[]
 	s.description  = <<-EOF
+A small collection of base classes used for interacting with remote
+machines over ssh.  With them, you can use AMQP (via Symphony) to
+run batch commands, execute templates as scripts, and perform any
+batch/remoting stuff you can think of without the need of separate
+client agents.
 	EOF
 	s.required_rubygems_version = '>= 2.0.3'
 	s.required_ruby_version = '>= 2.0.0'