Rakefile in vfs-0.4.4 vs Rakefile in vfs-0.4.5
- old
+ new
@@ -5,7 +5,12 @@
gem: true,
summary: "Virtual File System - simple and unified API over different storages (Local, S3, SFTP, ...)",
# version: '0.4.0',
author: "Alexey Petrushin",
- homepage: "http://github.com/alexeypetrushin/vfs"
-)
+ homepage: "http://alexeypetrushin.github.com/vfs"
+)
+
+desc "Generate documentation"
+task :docs do
+ %x(cd docs && rocco -o site *.rb)
+end
\ No newline at end of file