From: "nobu (Nobuyoshi Nakada)" <nobu@...> Date: 2013-07-05T09:50:47+09:00 Subject: [ruby-core:55802] [ruby-trunk - Feature #8601] Win32API.rb long life plan Issue #8601 has been updated by nobu (Nobuyoshi Nakada). lib/rubygems/user_interaction.rb has code to use io/console already. # Bad habit branching by the version string... ---------------------------------------- Feature #8601: Win32API.rb long life plan https://bugs.ruby-lang.org/issues/8601#change-40298 Author: arton (Akio Tajima) Status: Open Priority: Normal Assignee: Category: Target version: Win32API.rb sits on ext/dl/win32/lib in the source tree. But DL is deprecated on Ruby 2.0.1, so I'd like to move it from ext/dl/win32/lib to ext/win32/lib because the library is fundamental for Win32 platform. Also it's required to fit Fiddler. Attachment is the patched version of Win32API.rb for both DL and Fiddle based on mirich (http://d.hatena.ne.jp/mirichi/20130629/p1). -- http://bugs.ruby-lang.org/