Sha256: a638a8f856dbcfb6214df087815a255e74ceb5a9f040b3282d80869c92b92838

Contents?: true

Size: 296 Bytes

Versions: 1

Compression:

Stored size: 296 Bytes

Contents

module Rice
  module Dining
    module Version
      VERSION     = '0.2'.freeze
      SHORT_NAME  = Rice::Dining.to_s.freeze
      SHORT_IDENT = "#{SHORT_NAME} v#{VERSION}".freeze
      NAME        = SHORT_NAME.freeze
      IDENT       = SHORT_IDENT.freeze
    end

    include Version
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rice-dining-0.2 lib/rice/dining/version.rb