Rakefile
changeset 8 01c2ba6b0a44
parent 1 8fb93d4764de
child 11 ffa70066522c
equal deleted inserted replaced
7:4321943b8db5 8:01c2ba6b0a44
    29 	s.homepage     = 'http://projects.martini.nu/ruby-modules'
    29 	s.homepage     = 'http://projects.martini.nu/ruby-modules'
    30 	s.authors      = [ 'Mahlon E. Smith <mahlon@martini.nu>', 'Michael Granger <ged@faeriemud.org>' ]
    30 	s.authors      = [ 'Mahlon E. Smith <mahlon@martini.nu>', 'Michael Granger <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.1.0'
    34 	s.version      = '0.1.1'
    35 	s.license      = 'BSD'
    35 	s.license      = 'BSD'
    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