install.rb in whiskey_disk-0.3.0 vs install.rb in whiskey_disk-0.3.1
- old
+ new
@@ -1,5 +1,5 @@
def readme_contents
- IO.read(File.expand_path(File.join(File.dirname(__FILE__), 'README')))
+ IO.read(File.expand_path(File.join(File.dirname(__FILE__), 'README.markdown')))
end
puts readme_contents