Rakefile
changeset 19 f31d60b04f8a
parent 17 5db18679edcf
equal deleted inserted replaced
18:d629b9939df4 19:f31d60b04f8a
    29 	s.authors      = [ 'Mahlon E. Smith', 'Michael Granger' ]
    29 	s.authors      = [ 'Mahlon E. Smith', 'Michael Granger' ]
    30 	s.email        = [ 'mahlon@martini.nu', 'ged@faeriemud.org' ]
    30 	s.email        = [ 'mahlon@martini.nu', 'ged@faeriemud.org' ]
    31 	s.platform     = Gem::Platform::RUBY
    31 	s.platform     = Gem::Platform::RUBY
    32 	s.summary      = "Base classes for using Symphony with ssh."
    32 	s.summary      = "Base classes for using Symphony with ssh."
    33 	s.name         = 'symphony-ssh'
    33 	s.name         = 'symphony-ssh'
    34 	s.version      = '0.3.0'
    34 	s.version      = '0.4.0'
    35 	s.license      = 'BSD-3-Clause'
    35 	s.license      = 'BSD-3-Clause'
    36 	s.has_rdoc     = true
    36 	s.has_rdoc     = true
    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