# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'jekyll-plugin-gkarchive/version' Gem::Specification.new do |spec| spec.name = "jekyll-plugin-gkarchive" spec.version = Jekyll::Archive::VERSION spec.authors = ["@glueckkanja"] spec.email = ["info@glueckkanja.com"] spec.summary = "GK Jekyll Archive Page" spec.homepage = "https://glueckkanja.com" spec.license = "Nonstandard" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.require_paths = ["lib"] spec.add_dependency 'jekyll', '~> 3.7' spec.add_development_dependency "bundler", "~> 1.12" spec.add_development_dependency "rake", "~> 10.0" end