# frozen_string_literal: true module SublimeTextKit # Gem identity information. module Identity NAME = "sublime_text_kit" LABEL = "Sublime Text Kit" VERSION = "9.6.0" VERSION_LABEL = "#{LABEL} #{VERSION}" end end