Sha256: c106298fd17bd88c0b47e0ffb8605da84d22c51fe1388ba758fd1357c33f74db

Contents?: true

Size: 613 Bytes

Versions: 11

Compression:

Stored size: 613 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.9.0']
  ]
  
  self.remote_rdoc_dir = 'doc'
  
  # switch extension to .rdoc for gihub formatting
  self.readme_file  = 'README.rdoc'
  self.history_file = 'History.rdoc'
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
slideshow-0.9.10 Rakefile
slideshow-0.9.9 Rakefile
slideshow-0.9.8 Rakefile
slideshow-0.9.7 Rakefile
slideshow-0.9.6 Rakefile
slideshow-0.9.5 Rakefile
slideshow-0.9.4 Rakefile
slideshow-0.9.3 Rakefile
slideshow-0.9.2 Rakefile
slideshow-0.9.1 Rakefile
slideshow-0.9 Rakefile