# -*- encoding: utf-8 -*-
# stub: octopress-codefence 1.0.0 ruby lib

Gem::Specification.new do |s|
  s.name = "octopress-codefence".freeze
  s.version = "1.0.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Brandon Mathis".freeze]
  s.date = "2013-08-16"
  s.description = "Write beautiful fenced code snippets with in any template.".freeze
  s.email = ["brandon@imathis.com".freeze]
  s.files = [".gitignore".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "lib/octopress-codefence.rb".freeze, "lib/octopress-codefence/version.rb".freeze, "octopress-codefence.gemspec".freeze, "test/.gitignore".freeze, "test/Gemfile".freeze, "test/_config.yml".freeze, "test/_layouts/default.html".freeze, "test/_plugins/codefence.rb".freeze, "test/css/main.css".freeze, "test/css/syntax.css".freeze, "test/index.html".freeze, "test/test.rb".freeze]
  s.homepage = "https://github.com/octopress/octopress-codefence".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Write beautiful fenced code snippets with in any template.".freeze

  s.specification_version = 3

  s.add_runtime_dependency(%q<octopress-pygments>.freeze, [">= 1.1.0".freeze])
  s.add_runtime_dependency(%q<jekyll-page-hooks>.freeze, [">= 1.0.2".freeze])
end