n13org/jekyll-kw-stackexchange

View on GitHub
jekyll-kw-stackexchange.gemspec

Summary

Maintainability
Test Coverage
require_relative 'lib/jekyll-kw-stackexchange/version'

Gem::Specification.new do |spec|
  spec.name          = Jekyll::KargWare::StackExchange::RUBYGEM_NAME
  spec.version       = Jekyll::KargWare::StackExchange::VERSION
  spec.authors       = ['Nicolas Karg', 'n13.org - Open-Source by KargWare']
  spec.email         = ["rubygems.org@n13.org"]
  spec.homepage      = "https://notes.n13.org/rubygems"

  spec.summary       = %q{StackExchange is a jekyll plugin.}
  spec.description   = <<-LONGDESCRIPTION
    StackExchange is a jekyll plugin. Generated from a GitHub Template.
  LONGDESCRIPTION

  spec.metadata      = {
    'homepage_uri'    => spec.homepage,
    'bug_tracker_uri' => 'https://github.com/n13org/jekyll-plugin-template/issues',
    'source_code_uri' => 'https://github.com/n13org/jekyll-plugin-template'
  }

  spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
  spec.add_dependency 'jekyll', '>= 3.8'

  spec.test_files    = spec.files.grep(%r{^(test|spec|features)/})
  spec.files         = Dir[
                         'README.md', 'LICENSE', 'CHANGELOG.md',
                         'lib/**/*.rb'
                       ]
  spec.require_paths = ["lib"]
end