Sha256: 91bbe6bec14a80fecf105b0b7174044465a234f31e5e03c56699b9fdc060f362
Contents?: true
Size: 1.43 KB
Versions: 3
Compression:
Stored size: 1.43 KB
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'octopress-wrap-tag/version' Gem::Specification.new do |spec| spec.name = "octopress-wrap-tag" spec.version = Octopress::Tags::Wrap::VERSION spec.authors = ["Brandon Mathis"] spec.email = ["brandon@imathis.com"] spec.summary = %q{A Liquid block tag which makes it easy to wrap an include, render or yield tag with html} spec.description = %q{A Liquid block tag which makes it easy to wrap an include, render or yield tag with html} spec.homepage = "https://github.com/octopress/wrap-tag" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_runtime_dependency "octopress-tag-helpers", "~> 1.0" spec.add_runtime_dependency "octopress-include-tag", "~> 1.0" spec.add_runtime_dependency "octopress-render-tag", "~> 1.0" spec.add_runtime_dependency "octopress-content-for", "~> 1.0" spec.add_runtime_dependency "jekyll", "~> 2.0" spec.add_development_dependency "bundler", "~> 1.6" spec.add_development_dependency "rake" spec.add_development_dependency "clash" spec.add_development_dependency "octopress-ink" spec.add_development_dependency "octopress" end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
octopress-wrap-tag-1.0.3 | octopress-wrap-tag.gemspec |
octopress-wrap-tag-1.0.2 | octopress-wrap-tag.gemspec |
octopress-wrap-tag-1.0.1 | octopress-wrap-tag.gemspec |