# -*- encoding: utf-8 -*- # stub: jp_vaccination 0.1.0 ruby lib Gem::Specification.new do |s| s.name = "jp_vaccination".freeze s.version = "0.1.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/napple29/jp_vaccination/blob/main/CHANGELOG.md", "homepage_uri" => "https://github.com/napple29/jp_vaccination", "source_code_uri" => "https://github.com/napple29/jp_vaccination" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["napple29".freeze] s.bindir = "exe".freeze s.date = "2022-03-27" s.description = "We provide data extracted from the National Institute of Infectious Diseases' immunization schedule for people under 20 years of age. Based on those data, we have created a function that automatically calculates the vaccination date.".freeze s.email = ["snwxxx29@gmail.com".freeze] s.files = [".github/workflows/main.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "data/vaccinations.json".freeze, "jp_vaccination.gemspec".freeze, "lib/jp_vaccination.rb".freeze, "lib/jp_vaccination/vaccination.rb".freeze, "lib/jp_vaccination/version.rb".freeze] s.homepage = "https://github.com/napple29/jp_vaccination".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.7.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "It provides immunization data for minors in Japan and calculates the expected date of immunization.".freeze end