Sha256: e35743c59f5e191bafab298ef03f8cb254ddf6c4cd452515c5db961a417da6e7
Contents?: true
Size: 447 Bytes
Versions: 2
Compression:
Stored size: 447 Bytes
Contents
require 'hoe' require './lib/slideshow.rb' Hoe.new('slideshow', Slideshow::VERSION) do |p| p.summary = 'Slide Show (S9) - A Free Web Alternative to PowerPoint and KeyNote in Ruby' p.url = 'http://slideshow.rubyforge.org' p.author = 'Gerald Bauer' p.email = 'webslideshow@googlegroups.com' p.extra_deps = [ ['RedCloth','>= 4.0.0'], ['BlueCloth','>= 1.0.0'] ] p.remote_rdoc_dir = 'doc' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
slideshow-0.8 | Rakefile |
slideshow-0.7.8 | Rakefile |