Sha256: b5f845e9168e5dd8e50f92c959cf18c06e82348f433168805912ee213e877f48

Contents?: true

Size: 407 Bytes

Versions: 1

Compression:

Stored size: 407 Bytes

Contents

module Rack
  class JQuery
    VERSION = "1.4.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.4.0 lib/rack/jquery/version.rb