Sha256: 224b27d7ffcb3c97660d01b6365e6b2f31400901d6718be1db24a8e2680dcf56

Contents?: true

Size: 501 Bytes

Versions: 7

Compression:

Stored size: 501 Bytes

Contents

require 'liquid'
require 'octopress-code-highlighter'
require 'open-uri'
require 'json'

$:.unshift File.dirname(__FILE__)
$LOAD_PATH.unshift(File.dirname(__FILE__))

module Octopress
  module Gist
    autoload :Cache,       'octopress-gist/cache'
    autoload :Tag,         'octopress-gist/gist'
    autoload :NoCacheTag,  'octopress-gist/gist-no-cache'
  end
end

Liquid::Template.register_tag('gist', Octopress::Gist::Tag)
Liquid::Template.register_tag('gistnocache', Octopress::Gist::NoCacheTag)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
octopress-gist-1.3.4 lib/octopress-gist.rb
octopress-gist-1.3.3 lib/octopress-gist.rb
octopress-gist-1.3.2 lib/octopress-gist.rb
octopress-gist-1.3.1 lib/octopress-gist.rb
octopress-gist-1.3.0 lib/octopress-gist.rb
octopress-gist-1.2.0 lib/octopress-gist.rb
octopress-gist-1.1.0 lib/octopress-gist.rb