From: "naruse (Yui NARUSE)" Date: 2013-10-25T20:06:31+09:00 Subject: [ruby-core:58034] [ruby-trunk - Bug #9051][Assigned] open-uri meta_add_field method removed Issue #9051 has been updated by naruse (Yui NARUSE). Category set to lib Status changed from Open to Assigned Assignee set to akr (Akira Tanaka) Target version set to current: 2.1.0 Backport changed from 1.9.3: UNKNOWN, 2.0.0: UNKNOWN to 1.9.3: DONTNEED, 2.0.0: DONTNEED Sounds reasonable. How do you think, akr? ---------------------------------------- Bug #9051: open-uri meta_add_field method removed https://bugs.ruby-lang.org/issues/9051#change-42614 Author: eweb (Eamonn Webster) Status: Assigned Priority: Normal Assignee: akr (Akira Tanaka) Category: lib Target version: current: 2.1.0 ruby -v: ruby 2.1.0dev (2013-10-18 trunk 43355) [x86_64-darwin12.5.0] Backport: 1.9.3: DONTNEED, 2.0.0: DONTNEED In the fix for bug #4964 the method Meta#meta_add_field(name, value) was removed and replaced with meta_add_field2(name, values) Note plural! This breaks code that uses meta_add_field. e.g. HTTPClient. The fix is to re-implement meta_add_field using meta_add_field2 -- http://bugs.ruby-lang.org/