Sha256: 0238a48f95d0cc722cab4d44386a2d4cae4a6bc354f6490277e56243641fe276
Contents?: true
Size: 1.79 KB
Versions: 1
Compression:
Stored size: 1.79 KB
Contents
############################################################## ############################################################## ## _____ _ ## ## | ___| | ## ## | |_ | | ## ## | _| | | ## ## | | | |____ ## ## \_| \_____/ ## ## ## ############################################################## ############################################################## # => FL module FL ########################################################### ########################################################### # => Paperclip (Assets) FILE = :data ########################################################### ########################################################### # => Company # => FL::COMPANY::NAME module COMPANY NAME = 'Frontline Utilities LTD', NUMBER = '07037173', VAT = 'GB121358444', URL = 'https://www.fl.co.uk', FUSION = 'flutils', ADDRESS = '3 Dearnford Avenue, Bromborough, Wirral, CH62 6DX, United Kingdom' end ########################################################### ########################################################### # => Version # => https://github.com/rails/rails/blob/master/version.rb module VERSION MAJOR = 0 MINOR = 3 TINY = 4 PRE = nil STRING = [MAJOR, MINOR, TINY, PRE].compact.join(".") end ########################################################### ########################################################### end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fl-0.3.4 | lib/fl/constants.rb |