Sha256: 2bf9e571004a7adfc26245c9692a8b5c473f1e2b9aacd568bd7c733fa7228f47
Contents?: true
Size: 677 Bytes
Versions: 1
Compression:
Stored size: 677 Bytes
Contents
####################################################################################################### # Substantial portions of this code were adapted from the Radiant CMS project (http://radiantcms.org) # ####################################################################################################### SPREE_ROOT = File.expand_path(File.join(File.dirname(__FILE__), "..")) unless defined? SPREE_ROOT unless defined? Spree::Version module Spree module Version Major = '0' Minor = '8' Tiny = '3' class << self def to_s [Major, Minor, Tiny].join('.') end alias :to_str :to_s end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree-0.8.3 | lib/spree.rb |