dgoodlad / slider

Allows for quick and easy creation of text-based slides for presentations

This URL has Read+Write access

David Goodlad (author)
Wed Jan 07 17:32:04 -0800 2009
commit  988b61be4a37f1473c0bdd863124a3d2eb8781f1
tree    233168c8bfba185f2b0f9007b2a896ec0736a621
parent  865bdd86735bb6195ff5f8c02833f5c2e28220b3
slider / slider.gemspec
100644 19 lines (17 sloc) 0.646 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Gem::Specification.new do |s|
  s.name = "slider"
  s.version = "0.1.1"
  s.date = "2008-11-07"
  s.summary = "Text-based slideshow creation and playback"
  s.email = "david@goodlad.ca"
  s.homepage = "http://github.com/dgoodlad/slider"
  s.description = "Slider is a Ruby library to build and display slideshows for presentations"
  s.has_rdoc = false
  s.authors = ["David Goodlad"]
  s.files = [ "MIT-LICENSE",
                    "README",
                    "slider.gemspec",
                    "lib/slider.rb",
                    "doc/example.rb" ]
 
  s.add_dependency "Text", ["> 0.0.0"]
end