Sha256: 1c13278ecb31005c6643c0351d2f9ca8bda3b325a6d3cb10f5fa8bd706218539
Contents?: true
Size: 196 Bytes
Versions: 1
Compression:
Stored size: 196 Bytes
Contents
module PaginateResponder module VERSION MAJOR = 2 MINOR = 1 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.1.0 | lib/paginate-responder/version.rb |