Rakefile in slideshow-1.0.0 vs Rakefile in slideshow-1.0.1
- old
+ new
@@ -11,14 +11,23 @@
self.author = 'Gerald Bauer'
self.email = 'webslideshow@googlegroups.com'
self.extra_deps = [
['RedCloth','>= 4.2.9'],
- ['kramdown','>= 0.13.5']
+ ['markdown_select','>= 0.1.2']
]
self.remote_rdoc_dir = 'doc'
# switch extension to .rdoc for gihub formatting
self.readme_file = 'README.rdoc'
self.history_file = 'History.rdoc'
-end
+
+ self.post_install_message =<<EOS
+******************************************************************************
+
+Questions? Comments? Send them along to the mailing list.
+https://groups.google.com/group/webslideshow
+
+******************************************************************************
+EOS
+end
\ No newline at end of file