Sha256: 7866af5574a41cf9f50b08effe5efc49ad1d9543c7fca7c74a927da4bff9feed
Contents?: true
Size: 973 Bytes
Versions: 1
Compression:
Stored size: 973 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'poole/version' Gem::Specification.new do |spec| spec.name = 'jekyll-poole' spec.version = Jekyll::PoolePlugin::VERSION spec.homepage = 'http://www.github.com/iamcarrico/jekyll-poole-tags' spec.authors = ['Ian Carrico'] spec.email = %w(github@iancarrico.com) spec.license = 'MIT' spec.summary = 'jekyll-poole-tags-#{Jekyll::PoolePlugin::VERSION}' spec.description = <<-DESC A Jekyll plugin that allows the use of tags from Mr. Poole. DESC spec.files = `git ls-files`.split($RS) spec.executables = spec.files.grep(/^bin\//).map { |f| File.basename(f) } spec.test_files = spec.files.grep(/^(test|spec|features)\//) spec.require_paths = ['lib'] spec.add_dependency 'jekyll', '>= 3.0.0', '< 4.0.0' spec.add_development_dependency 'bundler', '~> 1.6' end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-poole-0.2.0 | jekyll-poole.gemspec |