Sha256: f11410a8a120edf814aea32ba815fa641ecfea3b0c0ddfe6c1f41c05cc072dde

Contents?: true

Size: 1004 Bytes

Versions: 2

Compression:

Stored size: 1004 Bytes

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.4.0'],
    ['textutils','>= 0.2.0'],
    ['props','>= 0.2.0'],
    ['pakman','>= 0.1.0']
  ]
    
  # switch extension to .markdown for gihub formatting
  self.readme_file  = 'README.markdown'
  self.history_file = 'History.markdown'
  
  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

2 entries across 2 versions & 1 rubygems

Version Path
slideshow-1.2.0.beta3 Rakefile
slideshow-1.2.0.beta2 Rakefile