Sha256: bb8acc6c2a94fc51f636afd08192374087e6772d533489f04b6eeed5a06026ee

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

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