Sha256: 5fdd3c0b9957b4eeda43182fa19d8d2bf97a0088e1d2411ad79f2d89f2b22d92

Contents?: true

Size: 955 Bytes

Versions: 4

Compression:

Stored size: 955 Bytes

Contents

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

Gem::Specification.new do |spec|
  spec.name          = "jekyll_test_plugin"
  spec.version       = JekyllTestPlugin::VERSION
  spec.authors       = ["Parker Moore"]
  spec.email         = ["parkrmoore@gmail.com"]
  spec.description   = %q{A test plugin for Jekyll's 'gem' config option}
  spec.summary       = %q{A test Jekyll plugin as a gem}
  spec.homepage      = "https://github.com/parkr/jekyll-test-gem-plugin"
  spec.license       = "MIT"

  spec.files         = `git ls-files`.split($/)
  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_development_dependency "bundler"
  spec.add_development_dependency "rake"
  spec.add_development_dependency "jekyll"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll_test_plugin-0.2.0 jekyll_test_plugin.gemspec
jekyll_test_plugin-0.0.2 jekyll_test_plugin.gemspec
jekyll_test_plugin-0.1.2 jekyll_test_plugin.gemspec
jekyll_test_plugin-0.1.1 jekyll_test_plugin.gemspec