Sha256: 4897bc06e40ec75f13506adf32f9085a94878708664af129c2eecf6a2e39f91c

Contents?: true

Size: 152 Bytes

Versions: 1

Compression:

Stored size: 152 Bytes

Contents

module WillPaginate #:nodoc:
  module VERSION #:nodoc:
    MAJOR = 3
    MINOR = 1
    TINY  = 1

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

Version data entries

1 entries across 1 versions & 1 rubygems

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