lib/slideshow.rb in slideshow-1.1.0.beta2 vs lib/slideshow.rb in slideshow-1.1.0.beta3

- old
+ new

@@ -32,11 +32,13 @@ def self.slideshowopt ENV[ 'SLIDESHOWOPT' ] end end # class Env +require 'textutils' # text filters and helpers + # our own code require 'slideshow/opts' require 'slideshow/config' require 'slideshow/gen' require 'slideshow/manifest' @@ -66,10 +68,10 @@ require 'slideshow/filters/slide_filter' module Slideshow - VERSION = '1.1.0.beta2' + VERSION = '1.1.0.beta3' def self.root "#{File.expand_path( File.dirname(File.dirname(__FILE__)) )}" end \ No newline at end of file