Sha256: a3aa22a92a18db5d1d83ebf8971d1b61e5a08d144b339a9cd10167973b47e176
Contents?: true
Size: 921 Bytes
Versions: 1
Compression:
Stored size: 921 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jekyll-pre-commit/version' Gem::Specification.new do |spec| spec.name = "jekyll-pre-commit" spec.version = Jekyll::PreCommit::VERSION spec.authors = ["Max Chadwick"] spec.email = ["mpchadwick@gmail.com"] spec.summary = %q{A Jekyll plugin to make sure your post is _really_ ready for publishing} spec.homepage = "https://github.com/mpchadwick/jekyll-pre-commit" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = "exe" spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.10" spec.add_development_dependency "rake", "~> 10.0" end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
jekyll-pre-commit-0.1.0 | jekyll-pre-commit.gemspec |