Sha256: ad8624e18dbbc74d20aa896dd82f68fbed342e76b0481ff3c53959a181add050

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.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.0.1 lib/rack/backbone/version.rb