Sha256: 6a4c0d840cf650e3a4631b061d7c299c0445e7ca266d82d80b58f0428a6c3f8a
Contents?: true
Size: 199 Bytes
Versions: 1
Compression:
Stored size: 199 Bytes
Contents
module PaginateResponder module VERSION MAJOR = 1 MINOR = 4 PATCH = 2 STAGE = :beta0 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-1.4.2.beta0 | lib/paginate-responder/version.rb |