62e2acdd52
* add about lightbox again * fix about lightbox style
4 lines
216 B
Ruby
4 lines
216 B
Ruby
# frozen_string_literal: true
|
|
METAMAPS_VERSION = '2.9'
|
|
METAMAPS_BUILD = `git log -1 --pretty=%H`.chomp[0..11].freeze
|
|
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad'`.split(' ').values_at(1, 2, 4).join(' ').freeze
|