Sha256: f0180d0c38aaa9434fdb0d9bac8602038f9d08710f8e8aa0787ed5675ad37e50
Contents?: true
Size: 1 KB
Versions: 3
Compression:
Stored size: 1 KB
Contents
require 'hoe' require './lib/slideshow/version.rb' Hoe.spec 'slideshow' do self.version = Slideshow::VERSION self.summary = 'Slide Show (S9) - A Free Web Alternative to PowerPoint and KeyNote in Ruby' self.urls = ['http://slideshow.rubyforge.org'] self.author = 'Gerald Bauer' self.email = 'webslideshow@googlegroups.com' self.extra_deps = [ ['RedCloth','>= 4.2.9'], ['markdown','>= 0.3.0'], ['textutils','>= 0.2.0'], ['fetcher','>= 0.1.0'], ['props','>= 0.2.0'] ] self.remote_rdoc_dir = 'doc' # switch extension to .rdoc for gihub formatting self.readme_file = 'README.rdoc' self.history_file = 'History.rdoc' self.post_install_message =<<EOS ****************************************************************************** Questions? Comments? Send them along to the mailing list. https://groups.google.com/group/webslideshow ****************************************************************************** EOS end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
slideshow-1.1.0.beta8 | Rakefile |
slideshow-1.1.0.beta7 | Rakefile |
slideshow-1.1.0.beta6 | Rakefile |