Sha256: d213abfe3d8bde5935be740dca7bc991038143b35db7bd96ec8b60baf5b259c1

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 Bytes

Contents

module Rack
  class JQuery
    VERSION = "1.2.0" # the version of this library
    JQUERY_VERSION = "2.0.0" # the version of jQuery it supports.

    # This is the release date of the jQuery file, it makes an easy "Last-Modified" date for setting the headers around caching.
    # @todo remember to change Last-Modified with each release!
    JQUERY_VERSION_DATE = "Thu, 18 Apr 2013 00:00:00 GMT"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-jquery-1.2.0 lib/rack/jquery/version.rb