Sha256: 49f303fc0442789eca4422b28409e176aedbf921f7d6a174492bb3b933f85a5e

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.3"

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