Sha256: 197023a106d0f091b5c76841782f003cb9f5595a2728923f130ae18a26bdb517

Contents?: true

Size: 196 Bytes

Versions: 1

Compression:

Stored size: 196 Bytes

Contents

module PaginateResponder
  module VERSION
    MAJOR = 1
    MINOR = 1
    PATCH = 1
    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-1.1.1 lib/paginate-responder/version.rb