# -*- encoding: utf-8 -*- # stub: sayanoyudokoro 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "sayanoyudokoro".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "allowed_push_host" => "https://rubygems.org", "changelog_uri" => "https://github.com/matsubo/sayanoyudokoro", "homepage_uri" => "https://github.com/matsubo/sayanoyudokoro", "source_code_uri" => "https://github.com/matsubo/sayanoyudokoro" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Yuki Matsukura".freeze] s.bindir = "exe".freeze s.date = "2023-02-02" s.description = "Sayano yudokoro shows the degree of congestion in the hall by the image. It is difficult to use the image to anlyze and record so that this gem covert the image into numeric.".freeze s.email = ["matsubokkuri@gmail.com".freeze] s.files = [".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "Rakefile".freeze, "lib/sayanoyudokoro.rb".freeze, "lib/sayanoyudokoro/congestion.rb".freeze, "lib/sayanoyudokoro/version.rb".freeze, "sayanoyudokoro.gemspec".freeze, "sig/sayanoyudokoro.rbs".freeze] s.homepage = "https://github.com/matsubo/sayanoyudokoro".freeze s.required_ruby_version = Gem::Requirement.new(">= 3.0.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Scrape Sayano yudokoro official web page and returns degree of congestion.".freeze end