公开记录
软件健康报告模式 0.26.0 · 指标 1.13.0 · 2026-07-21 23:44 UTC

ku1ik / rainbow

Ruby gem for colorizing printed text on ANSI terminals

RubyMIT★ 839 星标⑂ 70 复刻始于 2008年10月在 GitHub 上查看 ↗

ku1ik/rainbow 的健康指数为 100 分中的 56 分,处于「中等」区间。 其得分最高的类别是Engineering Quality(66/100),最低的是AI Readiness(37/100)。 最近一次更新在 28 天前。 近期的大部分工作由 1 位贡献者完成。

56
总分 / 100
中等

软件健康指数

指标归入加权类别,统一采用 1–100 量表。总体分先取类别加权平均;当公开证据触发高风险司法辖区政策时,评级会按政策调整,并设置 49(有风险)的上限。AI 就绪度不计入总体分。

56
优秀85-100堪称典范;基本满足所有检验标准
良好70-84健康;仅有轻微不足
中等50-69可接受,但存在明显不足;建议进行审查
存在风险30-49存在重大薄弱环节;采用时应保持审慎
危急1-29问题严重(项目被弃置、仅有单一维护者、缺乏基本工程规范)
活力社区与采用可持续性与治理工程质量安全AI 就绪度

评分画像

每条轴代表一个类别。形状比平均值更重要——健康的对象会填满整个图形,而“一峰一谷”式画像意味着某一维度的优势正掩盖另一维度的风险。

所有权

Marcin Kulik个人账户
832 关注者119 个公开仓库始于 2008年7月@asciinema

该仓库由个人账户拥有。相较于组织支持的项目,单一所有者项目的延续性风险更高。

软件包生态系统

注册表软件包版本月下载量版本数最近发布
RubyGemsrainbow指向其他仓库——不计分3.1.1-201652 天前

按类别列示的指标

活力

项目是否仍有生命——是否仍在编写代码,是否仍在发布版本?

37存在风险 · 占总体的 22%

开发活跃度

40存在风险
评分方式
28.8/36推送新近度 — 最近一次推送于 28 天前
2.8/36提交节奏 — 52 周中有 4 周有提交
8.1/18提交量 — 最近一年 7 次提交
0/10OpenSSF Scorecard:Maintained — 1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
所用输入
commits_last_year7
human_commit_share0.97
days_since_last_push28
active_weeks_last_year4

发布纪律

32存在风险
评分方式
16.2/27有发布版本 — 20 个版本标签(无 GitHub 发布版本)
0/36发布时效 — 最近一次发布版本于 1,652 天前
12.6/27发布节奏 — 约每 326.2 天发布一次
0/10OpenSSF Scorecard:Signed-Releases — 无数据
所用输入
releases_count20
latest_release_tagv3.1.1
releases_from_tags
days_since_latest_release1,652
mean_days_between_releases326.2
已排除计分(无数据或不适用):OpenSSF Scorecard:Signed-Releases。 其余权重已重新归一化。

社区与采用

项目是否拥有用户、下载量与关注度,并具备欢迎贡献者参与的配置?

60中等 · 占总体的 18%
评分方式
47.4/60星标 — 839 个星标
15.3/25复刻 — 70 个复刻
5/15关注者 — 9 位关注者
所用输入
forks70
stars839
watchers9
growth_stateorganic
growth_factor_pct100

社区健康

50中等
评分方式
22.5/22.5README
22.5/22.5许可证 — 可识别的许可证(MIT)
0/18CONTRIBUTING 指南
0/13.5行为准则
0/7.2议题模板
0/6.3PR 模板
所用输入
has_readme
has_license
has_contributing
has_issue_template
has_code_of_conduct
has_pull_request_template

可持续性与治理

项目能否在其成员之外延续——巴士系数、响应能力、由谁支持,以及软件包的维护状况?

62中等 · 占总体的 24%
评分方式
9/54巴士系数 — 1 位贡献者贡献了半数提交
10.5/22.5提交分布 — 头号贡献者编写了 53% 的提交
13.5/13.5贡献者广度 — 40 位贡献者
10/10OpenSSF Scorecard:Contributors — project has 12 contributing companies or organizations
所用输入
bus_factor1
contributors_sampled40
top_contributor_share0.533
评分方式
40.2/46.8议题解决 — 86% 的议题已关闭
33/38.3PR 接受 — 已裁定的 PR 中 76/88 已合并
4.5/15OpenSSF Scorecard:Code-Review — Found 7/21 approved changesets -- score normalized to 3
所用输入
merged_prs76
open_issues7
closed_issues43
issue_closed_ratio0.86
closed_unmerged_prs12
评分方式
10/30所有权背书 — 个人(用户)账户
0/20已验证域名 — 不适用于个人账户
21/25所有者影响力 — ku1ik 有 832 位关注者
25/25既往记录 — 119 个公开仓库,账户约 18 年
所用输入
followers832
owner_typeUser
is_verified
owner_loginku1ik
public_repos119
account_age_days6,575
已排除计分(无数据或不适用):已验证域名。 其余权重已重新归一化。

工程质量

基础的工程与文档实践是否到位?

66中等 · 占总体的 20%

工程实践

70良好
评分方式
24/24CI 工作流 — 1 个工作流
24/24存在测试
16/16Linter 配置 — .rubocop.yml
0/9.6Pre-commit 钩子
0/6.4.editorconfig
6/20OpenSSF Scorecard:CI-Tests — 6 out of 16 merged PRs checked by a CI test -- score normalized to 3
所用输入
has_ci
has_tests
has_editorconfig
has_linter_config
has_precommit_config

文档

60中等
评分方式
30/30README
0/25文档目录
0/15文档 / 主页站点
10/10仓库描述
10/10主题标签 — 3 个主题标签
10/10Wiki
所用输入
topicsruby, colorization, gem
has_wiki
homepage
has_readme
has_docs_dir
has_description

安全

可见的安全与供应链实践是否稳固,且不存在未解决的高风险司法辖区暴露?

55中等 · 占总体的 16%

安全态势

44存在风险
评分方式
7.5/7.5Binary-Artifacts — no binaries found in the repo
0/7.5Branch-Protection — branch protection not enabled on development/release branches
0.8/2.5CI-Tests — 6 out of 16 merged PRs checked by a CI test -- score normalized to 3
0/2.5CII-Best-Practices — no effort to earn an OpenSSF best practices badge detected
2.2/7.5Code-Review — Found 7/21 approved changesets -- score normalized to 3
2.5/2.5Contributors — project has 12 contributing companies or organizations
10/10Dangerous-Workflow — no dangerous workflow patterns detected
7.5/7.5Dependency-Update-Tool — update tool detected
0/5Fuzzing — project is not fuzzed
2.5/2.5许可证 — license file detected
0/7.5Maintained — 1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
0/5Packaging — 无数据
0/5Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
0/5SAST — SAST tool is not run on all commits -- score normalized to 0
0/5Security-Policy — security policy file not detected
0/7.5Signed-Releases — 无数据
0/7.5Token-Permissions — detected GitHub workflow tokens with excessive permissions
7.5/7.5Vulnerabilities — 0 existing vulnerabilities detected
所用输入
sourceopenssf_scorecard
checks_evaluated16
scorecard_versionv5.5.0
checks_inconclusive2
scorecard_aggregate4.4
已排除计分(无数据或不适用):packaging, signed_releases。 其余权重已重新归一化。
评分方式
35/35直接依赖不含已知公告 — 没有直接依赖携带已知公告
0/25间接依赖不含已知公告 — 在此范围内,传递依赖集合无法与开发和测试依赖区分
0/40没有长期未处理的公告 — 没有公告带有发布日期
所用输入
sourceosv
advisories0
affected_packages0
assessed_packages1
unassessed_packages9
affected_by_severitynone
direct_affected_packages0
已排除计分(无数据或不适用):间接依赖不含已知公告, 没有长期未处理的公告。 其余权重已重新归一化。 已将 1 个已解析依赖与 OSV 比对。 有 9 项无法评估——没有已解析的版本、生态系统不受支持,或超出所报告的软件包清单。 该仓库未发布任何索引可解析的软件包,因此改为评估仓库依赖图。该图将开发与测试版本固定同交付的依赖混在一起,因此仅对声明的运行时依赖计分;传递性发现仅作为背景信息列出,不计入评分。 未对可达性进行分析。

AI 就绪度

该仓库在多大程度上具备与 AI 编码代理协同开发与维护的条件?这是一枚独立的实验性徽章——权重为 0.0,因此单独呈现,不影响总体健康评分。

37存在风险 · 占总体的 0%
评分方式
0/45代理指令 — 没有 CLAUDE.md / AGENTS.md / 编辑器规则
0/15机器可读文档(llms.txt)
23.6/40可读的提交历史 — 97 次人类提交中有 43 次说明了意图(结构化标题或解释性正文)
所用输入
has_llms_txt
legible_history_share0.443
agent_instruction_files
agent_instruction_max_bytes
评分方式
0/18一条命令的引导启动
22/22自动化测试
11/11Lint / 格式化配置 — .rubocop.yml
0/11静态类型检查
0/10可复现环境
0/10已体现的代理实践 — 最近 100 次提交中没有代理编写的提交
8/8自动化维护 — 最近 100 次提交中有 3 次为自动依赖更新
0/10OpenSSF Scorecard:Pinned-Dependencies — dependency not pinned by hash detected -- score normalized to 0
所用输入
has_nix
has_tests
lockfiles
has_dockerfile
typed_language
bootstrap_files
has_devcontainer
has_linter_config
typecheck_configs
agent_commit_share0
toolchain_manifests
dependency_bot_commit_share0.03
评分方式
0/45可类型检查的代码 — Ruby,未配置类型检查
55/55可控的文件大小 — 采样的 23 个源文件中有 0 个超过 60KB
所用输入
primary_languageRuby
largest_source_bytes7,283
source_files_sampled23
oversized_source_files0

关键数据

839GitHub 星标
40贡献者
7最近 12 个月提交数
28距最近推送天数
20发布版本数
1巴士系数(bus factor)
7开放议题
RubyGems软件包生态系统数

