Sha256: f6583ccff337fced9032705f3426ca81dd803792dd33dffcc77005b691baceb8

Contents?: true

Size: 135 Bytes

Versions: 1

Compression:

Stored size: 135 Bytes

Contents

module WillPaginate
  module VERSION
    MAJOR = 2
    MINOR = 3
    TINY  = 14

    STRING = [MAJOR, MINOR, TINY].join('.')
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
will_paginate-2.3.14 lib/will_paginate/version.rb