Sha256: ac7af215c274cc885565c355e0f1451f2d1690c52be51af8a1c40bb1b80912ea

Contents?: true

Size: 441 Bytes

Versions: 1

Compression:

Stored size: 441 Bytes

Contents

# encoding: utf-8


module SlideshowTemplates

  MAJOR = 2
  MINOR = 4
  PATCH = 0
  VERSION = [MAJOR,MINOR,PATCH].join('.')

  def self.version
    VERSION
  end

  def self.banner
    "slideshow-templates/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]"
  end

  def self.root
    "#{File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )}"
  end

end # module SlideshowTemplates

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
slideshow-templates-2.4.0 lib/slideshow/templates/version.rb