Sha256: 16182191684b74d9a05f20868a5cc9c62ff2d3f1fca452f01a13e1bce9c4f6b3

Contents?: true

Size: 340 Bytes

Versions: 1

Compression:

Stored size: 340 Bytes

Contents

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