Rakefile
changeset 1 8fb93d4764de
parent 0 aef8f9f4a788
child 8 01c2ba6b0a44
equal deleted inserted replaced
0:aef8f9f4a788 1:8fb93d4764de
    37 	s.require_path = 'lib'
    37 	s.require_path = 'lib'
    38 	s.bindir       = 'bin'
    38 	s.bindir       = 'bin'
    39 	s.files        = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split
    39 	s.files        = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split
    40 	#s.executables  = %w[]
    40 	#s.executables  = %w[]
    41 	s.description  = <<-EOF
    41 	s.description  = <<-EOF
       
    42 A small collection of base classes used for interacting with remote
       
    43 machines over ssh.  With them, you can use AMQP (via Symphony) to
       
    44 run batch commands, execute templates as scripts, and perform any
       
    45 batch/remoting stuff you can think of without the need of separate
       
    46 client agents.
    42 	EOF
    47 	EOF
    43 	s.required_rubygems_version = '>= 2.0.3'
    48 	s.required_rubygems_version = '>= 2.0.3'
    44 	s.required_ruby_version = '>= 2.0.0'
    49 	s.required_ruby_version = '>= 2.0.0'
    45 
    50 
    46 	s.add_dependency 'symphony', '~> 0.6'
    51 	s.add_dependency 'symphony', '~> 0.6'