Sha256: 4a567583fbc5ad642751768f685573fec52a222c3bb845496488aed469d8dcb2
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
module PaginateResponder module VERSION MAJOR = 2 MINOR = 0 PATCH = 0 STAGE = nil def self.to_s [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join '.' end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
paginate-responder-2.0.0 | lib/paginate-responder/version.rb |