数据采集警告

  • rubygems package 'rainbow' points at a different repository (http://github.com/sickill/rainbow); excluded from ecosystem scoring

更多细节

Star 与 Fork 历史 839 ★ / 70 ⇿
839Star
70Fork
19发布

每颗 star 和每个 fork 的添加时间,来自 GitHub 并按天汇总。累计增长位于其构成来源——每日新增——的正上方,二者可相互对照:稳定的自然增长与短暂的突增形态截然不同。当这一差别可被衡量时,它会作为增长真实性予以报告。

02004006008001,00083670382008-102017-082026-06
主版本 2次版本 4修订 13

每个点涵盖 17 天。

OpenSSF Scorecard 4.4 / 10
4.4综合

来自开源项目 OpenSSF Scorecard 的独立、工具无关的安全评估。每项检查奖励的是安全实践本身,而非特定供应商的工具。Scorecard 无法判定的检查项标记为 不适用,并从安全评分中剔除(绝不按零分计)。Scorecard v5.5.0 · 2026-07-21 23:44 UTC

10Binary-Artifactsno binaries found in the repo
0Branch-Protectionbranch protection not enabled on development/release branches
3CI-Tests6 out of 16 merged PRs checked by a CI test -- score normalized to 3
0CII-Best-Practicesno effort to earn an OpenSSF best practices badge detected
3Code-ReviewFound 7/21 approved changesets -- score normalized to 3
10Contributorsproject has 12 contributing companies or organizations
10Dangerous-Workflowno dangerous workflow patterns detected
10Dependency-Update-Toolupdate tool detected
0Fuzzingproject is not fuzzed
10Licenselicense file detected
0Maintained1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
不适用Packagingpackaging workflow not detected
0Pinned-Dependenciesdependency not pinned by hash detected -- score normalized to 0
0SASTSAST tool is not run on all commits -- score normalized to 0
0Security-Policysecurity policy file not detected
不适用Signed-Releasesno releases found
0Token-Permissionsdetected GitHub workflow tokens with excessive permissions
10Vulnerabilities0 existing vulnerabilities detected
直接依赖 4
注册表软件包版本约束清单文件
RubyGemsostructGemfile
RubyGemsrakeGemfile
RubyGemsguardGemfile
RubyGemsguard-rspecGemfile
全部依赖 10

来自 GitHub 依赖图的完整解析依赖集合:4 个直接依赖与 6 个间接(传递)软件包。仓库提交锁文件时,传递闭包才是完整的。

注册表软件包版本关系
RubyGemsguard直接
RubyGemsguard-rspec直接
RubyGemsostruct直接
RubyGemsrake直接
RubyGemsbase64间接
RubyGemsbundler间接
RubyGemscoveralls间接
RubyGemsmutant-rspec间接
RubyGemsrspec间接
RubyGemsrubocop1.7.0间接
依赖安全公告 0

该仓库未发布可被索引解析的包,因此评估的是其自身的依赖图——共 1 个包,其中也包含从不交付的开发与测试版本固定:0 个存在已知公告,0 个为直接依赖。 有 9 个无法评估——没有已解析的版本、生态系统不受支持,或不在所列包清单之内。

没有已知公告影响已评估的依赖。

公告表示依赖图中记录的版本落入某条公告的受影响范围。可达性未经分析,且依赖图包含开发与测试的版本固定——某项发现可能只涉及工具链而非交付的软件。

原始 JSON 报告 机器可读
{
  "data": {
    "repo": {
      "topics": [
        "ruby",
        "colorization",
        "gem"
      ],
      "is_fork": false,
      "size_kb": 208,
      "has_wiki": true,
      "homepage": null,
      "languages": {
        "Ruby": 44972
      },
      "pushed_at": "2026-06-23T06:54:58Z",
      "created_at": "2008-10-30T09:34:00Z",
      "owner_type": "User",
      "updated_at": "2026-06-23T06:53:11Z",
      "description": "Ruby gem for colorizing printed text on ANSI terminals",
      "is_archived": false,
      "is_disabled": false,
      "license_spdx": "MIT",
      "default_branch": "master",
      "license_spdx_raw": "MIT",
      "primary_language": "Ruby",
      "significant_languages": [
        "Ruby"
      ]
    },
    "owner": {
      "blog": "https://ku1ik.com",
      "name": "Marcin Kulik",
      "type": "User",
      "login": "ku1ik",
      "company": "@asciinema",
      "location": "Poland",
      "followers": 832,
      "avatar_url": "https://avatars.githubusercontent.com/u/17589?v=4",
      "created_at": "2008-07-20T11:14:09Z",
      "is_verified": null,
      "public_repos": 119,
      "account_age_days": 6575
    },
    "license": {
      "state": "standard",
      "spdx_id": "MIT",
      "raw_spdx": "MIT",
      "file_present": true,
      "scorecard_found": true,
      "profile_has_license": true
    },
    "activity": {
      "releases": [
        {
          "tag": "v3.1.1",
          "kind": "patch",
          "published_at": "2022-01-11T09:10:10Z"
        },
        {
          "tag": "v3.1.0",
          "kind": "minor",
          "published_at": "2020-08-26T11:27:38Z"
        },
        {
          "tag": "v3.0.0",
          "kind": "major",
          "published_at": "2017-11-21T20:01:21Z"
        },
        {
          "tag": "v2.2.2",
          "kind": "patch",
          "published_at": "2017-04-21T13:04:36Z"
        },
        {
          "tag": "v2.2.1",
          "kind": "patch",
          "published_at": "2016-12-28T19:42:13Z"
        },
        {
          "tag": "v2.2.0",
          "kind": "minor",
          "published_at": "2016-12-27T21:24:23Z"
        },
        {
          "tag": "v2.1.0",
          "kind": "minor",
          "published_at": "2016-01-24T15:24:51Z"
        },
        {
          "tag": "v2.0.0",
          "kind": "major",
          "published_at": "2014-01-24T12:40:54Z"
        },
        {
          "tag": "v1.99.2",
          "kind": "patch",
          "published_at": "2014-01-24T12:21:59Z"
        },
        {
          "tag": "v1.99.1",
          "kind": "patch",
          "published_at": "2013-12-28T13:59:22Z"
        },
        {
          "tag": "v1.99.0",
          "kind": "minor",
          "published_at": "2013-12-26T15:16:41Z"
        },
        {
          "tag": "v1.1.4",
          "kind": "patch",
          "published_at": "2012-04-27T22:06:05Z"
        },
        {
          "tag": "v1.1.3",
          "kind": "patch",
          "published_at": "2011-12-06T20:05:54Z"
        },
        {
          "tag": "v1.1.2",
          "kind": "patch",
          "published_at": "2011-11-13T12:30:21Z"
        },
        {
          "tag": "v1.1.1",
          "kind": "patch",
          "published_at": "2011-02-06T18:28:02Z"
        },
        {
          "tag": "v1.0.4",
          "kind": "patch",
          "published_at": "2009-11-27T19:45:21Z"
        },
        {
          "tag": "v1.0.3",
          "kind": "patch",
          "published_at": "2009-07-25T22:41:33Z"
        },
        {
          "tag": "v1.0.2",
          "kind": "patch",
          "published_at": "2009-05-15T09:21:36Z"
        },
        {
          "tag": "v1.0.1",
          "kind": "patch",
          "published_at": "2009-03-19T21:19:44Z"
        },
        {
          "tag": "v1.0.0",
          "kind": "major",
          "published_at": "2008-07-21T13:40:16Z"
        }
      ],
      "recent_commits": [
        {
          "oid": "bac9c483f2d1fb169597898b05c83e7f39251a27",
          "body": "* CI: Configure bundler: latest in setup-ruby\n\nhttps://github.com/ruby/setup-ruby/blob/master/action.yml\n\n* gemspec: Do not pin bundler\n\nBetter to let setup-ruby GH Action deal with that.\n\n* Gemfile: add ostruct, for Ruby 4 compat",
          "is_bot": false,
          "headline": "CI: Configure bundler: latest in setup-ruby (#143)",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2026-06-23T06:53:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9aba61fd8df9ca949eb98c07c40778b37924b805",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v5...v6)\n\n---\nupdated-dependenc\n[…]\nirect:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 5 to 6 (#141)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-11-25T07:44:47Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "064b70d69ccae3909c649c9b04c7b867d3399e0a",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v5)\n\n---\nupdated-dependenc\n[…]\nirect:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 4 to 5 (#139)",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2025-08-19T09:17:21Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "eb27d0266153d85287ae6dae7d910e361e430ff5",
          "body": null,
          "is_bot": false,
          "headline": "README.markdown: Update username in badge link",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2025-08-12T10:34:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e440ed566921c9cf1a4e2beb8defd43e4d261987",
          "body": null,
          "is_bot": false,
          "headline": "README.markdown: Remove CodeClimate badge (#138)",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2025-08-12T10:21:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4c6ea26b5232cf06f4dd5a4caf9bc9fafd6539ba",
          "body": null,
          "is_bot": false,
          "headline": "Support Ruby 3.3 and 3.4 in CI (#136)",
          "author_name": "Peter Leitzen",
          "author_login": "splattael",
          "committed_at": "2025-08-12T09:45:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5c69232b2f2b3ad8df19a1f39e6d3cf2021d4aaa",
          "body": null,
          "is_bot": false,
          "headline": "Gemfile: add required supporting base64 gem, fiddle gem (#137)",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2025-08-12T09:28:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "28926452c56b74fa94e2a5eab361fbd9bda814c0",
          "body": "[README] Document `Rainbow.uncolor` method",
          "is_bot": false,
          "headline": "[README] Document `Rainbow.uncolor` method (#135)",
          "author_name": "Gary Tou",
          "author_login": "garyhtou",
          "committed_at": "2025-01-14T08:37:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "138bc054cd196b54ed6a935c52653a8ac3761dfc",
          "body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
          "is_bot": true,
          "headline": "Bump actions/checkout from 3 to 4",
          "author_name": "dependabot[bot]",
          "author_login": "dependabot[bot]",
          "committed_at": "2023-10-28T21:41:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "45653bf77f5d63801ad42e9a892a35bdef893388",
          "body": null,
          "is_bot": false,
          "headline": "CI: Tell dependabot to update GH Actions",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2023-10-28T21:38:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "cf12a726ebe26ee5169c14316af5dfe303af7c6d",
          "body": null,
          "is_bot": false,
          "headline": "allow X11 color methods using refinement interface",
          "author_name": "tobyh",
          "author_login": null,
          "committed_at": "2023-10-28T21:37:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "629cde5a18375b615ba175bad29a1953f336c5ee",
          "body": null,
          "is_bot": false,
          "headline": "Update homepage URL in gemspec",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2023-08-12T09:42:43Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "73c6385bbb260f8b2f2de9164b2e4bfd0694a4f0",
          "body": "Thank you so much for working on rainbow Olle!",
          "is_bot": false,
          "headline": "List @olleolleolle as one of gem authors",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2023-08-12T09:41:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b5ddbbe2ff15f2e41266bb2c8b049e8fc39f5e05",
          "body": null,
          "is_bot": false,
          "headline": "CI: Use latest actions/checkout, add Ruby 3.2",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2023-06-30T13:22:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "df46c6b4df1d778b14ba031e04f3e6b05307c2f5",
          "body": null,
          "is_bot": false,
          "headline": "Optimize wrapping with SGR",
          "author_name": "fatkodima",
          "author_login": "fatkodima",
          "committed_at": "2023-01-23T05:38:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "397ab84c299ec75c9eda563acbf68cf3f4d17f35",
          "body": null,
          "is_bot": false,
          "headline": "refactor: Use Dir#[] to include all files",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-14T07:20:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d4fad07056f60703174355aaa5da3d2f28c28a47",
          "body": null,
          "is_bot": false,
          "headline": "docs: Add CI status badge",
          "author_name": "mishina",
          "author_login": "mishina2228",
          "committed_at": "2022-01-13T10:07:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ef809a621c9dac05a8c2c84e71cc45a6048db482",
          "body": null,
          "is_bot": false,
          "headline": "docs: Fix the release date",
          "author_name": "mishina",
          "author_login": "mishina2228",
          "committed_at": "2022-01-12T12:23:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5b488a960256f2018405973413b469bfb0f9a0db",
          "body": null,
          "is_bot": false,
          "headline": "Re-update README",
          "author_name": "Masafumi Koba",
          "author_login": "ybiquitous",
          "committed_at": "2022-01-11T13:15:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f3688f55c5f7989ee6f2ca987d74a9ebaea6f7e",
          "body": "```\nBundler could not find compatible versions for gem \"parser\":\n  In Gemfile:\n    mutant-rspec was resolved to 0.5.0, which depends on\n      mutant (~> 0.5.0) was resolved to 0.5.1, which depends on\n        parser (~> 2.1.4)\n\n    rubocop (= 1.12.0) was resolved to 1.12.0, which depends on\n      parser (>= 3.0.0.0)\n```",
          "is_bot": false,
          "headline": "Downgrade RuboCop to avoid `bundle install` error with Ruby 2.4",
          "author_name": "Masafumi Koba",
          "author_login": "ybiquitous",
          "committed_at": "2022-01-11T13:15:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "631da6009e0eb12593bb0d4088d89be5392e6bb7",
          "body": null,
          "is_bot": false,
          "headline": "Remove Travis and Appveyor",
          "author_name": "Masafumi Koba",
          "author_login": "ybiquitous",
          "committed_at": "2022-01-11T13:15:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4794e39c7eee6f3a22bad533555d902716d5c05b",
          "body": null,
          "is_bot": false,
          "headline": "Update CI config",
          "author_name": "Masafumi Koba",
          "author_login": "ybiquitous",
          "committed_at": "2022-01-11T13:15:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f0cb0ed3e8525a79ad6c4597cd06aa301c28460e",
          "body": null,
          "is_bot": false,
          "headline": "Update RuboCop and disable some cops",
          "author_name": "Masafumi Koba",
          "author_login": "ybiquitous",
          "committed_at": "2022-01-11T13:15:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "43f07343eb0b3aeb155193fb7c59a1db276544ee",
          "body": null,
          "is_bot": false,
          "headline": "Add CI on GitHub Actions",
          "author_name": "Masafumi Koba",
          "author_login": "ybiquitous",
          "committed_at": "2022-01-11T13:15:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0276ea5767f9b3ad3b9ff8aa373d0c12200bf851",
          "body": null,
          "is_bot": false,
          "headline": "chore: Drop unused gemspec directives",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T10:38:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "21ce2e20c0d6f02c961729b91b922de30f741c98",
          "body": null,
          "is_bot": false,
          "headline": "build: Drop 2.3 from CI matrixes",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T10:37:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "47a8109db671dc530bd32fff555050ad705b7d89",
          "body": "Configure Ruby 2.4 the TargetRubyVersion in RuboCop configuration.",
          "is_bot": false,
          "headline": "fix: Require Ruby 2.4",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T10:37:58Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c76b562a840499c5774087e90ea8611d76dc01a7",
          "body": null,
          "is_bot": false,
          "headline": "fix: Linting",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:31:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "494d895b7042160f213f9bb9dde95b54e6e46534",
          "body": null,
          "is_bot": false,
          "headline": "build: avoid Bundler deprecation in Windows CI",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:30:32Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8394e18f6ba83f2cfa5b2b2e9de3dc9916c8266e",
          "body": null,
          "is_bot": false,
          "headline": "build: drop \"gem update --system\" from Win CI",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:26:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5733d462760ecc09b4ecff369967d20e0ffe29ef",
          "body": null,
          "is_bot": false,
          "headline": "build: order Rubies latest-first in Windows CI",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:23:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c78e420b243c9dbb4071e1b754b747b17f2f200d",
          "body": null,
          "is_bot": false,
          "headline": "build: update RubyGems for Windows CI",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:19:42Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0af9d039acd42d756d494107afc19ab3562c00bd",
          "body": "This only changes our commitment, and makes it more possible for\nAppveyor Windows builds to pass.",
          "is_bot": false,
          "headline": "fix: Remove Rubinius support",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:16:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1f769ed55d2d52ac23c65a4d3681851b635e2426",
          "body": "Also amends changelog entry for 3.1.0",
          "is_bot": false,
          "headline": "docs: Changelog for 3.1.1",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:13:55Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d5e20718cfe890bf9fea9a435e72e9bfff2eab5a",
          "body": null,
          "is_bot": false,
          "headline": "v3.1.1",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:10:10Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d96abce89d2f291bb6a83cb2077f07cd95808a61",
          "body": null,
          "is_bot": false,
          "headline": "fix: Include all lib/ files",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2022-01-11T09:09:04Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ea58198db11f9eee8c2dd75cd31470e7aead86bf",
          "body": null,
          "is_bot": false,
          "headline": "Add screenshot of example in README",
          "author_name": "Sunny Ripert",
          "author_login": "sunny",
          "committed_at": "2021-09-11T10:34:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ed22e0afba2d970c014676f4cb12d32fe36021c4",
          "body": null,
          "is_bot": false,
          "headline": "Update .travis.yml",
          "author_name": "Igor Victor",
          "author_login": "gogainda",
          "committed_at": "2020-08-27T17:31:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3fa4817cf9a8853cf7d71f1af5d090477378ea73",
          "body": null,
          "is_bot": false,
          "headline": "Update .travis.yml",
          "author_name": "Igor Victor",
          "author_login": "gogainda",
          "committed_at": "2020-08-27T17:31:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0c0eb63d92e4dbef7cf93b11288f4fac154fd0e9",
          "body": "Co-Authored-By: Chaymae Bazzaoui <bazzaoui.chaymae@gmail.com>",
          "is_bot": false,
          "headline": "RuboCop: configure new 0.81.0 rules",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-08-27T17:23:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "88f4110ff918d9897183ac05f8abb4856b3631dc",
          "body": "  - This is to get to a green build\n  - RuboCop 0.82.0 stopped supporting 2.3: https://github.com/rubocop-hq/rubocop/releases/tag/v0.82.0\n\nCo-Authored-By: Chaymae Bazzaoui <bazzaoui.chaymae@gmail.com>",
          "is_bot": false,
          "headline": "Pin RuboCop to 0.81.0 to support Ruby 2.3",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-08-27T17:23:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8a2e3183c86c701f359333a3a7495fa8f17ec316",
          "body": null,
          "is_bot": false,
          "headline": "v3.1.0",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-08-26T11:27:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7f65e69adac0235120014a90e06110be806b94a1",
          "body": null,
          "is_bot": false,
          "headline": "v3.1.0 Changelog",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-08-26T11:27:38Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ae6880518a21b058963d5469b935a0e9789f28fb",
          "body": null,
          "is_bot": false,
          "headline": "(chore) Add v0.80 RuboCop cops",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-03-22T23:13:56Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "53dd8abff2e492b730b601a707001e65a3f72c53",
          "body": null,
          "is_bot": false,
          "headline": "CI: Use JRuby 9.2.11.0",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-03-22T22:56:17Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "5a49a51fa0f561a49dab6e88ea7112025ad04b11",
          "body": "Simplify to two-part version numbers, use JDK which new and old enough to work with JRuby on Travis",
          "is_bot": false,
          "headline": "CI: Update matrix",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-01-09T13:11:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "79bfeff413405dc3da8738c8bc587b3f11c8e1bf",
          "body": null,
          "is_bot": false,
          "headline": "Fix RuboCop offenses and warnings about .rubocop.yml",
          "author_name": "Masataka Pocke Kuwabara",
          "author_login": "pocke",
          "committed_at": "2020-01-09T12:58:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "118032ea153b68ff2f435f0e40e7ae6483e72989",
          "body": null,
          "is_bot": false,
          "headline": "Gemspec: List files using Ruby",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2020-01-09T12:58:18Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7984c7c7850ae79ecc26ea9e62c3f8170202c28b",
          "body": null,
          "is_bot": false,
          "headline": "CI: Use 2.4.6, 2.5.5, 2.6.3, jruby-9.2.7.0 (#94)",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2019-05-26T20:59:24Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "89b8dcd90121a2578a8d8c002edd7fbf991b433b",
          "body": "* Use RuboCop without version specifier to keep to latest\r\n\r\n* TargetRubyVersion 2.2, required_ruby_version 2.2+\r\n\r\n  - always use latest rubocop\r\n  - lint\r\n\r\n* AppVeyor CI: Update matrix\r\n\r\n* Update to 2.3+\r\n\r\n  - CI failed in Appveyor, saying psych needs 2.3+\r\n  - Update Travis, AppVeyor, RuboCop,\n[…]\n 2.6\r\n\r\n  - This failed with an error: Gem::RuntimeRequirementNotMetError: psych requires Ruby version >= 2.3, < 2.6. The current ruby version is 2.6.1.33\r\n\r\n* Spec: Add coverage of one more code path",
          "is_bot": false,
          "headline": "Use rubocop latest, drop support for Ruby 2.1, 2.2 (#91)",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2019-03-02T10:56:34Z",
          "body_truncated": true,
          "is_coding_agent": false
        },
        {
          "oid": "5dcd8b7ce896b558d070531bf386946c8774c870",
          "body": "* CI: Update CI matrix\r\n* Use a wider Bundler version specifier",
          "is_bot": false,
          "headline": "CI: Allow Bundler 2, add Rubies to CI matrix (#89)",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2019-02-24T11:26:52Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "3501a1e34d9e254c375c80a3b2eba954256af1da",
          "body": "See https://github.com/sickill/rainbow/issues/87",
          "is_bot": false,
          "headline": "Remove specific TargetRubyVersion from .rubocop.yml (#88)",
          "author_name": "Baron Bloomer",
          "author_login": "bazay",
          "committed_at": "2019-02-24T10:57:39Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "335d015b0564b4e3cef0b10bdf70c40bfc4d626f",
          "body": null,
          "is_bot": false,
          "headline": "README: Add cross_out, strike to presenters docs",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2018-11-07T14:05:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "62a0a3ed0ed79011515674e7912ccf39ba6a1569",
          "body": "Increases coverage.",
          "is_bot": false,
          "headline": "Add test with non-existent :color (#86)",
          "author_name": "Claudio Bley",
          "author_login": "avdv",
          "committed_at": "2018-11-07T14:04:33Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "6680596e25e75fff9311423e6c06d7bcdbff7e06",
          "body": "and its alias #strike for both presenters and Strings",
          "is_bot": false,
          "headline": "introducing #cross_out (#84)",
          "author_name": "Mike Dalessio",
          "author_login": "flavorjones",
          "committed_at": "2018-11-06T19:11:00Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "de9d94be5ac3d9798b97b2caf700afd72c7bda7f",
          "body": "The code is easier to read and a bit faster.",
          "is_bot": false,
          "headline": "Simplify `wrap_with_sgr` method (#85)",
          "author_name": "Claudio Bley",
          "author_login": "avdv",
          "committed_at": "2018-11-06T19:07:46Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4bba7e3798394abb2647082d414e7d267790bdd3",
          "body": "Add hexadecimal RGB triplet string format check",
          "is_bot": false,
          "headline": "Merge pull request #83 from chiting/add-hex-check",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2018-07-08T09:53:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "c7cb8dae63639693c6aab87254677249f00d98cb",
          "body": null,
          "is_bot": false,
          "headline": "Make rubocop happy",
          "author_name": "Chi Leung",
          "author_login": "chiting",
          "committed_at": "2018-06-07T20:35:53Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "0880e173448132f6e28a967a17ec8150aef179a3",
          "body": null,
          "is_bot": false,
          "headline": "Add hexadecimal format checking",
          "author_name": "Chi Leung",
          "author_login": "chiting",
          "committed_at": "2018-06-07T20:27:02Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e4f74cfb61c2e394be44554141f47da321bd6298",
          "body": null,
          "is_bot": false,
          "headline": "Add unit test for non hexadecimal string",
          "author_name": "Chi Leung",
          "author_login": "chiting",
          "committed_at": "2018-06-07T20:09:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "21b18bc5ecc9bad6febe035a2f78738cdaf70716",
          "body": "[CI] Test against new Ruby 2.5 and patched",
          "is_bot": false,
          "headline": "Merge pull request #81 from nicolasleger/patch-1",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2018-02-10T12:32:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "b78e39de1947dac40220688523ea06922f9102f4",
          "body": null,
          "is_bot": false,
          "headline": "[CI] Test against new Ruby 2.5 and patched",
          "author_name": "Nicolas Leger",
          "author_login": "nicolasleger",
          "committed_at": "2018-02-08T13:25:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "45128cf9f64d7eaea82b464efe5ff7cd24ad50c8",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-11-29T18:55:23Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "36c7e48310785ea3f2e1388e8cfcd4c303e3c55a",
          "body": null,
          "is_bot": false,
          "headline": "Let's don't talk about String mixin anymore",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-11-21T20:01:21Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4d77ac38c1a125a0f37f0d889a0dcdbd5423ac18",
          "body": null,
          "is_bot": false,
          "headline": "Merge branch 'release-3-0'",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-11-21T19:59:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "85292202640db1ddee0c242d35764b2102189c69",
          "body": "RuboCop 0.51.0",
          "is_bot": false,
          "headline": "Merge pull request #79 from sickill/fix/rubocop-051",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-11-21T06:51:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f88a59184ab6872e6834db788d448b13cff0de6e",
          "body": null,
          "is_bot": false,
          "headline": "RuboCop 0.51.0",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-20T21:04:30Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "ac3c9e2eb09972e20ceed4b057a764ae6f7ebac1",
          "body": null,
          "is_bot": false,
          "headline": "Spec: RSpec.describe, not describe",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-20T19:45:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9e566eaa10fe83324807a97df81a6a9295c6bf44",
          "body": "Carry PR #33 - Add String refinement",
          "is_bot": false,
          "headline": "Merge pull request #77 from sickill/refinements",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-11-20T19:01:50Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "06be95e85bf6ae180b1a6809f01f822de6059ca6",
          "body": "- see https://relishapp.com/rspec/rspec-core/v/3-7/docs/configuration/zero-monkey-patching-mode",
          "is_bot": false,
          "headline": "RSpec: disable monkey patching (#78)",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-20T18:52:01Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "12e013a2ae746a66481b0f5ac3b18733534edeb3",
          "body": null,
          "is_bot": false,
          "headline": "README: add video example [ci skip]",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-20T09:33:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4ada467c65150966342a23a327cac9cae7b614f5",
          "body": null,
          "is_bot": false,
          "headline": "Amend README",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-20T09:17:07Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "575eae60f0af7d9485e1324a2d4a2508322c3c48",
          "body": "  - Gem now supports only later Rubies",
          "is_bot": false,
          "headline": "Drop RUBY_VERSION check",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-20T08:40:26Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "472d46ad05a89d0c5f607472a1e6dbf1aa65712b",
          "body": null,
          "is_bot": false,
          "headline": "Refinements supported in Ruby 2.1",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-20T08:38:57Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "97d700695162b500c23543b4a5d4dbaa5262420a",
          "body": null,
          "is_bot": false,
          "headline": "Add String refinement when using Ruby >= 2.0",
          "author_name": "Mike A. Owens",
          "author_login": "mieko",
          "committed_at": "2017-11-20T08:37:51Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e67d4fe0b0c8fe000ea44e4ec1de230d74d40d3f",
          "body": "…ld (#75)\n\n* Travis: RVM note, extract env, cache bundler right\r\n\r\n  - RVM does gem update --system on its own\r\n  - put JRUBY_OPTS as env global\r\n  - cache shorthand for bundler corrected\r\n\r\n* Travis: use jruby-9.1.14.0 in CI matrix\r\n\r\n* AppVeyor script to look more like example",
          "is_bot": false,
          "headline": "Travis: RVM note, extract env, cache bundler right; Appveyor: fix bui…",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-11-13T08:43:22Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e031de8df9491ed9a9ef99be68adfcfabc49fafd",
          "body": null,
          "is_bot": false,
          "headline": "Remove spec for legacy namespace",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-10-24T19:08:05Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "e88c43baeb992810a1b690fabe7ceb5e772d7f2a",
          "body": null,
          "is_bot": false,
          "headline": "Remove really old legacy support",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-10-24T18:03:12Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "fc735fefdd5e189e0a8f8b3bf73ff366ac87fb62",
          "body": null,
          "is_bot": false,
          "headline": "Add Olle Jonsson as author to gemspec",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-10-24T18:00:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8964d2f018ca33a31d83def412b8e886895ef14f",
          "body": null,
          "is_bot": false,
          "headline": "Update changelog",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-10-24T17:59:16Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "78f7ef21554b2a169cd362246ffca649b1d115d5",
          "body": null,
          "is_bot": false,
          "headline": "Travis: jruby-9.1.13.0",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-09-08T11:32:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "4217cdbc1513200b20a58425c70505e750acfc59",
          "body": "README: Add the pick-random-color example",
          "is_bot": false,
          "headline": "Merge pull request #70 from sickill/fix/add-example-of-rand-color",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-09-05T11:55:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d2faa5e8ff988e8c5a271ad106bb2771e8389031",
          "body": "  - fixes #67",
          "is_bot": false,
          "headline": "README: Add the pick-random-color [ci skip]",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-09-05T06:55:25Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "91501f2c976dd113c02ca45183664dde68d5669a",
          "body": "Add uncolor method",
          "is_bot": false,
          "headline": "Merge pull request #54 from ypresto/add-strip-ascii-escape",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-08-15T20:17:28Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1b8c6e0bb7c7d1d31e1140665552ac0dcef1f8b7",
          "body": "Reverse Changelog order",
          "is_bot": false,
          "headline": "Merge pull request #66 from swrobel/patch-1",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-08-02T10:44:37Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "2a902c808bad98e93bbdb12298187dcdc5f5dda5",
          "body": null,
          "is_bot": false,
          "headline": "Reverse Changelog order",
          "author_name": "Stefan Wrobel",
          "author_login": "swrobel",
          "committed_at": "2017-08-01T23:35:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "bfcc7efbc61f5ee7792f7d4f0c8c76b1c169319d",
          "body": null,
          "is_bot": false,
          "headline": "Add uncolor method",
          "author_name": "Yuya Tanaka",
          "author_login": "ypresto",
          "committed_at": "2017-07-04T18:03:48Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "1a61b33541f7dc7b7e74fa140a172f868ab4291b",
          "body": "RuboCop 0.49.1; rake task; linting",
          "is_bot": false,
          "headline": "Merge pull request #64 from sickill/fix/rubocop-0-49-1",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-07-02T10:57:47Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d31c0314373e66658dc3ee31cd1880066bafd1b8",
          "body": null,
          "is_bot": false,
          "headline": "RuboCop config typo",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-07-02T10:45:59Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8edff9e20da49b4194669f4d87d195ba5068dc55",
          "body": null,
          "is_bot": false,
          "headline": "RuboCop: exclude vendor folder",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-06-30T12:12:20Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "44ca6e308ae3ce2feda903c1a30fc6318ccc6e3a",
          "body": "  - See https://github.com/bbatsov/ruby-style-guide\\#crlf",
          "is_bot": false,
          "headline": "RuboCop: crlf rule",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-06-30T10:49:14Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d51e5ab4ea63b3f1e22f9491e6d8c6cb5bdcb3b5",
          "body": null,
          "is_bot": false,
          "headline": "Gemfile: RuboCop in :test AND :development group",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-06-30T10:46:09Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "f421bc3bdc404ce83a9b967e5d5c86eb933aaddb",
          "body": null,
          "is_bot": false,
          "headline": "RuboCop 0.49.1; rake task; linting",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-06-30T10:41:35Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "8907d4a7b0b3f79fd3ae82a7201e8329088370e5",
          "body": null,
          "is_bot": false,
          "headline": "Add appveyor badge",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-06-30T09:35:45Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "d170238389890723e0c49048d8f7e306112c422a",
          "body": "Rubocop v0.48.1",
          "is_bot": false,
          "headline": "Merge pull request #59 from olleolleolle/fix/rubocop-updates",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-06-30T09:22:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "9fffa0db744695ad0f9b2f6f4d3d5c51bc99b43f",
          "body": "Travis: jruby-9.1.12.0",
          "is_bot": false,
          "headline": "Merge pull request #63 from olleolleolle/patch-2",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-06-19T07:34:11Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "225e96921a4e66fa6e8c99f853e4151916e3418c",
          "body": null,
          "is_bot": false,
          "headline": "Travis: jruby-9.1.12.0",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-06-19T07:11:41Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "21ac341459c8115815b62a889c7c49c98b0b113a",
          "body": "Travis: upgrade rubies",
          "is_bot": false,
          "headline": "Merge pull request #62 from olleolleolle/patch-2",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-06-08T10:34:13Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "a2e96bba8f22f3a229012e58f4d9ac8a54f177f2",
          "body": null,
          "is_bot": false,
          "headline": "Travis: upgrade rubies",
          "author_name": "Olle Jonsson",
          "author_login": "olleolleolle",
          "committed_at": "2017-06-08T08:56:03Z",
          "body_truncated": false,
          "is_coding_agent": false
        },
        {
          "oid": "7904800ff6a4e3da393dce4796e6c7b7c782fc72",
          "body": "Travis: use jruby-9.1.10.0 in CI matrix",
          "is_bot": false,
          "headline": "Merge pull request #60 from olleolleolle/patch-1",
          "author_name": "Marcin Kulik",
          "author_login": "ku1ik",
          "committed_at": "2017-05-26T15:52:19Z",
          "body_truncated": false,
          "is_coding_agent": false
        }
      ],
      "releases_count": 20,
      "commits_last_year": 7,
      "latest_release_at": "2022-01-11T09:10:10Z",
      "latest_release_tag": "v3.1.1",
      "releases_from_tags": true,
      "days_since_last_push": 28,
      "active_weeks_last_year": 4,
      "days_since_latest_release": 1652,
      "mean_days_between_releases": 326.2
    },
    "community": {
      "has_readme": true,
      "has_license": true,
      "has_description": true,
      "has_contributing": false,
      "health_percentage": 42,
      "has_issue_template": false,
      "has_code_of_conduct": false,
      "has_pull_request_template": false
    },
    "ecosystem": {
      "packages": [
        {
          "name": "rainbow",
          "exists": true,
          "license": "MIT",
          "keywords": [],
          "ecosystem": "rubygems",
          "matches_repo": false,
          "registry_url": "https://rubygems.org/gems/rainbow",
          "is_deprecated": false,
          "latest_version": "3.1.1",
          "repository_url": "http://github.com/sickill/rainbow",
          "versions_count": 20,
          "total_downloads": 723963194,
          "dependents_count": null,
          "deprecation_note": null,
          "maintainers_count": null,
          "monthly_downloads": null,
          "first_published_at": "2009-07-25T18:01:33Z",
          "latest_published_at": "2022-01-11T09:11:07.407000Z",
          "latest_version_yanked": null,
          "days_since_latest_publish": 1652
        }
      ]
    },
    "popularity": {
      "forks": 70,
      "stars": 839,
      "watchers": 9,
      "fork_history": {
        "days": [
          {
            "date": "2010-05-07",
            "count": 1
          },
          {
            "date": "2010-09-30",
            "count": 1
          },
          {
            "date": "2010-11-03",
            "count": 1
          },
          {
            "date": "2011-02-06",
            "count": 1
          },
          {
            "date": "2011-03-13",
            "count": 1
          },
          {
            "date": "2011-06-26",
            "count": 1
          },
          {
            "date": "2011-12-05",
            "count": 1
          },
          {
            "date": "2012-03-16",
            "count": 1
          },
          {
            "date": "2012-04-07",
            "count": 1
          },
          {
            "date": "2012-04-15",
            "count": 1
          },
          {
            "date": "2014-01-23",
            "count": 1
          },
          {
            "date": "2014-02-14",
            "count": 1
          },
          {
            "date": "2014-04-24",
            "count": 1
          },
          {
            "date": "2014-06-03",
            "count": 2
          },
          {
            "date": "2014-12-12",
            "count": 1
          },
          {
            "date": "2015-01-30",
            "count": 1
          },
          {
            "date": "2015-04-24",
            "count": 1
          },
          {
            "date": "2015-10-11",
            "count": 1
          },
          {
            "date": "2016-01-22",
            "count": 1
          },
          {
            "date": "2016-02-03",
            "count": 1
          },
          {
            "date": "2016-03-17",
            "count": 1
          },
          {
            "date": "2016-08-07",
            "count": 1
          },
          {
            "date": "2016-09-26",
            "count": 1
          },
          {
            "date": "2016-10-24",
            "count": 1
          },
          {
            "date": "2016-12-27",
            "count": 1
          },
          {
            "date": "2017-01-06",
            "count": 1
          },
          {
            "date": "2017-03-15",
            "count": 1
          },
          {
            "date": "2017-03-29",
            "count": 1
          },
          {
            "date": "2017-04-10",
            "count": 1
          },
          {
            "date": "2017-04-23",
            "count": 1
          },
          {
            "date": "2017-05-02",
            "count": 1
          },
          {
            "date": "2017-06-14",
            "count": 1
          },
          {
            "date": "2017-08-01",
            "count": 1
          },
          {
            "date": "2017-10-26",
            "count": 1
          },
          {
            "date": "2017-10-30",
            "count": 1
          },
          {
            "date": "2018-01-29",
            "count": 1
          },
          {
            "date": "2018-05-24",
            "count": 1
          },
          {
            "date": "2018-06-27",
            "count": 1
          },
          {
            "date": "2018-11-06",
            "count": 1
          },
          {
            "date": "2018-11-26",
            "count": 1
          },
          {
            "date": "2018-12-19",
            "count": 1
          },
          {
            "date": "2019-02-16",
            "count": 1
          },
          {
            "date": "2019-02-21",
            "count": 1
          },
          {
            "date": "2019-05-31",
            "count": 1
          },
          {
            "date": "2019-07-10",
            "count": 1
          },
          {
            "date": "2020-01-09",
            "count": 1
          },
          {
            "date": "2020-04-22",
            "count": 1
          },
          {
            "date": "2020-05-26",
            "count": 1
          },
          {
            "date": "2020-06-03",
            "count": 1
          },
          {
            "date": "2020-08-27",
            "count": 1
          },
          {
            "date": "2021-04-15",
            "count": 1
          },
          {
            "date": "2021-09-11",
            "count": 1
          },
          {
            "date": "2022-01-11",
            "count": 1
          },
          {
            "date": "2022-01-12",
            "count": 1
          },
          {
            "date": "2022-03-25",
            "count": 1
          },
          {
            "date": "2022-07-30",
            "count": 1
          },
          {
            "date": "2022-11-02",
            "count": 1
          },
          {
            "date": "2023-01-22",
            "count": 1
          },
          {
            "date": "2023-05-12",
            "count": 1
          },
          {
            "date": "2023-07-17",
            "count": 1
          },
          {
            "date": "2023-10-22",
            "count": 1
          },
          {
            "date": "2023-11-09",
            "count": 1
          },
          {
            "date": "2024-05-07",
            "count": 1
          },
          {
            "date": "2024-10-15",
            "count": 1
          },
          {
            "date": "2024-11-12",
            "count": 1
          },
          {
            "date": "2025-01-14",
            "count": 1
          },
          {
            "date": "2025-02-04",
            "count": 1
          },
          {
            "date": "2025-08-11",
            "count": 1
          },
          {
            "date": "2026-03-08",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 70,
        "total_forks": 70
      },
      "star_history": {
        "days": [
          {
            "date": "2008-10-30",
            "count": 38
          },
          {
            "date": "2008-11-28",
            "count": 1
          },
          {
            "date": "2008-12-05",
            "count": 1
          },
          {
            "date": "2008-12-10",
            "count": 1
          },
          {
            "date": "2008-12-13",
            "count": 1
          },
          {
            "date": "2008-12-18",
            "count": 2
          },
          {
            "date": "2008-12-19",
            "count": 1
          },
          {
            "date": "2008-12-30",
            "count": 1
          },
          {
            "date": "2009-01-14",
            "count": 1
          },
          {
            "date": "2009-02-03",
            "count": 1
          },
          {
            "date": "2009-02-15",
            "count": 1
          },
          {
            "date": "2009-02-26",
            "count": 1
          },
          {
            "date": "2009-03-08",
            "count": 1
          },
          {
            "date": "2009-03-14",
            "count": 1
          },
          {
            "date": "2009-03-23",
            "count": 1
          },
          {
            "date": "2009-03-27",
            "count": 1
          },
          {
            "date": "2009-03-28",
            "count": 1
          },
          {
            "date": "2009-03-31",
            "count": 1
          },
          {
            "date": "2009-04-04",
            "count": 1
          },
          {
            "date": "2009-04-29",
            "count": 1
          },
          {
            "date": "2009-05-11",
            "count": 1
          },
          {
            "date": "2009-05-15",
            "count": 1
          },
          {
            "date": "2009-05-25",
            "count": 1
          },
          {
            "date": "2009-06-04",
            "count": 1
          },
          {
            "date": "2009-06-10",
            "count": 1
          },
          {
            "date": "2009-06-28",
            "count": 1
          },
          {
            "date": "2009-07-01",
            "count": 1
          },
          {
            "date": "2009-07-12",
            "count": 1
          },
          {
            "date": "2009-07-14",
            "count": 1
          },
          {
            "date": "2009-07-16",
            "count": 1
          },
          {
            "date": "2009-07-20",
            "count": 1
          },
          {
            "date": "2009-07-28",
            "count": 1
          },
          {
            "date": "2009-07-29",
            "count": 1
          },
          {
            "date": "2009-08-03",
            "count": 1
          },
          {
            "date": "2009-08-05",
            "count": 1
          },
          {
            "date": "2009-08-17",
            "count": 1
          },
          {
            "date": "2009-08-23",
            "count": 1
          },
          {
            "date": "2009-08-25",
            "count": 2
          },
          {
            "date": "2009-09-20",
            "count": 1
          },
          {
            "date": "2009-10-13",
            "count": 1
          },
          {
            "date": "2009-11-11",
            "count": 1
          },
          {
            "date": "2010-01-03",
            "count": 1
          },
          {
            "date": "2010-02-03",
            "count": 1
          },
          {
            "date": "2010-02-07",
            "count": 1
          },
          {
            "date": "2010-02-20",
            "count": 1
          },
          {
            "date": "2010-02-26",
            "count": 1
          },
          {
            "date": "2010-03-01",
            "count": 1
          },
          {
            "date": "2010-03-02",
            "count": 1
          },
          {
            "date": "2010-03-10",
            "count": 1
          },
          {
            "date": "2010-03-26",
            "count": 1
          },
          {
            "date": "2010-04-11",
            "count": 1
          },
          {
            "date": "2010-04-22",
            "count": 2
          },
          {
            "date": "2010-04-29",
            "count": 1
          },
          {
            "date": "2010-05-17",
            "count": 1
          },
          {
            "date": "2010-06-02",
            "count": 1
          },
          {
            "date": "2010-06-25",
            "count": 1
          },
          {
            "date": "2010-07-05",
            "count": 1
          },
          {
            "date": "2010-07-22",
            "count": 1
          },
          {
            "date": "2010-07-28",
            "count": 1
          },
          {
            "date": "2010-08-02",
            "count": 1
          },
          {
            "date": "2010-08-13",
            "count": 1
          },
          {
            "date": "2010-09-07",
            "count": 1
          },
          {
            "date": "2010-09-19",
            "count": 1
          },
          {
            "date": "2010-09-20",
            "count": 1
          },
          {
            "date": "2010-09-25",
            "count": 1
          },
          {
            "date": "2010-10-21",
            "count": 1
          },
          {
            "date": "2010-10-29",
            "count": 1
          },
          {
            "date": "2010-11-10",
            "count": 2
          },
          {
            "date": "2010-11-26",
            "count": 1
          },
          {
            "date": "2010-12-19",
            "count": 1
          },
          {
            "date": "2011-01-03",
            "count": 1
          },
          {
            "date": "2011-01-21",
            "count": 1
          },
          {
            "date": "2011-02-23",
            "count": 1
          },
          {
            "date": "2011-03-02",
            "count": 1
          },
          {
            "date": "2011-03-17",
            "count": 1
          },
          {
            "date": "2011-03-21",
            "count": 1
          },
          {
            "date": "2011-03-31",
            "count": 1
          },
          {
            "date": "2011-04-03",
            "count": 1
          },
          {
            "date": "2011-04-06",
            "count": 1
          },
          {
            "date": "2011-05-20",
            "count": 1
          },
          {
            "date": "2011-05-28",
            "count": 1
          },
          {
            "date": "2011-06-18",
            "count": 1
          },
          {
            "date": "2011-06-24",
            "count": 1
          },
          {
            "date": "2011-08-08",
            "count": 1
          },
          {
            "date": "2011-08-10",
            "count": 1
          },
          {
            "date": "2011-09-10",
            "count": 1
          },
          {
            "date": "2011-09-26",
            "count": 1
          },
          {
            "date": "2011-10-08",
            "count": 1
          },
          {
            "date": "2011-10-20",
            "count": 1
          },
          {
            "date": "2011-10-30",
            "count": 1
          },
          {
            "date": "2011-11-27",
            "count": 1
          },
          {
            "date": "2012-04-20",
            "count": 2
          },
          {
            "date": "2013-02-14",
            "count": 1
          },
          {
            "date": "2013-02-17",
            "count": 1
          },
          {
            "date": "2013-02-19",
            "count": 1
          },
          {
            "date": "2013-03-04",
            "count": 1
          },
          {
            "date": "2013-03-10",
            "count": 1
          },
          {
            "date": "2013-03-26",
            "count": 1
          },
          {
            "date": "2013-03-29",
            "count": 1
          },
          {
            "date": "2013-03-30",
            "count": 2
          },
          {
            "date": "2013-04-03",
            "count": 2
          },
          {
            "date": "2013-04-05",
            "count": 1
          },
          {
            "date": "2013-04-06",
            "count": 1
          },
          {
            "date": "2013-04-26",
            "count": 1
          },
          {
            "date": "2013-04-27",
            "count": 1
          },
          {
            "date": "2013-05-11",
            "count": 1
          },
          {
            "date": "2013-05-14",
            "count": 1
          },
          {
            "date": "2013-05-15",
            "count": 1
          },
          {
            "date": "2013-05-21",
            "count": 1
          },
          {
            "date": "2013-05-23",
            "count": 1
          },
          {
            "date": "2013-06-07",
            "count": 1
          },
          {
            "date": "2013-06-13",
            "count": 1
          },
          {
            "date": "2013-06-16",
            "count": 1
          },
          {
            "date": "2013-06-18",
            "count": 1
          },
          {
            "date": "2013-06-23",
            "count": 1
          },
          {
            "date": "2013-07-01",
            "count": 1
          },
          {
            "date": "2013-07-07",
            "count": 1
          },
          {
            "date": "2013-07-10",
            "count": 1
          },
          {
            "date": "2013-07-23",
            "count": 1
          },
          {
            "date": "2013-07-31",
            "count": 2
          },
          {
            "date": "2013-08-01",
            "count": 1
          },
          {
            "date": "2013-08-04",
            "count": 1
          },
          {
            "date": "2013-08-05",
            "count": 1
          },
          {
            "date": "2013-08-07",
            "count": 1
          },
          {
            "date": "2013-08-11",
            "count": 1
          },
          {
            "date": "2013-08-14",
            "count": 1
          },
          {
            "date": "2013-08-19",
            "count": 1
          },
          {
            "date": "2013-08-26",
            "count": 1
          },
          {
            "date": "2013-08-31",
            "count": 1
          },
          {
            "date": "2013-09-05",
            "count": 1
          },
          {
            "date": "2013-09-23",
            "count": 1
          },
          {
            "date": "2013-10-03",
            "count": 1
          },
          {
            "date": "2013-10-29",
            "count": 1
          },
          {
            "date": "2013-10-30",
            "count": 1
          },
          {
            "date": "2013-11-04",
            "count": 1
          },
          {
            "date": "2013-11-07",
            "count": 1
          },
          {
            "date": "2013-11-14",
            "count": 1
          },
          {
            "date": "2013-11-23",
            "count": 1
          },
          {
            "date": "2013-11-27",
            "count": 1
          },
          {
            "date": "2013-12-04",
            "count": 1
          },
          {
            "date": "2013-12-09",
            "count": 1
          },
          {
            "date": "2013-12-12",
            "count": 2
          },
          {
            "date": "2013-12-24",
            "count": 1
          },
          {
            "date": "2013-12-27",
            "count": 1
          },
          {
            "date": "2014-01-01",
            "count": 1
          },
          {
            "date": "2014-01-02",
            "count": 1
          },
          {
            "date": "2014-01-07",
            "count": 2
          },
          {
            "date": "2014-01-20",
            "count": 1
          },
          {
            "date": "2014-01-24",
            "count": 2
          },
          {
            "date": "2014-01-25",
            "count": 1
          },
          {
            "date": "2014-01-27",
            "count": 2
          },
          {
            "date": "2014-01-28",
            "count": 1
          },
          {
            "date": "2014-02-04",
            "count": 1
          },
          {
            "date": "2014-02-12",
            "count": 1
          },
          {
            "date": "2014-02-13",
            "count": 1
          },
          {
            "date": "2014-02-15",
            "count": 1
          },
          {
            "date": "2014-02-19",
            "count": 1
          },
          {
            "date": "2014-03-02",
            "count": 1
          },
          {
            "date": "2014-03-10",
            "count": 1
          },
          {
            "date": "2014-03-11",
            "count": 1
          },
          {
            "date": "2014-03-13",
            "count": 1
          },
          {
            "date": "2014-03-15",
            "count": 1
          },
          {
            "date": "2014-03-16",
            "count": 1
          },
          {
            "date": "2014-03-17",
            "count": 1
          },
          {
            "date": "2014-03-27",
            "count": 1
          },
          {
            "date": "2014-03-28",
            "count": 2
          },
          {
            "date": "2014-03-30",
            "count": 2
          },
          {
            "date": "2014-04-02",
            "count": 1
          },
          {
            "date": "2014-04-04",
            "count": 1
          },
          {
            "date": "2014-04-08",
            "count": 1
          },
          {
            "date": "2014-04-10",
            "count": 1
          },
          {
            "date": "2014-04-16",
            "count": 1
          },
          {
            "date": "2014-04-17",
            "count": 2
          },
          {
            "date": "2014-04-25",
            "count": 1
          },
          {
            "date": "2014-05-21",
            "count": 1
          },
          {
            "date": "2014-05-24",
            "count": 2
          },
          {
            "date": "2014-06-04",
            "count": 1
          },
          {
            "date": "2014-06-05",
            "count": 1
          },
          {
            "date": "2014-06-12",
            "count": 1
          },
          {
            "date": "2014-06-13",
            "count": 1
          },
          {
            "date": "2014-07-02",
            "count": 1
          },
          {
            "date": "2014-07-03",
            "count": 1
          },
          {
            "date": "2014-07-09",
            "count": 1
          },
          {
            "date": "2014-07-24",
            "count": 1
          },
          {
            "date": "2014-08-01",
            "count": 1
          },
          {
            "date": "2014-09-09",
            "count": 1
          },
          {
            "date": "2014-09-11",
            "count": 1
          },
          {
            "date": "2014-09-15",
            "count": 1
          },
          {
            "date": "2014-09-16",
            "count": 2
          },
          {
            "date": "2014-09-18",
            "count": 1
          },
          {
            "date": "2014-09-20",
            "count": 1
          },
          {
            "date": "2014-09-27",
            "count": 1
          },
          {
            "date": "2014-09-28",
            "count": 1
          },
          {
            "date": "2014-10-07",
            "count": 1
          },
          {
            "date": "2014-10-09",
            "count": 1
          },
          {
            "date": "2014-10-18",
            "count": 1
          },
          {
            "date": "2014-10-23",
            "count": 1
          },
          {
            "date": "2014-10-26",
            "count": 1
          },
          {
            "date": "2014-10-27",
            "count": 1
          },
          {
            "date": "2014-10-28",
            "count": 1
          },
          {
            "date": "2014-10-29",
            "count": 1
          },
          {
            "date": "2014-10-31",
            "count": 1
          },
          {
            "date": "2014-11-10",
            "count": 1
          },
          {
            "date": "2014-11-12",
            "count": 1
          },
          {
            "date": "2014-11-14",
            "count": 1
          },
          {
            "date": "2014-11-21",
            "count": 3
          },
          {
            "date": "2014-11-22",
            "count": 1
          },
          {
            "date": "2014-11-29",
            "count": 1
          },
          {
            "date": "2014-12-04",
            "count": 2
          },
          {
            "date": "2014-12-11",
            "count": 1
          },
          {
            "date": "2014-12-12",
            "count": 1
          },
          {
            "date": "2014-12-16",
            "count": 2
          },
          {
            "date": "2014-12-23",
            "count": 1
          },
          {
            "date": "2014-12-29",
            "count": 1
          },
          {
            "date": "2015-01-15",
            "count": 1
          },
          {
            "date": "2015-01-17",
            "count": 1
          },
          {
            "date": "2015-01-20",
            "count": 1
          },
          {
            "date": "2015-01-26",
            "count": 1
          },
          {
            "date": "2015-01-30",
            "count": 1
          },
          {
            "date": "2015-02-05",
            "count": 1
          },
          {
            "date": "2015-02-07",
            "count": 1
          },
          {
            "date": "2015-02-09",
            "count": 1
          },
          {
            "date": "2015-02-11",
            "count": 1
          },
          {
            "date": "2015-02-12",
            "count": 1
          },
          {
            "date": "2015-02-23",
            "count": 1
          },
          {
            "date": "2015-02-26",
            "count": 1
          },
          {
            "date": "2015-03-04",
            "count": 1
          },
          {
            "date": "2015-04-08",
            "count": 1
          },
          {
            "date": "2015-04-10",
            "count": 1
          },
          {
            "date": "2015-04-24",
            "count": 1
          },
          {
            "date": "2015-04-29",
            "count": 1
          },
          {
            "date": "2015-04-30",
            "count": 1
          },
          {
            "date": "2015-05-07",
            "count": 2
          },
          {
            "date": "2015-05-09",
            "count": 1
          },
          {
            "date": "2015-05-10",
            "count": 1
          },
          {
            "date": "2015-05-12",
            "count": 1
          },
          {
            "date": "2015-05-21",
            "count": 1
          },
          {
            "date": "2015-05-24",
            "count": 1
          },
          {
            "date": "2015-05-28",
            "count": 1
          },
          {
            "date": "2015-06-08",
            "count": 2
          },
          {
            "date": "2015-06-11",
            "count": 1
          },
          {
            "date": "2015-06-16",
            "count": 1
          },
          {
            "date": "2015-06-17",
            "count": 1
          },
          {
            "date": "2015-06-22",
            "count": 1
          },
          {
            "date": "2015-06-24",
            "count": 1
          },
          {
            "date": "2015-06-25",
            "count": 1
          },
          {
            "date": "2015-06-26",
            "count": 2
          },
          {
            "date": "2015-06-29",
            "count": 1
          },
          {
            "date": "2015-07-06",
            "count": 1
          },
          {
            "date": "2015-07-11",
            "count": 1
          },
          {
            "date": "2015-07-17",
            "count": 1
          },
          {
            "date": "2015-07-21",
            "count": 1
          },
          {
            "date": "2015-07-30",
            "count": 1
          },
          {
            "date": "2015-08-06",
            "count": 1
          },
          {
            "date": "2015-08-17",
            "count": 1
          },
          {
            "date": "2015-08-27",
            "count": 1
          },
          {
            "date": "2015-08-30",
            "count": 1
          },
          {
            "date": "2015-09-06",
            "count": 1
          },
          {
            "date": "2015-09-07",
            "count": 1
          },
          {
            "date": "2015-09-09",
            "count": 1
          },
          {
            "date": "2015-09-10",
            "count": 1
          },
          {
            "date": "2015-09-15",
            "count": 1
          },
          {
            "date": "2015-09-21",
            "count": 1
          },
          {
            "date": "2015-10-04",
            "count": 1
          },
          {
            "date": "2015-10-07",
            "count": 2
          },
          {
            "date": "2015-10-08",
            "count": 1
          },
          {
            "date": "2015-10-09",
            "count": 1
          },
          {
            "date": "2015-10-12",
            "count": 2
          },
          {
            "date": "2015-11-03",
            "count": 1
          },
          {
            "date": "2015-11-04",
            "count": 1
          },
          {
            "date": "2015-11-08",
            "count": 1
          },
          {
            "date": "2015-11-13",
            "count": 1
          },
          {
            "date": "2015-11-21",
            "count": 2
          },
          {
            "date": "2015-11-28",
            "count": 1
          },
          {
            "date": "2015-12-11",
            "count": 1
          },
          {
            "date": "2016-01-04",
            "count": 1
          },
          {
            "date": "2016-01-05",
            "count": 1
          },
          {
            "date": "2016-01-09",
            "count": 1
          },
          {
            "date": "2016-01-14",
            "count": 1
          },
          {
            "date": "2016-01-21",
            "count": 1
          },
          {
            "date": "2016-01-25",
            "count": 2
          },
          {
            "date": "2016-01-26",
            "count": 1
          },
          {
            "date": "2016-02-03",
            "count": 3
          },
          {
            "date": "2016-02-19",
            "count": 1
          },
          {
            "date": "2016-02-23",
            "count": 1
          },
          {
            "date": "2016-03-05",
            "count": 1
          },
          {
            "date": "2016-03-21",
            "count": 1
          },
          {
            "date": "2016-03-24",
            "count": 1
          },
          {
            "date": "2016-04-06",
            "count": 1
          },
          {
            "date": "2016-04-11",
            "count": 1
          },
          {
            "date": "2016-04-20",
            "count": 1
          },
          {
            "date": "2016-04-26",
            "count": 1
          },
          {
            "date": "2016-04-28",
            "count": 1
          },
          {
            "date": "2016-04-29",
            "count": 1
          },
          {
            "date": "2016-05-04",
            "count": 1
          },
          {
            "date": "2016-05-11",
            "count": 1
          },
          {
            "date": "2016-05-16",
            "count": 1
          },
          {
            "date": "2016-05-17",
            "count": 1
          },
          {
            "date": "2016-05-20",
            "count": 1
          },
          {
            "date": "2016-05-23",
            "count": 1
          },
          {
            "date": "2016-06-03",
            "count": 1
          },
          {
            "date": "2016-06-08",
            "count": 1
          },
          {
            "date": "2016-06-11",
            "count": 1
          },
          {
            "date": "2016-06-20",
            "count": 1
          },
          {
            "date": "2016-06-24",
            "count": 1
          },
          {
            "date": "2016-07-04",
            "count": 1
          },
          {
            "date": "2016-07-06",
            "count": 1
          },
          {
            "date": "2016-07-25",
            "count": 1
          },
          {
            "date": "2016-07-30",
            "count": 1
          },
          {
            "date": "2016-08-10",
            "count": 1
          },
          {
            "date": "2016-08-15",
            "count": 2
          },
          {
            "date": "2016-08-23",
            "count": 1
          },
          {
            "date": "2016-09-13",
            "count": 1
          },
          {
            "date": "2016-09-15",
            "count": 1
          },
          {
            "date": "2016-09-23",
            "count": 1
          },
          {
            "date": "2016-09-24",
            "count": 1
          },
          {
            "date": "2016-10-01",
            "count": 1
          },
          {
            "date": "2016-10-09",
            "count": 1
          },
          {
            "date": "2016-10-17",
            "count": 1
          },
          {
            "date": "2016-11-02",
            "count": 1
          },
          {
            "date": "2016-11-23",
            "count": 1
          },
          {
            "date": "2016-11-28",
            "count": 1
          },
          {
            "date": "2016-11-30",
            "count": 1
          },
          {
            "date": "2016-12-02",
            "count": 1
          },
          {
            "date": "2016-12-09",
            "count": 1
          },
          {
            "date": "2016-12-30",
            "count": 1
          },
          {
            "date": "2017-01-08",
            "count": 1
          },
          {
            "date": "2017-01-09",
            "count": 3
          },
          {
            "date": "2017-01-18",
            "count": 1
          },
          {
            "date": "2017-01-24",
            "count": 1
          },
          {
            "date": "2017-01-31",
            "count": 1
          },
          {
            "date": "2017-02-07",
            "count": 2
          },
          {
            "date": "2017-02-12",
            "count": 1
          },
          {
            "date": "2017-02-13",
            "count": 1
          },
          {
            "date": "2017-02-15",
            "count": 1
          },
          {
            "date": "2017-02-19",
            "count": 1
          },
          {
            "date": "2017-02-20",
            "count": 1
          },
          {
            "date": "2017-02-21",
            "count": 1
          },
          {
            "date": "2017-02-22",
            "count": 1
          },
          {
            "date": "2017-02-25",
            "count": 1
          },
          {
            "date": "2017-02-27",
            "count": 1
          },
          {
            "date": "2017-03-16",
            "count": 1
          },
          {
            "date": "2017-03-18",
            "count": 1
          },
          {
            "date": "2017-03-19",
            "count": 1
          },
          {
            "date": "2017-03-23",
            "count": 1
          },
          {
            "date": "2017-03-28",
            "count": 1
          },
          {
            "date": "2017-03-29",
            "count": 2
          },
          {
            "date": "2017-04-09",
            "count": 1
          },
          {
            "date": "2017-04-12",
            "count": 1
          },
          {
            "date": "2017-04-16",
            "count": 1
          },
          {
            "date": "2017-04-17",
            "count": 1
          },
          {
            "date": "2017-04-21",
            "count": 1
          },
          {
            "date": "2017-04-27",
            "count": 1
          },
          {
            "date": "2017-04-28",
            "count": 1
          },
          {
            "date": "2017-04-30",
            "count": 1
          },
          {
            "date": "2017-05-01",
            "count": 1
          },
          {
            "date": "2017-05-03",
            "count": 1
          },
          {
            "date": "2017-05-08",
            "count": 1
          },
          {
            "date": "2017-05-17",
            "count": 1
          },
          {
            "date": "2017-05-27",
            "count": 1
          },
          {
            "date": "2017-05-30",
            "count": 1
          },
          {
            "date": "2017-06-03",
            "count": 1
          },
          {
            "date": "2017-06-06",
            "count": 1
          },
          {
            "date": "2017-06-16",
            "count": 1
          },
          {
            "date": "2017-06-23",
            "count": 2
          },
          {
            "date": "2017-07-25",
            "count": 1
          },
          {
            "date": "2017-07-26",
            "count": 1
          },
          {
            "date": "2017-08-09",
            "count": 1
          },
          {
            "date": "2017-08-10",
            "count": 1
          },
          {
            "date": "2017-08-11",
            "count": 1
          },
          {
            "date": "2017-08-12",
            "count": 1
          },
          {
            "date": "2017-08-15",
            "count": 2
          },
          {
            "date": "2017-08-16",
            "count": 1
          },
          {
            "date": "2017-08-23",
            "count": 1
          },
          {
            "date": "2017-08-28",
            "count": 2
          },
          {
            "date": "2017-08-29",
            "count": 1
          },
          {
            "date": "2017-08-30",
            "count": 1
          },
          {
            "date": "2017-08-31",
            "count": 1
          },
          {
            "date": "2017-09-07",
            "count": 1
          },
          {
            "date": "2017-09-14",
            "count": 1
          },
          {
            "date": "2017-09-16",
            "count": 1
          },
          {
            "date": "2017-09-19",
            "count": 2
          },
          {
            "date": "2017-09-28",
            "count": 1
          },
          {
            "date": "2017-10-18",
            "count": 1
          },
          {
            "date": "2017-10-21",
            "count": 1
          },
          {
            "date": "2017-10-24",
            "count": 1
          },
          {
            "date": "2017-10-26",
            "count": 1
          },
          {
            "date": "2017-11-02",
            "count": 1
          },
          {
            "date": "2017-11-03",
            "count": 1
          },
          {
            "date": "2017-11-05",
            "count": 1
          },
          {
            "date": "2017-11-25",
            "count": 1
          },
          {
            "date": "2017-11-28",
            "count": 1
          },
          {
            "date": "2017-12-03",
            "count": 1
          },
          {
            "date": "2017-12-07",
            "count": 1
          },
          {
            "date": "2017-12-11",
            "count": 1
          },
          {
            "date": "2017-12-21",
            "count": 1
          },
          {
            "date": "2017-12-22",
            "count": 1
          },
          {
            "date": "2017-12-25",
            "count": 1
          },
          {
            "date": "2017-12-29",
            "count": 1
          },
          {
            "date": "2018-01-05",
            "count": 1
          },
          {
            "date": "2018-01-10",
            "count": 4
          },
          {
            "date": "2018-01-11",
            "count": 1
          },
          {
            "date": "2018-01-17",
            "count": 2
          },
          {
            "date": "2018-01-21",
            "count": 1
          },
          {
            "date": "2018-01-29",
            "count": 1
          },
          {
            "date": "2018-02-07",
            "count": 1
          },
          {
            "date": "2018-02-21",
            "count": 1
          },
          {
            "date": "2018-02-23",
            "count": 1
          },
          {
            "date": "2018-03-08",
            "count": 2
          },
          {
            "date": "2018-03-19",
            "count": 1
          },
          {
            "date": "2018-03-30",
            "count": 1
          },
          {
            "date": "2018-04-01",
            "count": 1
          },
          {
            "date": "2018-04-02",
            "count": 1
          },
          {
            "date": "2018-04-07",
            "count": 2
          },
          {
            "date": "2018-04-08",
            "count": 1
          },
          {
            "date": "2018-05-03",
            "count": 1
          },
          {
            "date": "2018-05-07",
            "count": 1
          },
          {
            "date": "2018-05-09",
            "count": 1
          },
          {
            "date": "2018-05-10",
            "count": 1
          },
          {
            "date": "2018-05-12",
            "count": 1
          },
          {
            "date": "2018-05-15",
            "count": 1
          },
          {
            "date": "2018-05-23",
            "count": 1
          },
          {
            "date": "2018-05-30",
            "count": 1
          },
          {
            "date": "2018-06-01",
            "count": 2
          },
          {
            "date": "2018-06-04",
            "count": 2
          },
          {
            "date": "2018-06-09",
            "count": 1
          },
          {
            "date": "2018-06-28",
            "count": 1
          },
          {
            "date": "2018-07-03",
            "count": 1
          },
          {
            "date": "2018-07-05",
            "count": 1
          },
          {
            "date": "2018-07-09",
            "count": 1
          },
          {
            "date": "2018-07-29",
            "count": 1
          },
          {
            "date": "2018-08-02",
            "count": 2
          },
          {
            "date": "2018-08-03",
            "count": 1
          },
          {
            "date": "2018-08-16",
            "count": 1
          },
          {
            "date": "2018-08-22",
            "count": 1
          },
          {
            "date": "2018-09-17",
            "count": 1
          },
          {
            "date": "2018-10-03",
            "count": 1
          },
          {
            "date": "2018-10-29",
            "count": 1
          },
          {
            "date": "2018-10-31",
            "count": 1
          },
          {
            "date": "2018-11-06",
            "count": 1
          },
          {
            "date": "2018-11-07",
            "count": 2
          },
          {
            "date": "2018-11-15",
            "count": 1
          },
          {
            "date": "2018-11-16",
            "count": 1
          },
          {
            "date": "2018-11-17",
            "count": 1
          },
          {
            "date": "2018-12-02",
            "count": 1
          },
          {
            "date": "2018-12-04",
            "count": 1
          },
          {
            "date": "2018-12-10",
            "count": 1
          },
          {
            "date": "2018-12-12",
            "count": 1
          },
          {
            "date": "2018-12-19",
            "count": 1
          },
          {
            "date": "2018-12-28",
            "count": 2
          },
          {
            "date": "2019-01-26",
            "count": 1
          },
          {
            "date": "2019-01-28",
            "count": 1
          },
          {
            "date": "2019-02-05",
            "count": 1
          },
          {
            "date": "2019-02-07",
            "count": 2
          },
          {
            "date": "2019-02-09",
            "count": 1
          },
          {
            "date": "2019-02-23",
            "count": 1
          },
          {
            "date": "2019-03-05",
            "count": 1
          },
          {
            "date": "2019-03-13",
            "count": 1
          },
          {
            "date": "2019-03-14",
            "count": 1
          },
          {
            "date": "2019-04-12",
            "count": 1
          },
          {
            "date": "2019-04-16",
            "count": 1
          },
          {
            "date": "2019-04-21",
            "count": 1
          },
          {
            "date": "2019-04-25",
            "count": 1
          },
          {
            "date": "2019-05-22",
            "count": 1
          },
          {
            "date": "2019-05-23",
            "count": 1
          },
          {
            "date": "2019-05-29",
            "count": 2
          },
          {
            "date": "2019-05-30",
            "count": 1
          },
          {
            "date": "2019-06-28",
            "count": 1
          },
          {
            "date": "2019-07-01",
            "count": 2
          },
          {
            "date": "2019-07-02",
            "count": 1
          },
          {
            "date": "2019-07-19",
            "count": 1
          },
          {
            "date": "2019-07-23",
            "count": 2
          },
          {
            "date": "2019-08-01",
            "count": 1
          },
          {
            "date": "2019-08-02",
            "count": 1
          },
          {
            "date": "2019-08-04",
            "count": 1
          },
          {
            "date": "2019-08-06",
            "count": 1
          },
          {
            "date": "2019-08-08",
            "count": 1
          },
          {
            "date": "2019-08-19",
            "count": 2
          },
          {
            "date": "2019-08-20",
            "count": 1
          },
          {
            "date": "2019-08-27",
            "count": 1
          },
          {
            "date": "2019-08-29",
            "count": 1
          },
          {
            "date": "2019-09-19",
            "count": 1
          },
          {
            "date": "2019-09-26",
            "count": 1
          },
          {
            "date": "2019-09-28",
            "count": 1
          },
          {
            "date": "2019-10-09",
            "count": 1
          },
          {
            "date": "2019-10-15",
            "count": 1
          },
          {
            "date": "2019-10-23",
            "count": 1
          },
          {
            "date": "2019-11-04",
            "count": 1
          },
          {
            "date": "2019-11-05",
            "count": 2
          },
          {
            "date": "2019-11-24",
            "count": 1
          },
          {
            "date": "2019-11-30",
            "count": 1
          },
          {
            "date": "2019-12-03",
            "count": 1
          },
          {
            "date": "2019-12-06",
            "count": 2
          },
          {
            "date": "2019-12-13",
            "count": 1
          },
          {
            "date": "2020-03-09",
            "count": 1
          },
          {
            "date": "2020-03-21",
            "count": 1
          },
          {
            "date": "2020-03-26",
            "count": 2
          },
          {
            "date": "2020-03-27",
            "count": 9
          },
          {
            "date": "2020-03-28",
            "count": 1
          },
          {
            "date": "2020-04-01",
            "count": 1
          },
          {
            "date": "2020-04-13",
            "count": 1
          },
          {
            "date": "2020-04-17",
            "count": 1
          },
          {
            "date": "2020-04-22",
            "count": 1
          },
          {
            "date": "2020-04-30",
            "count": 1
          },
          {
            "date": "2020-05-11",
            "count": 1
          },
          {
            "date": "2020-05-12",
            "count": 1
          },
          {
            "date": "2020-05-17",
            "count": 2
          },
          {
            "date": "2020-05-18",
            "count": 1
          },
          {
            "date": "2020-05-19",
            "count": 1
          },
          {
            "date": "2020-06-12",
            "count": 1
          },
          {
            "date": "2020-06-19",
            "count": 1
          },
          {
            "date": "2020-06-29",
            "count": 1
          },
          {
            "date": "2020-07-05",
            "count": 1
          },
          {
            "date": "2020-07-08",
            "count": 1
          },
          {
            "date": "2020-07-14",
            "count": 1
          },
          {
            "date": "2020-07-15",
            "count": 1
          },
          {
            "date": "2020-07-16",
            "count": 1
          },
          {
            "date": "2020-07-19",
            "count": 1
          },
          {
            "date": "2020-07-21",
            "count": 1
          },
          {
            "date": "2020-08-06",
            "count": 2
          },
          {
            "date": "2020-08-18",
            "count": 1
          },
          {
            "date": "2020-08-27",
            "count": 6
          },
          {
            "date": "2020-08-28",
            "count": 3
          },
          {
            "date": "2020-08-31",
            "count": 1
          },
          {
            "date": "2020-09-08",
            "count": 1
          },
          {
            "date": "2020-10-07",
            "count": 1
          },
          {
            "date": "2020-10-29",
            "count": 1
          },
          {
            "date": "2020-11-09",
            "count": 1
          },
          {
            "date": "2020-11-17",
            "count": 1
          },
          {
            "date": "2020-11-20",
            "count": 1
          },
          {
            "date": "2020-11-21",
            "count": 1
          },
          {
            "date": "2020-11-24",
            "count": 1
          },
          {
            "date": "2020-11-25",
            "count": 1
          },
          {
            "date": "2020-12-04",
            "count": 1
          },
          {
            "date": "2020-12-08",
            "count": 1
          },
          {
            "date": "2021-01-30",
            "count": 1
          },
          {
            "date": "2021-02-25",
            "count": 1
          },
          {
            "date": "2021-02-27",
            "count": 1
          },
          {
            "date": "2021-03-09",
            "count": 1
          },
          {
            "date": "2021-03-13",
            "count": 1
          },
          {
            "date": "2021-03-25",
            "count": 1
          },
          {
            "date": "2021-04-15",
            "count": 1
          },
          {
            "date": "2021-05-22",
            "count": 1
          },
          {
            "date": "2021-06-03",
            "count": 1
          },
          {
            "date": "2021-06-13",
            "count": 1
          },
          {
            "date": "2021-06-18",
            "count": 1
          },
          {
            "date": "2021-06-27",
            "count": 1
          },
          {
            "date": "2021-07-12",
            "count": 1
          },
          {
            "date": "2021-07-19",
            "count": 1
          },
          {
            "date": "2021-07-26",
            "count": 1
          },
          {
            "date": "2021-07-30",
            "count": 1
          },
          {
            "date": "2021-08-05",
            "count": 1
          },
          {
            "date": "2021-09-06",
            "count": 1
          },
          {
            "date": "2021-09-09",
            "count": 1
          },
          {
            "date": "2021-09-10",
            "count": 9
          },
          {
            "date": "2021-09-11",
            "count": 1
          },
          {
            "date": "2021-09-13",
            "count": 1
          },
          {
            "date": "2021-09-14",
            "count": 1
          },
          {
            "date": "2021-09-15",
            "count": 1
          },
          {
            "date": "2021-10-17",
            "count": 1
          },
          {
            "date": "2021-10-28",
            "count": 1
          },
          {
            "date": "2021-11-24",
            "count": 1
          },
          {
            "date": "2021-12-05",
            "count": 1
          },
          {
            "date": "2021-12-17",
            "count": 1
          },
          {
            "date": "2021-12-19",
            "count": 1
          },
          {
            "date": "2022-01-01",
            "count": 1
          },
          {
            "date": "2022-01-08",
            "count": 1
          },
          {
            "date": "2022-01-10",
            "count": 1
          },
          {
            "date": "2022-01-11",
            "count": 1
          },
          {
            "date": "2022-01-14",
            "count": 1
          },
          {
            "date": "2022-01-19",
            "count": 1
          },
          {
            "date": "2022-01-20",
            "count": 1
          },
          {
            "date": "2022-01-31",
            "count": 1
          },
          {
            "date": "2022-02-08",
            "count": 1
          },
          {
            "date": "2022-02-09",
            "count": 2
          },
          {
            "date": "2022-02-16",
            "count": 1
          },
          {
            "date": "2022-02-21",
            "count": 1
          },
          {
            "date": "2022-03-01",
            "count": 1
          },
          {
            "date": "2022-03-11",
            "count": 1
          },
          {
            "date": "2022-03-15",
            "count": 1
          },
          {
            "date": "2022-03-16",
            "count": 1
          },
          {
            "date": "2022-03-22",
            "count": 1
          },
          {
            "date": "2022-03-31",
            "count": 1
          },
          {
            "date": "2022-04-08",
            "count": 1
          },
          {
            "date": "2022-05-02",
            "count": 1
          },
          {
            "date": "2022-05-26",
            "count": 1
          },
          {
            "date": "2022-06-01",
            "count": 1
          },
          {
            "date": "2022-06-17",
            "count": 1
          },
          {
            "date": "2022-07-09",
            "count": 1
          },
          {
            "date": "2022-07-25",
            "count": 2
          },
          {
            "date": "2022-07-27",
            "count": 1
          },
          {
            "date": "2022-07-30",
            "count": 1
          },
          {
            "date": "2022-08-03",
            "count": 1
          },
          {
            "date": "2022-08-19",
            "count": 1
          },
          {
            "date": "2022-09-15",
            "count": 1
          },
          {
            "date": "2022-09-16",
            "count": 1
          },
          {
            "date": "2022-09-17",
            "count": 1
          },
          {
            "date": "2022-10-05",
            "count": 1
          },
          {
            "date": "2022-10-10",
            "count": 1
          },
          {
            "date": "2022-10-12",
            "count": 1
          },
          {
            "date": "2022-10-15",
            "count": 1
          },
          {
            "date": "2022-11-12",
            "count": 1
          },
          {
            "date": "2022-11-14",
            "count": 1
          },
          {
            "date": "2022-11-23",
            "count": 1
          },
          {
            "date": "2022-11-26",
            "count": 1
          },
          {
            "date": "2022-12-19",
            "count": 1
          },
          {
            "date": "2022-12-21",
            "count": 1
          },
          {
            "date": "2022-12-27",
            "count": 1
          },
          {
            "date": "2023-01-01",
            "count": 1
          },
          {
            "date": "2023-01-12",
            "count": 1
          },
          {
            "date": "2023-01-27",
            "count": 1
          },
          {
            "date": "2023-01-31",
            "count": 1
          },
          {
            "date": "2023-02-15",
            "count": 1
          },
          {
            "date": "2023-02-18",
            "count": 1
          },
          {
            "date": "2023-02-20",
            "count": 2
          },
          {
            "date": "2023-02-28",
            "count": 2
          },
          {
            "date": "2023-03-01",
            "count": 1
          },
          {
            "date": "2023-03-05",
            "count": 1
          },
          {
            "date": "2023-03-12",
            "count": 1
          },
          {
            "date": "2023-04-05",
            "count": 1
          },
          {
            "date": "2023-04-14",
            "count": 1
          },
          {
            "date": "2023-05-03",
            "count": 1
          },
          {
            "date": "2023-05-17",
            "count": 1
          },
          {
            "date": "2023-05-31",
            "count": 1
          },
          {
            "date": "2023-06-02",
            "count": 1
          },
          {
            "date": "2023-06-20",
            "count": 1
          },
          {
            "date": "2023-07-08",
            "count": 1
          },
          {
            "date": "2023-07-09",
            "count": 1
          },
          {
            "date": "2023-07-12",
            "count": 1
          },
          {
            "date": "2023-07-15",
            "count": 1
          },
          {
            "date": "2023-07-17",
            "count": 1
          },
          {
            "date": "2023-07-19",
            "count": 1
          },
          {
            "date": "2023-07-26",
            "count": 1
          },
          {
            "date": "2023-08-17",
            "count": 1
          },
          {
            "date": "2023-08-24",
            "count": 1
          },
          {
            "date": "2023-09-26",
            "count": 1
          },
          {
            "date": "2023-10-05",
            "count": 1
          },
          {
            "date": "2023-10-08",
            "count": 1
          },
          {
            "date": "2023-10-12",
            "count": 1
          },
          {
            "date": "2023-10-13",
            "count": 1
          },
          {
            "date": "2023-10-24",
            "count": 1
          },
          {
            "date": "2023-11-02",
            "count": 1
          },
          {
            "date": "2023-11-27",
            "count": 1
          },
          {
            "date": "2023-12-07",
            "count": 1
          },
          {
            "date": "2023-12-10",
            "count": 2
          },
          {
            "date": "2023-12-11",
            "count": 1
          },
          {
            "date": "2024-01-07",
            "count": 1
          },
          {
            "date": "2024-01-10",
            "count": 1
          },
          {
            "date": "2024-01-12",
            "count": 1
          },
          {
            "date": "2024-01-18",
            "count": 1
          },
          {
            "date": "2024-02-16",
            "count": 1
          },
          {
            "date": "2024-03-25",
            "count": 1
          },
          {
            "date": "2024-03-27",
            "count": 1
          },
          {
            "date": "2024-03-30",
            "count": 1
          },
          {
            "date": "2024-04-06",
            "count": 1
          },
          {
            "date": "2024-04-09",
            "count": 1
          },
          {
            "date": "2024-04-27",
            "count": 1
          },
          {
            "date": "2024-05-10",
            "count": 1
          },
          {
            "date": "2024-05-20",
            "count": 1
          },
          {
            "date": "2024-06-03",
            "count": 1
          },
          {
            "date": "2024-06-09",
            "count": 1
          },
          {
            "date": "2024-06-12",
            "count": 1
          },
          {
            "date": "2024-07-03",
            "count": 1
          },
          {
            "date": "2024-07-12",
            "count": 1
          },
          {
            "date": "2024-07-17",
            "count": 1
          },
          {
            "date": "2024-07-26",
            "count": 1
          },
          {
            "date": "2024-07-30",
            "count": 1
          },
          {
            "date": "2024-08-23",
            "count": 1
          },
          {
            "date": "2024-09-11",
            "count": 1
          },
          {
            "date": "2024-09-13",
            "count": 1
          },
          {
            "date": "2024-10-15",
            "count": 1
          },
          {
            "date": "2024-10-21",
            "count": 1
          },
          {
            "date": "2024-10-25",
            "count": 1
          },
          {
            "date": "2024-10-31",
            "count": 1
          },
          {
            "date": "2024-11-12",
            "count": 1
          },
          {
            "date": "2024-12-17",
            "count": 1
          },
          {
            "date": "2025-01-22",
            "count": 1
          },
          {
            "date": "2025-02-22",
            "count": 1
          },
          {
            "date": "2025-02-26",
            "count": 1
          },
          {
            "date": "2025-03-03",
            "count": 1
          },
          {
            "date": "2025-03-14",
            "count": 1
          },
          {
            "date": "2025-03-23",
            "count": 1
          },
          {
            "date": "2025-04-09",
            "count": 1
          },
          {
            "date": "2025-04-30",
            "count": 2
          },
          {
            "date": "2025-06-19",
            "count": 1
          },
          {
            "date": "2025-08-11",
            "count": 1
          },
          {
            "date": "2025-08-12",
            "count": 1
          },
          {
            "date": "2025-08-20",
            "count": 1
          },
          {
            "date": "2025-08-21",
            "count": 1
          },
          {
            "date": "2025-09-17",
            "count": 1
          },
          {
            "date": "2025-09-21",
            "count": 1
          },
          {
            "date": "2025-11-03",
            "count": 1
          },
          {
            "date": "2025-11-04",
            "count": 1
          },
          {
            "date": "2025-12-08",
            "count": 1
          },
          {
            "date": "2026-02-10",
            "count": 1
          },
          {
            "date": "2026-03-15",
            "count": 1
          },
          {
            "date": "2026-05-23",
            "count": 2
          },
          {
            "date": "2026-05-24",
            "count": 2
          },
          {
            "date": "2026-05-25",
            "count": 7
          },
          {
            "date": "2026-05-26",
            "count": 1
          },
          {
            "date": "2026-05-30",
            "count": 1
          },
          {
            "date": "2026-06-10",
            "count": 1
          }
        ],
        "complete": true,
        "collected": 836,
        "total_stars": 839
      },
      "open_issues_and_prs": 10
    },
    "ai_readiness": {
      "has_nix": false,
      "example_dirs": [],
      "has_llms_txt": false,
      "has_dockerfile": false,
      "has_mcp_signal": false,
      "bootstrap_files": [],
      "api_schema_files": [],
      "has_devcontainer": false,
      "typecheck_configs": [],
      "toolchain_manifests": [],
      "largest_source_bytes": 7283,
      "source_files_sampled": 23,
      "oversized_source_files": 0,
      "agent_instruction_files": [],
      "agent_instruction_max_bytes": null
    },
    "dependencies": {
      "manifests": [
        "Gemfile"
      ],
      "advisories": {
        "error": null,
        "scope": "repository_graph",
        "source": "osv",
        "findings": [],
        "collected": true,
        "malicious": [],
        "truncated": false,
        "by_severity": {},
        "advisory_count": 0,
        "affected_count": 0,
        "assessed_count": 1,
        "malicious_count": 0,
        "assessed_package": null,
        "unassessed_count": 9,
        "direct_affected_count": 0
      },
      "ecosystems": [
        "rubygems"
      ],
      "dependencies": [
        {
          "name": "ostruct",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "rake",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "guard",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        },
        {
          "name": "guard-rspec",
          "manifest": "Gemfile",
          "ecosystem": "rubygems",
          "version_constraint": null
        }
      ],
      "all_dependencies": {
        "error": null,
        "source": "github-sbom",
        "packages": [
          {
            "name": "guard",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "guard-rspec",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "ostruct",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rake",
            "direct": true,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "base64",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "bundler",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "coveralls",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "mutant-rspec",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rspec",
            "direct": false,
            "version": null,
            "ecosystem": "rubygems"
          },
          {
            "name": "rubocop",
            "direct": false,
            "version": "1.7.0",
            "ecosystem": "rubygems"
          }
        ],
        "collected": true,
        "truncated": false,
        "total_count": 10,
        "direct_count": 4,
        "indirect_count": 6
      }
    },
    "maintainership": {
      "issues": {
        "open_prs": 3,
        "merged_prs": 76,
        "open_issues": 7,
        "closed_ratio": 0.86,
        "closed_issues": 43,
        "closed_unmerged_prs": 12
      },
      "bus_factor": 1,
      "bot_contributors": 1,
      "top_contributors": [
        {
          "type": "User",
          "login": "ku1ik",
          "commits": 155,
          "avatar_url": "https://avatars.githubusercontent.com/u/17589?v=4"
        },
        {
          "type": "User",
          "login": "olleolleolle",
          "commits": 60,
          "avatar_url": "https://avatars.githubusercontent.com/u/211?v=4"
        },
        {
          "type": "User",
          "login": "lkdjiin",
          "commits": 15,
          "avatar_url": "https://avatars.githubusercontent.com/u/498017?v=4"
        },
        {
          "type": "User",
          "login": "ybiquitous",
          "commits": 6,
          "avatar_url": "https://avatars.githubusercontent.com/u/473530?v=4"
        },
        {
          "type": "User",
          "login": "txag1995",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/382176?v=4"
        },
        {
          "type": "User",
          "login": "chiting",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/1533006?v=4"
        },
        {
          "type": "User",
          "login": "deivid-rodriguez",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/2887858?v=4"
        },
        {
          "type": "User",
          "login": "sferik",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/10308?v=4"
        },
        {
          "type": "User",
          "login": "fcoury",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/1371?v=4"
        },
        {
          "type": "User",
          "login": "ypresto",
          "commits": 3,
          "avatar_url": "https://avatars.githubusercontent.com/u/400558?v=4"
        }
      ],
      "contributors_sampled": 40,
      "top_contributor_share": 0.533
    },
    "quality_signals": {
      "has_ci": true,
      "has_tests": true,
      "ci_workflows": [
        "ci.yml"
      ],
      "has_docs_dir": false,
      "linter_configs": [
        ".rubocop.yml"
      ],
      "has_editorconfig": false,
      "has_linter_config": true,
      "has_precommit_config": false
    },
    "security_signals": {
      "lockfiles": [],
      "scorecard": {
        "checks": [
          {
            "name": "Binary-Artifacts",
            "score": 10,
            "reason": "no binaries found in the repo",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
          },
          {
            "name": "Branch-Protection",
            "score": 0,
            "reason": "branch protection not enabled on development/release branches",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
          },
          {
            "name": "CI-Tests",
            "score": 3,
            "reason": "6 out of 16 merged PRs checked by a CI test -- score normalized to 3",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
          },
          {
            "name": "CII-Best-Practices",
            "score": 0,
            "reason": "no effort to earn an OpenSSF best practices badge detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
          },
          {
            "name": "Code-Review",
            "score": 3,
            "reason": "Found 7/21 approved changesets -- score normalized to 3",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
          },
          {
            "name": "Contributors",
            "score": 10,
            "reason": "project has 12 contributing companies or organizations",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
          },
          {
            "name": "Dangerous-Workflow",
            "score": 10,
            "reason": "no dangerous workflow patterns detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
          },
          {
            "name": "Dependency-Update-Tool",
            "score": 10,
            "reason": "update tool detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
          },
          {
            "name": "Fuzzing",
            "score": 0,
            "reason": "project is not fuzzed",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
          },
          {
            "name": "License",
            "score": 10,
            "reason": "license file detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
          },
          {
            "name": "Maintained",
            "score": 0,
            "reason": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
          },
          {
            "name": "Packaging",
            "score": null,
            "reason": "packaging workflow not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
          },
          {
            "name": "Pinned-Dependencies",
            "score": 0,
            "reason": "dependency not pinned by hash detected -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
          },
          {
            "name": "SAST",
            "score": 0,
            "reason": "SAST tool is not run on all commits -- score normalized to 0",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
          },
          {
            "name": "Security-Policy",
            "score": 0,
            "reason": "security policy file not detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
          },
          {
            "name": "Signed-Releases",
            "score": null,
            "reason": "no releases found",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
          },
          {
            "name": "Token-Permissions",
            "score": 0,
            "reason": "detected GitHub workflow tokens with excessive permissions",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
          },
          {
            "name": "Vulnerabilities",
            "score": 10,
            "reason": "0 existing vulnerabilities detected",
            "documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
          }
        ],
        "commit": "bac9c483f2d1fb169597898b05c83e7f39251a27",
        "ran_at": "2026-07-21T23:44:08Z",
        "aggregate_score": 4.4,
        "scorecard_version": "v5.5.0"
      },
      "has_codeql_workflow": false,
      "has_security_policy": false,
      "has_dependabot_config": true
    },
    "contribution_flow": {
      "collected": true,
      "ci_last_run_at": "2026-07-20T22:03:04Z",
      "oldest_open_prs": [
        {
          "number": 125,
          "created_at": "2023-05-13T00:51:42Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 132,
          "created_at": "2024-10-15T18:26:33Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 134,
          "created_at": "2024-10-15T19:09:10Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ],
      "last_merged_pr_at": "2026-06-23T06:53:07Z",
      "ci_last_conclusion": "SUCCESS",
      "oldest_open_issues": [
        {
          "number": 104,
          "created_at": "2020-08-27T16:11:32Z",
          "last_comment_at": "2022-01-11T10:41:47Z",
          "last_comment_author": "olleolleolle"
        },
        {
          "number": 108,
          "created_at": "2021-07-06T03:56:25Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 112,
          "created_at": "2022-01-11T08:36:59Z",
          "last_comment_at": "2022-11-02T19:42:08Z",
          "last_comment_author": "fbuys"
        },
        {
          "number": 120,
          "created_at": "2022-11-02T19:51:14Z",
          "last_comment_at": "2022-11-07T18:42:30Z",
          "last_comment_author": "fbuys"
        },
        {
          "number": 122,
          "created_at": "2023-01-19T11:57:26Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 133,
          "created_at": "2024-10-15T18:29:56Z",
          "last_comment_at": null,
          "last_comment_author": null
        },
        {
          "number": 140,
          "created_at": "2025-11-24T14:41:05Z",
          "last_comment_at": null,
          "last_comment_author": null
        }
      ]
    }
  },
  "config": {
    "disabled_metrics": [],
    "disabled_categories": [],
    "disabled_components": {}
  },
  "source": {
    "url": "https://github.com/ku1ik/rainbow",
    "host": "github.com",
    "name": "rainbow",
    "owner": "ku1ik"
  },
  "metrics": {
    "overall": {
      "key": "overall",
      "band": "moderate",
      "name": "Overall health",
      "note": null,
      "notes": [],
      "value": 56,
      "inputs": {
        "security": 55,
        "vitality": 37,
        "community": 60,
        "governance": 62,
        "engineering": 66
      },
      "components": []
    },
    "categories": [
      {
        "key": "vitality",
        "band": "at_risk",
        "name": "Vitality",
        "value": 37,
        "weight": 0.22,
        "metrics": [
          {
            "key": "development_activity",
            "band": "at_risk",
            "name": "Development activity",
            "note": null,
            "notes": [],
            "value": 40,
            "inputs": {
              "commits_last_year": 7,
              "human_commit_share": 0.97,
              "days_since_last_push": 28,
              "active_weeks_last_year": 4
            },
            "components": [
              {
                "key": "push_recency",
                "name": "Push recency",
                "detail": "last push 28 days ago",
                "points": 28.8,
                "status": "partial",
                "details": [
                  {
                    "code": "push_recency",
                    "params": {
                      "days": 28
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_cadence",
                "name": "Commit cadence",
                "detail": "4/52 weeks with commits",
                "points": 2.8,
                "status": "partial",
                "details": [
                  {
                    "code": "commit_cadence_weeks",
                    "params": {
                      "weeks": 4
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "commit_volume",
                "name": "Commit volume",
                "detail": "7 commits in the last year",
                "points": 8.1,
                "status": "partial",
                "details": [
                  {
                    "code": "commits_last_year",
                    "params": {
                      "count": 7
                    }
                  }
                ],
                "max_points": 18
              },
              {
                "key": "openssf_scorecard_maintained",
                "name": "OpenSSF Scorecard: Maintained",
                "detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "release_discipline",
            "band": "at_risk",
            "name": "Release discipline",
            "note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "openssf_scorecard_signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 32,
            "inputs": {
              "releases_count": 20,
              "latest_release_tag": "v3.1.1",
              "releases_from_tags": true,
              "days_since_latest_release": 1652,
              "mean_days_between_releases": 326.2
            },
            "components": [
              {
                "key": "ships_releases",
                "name": "Ships releases",
                "detail": "20 version tags (no GitHub releases)",
                "points": 16.2,
                "status": "partial",
                "details": [
                  {
                    "code": "version_tags_no_releases",
                    "params": {
                      "count": 20
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "release_recency",
                "name": "Release recency",
                "detail": "latest release 1652 days ago",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "release_recency",
                    "params": {
                      "days": 1652
                    }
                  }
                ],
                "max_points": 36
              },
              {
                "key": "release_cadence",
                "name": "Release cadence",
                "detail": "a release every ~326.2 days",
                "points": 12.6,
                "status": "partial",
                "details": [
                  {
                    "code": "release_cadence",
                    "params": {
                      "gap": 326.2
                    }
                  }
                ],
                "max_points": 27
              },
              {
                "key": "openssf_scorecard_signed_releases",
                "name": "OpenSSF Scorecard: Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 10
              }
            ]
          },
          {
            "key": "abandonment",
            "band": "excellent",
            "name": "Abandonment",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "cap": null,
              "state": "maintained",
              "guards": [],
              "signals": [],
              "red_flag": false,
              "multiplier_pct": 100,
              "declared_reason": null,
              "unverified_reason": null,
              "unanswered_open_prs": null,
              "unanswered_open_issues": null,
              "days_since_last_merged_pr": null,
              "days_since_last_human_commit": 28,
              "days_since_last_human_commit_is_floor": false
            },
            "components": [
              {
                "key": "project_is_still_maintained",
                "name": "Project is still maintained",
                "detail": "last human commit 28 days ago",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "abandonment_maintained",
                    "params": {
                      "days": 28
                    }
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Is the project alive — is code being written and are releases shipping?"
      },
      {
        "key": "community",
        "band": "moderate",
        "name": "Community & Adoption",
        "value": 60,
        "weight": 0.18,
        "metrics": [
          {
            "key": "popularity",
            "band": "moderate",
            "name": "Popularity & adoption",
            "note": null,
            "notes": [],
            "value": 68,
            "inputs": {
              "forks": 70,
              "stars": 839,
              "watchers": 9,
              "growth_state": "organic",
              "growth_factor_pct": 100
            },
            "components": [
              {
                "key": "stars",
                "name": "Stars",
                "detail": "839 stars",
                "points": 47.4,
                "status": "partial",
                "details": [
                  {
                    "code": "stars",
                    "params": {
                      "count": 839
                    }
                  }
                ],
                "max_points": 60
              },
              {
                "key": "forks",
                "name": "Forks",
                "detail": "70 forks",
                "points": 15.3,
                "status": "partial",
                "details": [
                  {
                    "code": "forks",
                    "params": {
                      "count": 70
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "watchers",
                "name": "Watchers",
                "detail": "9 watchers",
                "points": 5,
                "status": "partial",
                "details": [
                  {
                    "code": "watchers",
                    "params": {
                      "count": 9
                    }
                  }
                ],
                "max_points": 15
              }
            ]
          },
          {
            "key": "community_health",
            "band": "moderate",
            "name": "Community health",
            "note": null,
            "notes": [],
            "value": 50,
            "inputs": {
              "has_readme": true,
              "has_license": true,
              "has_contributing": false,
              "has_issue_template": false,
              "has_code_of_conduct": false,
              "has_pull_request_template": false
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 22.5,
                "status": "met",
                "details": [],
                "max_points": 22.5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "recognized license (MIT)",
                "points": 22.5,
                "status": "met",
                "details": [
                  {
                    "code": "license_standard",
                    "params": {}
                  },
                  {
                    "code": "license_spdx",
                    "params": {
                      "spdx": "MIT"
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributing_guide",
                "name": "CONTRIBUTING guide",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "code_of_conduct",
                "name": "Code of conduct",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 13.5
              },
              {
                "key": "issue_template",
                "name": "Issue template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.2
              },
              {
                "key": "pr_template",
                "name": "PR template",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.3
              }
            ]
          }
        ],
        "description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
      },
      {
        "key": "governance",
        "band": "moderate",
        "name": "Sustainability & Governance",
        "value": 62,
        "weight": 0.24,
        "metrics": [
          {
            "key": "maintainer_resilience",
            "band": "at_risk",
            "name": "Maintainer resilience (bus factor)",
            "note": null,
            "notes": [],
            "value": 43,
            "inputs": {
              "bus_factor": 1,
              "contributors_sampled": 40,
              "top_contributor_share": 0.533
            },
            "components": [
              {
                "key": "bus_factor",
                "name": "Bus factor",
                "detail": "1 contributor(s) cover half of all commits",
                "points": 9,
                "status": "partial",
                "details": [
                  {
                    "code": "bus_factor",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 54
              },
              {
                "key": "commit_distribution",
                "name": "Commit distribution",
                "detail": "top contributor authored 53% of commits",
                "points": 10.5,
                "status": "partial",
                "details": [
                  {
                    "code": "top_contributor_share",
                    "params": {
                      "share": 53
                    }
                  }
                ],
                "max_points": 22.5
              },
              {
                "key": "contributor_breadth",
                "name": "Contributor breadth",
                "detail": "40 contributors",
                "points": 13.5,
                "status": "met",
                "details": [
                  {
                    "code": "contributors_sampled",
                    "params": {
                      "count": 40
                    }
                  }
                ],
                "max_points": 13.5
              },
              {
                "key": "openssf_scorecard_contributors",
                "name": "OpenSSF Scorecard: Contributors",
                "detail": "project has 12 contributing companies or organizations",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "responsiveness",
            "band": "good",
            "name": "Issue & PR responsiveness",
            "note": null,
            "notes": [],
            "value": 78,
            "inputs": {
              "merged_prs": 76,
              "open_issues": 7,
              "closed_issues": 43,
              "issue_closed_ratio": 0.86,
              "closed_unmerged_prs": 12
            },
            "components": [
              {
                "key": "issue_resolution",
                "name": "Issue resolution",
                "detail": "86% of issues closed",
                "points": 40.2,
                "status": "partial",
                "details": [
                  {
                    "code": "issues_closed_share",
                    "params": {
                      "share": 86
                    }
                  }
                ],
                "max_points": 46.75
              },
              {
                "key": "pr_acceptance",
                "name": "PR acceptance",
                "detail": "76/88 decided PRs merged",
                "points": 33,
                "status": "partial",
                "details": [
                  {
                    "code": "decided_prs_merged",
                    "params": {
                      "merged": 76,
                      "decided": 88
                    }
                  }
                ],
                "max_points": 38.25
              },
              {
                "key": "openssf_scorecard_code_review",
                "name": "OpenSSF Scorecard: Code-Review",
                "detail": "Found 7/21 approved changesets -- score normalized to 3",
                "points": 4.5,
                "status": "partial",
                "details": [],
                "max_points": 15
              }
            ]
          },
          {
            "key": "stewardship",
            "band": "good",
            "name": "Ownership & stewardship",
            "note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "verified_domain"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 70,
            "inputs": {
              "followers": 832,
              "owner_type": "User",
              "is_verified": null,
              "owner_login": "ku1ik",
              "public_repos": 119,
              "account_age_days": 6575
            },
            "components": [
              {
                "key": "ownership_backing",
                "name": "Ownership backing",
                "detail": "personal (user) account",
                "points": 10,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_personal",
                    "params": {}
                  }
                ],
                "max_points": 30
              },
              {
                "key": "verified_domain",
                "name": "Verified domain",
                "detail": "not applicable to user accounts",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "not_applicable_to_user_accounts",
                    "params": {}
                  }
                ],
                "max_points": 20
              },
              {
                "key": "owner_reach",
                "name": "Owner reach",
                "detail": "832 followers of ku1ik",
                "points": 21,
                "status": "partial",
                "details": [
                  {
                    "code": "owner_followers",
                    "params": {
                      "count": 832,
                      "login": "ku1ik"
                    }
                  }
                ],
                "max_points": 25
              },
              {
                "key": "track_record",
                "name": "Track record",
                "detail": "119 public repos, account ~18 yr old",
                "points": 25,
                "status": "met",
                "details": [
                  {
                    "code": "public_repos",
                    "params": {
                      "count": 119
                    }
                  },
                  {
                    "code": "account_age_years",
                    "params": {
                      "years": 18
                    }
                  }
                ],
                "max_points": 25
              }
            ]
          }
        ],
        "description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
      },
      {
        "key": "engineering",
        "band": "moderate",
        "name": "Engineering Quality",
        "value": 66,
        "weight": 0.2,
        "metrics": [
          {
            "key": "engineering_practices",
            "band": "good",
            "name": "Engineering practices",
            "note": null,
            "notes": [],
            "value": 70,
            "inputs": {
              "has_ci": true,
              "has_tests": true,
              "has_editorconfig": false,
              "has_linter_config": true,
              "has_precommit_config": false
            },
            "components": [
              {
                "key": "ci_workflows",
                "name": "CI workflows",
                "detail": "1 workflow(s)",
                "points": 24,
                "status": "met",
                "details": [
                  {
                    "code": "ci_workflows",
                    "params": {
                      "count": 1
                    }
                  }
                ],
                "max_points": 24
              },
              {
                "key": "tests_present",
                "name": "Tests present",
                "detail": null,
                "points": 24,
                "status": "met",
                "details": [],
                "max_points": 24
              },
              {
                "key": "linter_config",
                "name": "Linter config",
                "detail": ".rubocop.yml",
                "points": 16,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".rubocop.yml"
                    }
                  }
                ],
                "max_points": 16
              },
              {
                "key": "pre_commit_hooks",
                "name": "Pre-commit hooks",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 9.6
              },
              {
                "key": "editorconfig",
                "name": ".editorconfig",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 6.4
              },
              {
                "key": "openssf_scorecard_ci_tests",
                "name": "OpenSSF Scorecard: CI-Tests",
                "detail": "6 out of 16 merged PRs checked by a CI test -- score normalized to 3",
                "points": 6,
                "status": "partial",
                "details": [],
                "max_points": 20
              }
            ]
          },
          {
            "key": "documentation",
            "band": "moderate",
            "name": "Documentation",
            "note": null,
            "notes": [],
            "value": 60,
            "inputs": {
              "topics": [
                "ruby",
                "colorization",
                "gem"
              ],
              "has_wiki": true,
              "homepage": null,
              "has_readme": true,
              "has_docs_dir": false,
              "has_description": true
            },
            "components": [
              {
                "key": "readme",
                "name": "README",
                "detail": null,
                "points": 30,
                "status": "met",
                "details": [],
                "max_points": 30
              },
              {
                "key": "documentation_directory",
                "name": "Documentation directory",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 25
              },
              {
                "key": "documentation_homepage_site",
                "name": "Documentation / homepage site",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "repository_description",
                "name": "Repository description",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "topics",
                "name": "Topics",
                "detail": "3 topics",
                "points": 10,
                "status": "met",
                "details": [
                  {
                    "code": "topics_count",
                    "params": {
                      "count": 3
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "wiki",
                "name": "Wiki",
                "detail": null,
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              }
            ]
          }
        ],
        "description": "Are baseline engineering and documentation practices in place?"
      },
      {
        "key": "security",
        "band": "moderate",
        "name": "Security",
        "value": 55,
        "weight": 0.16,
        "metrics": [
          {
            "key": "security_posture",
            "band": "at_risk",
            "name": "Security posture",
            "note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "packaging",
                    "signed_releases"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              }
            ],
            "value": 44,
            "inputs": {
              "source": "openssf_scorecard",
              "checks_evaluated": 16,
              "scorecard_version": "v5.5.0",
              "checks_inconclusive": 2,
              "scorecard_aggregate": 4.4
            },
            "components": [
              {
                "key": "binary_artifacts",
                "name": "Binary-Artifacts",
                "detail": "no binaries found in the repo",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "branch_protection",
                "name": "Branch-Protection",
                "detail": "branch protection not enabled on development/release branches",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "ci_tests",
                "name": "CI-Tests",
                "detail": "6 out of 16 merged PRs checked by a CI test -- score normalized to 3",
                "points": 0.8,
                "status": "partial",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "cii_best_practices",
                "name": "CII-Best-Practices",
                "detail": "no effort to earn an OpenSSF best practices badge detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "code_review",
                "name": "Code-Review",
                "detail": "Found 7/21 approved changesets -- score normalized to 3",
                "points": 2.2,
                "status": "partial",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "contributors",
                "name": "Contributors",
                "detail": "project has 12 contributing companies or organizations",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "dangerous_workflow",
                "name": "Dangerous-Workflow",
                "detail": "no dangerous workflow patterns detected",
                "points": 10,
                "status": "met",
                "details": [],
                "max_points": 10
              },
              {
                "key": "dependency_update_tool",
                "name": "Dependency-Update-Tool",
                "detail": "update tool detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "fuzzing",
                "name": "Fuzzing",
                "detail": "project is not fuzzed",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "license",
                "name": "License",
                "detail": "license file detected",
                "points": 2.5,
                "status": "met",
                "details": [],
                "max_points": 2.5
              },
              {
                "key": "maintained",
                "name": "Maintained",
                "detail": "1 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "packaging",
                "name": "Packaging",
                "detail": "packaging workflow not detected",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 5
              },
              {
                "key": "pinned_dependencies",
                "name": "Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "sast",
                "name": "SAST",
                "detail": "SAST tool is not run on all commits -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "security_policy",
                "name": "Security-Policy",
                "detail": "security policy file not detected",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 5
              },
              {
                "key": "signed_releases",
                "name": "Signed-Releases",
                "detail": "no releases found",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "no_data",
                    "params": {}
                  }
                ],
                "max_points": 7.5
              },
              {
                "key": "token_permissions",
                "name": "Token-Permissions",
                "detail": "detected GitHub workflow tokens with excessive permissions",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 7.5
              },
              {
                "key": "vulnerabilities",
                "name": "Vulnerabilities",
                "detail": "0 existing vulnerabilities detected",
                "points": 7.5,
                "status": "met",
                "details": [],
                "max_points": 7.5
              }
            ]
          },
          {
            "key": "dependency_advisories",
            "band": "excellent",
            "name": "Dependency advisories",
            "note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 9 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
            "notes": [
              {
                "code": "excluded_no_data",
                "params": {
                  "components": [
                    "indirect_dependencies_free_of_known_advisories",
                    "no_advisories_left_outstanding"
                  ]
                }
              },
              {
                "code": "weights_renormalized",
                "params": {}
              },
              {
                "code": "advisories_scope_repository",
                "params": {
                  "assessed": 1
                }
              },
              {
                "code": "advisories_unassessed",
                "params": {
                  "count": 9
                }
              },
              {
                "code": "advisories_repo_graph_caveat",
                "params": {}
              },
              {
                "code": "advisories_reachability",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "source": "osv",
              "advisories": 0,
              "affected_packages": 0,
              "assessed_packages": 1,
              "unassessed_packages": 9,
              "affected_by_severity": "none",
              "direct_affected_packages": 0
            },
            "components": [
              {
                "key": "direct_dependencies_free_of_known_advisories",
                "name": "Direct dependencies free of known advisories",
                "detail": "no direct dependency carries a known advisory",
                "points": 35,
                "status": "met",
                "details": [
                  {
                    "code": "no_direct_advisories",
                    "params": {}
                  }
                ],
                "max_points": 35
              },
              {
                "key": "indirect_dependencies_free_of_known_advisories",
                "name": "Indirect dependencies free of known advisories",
                "detail": "transitive set not separable from development and test dependencies in this scope",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_scope_not_separable",
                    "params": {}
                  }
                ],
                "max_points": 25
              },
              {
                "key": "no_advisories_left_outstanding",
                "name": "No advisories left outstanding",
                "detail": "no advisory carries a publication date",
                "points": 0,
                "status": "excluded",
                "details": [
                  {
                    "code": "advisories_no_publication_date",
                    "params": {}
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "malicious_dependencies",
            "band": "excellent",
            "name": "Malicious dependencies",
            "note": null,
            "notes": [],
            "value": 100,
            "inputs": {
              "source": "osv",
              "meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
              "packages": [],
              "red_flag": false,
              "assessed_packages": 1,
              "malicious_packages": 0,
              "direct_malicious_packages": 0,
              "withdrawn_malicious_packages": 0,
              "installable_malicious_packages": 0
            },
            "components": [
              {
                "key": "no_dependency_reported_as_a_malicious_package",
                "name": "No dependency reported as a malicious package",
                "detail": "no dependency is reported as a malicious package",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "no_malicious_dependencies",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          },
          {
            "key": "high_risk_jurisdiction_exposure",
            "band": "excellent",
            "name": "High-Risk Jurisdiction Exposure",
            "note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
            "notes": [
              {
                "code": "jurisdiction_evidence_limits",
                "params": {}
              }
            ],
            "value": 100,
            "inputs": {
              "meaning": "self-published location evidence; not nationality or citizenship",
              "red_flag": false,
              "exposures": [],
              "policy_countries": [
                "Russia",
                "Iran",
                "North Korea"
              ],
              "review_only_matches": 0,
              "assessed_self_published_locations": 21
            },
            "components": [
              {
                "key": "policy_exposure_multiplier",
                "name": "Policy exposure multiplier",
                "detail": "no confirmed policy-scope location match",
                "points": 100,
                "status": "met",
                "details": [
                  {
                    "code": "jurisdiction_no_match",
                    "params": {}
                  }
                ],
                "max_points": 100
              }
            ]
          }
        ],
        "description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
      },
      {
        "key": "ai_readiness",
        "band": "at_risk",
        "name": "AI Readiness",
        "value": 37,
        "weight": 0,
        "metrics": [
          {
            "key": "ai_agent_context",
            "band": "critical",
            "name": "Agent context & guidance",
            "note": null,
            "notes": [],
            "value": 24,
            "inputs": {
              "has_llms_txt": false,
              "legible_history_share": 0.443,
              "agent_instruction_files": [],
              "agent_instruction_max_bytes": null
            },
            "components": [
              {
                "key": "agent_instructions",
                "name": "Agent instructions",
                "detail": "no CLAUDE.md / AGENTS.md / editor rules",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_instructions",
                    "params": {}
                  }
                ],
                "max_points": 45
              },
              {
                "key": "machine_readable_docs_llms_txt",
                "name": "Machine-readable docs (llms.txt)",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 15
              },
              {
                "key": "legible_commit_history",
                "name": "Legible commit history",
                "detail": "43 of 97 human commits state their intent (structured subject or explanatory body)",
                "points": 23.6,
                "status": "partial",
                "details": [
                  {
                    "code": "legible_history",
                    "params": {
                      "legible": 43,
                      "sampled": 97
                    }
                  }
                ],
                "max_points": 40
              }
            ]
          },
          {
            "key": "ai_verify_loop",
            "band": "at_risk",
            "name": "Verify loop (build / test / typecheck)",
            "note": null,
            "notes": [],
            "value": 41,
            "inputs": {
              "has_nix": false,
              "has_tests": true,
              "lockfiles": [],
              "has_dockerfile": false,
              "typed_language": false,
              "bootstrap_files": [],
              "has_devcontainer": false,
              "has_linter_config": true,
              "typecheck_configs": [],
              "agent_commit_share": 0,
              "toolchain_manifests": [],
              "dependency_bot_commit_share": 0.03
            },
            "components": [
              {
                "key": "one_command_bootstrap",
                "name": "One-command bootstrap",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 18
              },
              {
                "key": "automated_tests",
                "name": "Automated tests",
                "detail": null,
                "points": 22,
                "status": "met",
                "details": [],
                "max_points": 22
              },
              {
                "key": "lint_format_config",
                "name": "Lint / format config",
                "detail": ".rubocop.yml",
                "points": 11,
                "status": "met",
                "details": [
                  {
                    "code": "file_list",
                    "params": {
                      "files": ".rubocop.yml"
                    }
                  }
                ],
                "max_points": 11
              },
              {
                "key": "static_type_checking",
                "name": "Static type checking",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 11
              },
              {
                "key": "reproducible_environment",
                "name": "Reproducible environment",
                "detail": null,
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              },
              {
                "key": "demonstrated_agent_practice",
                "name": "Demonstrated agent practice",
                "detail": "no agent-authored commits among the last 100",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_agent_authored_commits",
                    "params": {
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 10
              },
              {
                "key": "automated_maintenance",
                "name": "Automated maintenance",
                "detail": "3 of the last 100 commits are automated dependency updates",
                "points": 8,
                "status": "met",
                "details": [
                  {
                    "code": "dependency_bot_commits",
                    "params": {
                      "count": 3,
                      "sampled": 100
                    }
                  }
                ],
                "max_points": 8
              },
              {
                "key": "openssf_scorecard_pinned_dependencies",
                "name": "OpenSSF Scorecard: Pinned-Dependencies",
                "detail": "dependency not pinned by hash detected -- score normalized to 0",
                "points": 0,
                "status": "missed",
                "details": [],
                "max_points": 10
              }
            ]
          },
          {
            "key": "ai_code_legibility",
            "band": "moderate",
            "name": "Code legibility for models",
            "note": null,
            "notes": [],
            "value": 55,
            "inputs": {
              "primary_language": "Ruby",
              "largest_source_bytes": 7283,
              "source_files_sampled": 23,
              "oversized_source_files": 0
            },
            "components": [
              {
                "key": "type_checkable_code",
                "name": "Type-checkable code",
                "detail": "Ruby without a type-check config",
                "points": 0,
                "status": "missed",
                "details": [
                  {
                    "code": "no_typecheck_config_language",
                    "params": {
                      "language": "Ruby"
                    }
                  }
                ],
                "max_points": 45
              },
              {
                "key": "manageable_file_sizes",
                "name": "Manageable file sizes",
                "detail": "0/23 source files over 60KB",
                "points": 55,
                "status": "met",
                "details": [
                  {
                    "code": "oversized_source_files",
                    "params": {
                      "kb": 60,
                      "sampled": 23,
                      "oversized": 0
                    }
                  }
                ],
                "max_points": 55
              }
            ]
          }
        ],
        "description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
      }
    ],
    "metrics_version": "1.13.0"
  },
  "warnings": [
    "rubygems package 'rainbow' points at a different repository (http://github.com/sickill/rainbow); excluded from ecosystem scoring"
  ],
  "report_type": "repository",
  "generated_at": "2026-07-21T23:44:31.411371Z",
  "schema_version": "0.26.0",
  "badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/ku1ik/rainbow.svg",
  "full_name": "ku1ik/rainbow",
  "license_state": "standard",
  "license_spdx": "MIT"
}

评分是信号,而非担保。 评分反映的是 GitHub 上公开可见的实践——不是代码审计,也不是安全保证。

缺失数据将被剔除并重新归一化权重,绝不按零分计。方法论已版本化并公开:指标 v1.13.0、模式 v0.26.0—— 完整方法论 · 指标知识库.

单项结果在整体记录中的位置: 汇总统计RubyGems.