aboutsummaryrefslogtreecommitdiffstats
path: root/mail/rubygem-pony/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 1.11sunpoet2015-03-061-2/+2
| | | | | | - Remove leading definite article from COMMENT Changes: https://github.com/benprew/pony/blob/master/README.md#changelog
* - Update to 1.6.2sunpoet2013-12-061-2/+2
| | | | Changes: https://github.com/benprew/pony#releases
* - Update to 1.6.1sunpoet2013-11-301-2/+2
| | | | | | - Add LICENSE Changes: https://github.com/benprew/pony#releases
* - Update to 1.5swills2013-07-121-2/+2
| | | | | PR: ports/179868 Approved by: maintainer timeout (freebsdports@chillibear.com, >2 weeks)
* - Update to 1.4pgollucci2012-01-131-2/+2
| | | | | | | PR: ports/163387 Submitted by: myself (pgollucci) Approved by: maintainer timeout (freebsdports@chillibear.com ; 26 days) Sponsored by: RideCharge Inc. / TaxiMagic
* - Update to 1.3swills2011-06-261-2/+2
| | | | | PR: ports/158297 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
* - Update to 1.1wen2010-11-151-3/+2
| | | | | PR: ports/152217 Submitted by: Eric Freeman <freebsdports@chillibear.com> (maintainer)
* The express way to send mail from Ruby.pgollucci2010-08-311-0/+3
Send email in one command: Pony.mail(:to => 'someone@example.com', :body => 'hello') Pony uses /usr/sbin/sendmail to send mail if it is available, otherwise it uses SMTP to localhost. Also, you may need rubygem-smtp_tls if you want to send via tls/ssl and are using ruby < 1.8.7 WWW: http://github.com/benprew/pony PR: ports/150116 Submitted by: Eric Freeman <freebsdports at chillibear.com>