README.rdoc in ruby-ip-0.9.0 vs README.rdoc in ruby-ip-0.9.1
- old
+ new
@@ -1,7 +1,15 @@
-== ruby-ip library
+= ruby-ip library
-This is a library for manipulating IP addresses. Feature overview:
+This is a library for manipulating IP addresses.
+
+== Installation
+
+Gem:: <tt>gem install ruby-ip</tt>
+Source:: <tt>git clone git://github.com/deploy2/ruby-ip.git</tt>
+Docs:: http://deploy2.github.com/ruby-ip/
+
+== Feature overview
* Create from string and to string
require 'ip'
ip = IP.new("192.0.2.53/24")