Sha256: 6168e131e46cadb0d0af87dc6292f1d1d89f2e44c1e4f478b9f56647c4e6d802

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

module WillPaginate #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 0
    TINY  = 8

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

Version data entries

1 entries across 1 versions & 1 rubygems

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