# HG changeset patch # User Mahlon E. Smith # Date 1399768998 25200 # Node ID 8fb93d4764de0455a875c1c6be97ee6ab79a85e2 # Parent aef8f9f4a78828c65bbd3bef50165f40abaadd28 Add gem description. diff -r aef8f9f4a788 -r 8fb93d4764de 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'