Sha256: 220b0ac359215fe54b5086526970ab4569263b124f19b760e63260514affc850

Contents?: true

Size: 483 Bytes

Versions: 5

Compression:

Stored size: 483 Bytes

Contents

require 'hoe'
require './lib/slideshow.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.url     = 'http://slideshow.rubyforge.org'
  
  self.author  = 'Gerald Bauer'
  self.email   = 'webslideshow@googlegroups.com'
  
  self.extra_deps = [
    ['RedCloth','>= 4.0.0'],
    ['kramdown','>= 0.8.0']
  ]
  
  self.remote_rdoc_dir = 'doc' 
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
slideshow-0.8.5 Rakefile
slideshow-0.8.4 Rakefile
slideshow-0.8.3 Rakefile
slideshow-0.8.2 Rakefile
slideshow-0.8.1 Rakefile