2016-09-24 03:00:46 +00:00
|
|
|
# frozen_string_literal: true
|
2016-10-31 11:48:07 +00:00
|
|
|
METAMAPS_VERSION = '3.0'
|
2016-10-31 07:38:09 +00:00
|
|
|
METAMAPS_BUILD = `git log -1 --pretty=%H`.chomp[0..11].freeze
|
2016-09-24 03:00:46 +00:00
|
|
|
METAMAPS_LAST_UPDATED = `git log -1 --pretty='%ad'`.split(' ').values_at(1, 2, 4).join(' ').freeze
|