Sha256: a3f23bcfee995c2036719d457ccf6026e6c58e673076f16dc4272cc39e9b79dd

Contents?: true

Size: 127 Bytes

Versions: 1

Compression:

Stored size: 127 Bytes

Contents

module Notifier
  module Version
    MAJOR = 0
    MINOR = 2
    PATCH = 0
    STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
notifier-0.2.0 lib/notifier/version.rb