Sha256: c4860dd3fccb684db70e6afa2d91e7fa774f4725dd79dcaea97289595982531f
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
module Rack class Backbone # the version of this library VERSION = "0.1.1" # 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.1.1 | lib/rack/backbone/version.rb |