Rakefile in slideshow-1.1.0.beta1 vs Rakefile in slideshow-1.1.0.beta2

- old
+ new

@@ -4,17 +4,17 @@ Hoe.spec 'slideshow' do self.version = Slideshow::VERSION self.summary = 'Slide Show (S9) - A Free Web Alternative to PowerPoint and KeyNote in Ruby' - self.url = 'http://slideshow.rubyforge.org' + self.urls = ['http://slideshow.rubyforge.org'] self.author = 'Gerald Bauer' self.email = 'webslideshow@googlegroups.com' self.extra_deps = [ ['RedCloth','>= 4.2.9'], - ['markdown','>= 0.1.0'], + ['markdown','>= 0.2.0'], ['fetcher','>= 0.1.0'], ['props','>= 0.1.0'] ] self.remote_rdoc_dir = 'doc' \ No newline at end of file