Sha256: efbccda9cf3da36e7cb5b465d8900570d247f03ad0448e33be4cc6402f97c3ec
Contents?: true
Size: 457 Bytes
Versions: 37
Compression:
Stored size: 457 Bytes
Contents
module Pandoc MAJOR = 0 ## todo: namespace inside version or something - why? why not?? MINOR = 0 PATCH = 1 VERSION = [MAJOR,MINOR,PATCH].join('.') def self.version VERSION end def self.banner "pandoc/#{VERSION} on Ruby #{RUBY_VERSION} (#{RUBY_RELEASE_DATE}) [#{RUBY_PLATFORM}]" end def self.root "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}" end end # module Pandoc
Version data entries
37 entries across 37 versions & 2 rubygems