Sha256: 6502ae866cf4254b8db18a7ea611d0757b4c3b0192cef12a8e1d787f462baf12
Contents?: true
Size: 424 Bytes
Versions: 1
Compression:
Stored size: 424 Bytes
Contents
module Rack class JQuery # the version of this library VERSION = "2.2.1" # the version of jQuery it supports. JQUERY_VERSION = "2.1.0" # 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, 23 Jan 2014 21:11:05 +0000" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-jquery-2.2.1 | lib/rack/jquery/version.rb |