From: nagachika00@... Date: 2014-02-15T15:45:51+00:00 Subject: [ruby-core:60767] [ruby-trunk - Bug #9268] dead link to raa Issue #9268 has been updated by Tomoyuki Chikanaga. Backport changed from 1.9.3: REQUIRED, 2.0.0: REQUIRED, 2.1: REQUIRED to 1.9.3: REQUIRED, 2.0.0: DONE, 2.1: REQUIRED r44585 was backported to ruby_2_0_0 at 44980. ---------------------------------------- Bug #9268: dead link to raa https://bugs.ruby-lang.org/issues/9268#change-45184 * Author: Kazuhiro NISHIYAMA * Status: Closed * Priority: Normal * Assignee: Zachary Scott * Category: doc * Target version: 2.1.0 * ruby -v: r44304 * Backport: 1.9.3: REQUIRED, 2.0.0: DONE, 2.1: REQUIRED ---------------------------------------- In lib/net/smtp.rb: # == What is This Library NOT? # # This library does NOT provide functions to compose internet mails. # You must create them by yourself. If you want better mail support, # try RubyMail or TMail. You can get both libraries from RAA. # (http://www.ruby-lang.org/en/raa.html) and example in lib/open-uri.rb: # open("http://www.ruby-lang.org/en/raa.html", :proxy => nil) {|f| # # ... # } -- http://bugs.ruby-lang.org/