# -*- encoding: utf-8 -*- # stub: jekyll-shields_io 0.1.1 ruby lib Gem::Specification.new do |s| s.name = "jekyll-shields_io".freeze s.version = "0.1.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 = ["C. Plug".freeze] s.date = "2023-02-18" s.description = "This Jekyll plugin allows you to add a shields.io badge in your blog\nwithout forming very long URLs - instead, the properties are set via JSON.\n".freeze s.email = "hsp.tosh.5200113@gmail.com".freeze s.files = [".editorconfig".freeze, ".github/workflows/code_style.yml".freeze, ".github/workflows/test.yml".freeze, ".gitignore".freeze, ".idea/.gitignore".freeze, ".idea/codeStyles/codeStyleConfig.xml".freeze, ".idea/inspectionProfiles/Project_Default.xml".freeze, ".idea/jekyll-shields-io.iml".freeze, ".idea/modules.xml".freeze, ".idea/vcs.xml".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "jekyll-shields_io.gemspec".freeze, "lib/jekyll-shields_io.rb".freeze, "lib/jekyll-shields_io/version.rb".freeze] s.homepage = "https://github.com/clpsplug/jekyll-shields_io".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Adds ability to put shields.io badges in your Jekyll blog".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.5".freeze, "< 5.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.4".freeze, "< 2.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.17".freeze, "< 1.0".freeze]) end