Rakefile
changeset 13 a03c08c289e9
parent 12 3cc813140c80
child 14 cba9fb39bcdb
equal deleted inserted replaced
12:3cc813140c80 13:a03c08c289e9
    44 	s.files        = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split
    44 	s.files        = File.read( __FILE__ ).split( /^__END__/, 2 ).last.split
    45 	# s.executables  = %w[]
    45 	# s.executables  = %w[]
    46 	s.description  = <<-EOF
    46 	s.description  = <<-EOF
    47 This is a ruby interface for interacting with ezmlm-idx, an email list
    47 This is a ruby interface for interacting with ezmlm-idx, an email list
    48 manager for use with the Qmail MTA.  (The -idx provides an extended
    48 manager for use with the Qmail MTA.  (The -idx provides an extended
    49 feature set over the initial ezmlm environment.)
    49 feature set over the initial ezmlm environment), and the messages contained therein.
    50 	EOF
    50 	EOF
    51 	s.required_ruby_version = '>= 2'
    51 	s.required_ruby_version = '>= 2'
    52 
    52 
    53 	s.add_dependency 'loggability', "~> 0.13"
    53 	s.add_dependency 'loggability', "~> 0.13"
    54 	s.add_dependency 'mail', "~> 2.6"
    54 	s.add_dependency 'mail', "~> 2.6"