Sha256: 407f099f81a27c5a78fd9395beb5a52ea09c39246c6193c6b52666a7ab65a783

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

module Rack
  class JQueryUI
    VERSION = "0.0.3"
    JQUERY_UI_VERSION = "1.10.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_UI_VERSION_DATE = "Fri, 15 Feb 2013 00:00:00 GMT"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-jquery_ui-0.0.3 lib/rack/jquery_ui/version.rb