Sha256: 26bbc492e82a5e68e017ae35d58d458373b2ccfa4bc8d935518ff64e9a9b9161
Contents?: true
Size: 467 Bytes
Versions: 1
Compression:
Stored size: 467 Bytes
Contents
module Rack class Lodash # The version of this library. VERSION = "1.2.0" # The version of Lo-dash it supports LODASH_VERSION = "2.4.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! To get this, Time.parse(release_date).rfc2822 LODASH_VERSION_DATE = "Sun, 01 Dec 2013 17:37:28 +0000" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-lodash-1.2.0 | lib/rack/lodash/version.rb |