Sha256: 0918dda2f7e0285a583540a8e355bc87b12c7646697429d952c9b04a10333c4b

Contents?: true

Size: 349 Bytes

Versions: 1

Compression:

Stored size: 349 Bytes

Contents

module Rack
  class JQueryUI
    VERSION = "0.0.1"
    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.1 lib/rack/jquery_ui/version.rb