Sha256: 5ad2a0058b23b803c8fcbaf7902719cfab7b951bd84ad7902c6f22592ddef79e

Contents?: true

Size: 1.02 KB

Versions: 1

Compression:

Stored size: 1.02 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 = [
    ['markdown','>= 0.4.0'],
    ['textutils','>= 0.2.0'],
    ['props','>= 0.2.0'],
    ['pakman','>= 0.4.0'],
    ['activesupport', '>= 3.2.6'],
    ['RedCloth','>= 4.2.9']
  ]
    
  # 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

1 entries across 1 versions & 1 rubygems

Version Path
slideshow-1.2.0 Rakefile