Initial Chingerine theme tests
This commit is contained in:
parent
fcb444e3b0
commit
79571b5cec
2 changed files with 3 additions and 3 deletions
|
@ -1,3 +1,3 @@
|
|||
default: styles/mastodon-light.scss
|
||||
default: styles/tangerineui.scss
|
||||
mastodon: styles/application.scss
|
||||
contrast: styles/contrast.scss
|
||||
|
|
|
@ -25,7 +25,7 @@ module Mastodon
|
|||
end
|
||||
|
||||
def build_metadata
|
||||
ENV.fetch('MASTODON_VERSION_METADATA', "chinwag-4.2.0")
|
||||
ENV.fetch('MASTODON_VERSION_METADATA', "chinwag-4.2.10")
|
||||
end
|
||||
|
||||
def to_a
|
||||
|
@ -38,7 +38,7 @@ module Mastodon
|
|||
components << "+#{build_metadata}" if build_metadata.present?
|
||||
components.join
|
||||
end
|
||||
|
||||
|
||||
def gem_version
|
||||
@gem_version ||= Gem::Version.new(to_s.split('+')[0])
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue