Sha256: cfb4d4d7e3ec13dc7c792bd5133d3d50ab1ada43e2d277f2feab745e6a8f8570

Contents?: true

Size: 424 Bytes

Versions: 1

Compression:

Stored size: 424 Bytes

Contents

module Rack
  class JQuery
    
    # the version of this library
    VERSION = "2.1.0"

    # 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.1.0 lib/rack/jquery/version.rb