README.markdown in net-socket-1.0.0 vs README.markdown in net-socket-1.0.1
- old
+ new
@@ -1,12 +1,8 @@
# Net::Socket
A fancy-pants socket API for Ruby.
-## Bugs
-
-This is actually a bug with Ruby, not Net::Socket, but if you `require 'net/socket'` between creating a `Net::HTTP` or `Net::FTP` instance, Net::HTTP or Net::FTP may raise an "uninitialized constant" exception. The reason for this is that Net::HTTP and Net::FTP reference `Socket`, which winds up referencing Net::Socket. There is a small hack-ish fix for this in [lib/net/socket/socket-hack.rb](https://gitlab.com/spinny/net-socket/blob/main/lib/net/socket/socket-hack.rb), and I will be submitting a pull request to fix it in Ruby.
-
## Installation
Add this line to your application's Gemfile:
```ruby