Sha256: 69d463d910eb67c09e8e5ab85d8865434d45b195adfaf76bceb0535886dc0141

Contents?: true

Size: 383 Bytes

Versions: 1

Compression:

Stored size: 383 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.3.0"
      APP_NAME = "Gloo"

      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.3.0 lib/gloo/app/info.rb