Sha256: 89788a10dcf87516ed13f4fdae0aa421b44879c0761f99d48a66ad2837553b64

Contents?: true

Size: 421 Bytes

Versions: 1

Compression:

Stored size: 421 Bytes

Contents

module Rack
  class Lodash

    # The version of this library.
    VERSION = "0.0.1"

    # The version of Lo-dash it supports
    LODASH_VERSION = "1.3.1"

    # This is the release date of the Lo-dash file, it makes an easy "Last-Modified" date for setting the headers around caching.
    # @todo remember to change Last-Modified with each release!
    LODASH_VERSION_DATE = "Wed, 12 Jun 2013 15:54:39 +0100"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-lodash-0.0.1 lib/rack/lodash/version.rb