Sha256: f8376de8dc5eeb9784f579d4e69599cb5b117a8049501a6751e224d05fcc6188

Contents?: true

Size: 439 Bytes

Versions: 1

Compression:

Stored size: 439 Bytes

Contents

# Author::    Eric Crane  (mailto:eric.crane@mac.com)
# Copyright:: Copyright (c) 2019 Eric Crane.  All rights reserved.
#
# Application information such as Version and public name.
#

module Gloo
  module App
    class Info

      VERSION = '0.5.3'.freeze
      APP_NAME = 'Gloo'.freeze

      # Get the application display title.
      def self.display_title
        return "#{APP_NAME}, version #{VERSION}"
      end

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gloo-0.5.3 lib/gloo/app/info.rb