Sha256: d88b6de0075446ca0d7143d72ff0bba54dd0a92a89ee410b38e32081fc297cdc

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

# coding: utf-8
lib = File.expand_path('../lib', __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'octopress-capture-tag/version'

Gem::Specification.new do |spec|
  spec.name          = "octopress-capture-tag"
  spec.version       = Octopress::Tags::Capture::VERSION
  spec.authors       = ["Brandon Mathis"]
  spec.email         = ["brandon@imathis.com"]
  spec.summary       = %q{A powerful replacement for the Liquid capture tag}
  spec.description   = %q{A powerful replacement for the Liquid capture tag}
  spec.homepage      = "https://github.com/octopress/capture-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 "jekyll", "~> 2.0"

  spec.add_development_dependency "bundler", "~> 1.6"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "clash"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
octopress-capture-tag-1.0.1 octopress-capture-tag.gemspec