Sha256: 0deba1ac25880e0a5d6ace5b241df55c0fbe4280a5a88ec1a70318ee51fbb7f6

Contents?: true

Size: 385 Bytes

Versions: 1

Compression:

Stored size: 385 Bytes

Contents

require 'hoe'

Hoe.new 'ar_mailer', '1.2.0' do |s|
  s.rubyforge_name = 'seattlerb'
  s.summary = s.paragraphs_of('README.txt', 1).join(' ')
  s.description = s.paragraphs_of('README.txt', 9).join(' ')
  s.url = s.paragraphs_of('README.txt', 5).join(' ')
  s.author = 'Eric Hodel'
  s.email = 'drbrain@segment7.net'
  s.changes = s.paragraphs_of('History.txt', 0..1).join("\n\n")
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ar_mailer-1.2.0 Rakefile