# -*- encoding: utf-8 -*- # stub: roko 0.2.1 ruby lib Gem::Specification.new do |s| s.name = "roko".freeze s.version = "0.2.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "homepage_uri" => "https://github.com/hmiyado/roko", "source_code_uri" => "https://github.com/hmiyado/roko" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["miyado".freeze] s.bindir = "exe".freeze s.date = "2020-03-20" s.description = "generate daily activity report such as github, slack, jira, confluence".freeze s.email = ["hmiyado@gmail.com".freeze] s.files = [".gitignore".freeze, ".reek.yml".freeze, ".rspec".freeze, ".solargraph.yml".freeze, ".travis.yml".freeze, ".vscode/settings.json".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "README.md".freeze, "bin/console".freeze, "bin/roko".freeze, "bin/setup".freeze, "lib/roko.rb".freeze, "lib/roko/cli.rb".freeze, "lib/roko/report_event.rb".freeze, "lib/roko/source/base/report_events.rb".freeze, "lib/roko/source/configurable.rb".freeze, "lib/roko/source/confluence/event_adapter.rb".freeze, "lib/roko/source/confluence/events.rb".freeze, "lib/roko/source/confluence/report_events.rb".freeze, "lib/roko/source/events.rb".freeze, "lib/roko/source/github/event_adapter.rb".freeze, "lib/roko/source/github/report_events.rb".freeze, "lib/roko/source/google_calendar/client.rb".freeze, "lib/roko/source/google_calendar/event_adapter.rb".freeze, "lib/roko/source/google_calendar/report_events.rb".freeze, "lib/roko/source/jira/event_adapter.rb".freeze, "lib/roko/source/jira/report_events.rb".freeze, "lib/roko/source/slack/event_adapter.rb".freeze, "lib/roko/source/slack/events.rb".freeze, "lib/roko/source/slack/report_events.rb".freeze, "lib/roko/version.rb".freeze, "roko.gemspec".freeze] s.homepage = "https://github.com/hmiyado/roko".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "generate daily activity.".freeze end