# -*- encoding: utf-8 -*- # stub: kobot 1.2.2 ruby lib Gem::Specification.new do |s| s.name = "kobot".freeze s.version = "1.2.2".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/yuan-jiang/kobot/blob/master/CHANGELOG.md", "homepage_uri" => "https://github.com/yuan-jiang/kobot", "source_code_uri" => "https://github.com/yuan-jiang/kobot" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Andy Jiang".freeze] s.bindir = "exe".freeze s.date = "2020-09-03" s.description = " Kobot is a simple tool to automate the clock in or clock out operation on the web service\n provided by [KING OF TIME](kingtime.jp) by leveraging [Selenium WebDriver](selenium.dev),\n and with Google Gmail service email notification can also be sent to notify the results.\n".freeze s.email = ["yuanjiang@outlook.com".freeze] s.executables = ["kobot".freeze] s.files = [".gitignore".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "exe/kobot".freeze, "kobot.gemspec".freeze, "lib/kobot.rb".freeze, "lib/kobot/config.rb".freeze, "lib/kobot/credential.rb".freeze, "lib/kobot/engine.rb".freeze, "lib/kobot/exception.rb".freeze, "lib/kobot/logger.rb".freeze, "lib/kobot/mailer.rb".freeze, "lib/kobot/option.rb".freeze, "lib/kobot/version.rb".freeze] s.homepage = "https://github.com/yuan-jiang/kobot".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.4.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Kobot automates the clock in/out of KING OF TIME.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 12.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end