Sha256: 288fd1ba93742b59067d72765eaa3a784bcd6e842b509022ca33ade91757ccb2

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

module Rack
  class JQuery
    VERSION = "1.0.4"
    JQUERY_VERSION = "1.9.1"

    # 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 = "Mon, 04 Feb 2013 00:00:00 GMT"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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