Sha256: e800a970a91a8fe8086fd73c565cb3172e45f7ec2ddb78fbf43df90ce800519b
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
# encoding: utf-8 ### # Note: Slideshow.version already used by core, that is, slideshow-models # module SlideshowCli MAJOR = 2 MINOR = 4 PATCH = 1 VERSION = [MAJOR,MINOR,PATCH].join('.') def self.version VERSION end def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(File.dirname(__FILE__)))) )}" end def self.banner "slideshow/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end end # module SlideshowCli
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
slideshow-2.4.1 | lib/slideshow/cli/version.rb |