Sha256: bd715bd8dbe7688d2cddaca455370d3247f335bb02144bd86f1992dc57d69375
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
module Rack class Backbone # the version of this library VERSION = "0.0.5" # the version of Backbone it supports. BACKBONE_VERSION = "1.0.0" # This is the release date of the Backbone file, it makes an easy "Last-Modified" date for setting the headers around caching. # @todo remember to change Last-Modified with each release! BACKBONE_VERSION_DATE = "Wed, 20 Mar 2013 12:13:55 +0000" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-backbone-0.0.5 | lib/rack/backbone/version.rb |