Sha256: 6fc4648087d02605f0cc2bded3195e4a26f3c737c13d3cd2ea2c59626aca3c44
Contents?: true
Size: 425 Bytes
Versions: 1
Compression:
Stored size: 425 Bytes
Contents
module Rack class JQuery # the version of this library VERSION = "2.0.0" # the version of jQuery it supports. JQUERY_VERSION = "2.0.3" # 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 +0100" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-jquery-2.0.0 | lib/rack/jquery/version.rb |