Sha256: 5346dde8717afb37e8d89fa8116221772b6b643b0a09a54cd23bd531b63dc99d
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.0" # 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.0 | lib/rack/backbone/version.rb |