Sha256: 9f171fba35b4b3432617b930aeac8476a59e996a3ab97190a6de8a804a3baf28

Contents?: true

Size: 177 Bytes

Versions: 11

Compression:

Stored size: 177 Bytes

Contents

module Octopress
  module Gist
    class NoCacheTag < Tag
      def initialize(tag_name, markup, token)
        super
        @cache_disabled = true
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
octopress-gist-1.3.5 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.3.4 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.3.3 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.3.2 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.3.1 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.3.0 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.2.0 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.1.0 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.0.2 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.0.1 lib/octopress-gist/gist-no-cache.rb
octopress-gist-1.0.0 lib/octopress-gist/gist-no-cache.rb