Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 589,
"has_wiki": true,
"homepage": null,
"languages": {
"CSS": 128,
"HTML": 2374,
"Ruby": 94387,
"JavaScript": 7113
},
"pushed_at": "2025-01-01T20:08:57Z",
"created_at": "2014-10-15T20:56:37Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T17:08:07Z",
"description": "Go faster, off the Rails - Benchmarks for your whole Rails app",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": null,
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "ZomboCom",
"type": "Organization",
"login": "zombocom",
"company": null,
"location": null,
"followers": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/12397488?v=4",
"created_at": "2015-05-11T15:54:33Z",
"is_verified": null,
"public_repos": 17,
"account_age_days": 4089
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v2.2.1",
"kind": "patch",
"published_at": "2024-10-15T17:23:22Z"
},
{
"tag": "v2.2.0",
"kind": "minor",
"published_at": "2024-10-11T21:32:02Z"
},
{
"tag": "v2.1.2",
"kind": "patch",
"published_at": "2022-08-16T19:04:31Z"
},
{
"tag": "v2.1.1",
"kind": "patch",
"published_at": "2021-07-09T19:12:28Z"
},
{
"tag": "v2.1.0",
"kind": "minor",
"published_at": "2021-05-11T17:23:49Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2021-02-09T21:53:30Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2021-01-14T16:56:16Z"
},
{
"tag": "v1.8.1",
"kind": "patch",
"published_at": "2020-09-16T19:44:34Z"
},
{
"tag": "v1.8.0",
"kind": "minor",
"published_at": "2020-09-16T02:50:34Z"
},
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2020-03-25T22:00:12Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2020-01-14T17:27:05Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2019-12-31T02:54:35Z"
},
{
"tag": "v1.4.4",
"kind": "patch",
"published_at": "2019-12-17T17:10:15Z"
},
{
"tag": "v1.4.3",
"kind": "patch",
"published_at": "2019-12-17T05:04:19Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2019-11-11T22:17:25Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2019-10-03T20:19:05Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2019-07-09T18:25:04Z"
},
{
"tag": "v1.3.6",
"kind": "patch",
"published_at": "2019-06-23T08:16:04Z"
},
{
"tag": "v1.3.5",
"kind": "patch",
"published_at": "2018-09-11T16:45:44Z"
},
{
"tag": "v1.3.4",
"kind": "patch",
"published_at": "2018-03-09T15:31:22Z"
},
{
"tag": "v1.3.3",
"kind": "patch",
"published_at": "2018-03-07T15:38:03Z"
},
{
"tag": "v1.3.2",
"kind": "patch",
"published_at": "2017-01-12T20:39:58Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2016-03-24T16:57:11Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2016-01-07T19:46:40Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2015-10-15T16:49:38Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2015-10-05T22:08:52Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2015-10-01T17:49:38Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2015-09-09T23:09:48Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2015-06-20T14:59:02Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2015-05-18T17:05:38Z"
}
],
"recent_commits": [
{
"oid": "e8b29db93acf7d3318b9afb42d8516b905020afb",
"body": null,
"is_bot": false,
"headline": "update changelog for #259 #260 [ci skip] (#261)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2025-01-01T20:08:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "128b662cbbbb8b39df044e111e80930dee94c75b",
"body": "* Fix: Conditional dependency logic in gemspec\n\n- Fixed the logic in the gemspec file to correctly compare the current Ruby version with the required version.\n- Replaced string comparison of `RUBY_VERSION` with `Gem::Version` for better semantic version handling.\n- Addressed edge cases, such as \"3.1\n[…]\n`”syntax_suggest\", \">= 1.1.0\"` in the gemspec\n\nWhy:\nAllows greater flexibility for users by supporting newer versions of `syntax_suggest` beyond the `1.x` range, especially as 2.x requires ruby >= 3.0",
"is_bot": false,
"headline": "Fix gemspec ruby version checks (#259)",
"author_name": "Glenn Ericksen",
"author_login": "kurioscreative",
"committed_at": "2025-01-01T19:58:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bb76efe040e6f44071efa6ed817881cd0c7a66d1",
"body": null,
"is_bot": false,
"headline": "ruby 3.4, rails 8 (#260)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2025-01-01T19:57:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "897a2a9ad5a328cf3c194ec582b53899f056eb87",
"body": null,
"is_bot": false,
"headline": "v2.2.1 (#253)",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2024-10-15T17:23:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bfaa525963b9fd41a4b4e827ef45baa2fb83dad",
"body": "* [Close #251] Relax gem version requirement\r\n\r\n* Trailing whitespace",
"is_bot": false,
"headline": "[Close #251] Relax gem version requirement (#252)",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2024-10-15T17:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818f5fd1c8e5e16d7d40a2efbb95769f298414f0",
"body": null,
"is_bot": false,
"headline": "v2.2.0 (#250)",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2024-10-11T21:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1fbebfbf2696c0b8809515d604be81b3e9103ef",
"body": "* Update derailed_benchmarks.gemspec\r\n\r\n* cl entry",
"is_bot": false,
"headline": "Update derailed_benchmarks.gemspec (#247)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-10-11T20:51:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "badd34bdb0d6e44f7baaf362548db54a2cfb8408",
"body": "* add missing changelog entry for v2.1.2\r\n* normalize styling of new entries",
"is_bot": false,
"headline": "Update CHANGELOG.md [ci skip] (#246)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-30T18:26:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17307b4d929c3315add2355710a1839e0c08ddff",
"body": "* support relative BUNDLE_GEMFILE\r\n* reduce test verbosity\r\n* remove duplicate require",
"is_bot": false,
"headline": "support relative BUNDLE_GEMFILE path in tests (#245)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-30T18:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fca88a37ae7da26a126bd91276b0af9dfe53b101",
"body": null,
"is_bot": false,
"headline": "require ruby2_keywords when testing in ruby < 2.7 (#244)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-29T18:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94a41222caa503b1048feb96adc678cc90fc84df",
"body": null,
"is_bot": false,
"headline": "dead_end -> syntax_suggest (#243)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-29T17:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c19bd619b970aae379eed2779501f4ec9c3cf589",
"body": "Copies changes from this PR with merge conflicts resolved: https://github.com/zombocom/derailed_benchmarks/pull/122/files",
"is_bot": false,
"headline": "Add support for non-GET requests by @mateusg (#234)",
"author_name": "Nick Anderson",
"author_login": "nbrookie",
"committed_at": "2024-09-29T17:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a99b8c319e6360e85155bc819b664f81495187d0",
"body": null,
"is_bot": false,
"headline": "Test rails 7.1 and 7.2 (#242)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-29T17:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7aca1d9b0cd21895941a0ad6942655c5a6d5e7",
"body": null,
"is_bot": false,
"headline": "get tests working again, support ruby-statistics when ruby < 3.0 (#241)",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-29T16:37:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "792db0a1ae7bf2de46207b909032429bea74ce77",
"body": "update requirement in `lib/derailed_benchmarks/stats_from_dir.rb`",
"is_bot": false,
"headline": "Merge pull request #238 from jabawack81/main",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-29T16:15:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "507186a68ddd8e4f996a7ad10706b69676f248c6",
"body": "Replace statistics require for ruby-statistics as it fails on Rails 7.2",
"is_bot": false,
"headline": "Merge pull request #239 from rzilient-club/main",
"author_name": "Peter Cai",
"author_login": "pcai",
"committed_at": "2024-09-29T16:14:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c72d2ad4432c04b9e33dc74a625e46506b7c2b8a",
"body": null,
"is_bot": false,
"headline": "upgrade ruby-statistics version",
"author_name": "Paolo Fabbri",
"author_login": "jabawack81",
"committed_at": "2024-09-16T18:37:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61fefd10dac4c189877bb0fc0a245beecf81cca",
"body": "…ils 7.2",
"is_bot": false,
"headline": "Replace statistics require for ruby-statistics as it fails running Ra…",
"author_name": "duard",
"author_login": "eddygarcas",
"committed_at": "2024-08-21T07:09:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9423c67848e07652b211dcfa64f7d054ab6f253",
"body": "as mentioned in the issue\nhttps://github.com/zombocom/derailed_benchmarks/issues/237 the\n`ruby-statistics` gem updated their namespce of their gem from\n`statistics` to `ruby-statiscs`\nhttps://github.com/estebanz01/ruby-statistics/commit/baadc9fd3bd90c9ed14e2bba48b8eb806bfe1ff2\nand\nhttps://github.com/estebanz01/ruby-statistics/commit/00312b9a329c742c2b851a182d3ab35bb86fe535\nthis commit is addressing the change",
"is_bot": false,
"headline": "update requirement in `lib/derailed_benchamrks/stats_from_dir.rb`",
"author_name": "Paolo",
"author_login": "jabawack81",
"committed_at": "2024-08-15T10:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8489788371e250fa214d31eed43c877b0b876a4",
"body": "Add appraisal and rails 7 to test matrix [changelog skip]",
"is_bot": false,
"headline": "Merge pull request #222 from zombocom/ISSUE-217",
"author_name": "Deepak Mahakale",
"author_login": "deepakmahakale",
"committed_at": "2023-03-06T13:16:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53cd933fa36c5f3276b41f9df1fc2c874e50c084",
"body": null,
"is_bot": false,
"headline": "Add appraisal and rails 7 to test matrix",
"author_name": "Deepak Mahakale",
"author_login": "deepakmahakale",
"committed_at": "2022-09-23T06:32:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9f40e4b26fc87caea4c5c9a91314ce2fba909c0",
"body": "Add CI badge to README [changelog skip] [ci skip]",
"is_bot": false,
"headline": "Merge pull request #223 from zombocom/add-ci-badge",
"author_name": "Deepak Mahakale",
"author_login": "deepakmahakale",
"committed_at": "2022-09-23T06:30:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc82a6b097f95f0549b172189f206a6a14ea1733",
"body": null,
"is_bot": false,
"headline": "Add CI badge to README [changelog skip] [ci skip]",
"author_name": "Deepak Mahakale",
"author_login": "deepakmahakale",
"committed_at": "2022-09-23T06:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0102612a9915179abca304ad0392aa84ed6bdf0e",
"body": null,
"is_bot": false,
"headline": "Github Actions (#221)",
"author_name": "Feng Ce",
"author_login": "fcce",
"committed_at": "2022-08-26T02:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a97417188cb4a46deae06d61e843417ca0e40c1d",
"body": null,
"is_bot": false,
"headline": "v2.1.2 (#216)",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2022-08-16T19:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5678367a81115ae313720250683bc07592db7259",
"body": "* fix unit test\r\n\r\n* Fix circleci",
"is_bot": false,
"headline": "Fix unit test & circleci (#219)",
"author_name": "Feng Ce",
"author_login": "fcce",
"committed_at": "2022-08-12T22:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "287eaad7dfa55d65eee0df8963d8b4bf6fb92c7c",
"body": "* support rails 7 for `bundle exec derailed exec mem`\r\n\r\nwas getting:\r\n\r\n/Users/dorianmariefr/.rvm/gems/ruby-3.0.3/gems/derailed_benchmarks-2.1.1/lib/derailed_benchmarks/load_tasks.rb:48:in `block (2 levels) in <top (required)>': undefined method `migrate' for ActiveRecord::Migrator:Class (NoMethodError)\r\n\r\n* Future-proof rails version check",
"is_bot": false,
"headline": "support rails 7 for `bundle exec derailed exec mem` (#205)",
"author_name": "Dorian Marié",
"author_login": "dorianmariecom",
"committed_at": "2022-07-31T15:55:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f230efac20ef2a7e31214a2d7eccd011a051a5a1",
"body": null,
"is_bot": false,
"headline": "[ci skip] Update CI status badge (#211)",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-05-28T00:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e9775373ac249c45fb499de4bbc7726d2c2262",
"body": "* Update the gemspec's homepage to the current repo URL\r\n\r\n* Update CHANGELOG.md",
"is_bot": false,
"headline": "Update the gemspec's homepage to the current repo URL (#212)",
"author_name": "mishina",
"author_login": "mishina2228",
"committed_at": "2022-05-28T00:03:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6821c9c4215677a3bc232170bf5ead0936567726",
"body": "* Allow running tasks without requiring all/any of rails\r\n\r\n- Remove initial action mailer require, per https://github.com/zombocom/derailed_benchmarks/pull/60#issuecomment-169848795\r\n- Add an ENV var that allows you to not do any additional requires here, so that it's all handled by the Rails app\r\n\r\n* Update README.md",
"is_bot": false,
"headline": "Allow running tasks without requiring all/any of rails (#199)",
"author_name": "Alex Ghiculescu",
"author_login": "ghiculescu",
"committed_at": "2021-08-17T18:31:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c59d4bfa9b4aea83c513a5828c51c2ec3e17b19f",
"body": null,
"is_bot": false,
"headline": "v2.1.1",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-07-09T19:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "815356c237928afdbf71c8ba532d6c5a73b657b6",
"body": "Update article reference for heap_diff",
"is_bot": false,
"headline": "Merge pull request #198 from klaxit/main",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-07-09T02:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17a23b604479a81c4c21e69488361b424095f5c6",
"body": null,
"is_bot": false,
"headline": "Update article reference for heap_diff",
"author_name": "Ulysse Buonomo",
"author_login": "BuonOmo",
"committed_at": "2021-07-08T08:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "887f174535e135ffe83ed86625d46e928e58b471",
"body": "Fix Thor's deprecation error",
"is_bot": false,
"headline": "Merge pull request #195 from udaykadaboina/fix-thor-deprecation",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-06-08T22:21:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "334ebc409a5f597f8e106ac4f1bd1cedfe0b89d6",
"body": null,
"is_bot": false,
"headline": "Added CHANGELOG entry",
"author_name": "Uday Kadaboina",
"author_login": "udaykadaboina",
"committed_at": "2021-06-08T21:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "979386acd5b6902cf12d3922946ee0d5d1ced288",
"body": null,
"is_bot": false,
"headline": "fix Thor's deprecation error",
"author_name": "Uday Kadaboina",
"author_login": "udaykadaboina",
"committed_at": "2021-06-08T02:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2204014e5588f58b231ed46a0e8e9831fa16f0e7",
"body": null,
"is_bot": false,
"headline": "v2.1.0",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-05-11T17:23:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63f1763744ea6f59df289721431d7fc1561d5068",
"body": "Add `perf:heap_diff` tool",
"is_bot": false,
"headline": "Merge pull request #193 from klaxit/main",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-05-11T17:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e10b735ca1b33c91d1d859dd0ca1f344126c4a",
"body": "Signed-off-by: Ulysse Buonomo <buonomo.ulysse@gmail.com>",
"is_bot": false,
"headline": "Add `perf:heap_diff` tool",
"author_name": "Ulysse Buonomo",
"author_login": "BuonOmo",
"committed_at": "2021-05-11T17:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92fc16e3858f5e7bc73e99ebe76a1e25712b7b84",
"body": "v2.0.1",
"is_bot": false,
"headline": "Merge pull request #188 from schneems/v2.0.1",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-02-09T21:54:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fadbf88aef152e0935aae61fc1b8af695d4e590",
"body": null,
"is_bot": false,
"headline": "v2.0.1",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-02-09T21:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1dfc72af5eefe82fbea2c3baa25b22587d12c9a",
"body": "[changelog skip][close #186] Add rack-test to deps",
"is_bot": false,
"headline": "Merge pull request #187 from schneems/schneems/rack-test",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-02-09T21:52:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6935874fc061f620c90dd8dee1a140373d4ccdb7",
"body": null,
"is_bot": false,
"headline": "[close #186] Add rack-test to deps",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-02-09T21:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a186f5231d40a93c40b6d5ebc5e99ae2452f266",
"body": "v2.0.0",
"is_bot": false,
"headline": "Merge pull request #184 from schneems/schneems/v2.0.0",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-01-14T16:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "502822c92acc2f16da776e9de11e1f7c23879739",
"body": null,
"is_bot": false,
"headline": "v2.0.0",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-01-14T16:56:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "214aa506060e2310c9e3f2155b03a44fe740edb3",
"body": "Add dead_end for better syntax debugging",
"is_bot": false,
"headline": "Merge pull request #182 from schneems/schneems/dead_end",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-01-14T16:55:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "468c271943e15c6cc62dd73ef6a7fadf518eba82",
"body": null,
"is_bot": false,
"headline": "Add dead_end for better syntax debugging",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-01-14T16:51:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a66008770bc956a588cdfa9565850b3785a88fa",
"body": "CircleCI migration",
"is_bot": false,
"headline": "Merge pull request #183 from schneems/schneems/circle",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-01-14T16:47:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b73e01cb957dfdd2e0766c87ac864f7fcdf3431",
"body": null,
"is_bot": false,
"headline": "Use ruby docker image",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-01-14T16:41:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e789f63c069f1a38375cf339a73eca18a50a80f7",
"body": null,
"is_bot": false,
"headline": "Actually use parameters",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-01-12T20:38:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "060bc442316da79f8c1414dfd49dc5462bcb8e23",
"body": null,
"is_bot": false,
"headline": "Update rails versions for test",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-01-12T20:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20bc2330d2d216fcc33a1960b247c223cd7c351a",
"body": null,
"is_bot": false,
"headline": "Matrix?",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-01-12T19:12:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b6040af9b6a71ff6c3901f9f9ad2188a6a3e1a4",
"body": null,
"is_bot": false,
"headline": "CircleCI",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2021-01-12T19:04:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5b7450a38a1e5a2abd0060818700c1feb8b1768",
"body": "Add support for memory_profiler 1.0",
"is_bot": false,
"headline": "Merge pull request #181 from rhymes/patch-1",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2021-01-04T19:42:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97f8dd6c43d79dbe6273bca4ec4836dc85276f3",
"body": "On December 1st `memory_profiler 1.0` was released, with various optimizations: https://github.com/SamSaffron/memory_profiler/blob/master/CHANGELOG.md#100---02-12-2020\r\n\r\nThis new version of memory profiler removes support for Ruby 2.3 and Ruy 2.4.\r\n\r\n(support for Ruby 2.2 (which `derailed_benchmarks` supports) was removed by version `0.9.13` which the current gemspec allows)",
"is_bot": false,
"headline": "Add support for memory_profiler 1.0",
"author_name": "rhymes",
"author_login": "rhymes",
"committed_at": "2020-12-24T14:28:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f3a1e4e9cedd770eb371e1d104da7a105e35562",
"body": "Print out histograms side-by-side",
"is_bot": false,
"headline": "Merge pull request #179 from schneems/schneems/dual-plot",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-09-22T17:47:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "218216c693ca28c85c098ad7e0ac677543a4bb80",
"body": "In an effort to make comparing distributions easier this PR puts the histogram data in a side-by-side format. The goal was a very loose approximation of a Violin plot https://en.wikipedia.org/wiki/Violin_plot.\n\nHere's an example:\n\n```\n❤️ ❤️ ❤️ (Statistically Significant) ❤️ ❤️ ❤️\n\n[f1ab117] (11.384\n[…]\n ┘ └ ┘\n # of runs in range # of runs in range\n\n```",
"is_bot": false,
"headline": "Print out histograms side-by-side",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-21T22:11:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e12c319b738e30a024c6e49a1bd0da4ee625bf0c",
"body": null,
"is_bot": false,
"headline": "1.8.1",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T19:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee59f633d0cb2819674e56fdebb9bdf12f876c6",
"body": "Correct logging of unsuccessful curl requests to file",
"is_bot": false,
"headline": "Merge pull request #172 from Stratus3D/patch-1",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-09-16T19:42:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "166dda6b23698735fe21c812bd49931db97e1ebc",
"body": "[close #173] Track require memory from `load`",
"is_bot": false,
"headline": "Merge pull request #178 from schneems/schneems/autoload",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-09-16T19:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69d9d8d96116d04c9ee1edb5f81f778232b025b0",
"body": null,
"is_bot": false,
"headline": "Skip test on Ruby 2.2",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T19:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e3b54dbf6e65e02a050dc2d4eb1c796746a4e04",
"body": null,
"is_bot": false,
"headline": "Use newer Rails version",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T18:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9962d84b89406eea481fd6dcf48d0f0225f798a3",
"body": "When the fork exits any extra allocated memory is not retained so the heap does not grow. Since we're only measuring RSS we don't want Ruby to get too aggressive and allocate too much memory, then we won't see other object allocations measured at the process level.",
"is_bot": false,
"headline": "Run memory tests in a fork",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T16:17:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2abab5cd5f1e65e148571c4d613932702c9bc08",
"body": null,
"is_bot": false,
"headline": "Remove warnings",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T04:31:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa023ca637da5f5217a259bbdbe593a8f44e224",
"body": "Prior to this PR if a gem used `load` instead of `require` then we wouldn't track it.\n\nNow...we will!\n\nNeat",
"is_bot": false,
"headline": "[close #173] Track require memory from `load`",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T04:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65fac18217b8a0e6e9154ee8187b1b9d7a85834d",
"body": null,
"is_bot": false,
"headline": "Test we're recording autoload",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T03:18:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "493ce6c14e035f2a226968d0cbca9f562542b927",
"body": null,
"is_bot": false,
"headline": "v1.8.0",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-16T02:50:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f61b271e38b6c4ef6caf8c7450ebec47ce8621a",
"body": "Explicit 2.2.0+ support",
"is_bot": false,
"headline": "Merge pull request #177 from schneems/schneems/ruby-23",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-09-16T02:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dcd9573db5ed8ef7159ee9c3a44f88ed524e756",
"body": null,
"is_bot": false,
"headline": "Update docs for Ruby 2.2 support",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T22:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcc3fe6372b09ff4caaa21618bc4cdb840560189",
"body": null,
"is_bot": false,
"headline": "Fix missing constant in dependency",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T21:34:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "921b786f9969d65df306b4f266ca953adc928b48",
"body": null,
"is_bot": false,
"headline": "String support",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1af2e5c7706c5ed3029f0d7b54208150648ac742",
"body": null,
"is_bot": false,
"headline": "Fix allowed failures",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9a88aeb2d8f37683a1d25498338523e532f530b",
"body": null,
"is_bot": false,
"headline": "Remove `<<-` syntax",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "250509c0f97cb34e3891efae19730bcf3213043e",
"body": null,
"is_bot": false,
"headline": "Use latest patch release",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4f1a8e7a33da07c21eef7560fc7026a25ed66c5",
"body": "```\ndocker_mtu\nresolvconf\ngit.checkout\n\n0.62s$ git clone --depth=50 --branch=schneems/ruby-23 https://github.com/schneems/derailed_benchmarks.git schneems/derailed_benchmarks\n\n0.01s\nrvm\n\n18.85s$ rvm use 2.2.0 --install --binary --fuzzy\n\nUsing gemfiles/rails_5_1.gemfile\n\n$ export BUNDLE_GEMFILE=$PWD/\n[…]\nbundler -v 1.17.3`\n\n\tbundler requires Ruby version >= 2.3.0. The current ruby version is 2.2.0.0.\n\nThe command \"gem install bundler\" failed and exited with 1 during .\n\nYour build has been stopped.\n```",
"is_bot": false,
"headline": "From travis:",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:17:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed21d45f3c4a5de3425bd35598d07569f40b65cb",
"body": null,
"is_bot": false,
"headline": "Test 2.2.0",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:13:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f7134be8e059e24fcf1e94e65c62dc1e2d73f45",
"body": "https://github.com/schneems/derailed_benchmarks/issues/176",
"is_bot": false,
"headline": "Remove +\"\" syntax",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:12:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee39deefc5390887fe8a206fcc2b229298011ef",
"body": "Due to https://github.com/schneems/derailed_benchmarks/issues/176#issuecomment-692615307",
"is_bot": false,
"headline": "Remove unicode_plot dependency",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-15T19:09:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a359863ecdd9065e4414a34c7eec192641bde400",
"body": "[changelog skip] Isolate git switching behavior to it's own class",
"is_bot": false,
"headline": "Merge pull request #175 from schneems/schneems/git-switchting-class",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-09-14T22:14:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99700b3db4f4fa805d71df991f54ad90db7400cd",
"body": "Travis is giving different error messages, perhaps based off of different infrastructure:\n\nhttps://travis-ci.org/github/schneems/derailed_benchmarks/builds/727109607",
"is_bot": false,
"headline": "Fix test",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74ae0a8682b11b26f5e9becad0eaec45c0070eb1",
"body": null,
"is_bot": false,
"headline": "Move git code to it's own folder",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e4f91267f574f1913422a2098e9128dbe67eefc",
"body": null,
"is_bot": false,
"headline": "Rename file to match class name",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d999a4f19ca35c0074b706e8564f5cf19a98dec2",
"body": "Since ref can be anything, including a branch name, there's not an indication of if a file was modified between sharing run results. To help we can ensure the short sha is displayed if present in addition to the ref",
"is_bot": false,
"headline": "Improve banner",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e157f0f88941692e2dbf9f965914ccfc1977bc",
"body": null,
"is_bot": false,
"headline": "Sha => ref",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30e6af66e8f2fd95bc16bffd5e5934de2c00f4f3",
"body": null,
"is_bot": false,
"headline": "Helper class",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d1748c6be4f5c157347d8d21a41fbb7b68cd7fb",
"body": "At a glance it kinda looks like we're saying this was a negative number:\n\n```\n[3054e1d584e7eca110c69a1f8423f2e0866abbf9] \"Merge pull request #36506 from kamipo/group_by_with_order_by_virtual_count_attribute\" - (0.017157 seconds)\n SLOWER 🐢🐢🐢 by:\n 0.8214x [older/newer]\n -21.7499% [(older - ne\n[…]\n9aecece1a2b1830e9c953e5887421b52d3c] \"Remove duplicated attribute alias resolution in `_select!`\" - (0.014092 seconds)\n```\n\nSince the value is already separated by parens, we don't also need the dash.",
"is_bot": false,
"headline": "Improve banner",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75a559284453ea3c25cdfbd92bba99855bfdc5fb",
"body": null,
"is_bot": false,
"headline": "Don't error when stats files are empty",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f586feb69bddbc48d4631d7befbb6214621932f9",
"body": "The method we're using to tail to a file hides errors, with this method we get a much better error message. We're also testing the error behavior explicitly",
"is_bot": false,
"headline": "Better check for erroring scripts",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7857d8bafb5c66e201de207ca18745f1c68006d7",
"body": null,
"is_bot": false,
"headline": "Enforce non-duplicate skas in GitSwitchProject",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b45371a0de8b6381f093c4396ac28b0f217b1a36",
"body": "Includes a fix for https://github.com/schneems/derailed_benchmarks/pull/174 by detecting when a gemspec has been modified and automatically stashing/popping it.",
"is_bot": false,
"headline": "Refactor git switching behavior into its own class",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-14T21:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04849ced93124632d81fd9bbabb2f82e76e81400",
"body": null,
"is_bot": false,
"headline": "Update check_changelog.yml",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-09-14T21:13:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eb7bcc999293848bd59236ae2b7ea8e16e12a27",
"body": null,
"is_bot": false,
"headline": "Fix git check when whitespace is present in env var",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-09-10T20:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f97de5a26b0e9956dfe9442c83d2053a5ea0aab2",
"body": "The command in backticks only returns a string so no `.body` method is available. `response` is a string so we can write it to the file directly.",
"is_bot": false,
"headline": "Correct logging of unsuccessful curl requests to file",
"author_name": "Trevor Brown",
"author_login": "Stratus3D",
"committed_at": "2020-07-17T12:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "389d5c1d352e9c0f36d0c4d88fad05029089bad9",
"body": null,
"is_bot": false,
"headline": "1.7.0",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-03-25T22:00:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab776900011c475f0241b631f33cc44ce79c675",
"body": "Add histogram to output",
"is_bot": false,
"headline": "Merge pull request #169 from schneems/schneems/histogram",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-03-25T21:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b04187152c333e93351b09dccb4758f9cc6fdf8",
"body": "Forces the ranges for histograms to match so they can be directly compared:\n\n```\n Histogram - [winner] \"I am the new commit\"\n ┌ ┐\n [11.2 , 11.28) ┤▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 12\n [11.28, 11.36) ┤▇▇▇▇▇▇▇▇▇▇▇▇▇▇\n[…]\n ┘\n # of runs in range\n```\n\n\nAddresses comment: https://github.com/schneems/derailed_benchmarks/pull/169#issuecomment-574382585",
"is_bot": false,
"headline": "Standardize histogram ranges",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-03-25T20:44:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eff0fd62447371109ee3ce873026cfdbdde1ade0",
"body": "```\n Histogram - [winner] \"I am the new commit\"\n ┌ ┐\n [11.2 , 11.25) ┤▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 8\n [11.25, 11.3 ) ┤▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 14\n [11.3 , 11.35) ┤▇▇▇▇▇▇▇▇▇▇▇▇\n[…]\n [11.7, 11.8) ┤▇▇▇ 3\n [11.8, 11.9) ┤▇▇ 2\n └ ┘\n # of runs in range\n```",
"is_bot": false,
"headline": "Histogram format",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-03-24T03:45:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7a896cd1a8dfddf8220db657ea6c8e340bb1bf23",
"body": null,
"is_bot": false,
"headline": "Add labels to the histograms",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-03-24T03:45:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b215196ce62bc9d2588d34d5e70899318596113d",
"body": "Turns out that reducing a whole bunch of numbers to a single value (average for example, or median) means that we're getting rid of a huge amount of information. One way to add context back in without drowning users in raw data is to include a histogram in the output. \n\nWith histograms in the output\n[…]\ns an error when 2 values are given to generate a histogram if the values have some special undetermined relationship. This is tracked here:\n\nhttps://github.com/red-data-tools/unicode_plot.rb/issues/24",
"is_bot": false,
"headline": "Add histogram to output",
"author_name": "schneems",
"author_login": "schneems",
"committed_at": "2020-03-24T03:45:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ea98ea4e3ba58b5223eff66c45ba4141acefad6",
"body": "Fix infinite loop when Zeitwerk is enabled",
"is_bot": false,
"headline": "Merge pull request #170 from engwan/fix-zeitwerk-loop",
"author_name": "Richard Schneeman",
"author_login": "schneems",
"committed_at": "2020-03-21T18:46:35Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 30,
"commits_last_year": 0,
"latest_release_at": "2024-10-15T17:23:22Z",
"latest_release_tag": "v2.2.1",
"releases_from_tags": true,
"days_since_last_push": 566,
"active_weeks_last_year": 0,
"days_since_latest_release": 644,
"mean_days_between_releases": 185
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 25,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "derailed_benchmarks",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/derailed_benchmarks",
"is_deprecated": false,
"latest_version": "2.2.1",
"repository_url": "https://github.com/zombocom/derailed_benchmarks",
"versions_count": 30,
"total_downloads": 52937599,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2014-10-15T20:58:51.586000Z",
"latest_published_at": "2024-10-15T17:23:42.238000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 644
}
]
},
"popularity": {
"forks": 142,
"stars": 3062,
"watchers": 34,
"fork_history": {
"days": [
{
"date": "2014-10-16",
"count": 1
},
{
"date": "2014-11-11",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-12-02",
"count": 1
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2015-01-06",
"count": 1
},
{
"date": "2015-01-07",
"count": 1
},
{
"date": "2015-01-15",
"count": 1
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-04-14",
"count": 2
},
{
"date": "2015-04-20",
"count": 1
},
{
"date": "2015-04-29",
"count": 1
},
{
"date": "2015-05-18",
"count": 2
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-07-30",
"count": 1
},
{
"date": "2015-08-06",
"count": 1
},
{
"date": "2015-08-08",
"count": 1
},
{
"date": "2015-08-09",
"count": 1
},
{
"date": "2015-08-10",
"count": 1
},
{
"date": "2015-08-12",
"count": 1
},
{
"date": "2015-08-14",
"count": 2
},
{
"date": "2015-08-15",
"count": 1
},
{
"date": "2015-08-17",
"count": 2
},
{
"date": "2015-08-18",
"count": 1
},
{
"date": "2015-08-24",
"count": 1
},
{
"date": "2015-09-01",
"count": 2
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-10-02",
"count": 1
},
{
"date": "2015-10-06",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-16",
"count": 1
},
{
"date": "2015-10-22",
"count": 1
},
{
"date": "2015-10-23",
"count": 2
},
{
"date": "2015-12-06",
"count": 1
},
{
"date": "2015-12-25",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-23",
"count": 1
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-03-07",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-04-11",
"count": 2
},
{
"date": "2016-04-19",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2016-06-27",
"count": 1
},
{
"date": "2016-06-30",
"count": 1
},
{
"date": "2016-08-12",
"count": 1
},
{
"date": "2016-08-27",
"count": 1
},
{
"date": "2016-09-04",
"count": 1
},
{
"date": "2016-09-06",
"count": 1
},
{
"date": "2016-09-07",
"count": 1
},
{
"date": "2016-09-16",
"count": 1
},
{
"date": "2016-09-23",
"count": 2
},
{
"date": "2016-11-19",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2016-12-31",
"count": 1
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-04-03",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-07-20",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-02-22",
"count": 1
},
{
"date": "2020-03-01",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-06-07",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-12-09",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-10-29",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2024-02-05",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-08-15",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-27",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
}
],
"complete": true,
"collected": 141,
"total_forks": 142
},
"star_history": {
"days": [
{
"date": "2019-05-23",
"count": 2
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-05-28",
"count": 5
},
{
"date": "2019-05-29",
"count": 2
},
{
"date": "2019-05-30",
"count": 2
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-03",
"count": 2
},
{
"date": "2019-06-04",
"count": 2
},
{
"date": "2019-06-07",
"count": 2
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-17",
"count": 3
},
{
"date": "2019-06-18",
"count": 2
},
{
"date": "2019-06-22",
"count": 1
},
{
"date": "2019-06-23",
"count": 2
},
{
"date": "2019-06-24",
"count": 3
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-07-02",
"count": 1
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-09",
"count": 5
},
{
"date": "2019-07-10",
"count": 5
},
{
"date": "2019-07-11",
"count": 4
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-13",
"count": 1
},
{
"date": "2019-07-14",
"count": 1
},
{
"date": "2019-07-17",
"count": 2
},
{
"date": "2019-07-18",
"count": 3
},
{
"date": "2019-07-20",
"count": 1
},
{
"date": "2019-07-24",
"count": 1
},
{
"date": "2019-07-27",
"count": 1
},
{
"date": "2019-08-03",
"count": 2
},
{
"date": "2019-08-04",
"count": 1
},
{
"date": "2019-08-21",
"count": 1
},
{
"date": "2019-08-22",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-28",
"count": 3
},
{
"date": "2019-09-01",
"count": 1
},
{
"date": "2019-09-03",
"count": 2
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-07",
"count": 2
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-09-13",
"count": 1
},
{
"date": "2019-09-14",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-09-24",
"count": 4
},
{
"date": "2019-09-25",
"count": 4
},
{
"date": "2019-09-26",
"count": 1
},
{
"date": "2019-09-28",
"count": 2
},
{
"date": "2019-10-01",
"count": 2
},
{
"date": "2019-10-03",
"count": 2
},
{
"date": "2019-10-07",
"count": 2
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-10-12",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-20",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-10-22",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-10-25",
"count": 3
},
{
"date": "2019-10-27",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-11-02",
"count": 2
},
{
"date": "2019-11-04",
"count": 2
},
{
"date": "2019-11-06",
"count": 1
},
{
"date": "2019-11-07",
"count": 1
},
{
"date": "2019-11-12",
"count": 2
},
{
"date": "2019-11-17",
"count": 1
},
{
"date": "2019-11-18",
"count": 2
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-12-02",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2019-12-09",
"count": 2
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-13",
"count": 2
},
{
"date": "2019-12-15",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-19",
"count": 3
},
{
"date": "2019-12-20",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-23",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-09",
"count": 1
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-15",
"count": 2
},
{
"date": "2020-01-16",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-21",
"count": 1
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-01-24",
"count": 1
},
{
"date": "2020-01-25",
"count": 1
},
{
"date": "2020-01-31",
"count": 3
},
{
"date": "2020-02-04",
"count": 2
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-16",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-02-20",
"count": 1
},
{
"date": "2020-02-24",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-03-03",
"count": 2
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-11",
"count": 2
},
{
"date": "2020-03-14",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-18",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-03-31",
"count": 2
},
{
"date": "2020-04-06",
"count": 2
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-04-10",
"count": 2
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-15",
"count": 2
},
{
"date": "2020-04-20",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-24",
"count": 1
},
{
"date": "2020-04-28",
"count": 3
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-06",
"count": 2
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-05-11",
"count": 1
},
{
"date": "2020-05-13",
"count": 2
},
{
"date": "2020-05-15",
"count": 1
},
{
"date": "2020-05-16",
"count": 1
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-05-26",
"count": 3
},
{
"date": "2020-05-28",
"count": 1
},
{
"date": "2020-06-01",
"count": 1
},
{
"date": "2020-06-06",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-11",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-16",
"count": 2
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-21",
"count": 1
},
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-07-05",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-07-18",
"count": 1
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-07",
"count": 1
},
{
"date": "2020-08-10",
"count": 2
},
{
"date": "2020-08-12",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-25",
"count": 2
},
{
"date": "2020-08-26",
"count": 3
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-06",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-13",
"count": 2
},
{
"date": "2020-09-14",
"count": 1
},
{
"date": "2020-09-16",
"count": 1
},
{
"date": "2020-09-17",
"count": 7
},
{
"date": "2020-09-18",
"count": 3
},
{
"date": "2020-09-19",
"count": 1
},
{
"date": "2020-09-21",
"count": 2
},
{
"date": "2020-09-22",
"count": 1
},
{
"date": "2020-09-23",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-09-27",
"count": 2
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-09-29",
"count": 2
},
{
"date": "2020-09-30",
"count": 2
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2020-10-05",
"count": 3
},
{
"date": "2020-10-06",
"count": 2
},
{
"date": "2020-10-07",
"count": 1
},
{
"date": "2020-10-16",
"count": 1
},
{
"date": "2020-10-21",
"count": 1
},
{
"date": "2020-10-22",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-10-29",
"count": 2
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-14",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-24",
"count": 3
},
{
"date": "2020-11-25",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-04",
"count": 2
},
{
"date": "2020-12-05",
"count": 2
},
{
"date": "2020-12-07",
"count": 1
},
{
"date": "2020-12-08",
"count": 2
},
{
"date": "2020-12-10",
"count": 2
},
{
"date": "2020-12-11",
"count": 2
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-19",
"count": 2
},
{
"date": "2020-12-20",
"count": 2
},
{
"date": "2020-12-21",
"count": 3
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2020-12-24",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2021-01-03",
"count": 1
},
{
"date": "2021-01-04",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-06",
"count": 3
},
{
"date": "2021-01-09",
"count": 1
},
{
"date": "2021-01-12",
"count": 2
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-20",
"count": 3
},
{
"date": "2021-01-21",
"count": 6
},
{
"date": "2021-01-22",
"count": 7
},
{
"date": "2021-01-25",
"count": 2
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-01-30",
"count": 4
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-03",
"count": 2
},
{
"date": "2021-02-05",
"count": 4
},
{
"date": "2021-02-07",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-11",
"count": 1
},
{
"date": "2021-02-13",
"count": 2
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-16",
"count": 3
},
{
"date": "2021-02-17",
"count": 2
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-19",
"count": 2
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-02-21",
"count": 2
},
{
"date": "2021-02-24",
"count": 3
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-04",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-16",
"count": 2
},
{
"date": "2021-03-18",
"count": 2
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-22",
"count": 2
},
{
"date": "2021-03-24",
"count": 2
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-28",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-03-31",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-08",
"count": 4
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-15",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-22",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-09",
"count": 2
},
{
"date": "2021-05-12",
"count": 1
},
{
"date": "2021-05-13",
"count": 7
},
{
"date": "2021-05-14",
"count": 6
},
{
"date": "2021-05-15",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-24",
"count": 1
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-05-27",
"count": 2
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-05-31",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-06-03",
"count": 2
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-15",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-24",
"count": 2
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-07-07",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-13",
"count": 1
},
{
"date": "2021-07-14",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-07-19",
"count": 2
},
{
"date": "2021-07-21",
"count": 3
},
{
"date": "2021-07-26",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-02",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-06",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-08-19",
"count": 4
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-21",
"count": 2
},
{
"date": "2021-08-23",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-02",
"count": 2
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-12",
"count": 1
},
{
"date": "2021-09-15",
"count": 2
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-09-27",
"count": 2
},
{
"date": "2021-09-28",
"count": 5
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-02",
"count": 1
},
{
"date": "2021-10-03",
"count": 1
},
{
"date": "2021-10-04",
"count": 4
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-07",
"count": 1
},
{
"date": "2021-10-18",
"count": 2
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-25",
"count": 2
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-07",
"count": 1
},
{
"date": "2021-11-09",
"count": 2
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-17",
"count": 3
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-23",
"count": 2
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-09",
"count": 2
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-16",
"count": 2
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2021-12-22",
"count": 5
},
{
"date": "2021-12-25",
"count": 1
},
{
"date": "2021-12-26",
"count": 1
},
{
"date": "2021-12-28",
"count": 2
},
{
"date": "2022-01-01",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-05",
"count": 2
},
{
"date": "2022-01-07",
"count": 2
},
{
"date": "2022-01-18",
"count": 3
},
{
"date": "2022-01-19",
"count": 2
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-01",
"count": 2
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-09",
"count": 2
},
{
"date": "2022-03-10",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-14",
"count": 2
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-03-26",
"count": 1
},
{
"date": "2022-03-27",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-04-02",
"count": 1
},
{
"date": "2022-04-06",
"count": 2
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-04-16",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-26",
"count": 1
},
{
"date": "2022-05-01",
"count": 1
},
{
"date": "2022-05-03",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-08",
"count": 1
},
{
"date": "2022-05-10",
"count": 2
},
{
"date": "2022-05-13",
"count": 3
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-19",
"count": 2
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-06-08",
"count": 2
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-06-14",
"count": 2
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-06-17",
"count": 1
},
{
"date": "2022-06-20",
"count": 2
},
{
"date": "2022-06-21",
"count": 1
},
{
"date": "2022-06-27",
"count": 2
},
{
"date": "2022-06-29",
"count": 4
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-07-01",
"count": 1
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-23",
"count": 1
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-05",
"count": 1
},
{
"date": "2022-08-08",
"count": 2
},
{
"date": "2022-08-09",
"count": 2
},
{
"date": "2022-08-10",
"count": 2
},
{
"date": "2022-08-11",
"count": 2
},
{
"date": "2022-08-12",
"count": 2
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-08-16",
"count": 2
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-21",
"count": 2
},
{
"date": "2022-08-26",
"count": 1
},
{
"date": "2022-08-30",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-08",
"count": 3
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-09-29",
"count": 2
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-11-02",
"count": 2
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-19",
"count": 4
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2022-11-21",
"count": 2
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-04",
"count": 1
},
{
"date": "2022-12-06",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-11",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2022-12-15",
"count": 2
},
{
"date": "2022-12-22",
"count": 1
},
{
"date": "2022-12-25",
"count": 1
},
{
"date": "2022-12-29",
"count": 3
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-09",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-18",
"count": 2
},
{
"date": "2023-01-21",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-31",
"count": 3
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-03-04",
"count": 2
},
{
"date": "2023-03-09",
"count": 2
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-15",
"count": 1
},
{
"date": "2023-03-20",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-02",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-04-04",
"count": 2
},
{
"date": "2023-04-12",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-04-20",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-05-01",
"count": 1
},
{
"date": "2023-05-09",
"count": 2
},
{
"date": "2023-05-17",
"count": 1
},
{
"date": "2023-05-19",
"count": 2
},
{
"date": "2023-05-20",
"count": 2
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-05-31",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-07-04",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-12",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-24",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-20",
"count": 1
},
{
"date": "2023-08-21",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-15",
"count": 1
},
{
"date": "2023-09-16",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-08",
"count": 1
},
{
"date": "2023-10-11",
"count": 2
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-07",
"count": 2
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-11-15",
"count": 1
},
{
"date": "2023-11-16",
"count": 1
},
{
"date": "2023-11-22",
"count": 3
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2023-11-30",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2023-12-02",
"count": 1
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-09",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-15",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-24",
"count": 1
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-01-18",
"count": 2
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-02-06",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-08",
"count": 1
},
{
"date": "2024-02-13",
"count": 1
},
{
"date": "2024-02-23",
"count": 2
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-15",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-04-14",
"count": 1
},
{
"date": "2024-04-18",
"count": 1
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-01",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-16",
"count": 2
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-03",
"count": 1
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-05",
"count": 2
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-06-09",
"count": 2
},
{
"date": "2024-06-11",
"count": 2
},
{
"date": "2024-06-15",
"count": 1
},
{
"date": "2024-06-16",
"count": 1
},
{
"date": "2024-06-23",
"count": 1
},
{
"date": "2024-06-24",
"count": 2
},
{
"date": "2024-07-06",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-07-10",
"count": 1
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-18",
"count": 1
},
{
"date": "2024-08-19",
"count": 3
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-30",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-14",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-10-03",
"count": 1
},
{
"date": "2024-10-12",
"count": 1
},
{
"date": "2024-10-15",
"count": 2
},
{
"date": "2024-10-17",
"count": 1
},
{
"date": "2024-10-18",
"count": 1
},
{
"date": "2024-10-26",
"count": 1
},
{
"date": "2024-10-28",
"count": 2
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-05",
"count": 1
},
{
"date": "2024-11-07",
"count": 2
},
{
"date": "2024-11-18",
"count": 1
},
{
"date": "2024-11-19",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-23",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2024-11-25",
"count": 3
},
{
"date": "2024-11-26",
"count": 2
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-04",
"count": 2
},
{
"date": "2024-12-06",
"count": 1
},
{
"date": "2024-12-08",
"count": 1
},
{
"date": "2024-12-17",
"count": 1
},
{
"date": "2024-12-19",
"count": 2
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2024-12-22",
"count": 3
},
{
"date": "2024-12-26",
"count": 2
},
{
"date": "2025-01-03",
"count": 1
},
{
"date": "2025-01-05",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-01-08",
"count": 2
},
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-01-15",
"count": 1
},
{
"date": "2025-01-22",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-01-27",
"count": 2
},
{
"date": "2025-01-28",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-02",
"count": 1
},
{
"date": "2025-02-05",
"count": 3
},
{
"date": "2025-02-06",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-03-22",
"count": 1
},
{
"date": "2025-03-24",
"count": 1
},
{
"date": "2025-03-25",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-01",
"count": 2
},
{
"date": "2025-05-02",
"count": 2
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-05-14",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-06-02",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-06-30",
"count": 1
},
{
"date": "2025-07-07",
"count": 1
},
{
"date": "2025-07-18",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-21",
"count": 2
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-04",
"count": 2
},
{
"date": "2025-08-07",
"count": 1
},
{
"date": "2025-08-08",
"count": 1
},
{
"date": "2025-08-13",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-15",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-17",
"count": 1
},
{
"date": "2025-09-25",
"count": 1
},
{
"date": "2025-09-26",
"count": 1
},
{
"date": "2025-10-08",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-10-17",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-15",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-11",
"count": 1
},
{
"date": "2026-01-15",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-01-28",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-12",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-06",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-29",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-05-28",
"count": 2
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-06-27",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-08",
"count": 1
},
{
"date": "2026-07-15",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 3062
},
"open_issues_and_prs": 13
},
"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": true,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 162353,
"source_files_sampled": 62,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 27,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "activerecord-jdbcsqlite3-adapter",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "appraisal",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "benchmark-ips",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "capybara",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "devise",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "drb",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "get_process_mem",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "heapy",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "m",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "memory_profiler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "mini_histogram",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "mutex_m",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rack",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rack-test",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rails",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ruby-statistics",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ruby2_keywords",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "syntax_suggest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "test-unit",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "thor",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "webrick",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 27,
"direct_count": 0,
"indirect_count": 27
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 132,
"open_issues": 10,
"closed_ratio": 0.904,
"closed_issues": 94,
"closed_unmerged_prs": 24
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "schneems",
"commits": 269,
"avatar_url": "https://avatars.githubusercontent.com/u/59744?v=4"
},
{
"type": "User",
"login": "pcai",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/222655?v=4"
},
{
"type": "User",
"login": "NickLaMuro",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/314014?v=4"
},
{
"type": "User",
"login": "larrylv",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/531650?v=4"
},
{
"type": "User",
"login": "syiin",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/24808718?v=4"
},
{
"type": "User",
"login": "ashrestha91",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/3735760?v=4"
},
{
"type": "User",
"login": "deepakmahakale",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/14993828?v=4"
},
{
"type": "User",
"login": "JuanitoFatas",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1000669?v=4"
},
{
"type": "User",
"login": "k0kubun",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/3138447?v=4"
},
{
"type": "User",
"login": "hmcfletch",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/32283?v=4"
}
],
"contributors_sampled": 62,
"top_contributor_share": 0.706
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"check_changelog.yml",
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"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": 4,
"reason": "Found 11/25 approved changesets -- score normalized to 4",
"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": 0,
"reason": "no 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": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 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": "e8b29db93acf7d3318b9afb42d8516b905020afb",
"ran_at": "2026-07-21T22:29:19Z",
"aggregate_score": 3.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 255,
"created_at": "2024-10-17T23:27:24Z",
"last_comment_at": "2024-11-23T15:32:56Z",
"last_comment_author": "n-rodriguez"
},
{
"number": 256,
"created_at": "2024-10-17T23:35:16Z",
"last_comment_at": "2024-11-23T15:32:43Z",
"last_comment_author": "n-rodriguez"
},
{
"number": 263,
"created_at": "2025-06-27T01:08:27Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-01-01T20:08:53Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 167,
"created_at": "2019-12-31T20:03:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 203,
"created_at": "2021-10-27T17:45:44Z",
"last_comment_at": "2024-01-28T14:38:40Z",
"last_comment_author": "Michoels"
},
{
"number": 204,
"created_at": "2021-12-03T00:26:13Z",
"last_comment_at": "2022-05-17T19:58:58Z",
"last_comment_author": "beporter"
},
{
"number": 210,
"created_at": "2022-04-27T12:13:58Z",
"last_comment_at": "2022-11-20T21:48:14Z",
"last_comment_author": "PedroAugustoRamalhoDuarte"
},
{
"number": 215,
"created_at": "2022-07-31T15:54:48Z",
"last_comment_at": "2022-09-16T06:08:31Z",
"last_comment_author": "deepakmahakale"
},
{
"number": 225,
"created_at": "2022-10-29T01:32:31Z",
"last_comment_at": "2022-10-29T02:11:05Z",
"last_comment_author": "rsanheim"
},
{
"number": 233,
"created_at": "2023-12-17T01:06:29Z",
"last_comment_at": "2025-09-01T00:26:32Z",
"last_comment_author": "flyingsolo830-tech"
},
{
"number": 249,
"created_at": "2024-10-11T20:47:59Z",
"last_comment_at": "2024-10-13T16:37:23Z",
"last_comment_author": "pcai"
},
{
"number": 257,
"created_at": "2024-10-26T20:20:35Z",
"last_comment_at": "2025-01-01T20:19:02Z",
"last_comment_author": "pcai"
},
{
"number": 262,
"created_at": "2025-02-14T01:56:07Z",
"last_comment_at": "2026-07-16T12:37:50Z",
"last_comment_author": "tomas-samot"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zombocom/derailed_benchmarks",
"host": "github.com",
"name": "derailed_benchmarks",
"owner": "zombocom"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 28,
"inputs": {
"security": 36,
"vitality": 17,
"community": 67,
"governance": 64,
"engineering": 49,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 47,
"overall_after_abandonment_multiplier": 28
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 17,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 566,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 566 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 566
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 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": 40,
"inputs": {
"releases_count": 30,
"latest_release_tag": "v2.2.1",
"releases_from_tags": true,
"days_since_latest_release": 644,
"mean_days_between_releases": 185
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "30 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 30
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 644 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 644
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~185 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 185
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 3,
"unanswered_open_issues": 7,
"days_since_last_merged_pr": 566,
"days_since_last_human_commit": 566,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 566 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 566,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 67,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"forks": 142,
"stars": 3062,
"watchers": 34,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3,062 stars",
"points": 56.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3062
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "142 forks",
"points": 17.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 142
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "34 watchers",
"points": 8.4,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 34
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"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": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"derailed_benchmarks"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 52937599,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "52,937,599 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 52937599,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 62,
"top_contributor_share": 0.706
},
"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 71% of commits",
"points": 6.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 71
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "62 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 62
}
}
],
"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": 81,
"inputs": {
"merged_prs": 132,
"open_issues": 10,
"closed_issues": 94,
"issue_closed_ratio": 0.904,
"closed_unmerged_prs": 24
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "90% of issues closed",
"points": 42.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 90
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "132/156 decided PRs merged",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 132,
"decided": 156
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 11/25 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"followers": 39,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "zombocom",
"public_repos": 17,
"account_age_days": 4089
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "39 followers of zombocom",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 39,
"login": "zombocom"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "17 public repos, account ~11 yr old",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 17
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"derailed_benchmarks"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 644
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 644 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 644
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 49,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "0 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "at_risk",
"name": "Security",
"value": 36,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 36,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.6
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 25 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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 11/25 approved changesets -- score normalized to 4",
"points": 3,
"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": "no update tool detected",
"points": 0,
"status": "missed",
"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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 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": "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": 22
},
"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": 36,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.58,
"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": "58 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 30.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 58,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": true,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "devcontainer",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer"
}
}
],
"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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"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": 54,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 162353,
"source_files_sampled": 62,
"oversized_source_files": 1
},
"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": "1/62 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 1
}
}
],
"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": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-21T22:29:45.999071Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zombocom/derailed_benchmarks.svg",
"full_name": "zombocom/derailed_benchmarks",
"license_state": "absent",
"license_spdx": null
}