Sha256: 8549a0a85e9e26bde00c15f0ad7e8052b7a8a93c0b5790d4739cdf8b90edf822

Contents?: true

Size: 298 Bytes

Versions: 1

Compression:

Stored size: 298 Bytes

Contents

module Rice
  module Dining
    module Version
      VERSION     = '0.2.1'.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.1 lib/rice/dining/version.rb