# -*- encoding: utf-8 -*-
# stub: jekyll-github-plugin 1.0.1 ruby lib

Gem::Specification.new do |s|
  s.name = "jekyll-github-plugin".freeze
  s.version = "1.0.1".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Rayco Ara\u00F1a".freeze]
  s.date = "2023-02-04"
  s.description = "Plug-in for jekyll to show a GitHub project in your pages.".freeze
  s.email = ["me@raycoarana.com".freeze]
  s.files = [".editorconfig".freeze, ".github/workflows/preintegration.yaml".freeze, ".github/workflows/release.yaml".freeze, ".gitignore".freeze, "404.html".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "Makefile".freeze, "README.md".freeze, "_config.yml".freeze, "_includes/head.html".freeze, "_plugins/jekyll-github-plugin.rb".freeze, "_posts/2018-02-22-welcome-to-jekyll.markdown".freeze, "about.md".freeze, "assets/css/github-styles.css".freeze, "assets/images/repo.png".freeze, "assets/images/stats.png".freeze, "assets/js/jquery.github.widget.js".freeze, "index.md".freeze, "jekyll-github-plugin.gemspec".freeze, "lib/jekyll-github-plugin.rb".freeze, "lib/jekyll-github-plugin/tag.rb".freeze, "lib/jekyll-github-plugin/version.rb".freeze, "media/capture.png".freeze]
  s.homepage = "https://github.com/raycoarana/jekyll-github-plugin".freeze
  s.licenses = ["Apache-2.0".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Plug-in for jekyll to show a GitHub project in your pages.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<jekyll>.freeze, ["~> 3.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, ["~> 11.0".freeze])
  s.add_development_dependency(%q<rspec>.freeze, ["~> 3.5".freeze])
  s.add_development_dependency(%q<rubocop>.freeze, ["~> 0.52".freeze])
end