Sha256: ed9dd610e7e64802f555975f17e9734dec993914909c0f5be8c2329b6b8cea67
Contents?: true
Size: 431 Bytes
Versions: 1
Compression:
Stored size: 431 Bytes
Contents
module Rack class Polymer # The version of this library. VERSION = "0.3.0" # The version of Polymer it supports POLYMER_VERSION = "0.0.20130816" # This is the release date of the Polymer file, it makes an easy "Last-Modified" date for setting the headers around caching. # @todo remember to change Last-Modified with each release! POLYMER_VERSION_DATE = "Fri, 16 Aug 2013 15:09:13 +0100" end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rack-polymer-0.3.0 | lib/rack/polymer/version.rb |