Merge branch 'master' into glitch-soc/merge-upstream

This commit is contained in:
Thibaut Girka
2019-07-28 16:28:05 +02:00
48 changed files with 607 additions and 194 deletions

View File

@@ -16,22 +16,18 @@ module Mastodon
2
end
def pre
nil
end
def flags
''
end
def to_a
[major, minor, patch, pre].compact
end
def suffix
'+glitch'
end
def to_a
[major, minor, patch].compact
end
def to_s
[to_a.join('.'), flags, suffix].join
end