Sha256: 8376eedeefb804af37dd851bec085f3c11cea0100eaefe647d5ea24238f49bf4

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 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-s9.github.io']

  self.author  = 'Gerald Bauer'
  self.email   = 'webslideshow@googlegroups.com'

  self.extra_deps = [
    ['props','>= 1.0.0'],
    ['markdown','>= 1.0.0'],
    ['textutils','>= 0.2.0'],
    ['pakman','>= 0.4.0'],
    ['activesupport', '>= 3.2.6'],
    ['RedCloth','>= 4.2.9'],
    ['logutils','>= 0.6.0'],
    ['gli', '>= 2.5.6']
  ]

  # 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

4 entries across 4 versions & 1 rubygems

Version Path
slideshow-2.2.0 Rakefile
slideshow-2.1.0 Rakefile
slideshow-2.0.1 Rakefile
slideshow-2.0.0 Rakefile