Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"progress-bar",
"progressbar",
"progressbars",
"cli",
"progress",
"terminal"
],
"is_fork": false,
"size_kb": 1027,
"has_wiki": true,
"homepage": null,
"languages": {
"Ruby": 151455,
"Shell": 1837
},
"pushed_at": "2026-01-08T05:03:13Z",
"created_at": "2009-02-16T22:06:07Z",
"owner_type": "User",
"updated_at": "2026-07-05T19:24:52Z",
"description": "Ruby/ProgressBar is a text progress bar library for Ruby.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Jeff",
"type": "User",
"login": "jfelchner",
"company": null,
"location": null,
"followers": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/285582?v=4",
"created_at": "2010-05-24T13:06:51Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 5902
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.5.1",
"kind": "patch",
"published_at": "2014-05-14T19:53:44Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2014-05-11T20:10:19Z"
},
{
"tag": "0.0.10",
"kind": "patch",
"published_at": "2011-04-17T17:00:37Z"
}
],
"recent_commits": [
{
"oid": "bafa278bfb14353282c2ae3207060f69615db7ae",
"body": null,
"is_bot": false,
"headline": "Chore: Test New Ruby Versions",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2026-01-08T05:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9112c47e0f27501c7f546088cf94d55ca9e3ec5b",
"body": null,
"is_bot": false,
"headline": "Chore: Upgrade Rubocop",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2026-01-08T03:20:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d0d3e806e1686c05819a7d008403f5b4ac8bfa",
"body": null,
"is_bot": false,
"headline": "Chore: Fix v1 Gemfile",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-06T07:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26b3faa2f48a0d96e1d810e31e6e9c50796403d0",
"body": null,
"is_bot": false,
"headline": "Chore: Fix CI Badge",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-06T07:22:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774f54fae7754556f38ef2edd63c595a53bbfb13",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for progressbar-1.13.0.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7e2a9ea5a5f7a06f20863d2672ebcc53b8c422b",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for ruby-progressbar-1.13.0.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bf36d6cd2f183dc3f7e46c77109176b7ebeb04b",
"body": null,
"is_bot": false,
"headline": "Docs: Update CHANGELOG for version 1.13.0",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "158e12d42a2a120234e153840aa9c2174f59c26c",
"body": null,
"is_bot": false,
"headline": "Version Bump to 1.13.0",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:43:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a9b27e7b658b251f9628171514e2d553e259cd",
"body": null,
"is_bot": false,
"headline": "Chore: Remove Unneeded Projector From Progress",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:42:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc31d0f171ccfd98c2db98442f9994a64dab2a2",
"body": null,
"is_bot": false,
"headline": "Merge branch 'allow-configurable-projectors'",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9147478c05f3c600113dc4fc1f65736da9522cb",
"body": "Why This Change Is Necessary\n========================================================================\n\nNow that the calculator is responsible for more than just a single\n`calculate` method, it is being renamed to something more appropriate\nfor its task.\n\nWhat These Changes Do To Address the Issue\n==\n[…]\n===============\n\nRename and move the files for the `SmoothedAverage` class.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: Rename Calculators To Projectors",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e1e7f0cd92e000e33e8b209d655b035849986b7c",
"body": "Why This Change Is Necessary\n========================================================================\n\nThe current projector we've had in the code for over a decade now has\nserved us well, but there has been a desire to have some different types\nof projectors (eg windowed by item count or by time). \n[…]\n===========\n\nAdd a new `Projector` class that manages all other projectors.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Add: Ability To Allow Different Projectors To Be Used For Time Estimates",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "616a7b338b2cc42d84da9f450249f810d16c63e8",
"body": "Why This Change Is Necessary\n========================================================================\n\nWe've removed all usages of the projector from the `Progress` object and\ntherefore it is no longer needed to do its job.\n\nWhat These Changes Do To Address the Issue\n================================\n[…]\nges of the projector from `Progress` and update test setup\nto reflect that.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: The Progress No Longer Needs The Projector",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "993bcf34b9335bba7417568b1df7d3a43954b3b3",
"body": "Why This Change Is Necessary\n========================================================================\n\nThis helper method is useless now.\n\nWhat These Changes Do To Address the Issue\n========================================================================\n\nInline the method.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: The calculate Instance Method Is No Longer Needed",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab80e38c92e42e7b71adbcf41dfbce78afa6beb",
"body": "Why This Change Is Necessary\n========================================================================\n\nPreviously we were passing new values into `calculate` but were not\nsaving them.\n\nIn order to be able to be more useful in more situations, we need to\nhave the projector be called each time progres\n[…]\nany samples of progress data as is\nnecessary for it to do its job properly.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: Projector To Be Able To Keep Track Of Progress",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e6b09ad38a6fbe966b5a54ae243bfc0c4dc86f15",
"body": "Why This Change Is Necessary\n========================================================================\n\nProgress events are now being called properly on the projector and\ntherefore `Progress` no longer needs to do it.\n\nWhat These Changes Do To Address the Issue\n=======================================\n[…]\n=======================\n\nStop calling projector start when progress starts.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: The Projector Can Now Start Itself",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0c956e6dbad90840535fe7e810b1e1b711723e05",
"body": "Why This Change Is Necessary\n========================================================================\n\nThe time component is the primary use case for the projector since it\nneeds to represent the estimated amount of time left in the run.\n\nCurrently the time component is getting the projection off th\n[…]\nass the projector to the time component and use it instead of the\nprogress.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: Pass Projector To The Time Component",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "611b9971e832fb068e3529abaf39c068530c50d5",
"body": "Why This Change Is Necessary\n========================================================================\n\nThe projectors need to know when progress changes so that eventually it\nwill be able to update the projection each time it does.\n\nWhat These Changes Do To Address the Issue\n========================\n[…]\nethods on the projector but stub out the various\nprogress methods as noops.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: Send All Progress Events To The Projector",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a5682067754e64476495938671523095528440f3",
"body": "Why This Change Is Necessary\n========================================================================\n\nPrevious projections are valuable information for some projectors and so\neach projector needs to have the capability of tracking it if it so\nchooses.\n\nWhat These Changes Do To Address the Issue\n===\n[…]\n==================================\n\nTrack the projection in a new variable.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Refactor: Update Projection To Keep Track Of Past Projections",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dab70bb5153293b82072e61b4c1d69ef12ab390a",
"body": "Why This Change Is Necessary\n========================================================================\n\nThe plan is to allow different types of projectors to be used by the gem\nat some point and not all of those projectors are going to need the\noption to smooth, so instead we will change the configur\n[…]\nreate(projector: { smoothing: 0.1 })\n```\n\nSide Effects Caused By This Change\n========================================================================\n\nAdditional warnings for anyone using `smoothing`.",
"is_bot": false,
"headline": "Remove: smoothing Option",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3ba0120c57a9ce1c80cbef38ad48873a5a30089a",
"body": "Why This Change Is Necessary\n========================================================================\n\nCurrently the `Progress` class is doing too much. It's both in charge\nof keeping track of the progress but also in understanding how quickly\neach item of progress is being executed.\n\nWe need to sp\n[…]\ntly this is simply the calculator but will be fleshed out in later\ncommits.\n\nSide Effects Caused By This Change\n========================================================================\n\nNone expected.",
"is_bot": false,
"headline": "Add: Concept Of A Projector",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:34:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d7a2a51690d34c65b90ab4aa5f7ece55d83d7501",
"body": null,
"is_bot": false,
"headline": "Merge branch 'refinement-changes'",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:33:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab66d7316bbbdf981bfe6c6d295db25ae85c04b5",
"body": "Why This Change Is Necessary\n========================================================================\n\nWhen `require 'enumerator'` is used in code, it somehow ends up\ncausing `LoadError: cannot load such file -- enumerator` errors.\nI believe this is caused by a [ruby issue][3] but it's since been me\n[…]\n----------------------------------\n\n[1]: https://github.com/jfelchner/ruby-progressbar/pull/175\n[2]: https://github.com/jfelchner/ruby-progressbar/pull/176\n[3]: https://bugs.ruby-lang.org/issues/10902",
"is_bot": false,
"headline": "Change: Issue Caused By Ruby Bug",
"author_name": "Lukáš Pokorný",
"author_login": "luk4s",
"committed_at": "2023-03-04T06:33:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2616f9968e6ebf8ff2cac2d2f0c5d81e488ebb22",
"body": "Why This Change Is Necessary\n========================================================================\n\nWithout access to the progress bar instance, when using the refinement\nthere's a lack of ability to do things like log or modify the title\nmid-progress like you can with the standard progress bar u\n[…]\n5\n\n------------------------------------------------------------------------\n\n[1]: https://github.com/jfelchner/ruby-progressbar/issues/185\n[2]: https://github.com/jfelchner/ruby-progressbar/issues/184",
"is_bot": false,
"headline": "Add: Ability To Access Progress Bar Instance Using Enumerator Refinement",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:33:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9e580747dffc557a2c02e671d1741962e96b121e",
"body": "Why This Change Is Necessary\n========================================================================\n\n`each` does not deal with multiple items, it always yields [a single\nelement][2] and so we can refrain from using `args` there.\n\nWhat These Changes Do To Address the Issue\n=========================\n[…]\n]\n\n------------------------------------------------------------------------\n\n[1]: https://github.com/jfelchner/ruby-progressbar/issues/185\n[2]: https://ruby-doc.org/2.7.6/Enumerator.html#method-i-each",
"is_bot": false,
"headline": "Refactor: Change Refinement To Understand That each Passes One Item",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:33:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4a093c8fab0df6a17200c9e80f1d42034e92b51",
"body": "Why This Change Is Necessary\n========================================================================\n\nThe [original PR][1] was submitted by @ronen and at the time I had not\nlooked into it sufficiently. It seems as though this code can be\ngreatly simplified by leveraging the fact that we are alread\n[…]\n------------------\n\n**Relevant URLs:**\n\n * [Original PR Link][1]\n\n------------------------------------------------------------------------\n\n[1]: https://github.com/jfelchner/ruby-progressbar/pull/126",
"is_bot": false,
"headline": "Refactor: Simplify Enumerator Refinement",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-04T06:33:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "767ee97dfa3358eba83bdd800d6e844ffa72b817",
"body": null,
"is_bot": false,
"headline": "Chore: Fix Older Gemfile.lock",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-03T07:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "734e89e71c853e56079ca8f4919d2c15a564f06f",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for progressbar-1.12.0.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-01T19:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca24e7a29388baa03128abac9a375af1753fd5d6",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for ruby-progressbar-1.12.0.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-01T17:29:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22cec953765b58815a6cf819fe7b2abc58f63895",
"body": null,
"is_bot": false,
"headline": "Docs: Update CHANGELOG for version 1.12.0",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-01T17:29:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b793aa30f87a28949c177d8147e5945fd5cffc",
"body": null,
"is_bot": false,
"headline": "Version Bump to 1.12.0",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-01T17:29:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea050ee071ef8377ddd8c17db4c3bc323573dd94",
"body": null,
"is_bot": false,
"headline": "Chore: Bump All Ruby Versions To Bundler 2",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-01T17:28:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20b9e805bad011e4f66cdd460d84fe11bdae8f64",
"body": null,
"is_bot": false,
"headline": "Chore: Bump Timecop",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-01T17:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bcaca65ea948eb8e54f9005855eb541b732946b",
"body": null,
"is_bot": false,
"headline": "Chore: Shore Up Tests",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-03-01T16:48:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22a02106cd8417a74d019712747a8d9a423584b6",
"body": null,
"is_bot": false,
"headline": "Refactor: Remove out_of_bounds_time_format Instance Variable",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12742258c52b0b1d4d81612e795563ee2758c509",
"body": null,
"is_bot": false,
"headline": "Refactor: Rename time to time_component",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99281be0d75e8650fd83adda276300625cf66cd9",
"body": null,
"is_bot": false,
"headline": "Refactor: Rename title_comp to title_component",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2259cf1b1112741b809a2f1225c906a036c81840",
"body": null,
"is_bot": false,
"headline": "Refactor: Rename bar to bar_component",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1bbca0f2aae0eed88fe6e307132fc2981c5848",
"body": null,
"is_bot": false,
"headline": "Refactor: Rename percentage to percentage_component",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd9c3e10ab6238b243429676bd180524a93ec2b0",
"body": null,
"is_bot": false,
"headline": "Refactor: Rename rate To rate_component",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3308c48260e4f62499149a34dbc6e2bb9e04f7",
"body": null,
"is_bot": false,
"headline": "Chore: Reorganize Require Statements",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ac45e575060532a49e52a66f26a4decf10bf500",
"body": null,
"is_bot": false,
"headline": "Chore: Update Certificate",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6a454b6e028f04d4ec2a5d02ba75f49c48ccb02",
"body": null,
"is_bot": false,
"headline": "Add: Ability To Swap Out Running Average Calculators",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebc5344fc9d51eccb34928216e461ed33d6d689c",
"body": null,
"is_bot": false,
"headline": "Change: Rename Running Average Calculator To Smoothed Average Calculator",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e98a093b338a57431cb33ed75678b15e61fa663",
"body": null,
"is_bot": false,
"headline": "Add: running_average_rate As Configuration Option",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eff3e488bc2640e65c900e078e7e8dcd123cdd0a",
"body": null,
"is_bot": false,
"headline": "Change: Rename smoothing To running_average_rate",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cfc12b7384648cc71e437ba43eb788db091a6fb",
"body": null,
"is_bot": false,
"headline": "Change: Rename smoothing_factor To rate",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "762a5b6737aa6dc0c407ae72b20a5d221c261226",
"body": "Why This Change Is Necessary\n========================================================================\n\nIt has [been requested][1] to add the wall clock time of completion to\nease the computation necessary to determine when the progress will be\ncomplete.\n\nWhat These Changes Do To Address the Issue\n==\n[…]\n Link][1]\n\n**Actions:**\n\n * Closes #161\n\n------------------------------------------------------------------------\n\n[1]: https://github.com/jfelchner/ruby-progressbar/issues/161#issuecomment-641070396",
"is_bot": false,
"headline": "Add: Wall Clock Time To Completion To The Format Elements",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "91e5c3e54d1cd31af706740323175190ed2623d3",
"body": null,
"is_bot": false,
"headline": "Chore: Fix Test Setup",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-27T06:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d62d751ffe853c7f8358c21e8eb571e5c61faca",
"body": "Why This Change Is Necessary\n========================================================================\n\nBecause the typical use case is for the progress bar to be started\nautomatically, this didn't typically surface as a bug, however in [this\nissue][1] it was brought up that when the bar is reset (wh\n[…]\nnt URLs:**\n\n * [Ticket Link][1]\n\n**Actions:**\n\n * Closes #177\n\n------------------------------------------------------------------------\n\n[1]: https://github.com/jfelchner/ruby-progressbar/issues/177",
"is_bot": false,
"headline": "Change: Allow Timer's Elapsed Seconds To Calculate Even If Not Started",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-26T05:15:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80520583a3a4a7c74998e6c1b9ef1c26e70f20b0",
"body": null,
"is_bot": false,
"headline": "Chore: Remove Broken Markdown Linter",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-26T00:53:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c292464e0aaa67123c02c7a4ac12f29c03a08bd2",
"body": null,
"is_bot": false,
"headline": "Chore: Rubocop Fixes",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-26T00:25:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58ed747d28ee36f836cf9ca234de55b2fdbc6190",
"body": null,
"is_bot": false,
"headline": "Chore: Change YAML Config To Strings",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-25T17:31:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258690bd5f8f29062b6a3478fa4e67dadfbff9c9",
"body": null,
"is_bot": false,
"headline": "Chore: Bump Action Versions To Latest",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-25T17:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b5c9ffd6ed13dd54686dfb3d475fa018132a4c4",
"body": "- rename from 'Build' to 'Linting'\n- use the ruby/setup-ruby action to install Ruby\n- resolve issues raised by Rubocop",
"is_bot": false,
"headline": "Chore: Partially Fix Linting Workflow",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2023-02-25T17:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ef2116e20d1c4fa27b85946fb9b0414eb1cffd",
"body": null,
"is_bot": false,
"headline": "Chore: Bump Timecop From 0.6.0 To 0.9.6",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2023-02-25T17:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce25174a99bda24e56c88057bbc7055d6beb3a0c",
"body": null,
"is_bot": false,
"headline": "Chore: Add Ruby 3.1 And 3.2 To The Test Matrix",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2023-02-25T17:14:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e32d697726fc9371fe22e31cfe43c7e61f82cff",
"body": null,
"is_bot": false,
"headline": "Chore: Update Rubocop Configs",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-25T06:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "158aea3c94a7a47e6627f0ce11716a47062b8c41",
"body": null,
"is_bot": false,
"headline": "Chore: Upgrade Gems",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2023-02-24T21:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4f57a1f1ff75e2cb1b83c7d241a108ac9ad7ad",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for progressbar-1.11.0.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-31T03:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d6b337d75fabbd598c61bc53a15625cdf900d9",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for ruby-progressbar-1.11.0.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-31T03:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c27bfac0663b4177a6bcbf81dc445f431d438ef",
"body": null,
"is_bot": false,
"headline": "Docs: Update CHANGELOG for version 1.11.0",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-31T02:48:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5840550481c7940a93ad73fda25d63d17d00262",
"body": null,
"is_bot": false,
"headline": "Version Bump to 1.11.0",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-31T02:48:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "066a01b55ceebd842cfce2b08cbebe15feb69695",
"body": null,
"is_bot": false,
"headline": "Chore: Add Issue Locking",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-28T05:42:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f84c8adb4afd7ba6fd8004b384f020ee036cc709",
"body": null,
"is_bot": false,
"headline": "Chore: Update README Shields",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-28T05:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0b04ba18428c7e54fd12c844af95276bddabf7b",
"body": null,
"is_bot": false,
"headline": "Chore: Add Label Synchronization",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-28T05:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82827399e850c0cb7951e3301b41a0d6819f4838",
"body": null,
"is_bot": false,
"headline": "Chore: Add Funding Configuration",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-27T20:28:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43ce72d87268cc4c3e7480cc8281fa7d7350d483",
"body": null,
"is_bot": false,
"headline": "Tests: Make Elapsed Time More Tolerant",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-27T05:43:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312db6b328551a4337b4bc482f748c1683fd31db",
"body": null,
"is_bot": false,
"headline": "Add: RUBY_PROGRESS_BAR_FORMAT Environment Variable",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-27T05:25:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fde40f81bad100670d3b96c2390f717aedc79d0",
"body": null,
"is_bot": false,
"headline": "Chore: Move Specs To Mirrored lib Directory",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-27T05:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28b7671f46431d656832f58f7a9a9e0483cde1d7",
"body": null,
"is_bot": false,
"headline": "Merge: PR #165 - Show Unknown Time Remaining After Timer Reset",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-27T03:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1b09de14de8083b2efe871a6d3bf823cfa9be9f",
"body": null,
"is_bot": false,
"headline": "Fix: Show Unknown Time Remaining After Bar Is Reset",
"author_name": "Vladislav Isakov",
"author_login": "bladebhs",
"committed_at": "2020-12-27T03:02:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8d6f1b60887957525defe2db5b135c4b3a946b0",
"body": null,
"is_bot": false,
"headline": "Chore: Update Public Certificate",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T22:39:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "322d925d2839270f00dfdec374d6ca64ee5c18a6",
"body": null,
"is_bot": false,
"headline": "Chore: Add Basic Usage Back To README",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T22:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8298e163a3cdb0732747ac581760dac460e0b3c",
"body": "* https://github.com/jfelchner/ruby-progressbar/pull/167",
"is_bot": false,
"headline": "Merge PR #167 - Convert To Github Actions",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T21:20:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2145948ee11c710f9dc06d453dfaf3c22ab6644e",
"body": null,
"is_bot": false,
"headline": "Chore: Convert To Github Actions",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T21:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38607eefced57fecf70b27bc357fcae50163697a",
"body": null,
"is_bot": false,
"headline": "Chore: Update YAML Linting",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T21:01:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239db5294af5421cb819a57f4f9c30eb9e10233c",
"body": null,
"is_bot": false,
"headline": "Chore: Add Markdown Style Checking",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T21:01:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de4a32360c57924eceb6e70f8a4268f6b46b9586",
"body": null,
"is_bot": false,
"headline": "Chore: Upgrade Rubocop",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T21:00:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ebd8d7d56ae5547556bb58212e1d0eeb942bab5",
"body": null,
"is_bot": false,
"headline": "Chore: Inline WarningFilter",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2020-12-26T21:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043d5a8a7abc18dad4b8dc57b3cc3c8a5f701a07",
"body": null,
"is_bot": false,
"headline": "Chore: Update to the most recent config files",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-12-15T23:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aac310cd72957d4ec09c592eb6ac94e3fb67a7d",
"body": null,
"is_bot": false,
"headline": "Chore: Remove Notification",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-06-04T20:14:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1c1b7bbee91dd81034b50c9235027b226c38bfb",
"body": null,
"is_bot": false,
"headline": "Tests: Test Against All Latest Stable Rubies",
"author_name": "Dmytro Stepaniuk",
"author_login": "DmytroStepaniuk",
"committed_at": "2019-05-28T14:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd1ca49de84676748cd8d0259ca2a0c16ac14cc",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for progressbar-1.10.1.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-28T03:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09a00f466cf2e37dedca8b95cecf9d8946993cc2",
"body": null,
"is_bot": false,
"headline": "Docs: Update Copyright Date",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:58:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a41f9c0e1405b54b5ee4e0d9ffc385713cc8fa1",
"body": null,
"is_bot": false,
"headline": "Chore: Add checksums for ruby-progressbar-1.10.1.gem",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5b3d5c78cc1e21d5787f577d4c2c5ac2e4c67f",
"body": null,
"is_bot": false,
"headline": "Docs: Update CHANGELOG for version 1.10.1",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:38:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71c8b2c40700d9014374efb14df10d3252b54d3d",
"body": null,
"is_bot": false,
"headline": "Version Bump to 1.10.1",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:38:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe107e9a03625b39ab23b002760dbd051bb0dce7",
"body": null,
"is_bot": false,
"headline": "Chore: Add Ruby 2.6.2 To Build Matrix",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b69b51dd98a82b42c25693ed2fc0f14167eb84ea",
"body": null,
"is_bot": false,
"headline": "Change: Make Extra Sure We're Not Loading Ruby's Time Class",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a90b894db04595afd6ad8a31113bffb708cd457",
"body": null,
"is_bot": false,
"headline": "Style: Make whitespace changes",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "321ef3ea2de55e3b29dcadd8e0104337ba4a2821",
"body": null,
"is_bot": false,
"headline": "Fix: CHANGELOG URI in both gemspecs to point to master CHANGELOG.md",
"author_name": "Ivan Kuchin",
"author_login": "toy",
"committed_at": "2019-05-27T23:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "917ddb6d113b5ed2ae44810299ff4d8e59243504",
"body": "Why This Change Is Necessary\n========================================================================\n\nWe want to allow users to be able to push to other internal hosts which\nmay not be rubygems.org.\n\nHow These Changes Address the Issue\n===============================================================\n[…]\n=======================================================\n\nThe gem can now be pushed to any server URL.\n\n------------------------------------------------------------------------\nActions:\n * Closes #151",
"is_bot": false,
"headline": "Remove: allowed_push_host From gemspecs",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:27:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a8f89b366d49af0a171ad2cfe8329532730de55",
"body": null,
"is_bot": false,
"headline": "Chore: Upgrade rubocop Config",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T23:27:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2127a21b0e5507c202f0db0b8efdde99f7b1dd6",
"body": null,
"is_bot": false,
"headline": "Chore: Upgrade gems",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T19:27:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77c2e57a26c70ee0576f2891da7c568a49896a13",
"body": null,
"is_bot": false,
"headline": "Chore: Bump Ruby Version to 2.6.2",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2019-05-27T19:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a4a99ff03e9e2894d7f906f253e66e5deb7fae",
"body": null,
"is_bot": false,
"headline": "Tests: Fix Intermittent Time Failures",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2018-08-03T23:34:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23859620b42ed3eb97bae65f61463b1502995440",
"body": null,
"is_bot": false,
"headline": "Tests: Fix Autodetection of Non-TTY During Builds",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2018-08-03T23:20:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c28d5bd68f940b8a91259a4b295104c8b8a86e82",
"body": null,
"is_bot": false,
"headline": "Tests: Remove JRuby Builds",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2018-08-03T23:20:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3e3f3cb2412bb2a137b6deab75600985a671252",
"body": null,
"is_bot": false,
"headline": "Fix: Ruby 1.8/1.9 IO Doesn't Respond to winsize",
"author_name": "Jeff Felchner",
"author_login": "jfelchner",
"committed_at": "2018-08-03T23:20:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 2,
"latest_release_at": "2014-05-14T19:53:44Z",
"latest_release_tag": "v1.5.1",
"releases_from_tags": true,
"days_since_last_push": 194,
"active_weeks_last_year": 1,
"days_since_latest_release": 4451,
"mean_days_between_releases": 561.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 85,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "progressbar",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/progressbar",
"is_deprecated": false,
"latest_version": "1.13.0",
"repository_url": "https://github.com/jfelchner/ruby-progressbar",
"versions_count": 17,
"total_downloads": 8158323,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-11-24T04:06:25.197000Z",
"latest_published_at": "2023-03-04T06:45:42.190000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1235
},
{
"name": "ruby-progressbar",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/ruby-progressbar",
"is_deprecated": false,
"latest_version": "1.13.0",
"repository_url": "https://github.com/jfelchner/ruby-progressbar",
"versions_count": 33,
"total_downloads": 719880863,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-10-22T09:20:12.749000Z",
"latest_published_at": "2023-03-04T06:44:46.418000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1235
}
]
},
"popularity": {
"forks": 131,
"stars": 1597,
"watchers": 20,
"fork_history": {
"days": [
{
"date": "2009-04-29",
"count": 1
},
{
"date": "2009-06-16",
"count": 1
},
{
"date": "2009-06-20",
"count": 1
},
{
"date": "2009-10-22",
"count": 1
},
{
"date": "2009-11-06",
"count": 1
},
{
"date": "2010-01-09",
"count": 1
},
{
"date": "2010-02-25",
"count": 1
},
{
"date": "2010-10-04",
"count": 1
},
{
"date": "2010-12-07",
"count": 1
},
{
"date": "2010-12-12",
"count": 1
},
{
"date": "2010-12-27",
"count": 1
},
{
"date": "2011-04-14",
"count": 1
},
{
"date": "2011-04-15",
"count": 2
},
{
"date": "2011-05-20",
"count": 1
},
{
"date": "2011-06-01",
"count": 1
},
{
"date": "2011-06-14",
"count": 1
},
{
"date": "2011-07-11",
"count": 1
},
{
"date": "2011-12-16",
"count": 1
},
{
"date": "2011-12-29",
"count": 1
},
{
"date": "2012-01-16",
"count": 1
},
{
"date": "2012-01-17",
"count": 1
},
{
"date": "2012-01-19",
"count": 1
},
{
"date": "2012-04-17",
"count": 1
},
{
"date": "2012-06-21",
"count": 1
},
{
"date": "2012-08-26",
"count": 1
},
{
"date": "2012-08-30",
"count": 1
},
{
"date": "2012-08-31",
"count": 1
},
{
"date": "2012-09-05",
"count": 1
},
{
"date": "2012-09-25",
"count": 1
},
{
"date": "2012-09-28",
"count": 1
},
{
"date": "2012-10-01",
"count": 1
},
{
"date": "2012-10-30",
"count": 1
},
{
"date": "2012-11-02",
"count": 1
},
{
"date": "2012-11-25",
"count": 1
},
{
"date": "2012-12-07",
"count": 1
},
{
"date": "2013-01-31",
"count": 1
},
{
"date": "2013-02-11",
"count": 1
},
{
"date": "2013-03-25",
"count": 1
},
{
"date": "2013-03-26",
"count": 1
},
{
"date": "2013-04-15",
"count": 1
},
{
"date": "2013-04-21",
"count": 1
},
{
"date": "2013-04-26",
"count": 1
},
{
"date": "2013-04-29",
"count": 1
},
{
"date": "2013-05-28",
"count": 1
},
{
"date": "2013-07-26",
"count": 1
},
{
"date": "2013-07-30",
"count": 1
},
{
"date": "2013-09-30",
"count": 1
},
{
"date": "2013-10-14",
"count": 1
},
{
"date": "2013-10-29",
"count": 1
},
{
"date": "2013-11-01",
"count": 1
},
{
"date": "2013-11-13",
"count": 1
},
{
"date": "2013-12-11",
"count": 1
},
{
"date": "2014-01-23",
"count": 1
},
{
"date": "2014-02-04",
"count": 1
},
{
"date": "2014-03-23",
"count": 1
},
{
"date": "2014-05-01",
"count": 1
},
{
"date": "2014-07-07",
"count": 1
},
{
"date": "2014-08-21",
"count": 1
},
{
"date": "2014-09-14",
"count": 1
},
{
"date": "2014-09-23",
"count": 1
},
{
"date": "2014-10-07",
"count": 1
},
{
"date": "2014-10-29",
"count": 1
},
{
"date": "2014-11-27",
"count": 1
},
{
"date": "2014-12-12",
"count": 1
},
{
"date": "2015-03-10",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-09-09",
"count": 1
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-05-25",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-10-30",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-23",
"count": 1
},
{
"date": "2016-12-27",
"count": 1
},
{
"date": "2017-01-03",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-02-08",
"count": 1
},
{
"date": "2017-02-14",
"count": 1
},
{
"date": "2017-02-28",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-05-29",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-10-01",
"count": 2
},
{
"date": "2017-10-17",
"count": 1
},
{
"date": "2017-12-07",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-14",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-06-03",
"count": 1
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2018-08-13",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-11-24",
"count": 1
},
{
"date": "2018-12-31",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-09-11",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-09-30",
"count": 2
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2021-04-17",
"count": 1
},
{
"date": "2021-10-10",
"count": 1
},
{
"date": "2021-11-23",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-05-24",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2023-02-05",
"count": 1
},
{
"date": "2023-04-03",
"count": 1
},
{
"date": "2023-11-08",
"count": 1
},
{
"date": "2023-12-31",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2025-05-04",
"count": 1
}
],
"complete": true,
"collected": 124,
"total_forks": 131
},
"star_history": {
"days": [
{
"date": "2014-12-02",
"count": 1
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2014-12-06",
"count": 2
},
{
"date": "2014-12-10",
"count": 1
},
{
"date": "2014-12-11",
"count": 1
},
{
"date": "2014-12-12",
"count": 2
},
{
"date": "2014-12-14",
"count": 2
},
{
"date": "2014-12-16",
"count": 2
},
{
"date": "2014-12-21",
"count": 1
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2014-12-26",
"count": 1
},
{
"date": "2014-12-30",
"count": 1
},
{
"date": "2015-01-02",
"count": 1
},
{
"date": "2015-01-05",
"count": 1
},
{
"date": "2015-01-07",
"count": 2
},
{
"date": "2015-01-08",
"count": 1
},
{
"date": "2015-01-09",
"count": 1
},
{
"date": "2015-01-10",
"count": 1
},
{
"date": "2015-01-16",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-19",
"count": 1
},
{
"date": "2015-01-21",
"count": 2
},
{
"date": "2015-01-23",
"count": 2
},
{
"date": "2015-01-29",
"count": 1
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-02-08",
"count": 2
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-02-10",
"count": 1
},
{
"date": "2015-02-11",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-02-15",
"count": 1
},
{
"date": "2015-02-19",
"count": 2
},
{
"date": "2015-02-20",
"count": 1
},
{
"date": "2015-02-23",
"count": 1
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-03-01",
"count": 1
},
{
"date": "2015-03-04",
"count": 1
},
{
"date": "2015-03-07",
"count": 2
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-03-18",
"count": 2
},
{
"date": "2015-03-23",
"count": 1
},
{
"date": "2015-03-24",
"count": 2
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-03-26",
"count": 2
},
{
"date": "2015-03-31",
"count": 1
},
{
"date": "2015-04-01",
"count": 3
},
{
"date": "2015-04-02",
"count": 1
},
{
"date": "2015-04-03",
"count": 1
},
{
"date": "2015-04-10",
"count": 2
},
{
"date": "2015-04-11",
"count": 1
},
{
"date": "2015-04-12",
"count": 2
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-04-20",
"count": 1
},
{
"date": "2015-04-21",
"count": 1
},
{
"date": "2015-04-23",
"count": 1
},
{
"date": "2015-04-27",
"count": 1
},
{
"date": "2015-04-29",
"count": 1
},
{
"date": "2015-05-01",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-05",
"count": 3
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-16",
"count": 1
},
{
"date": "2015-05-18",
"count": 1
},
{
"date": "2015-05-22",
"count": 1
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-05-27",
"count": 2
},
{
"date": "2015-05-30",
"count": 1
},
{
"date": "2015-06-01",
"count": 1
},
{
"date": "2015-06-04",
"count": 2
},
{
"date": "2015-06-07",
"count": 1
},
{
"date": "2015-06-08",
"count": 1
},
{
"date": "2015-06-17",
"count": 1
},
{
"date": "2015-06-20",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-06-26",
"count": 1
},
{
"date": "2015-06-30",
"count": 2
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-03",
"count": 2
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-10",
"count": 1
},
{
"date": "2015-07-12",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-18",
"count": 1
},
{
"date": "2015-07-20",
"count": 1
},
{
"date": "2015-07-22",
"count": 1
},
{
"date": "2015-07-23",
"count": 2
},
{
"date": "2015-07-27",
"count": 2
},
{
"date": "2015-07-31",
"count": 1
},
{
"date": "2015-08-02",
"count": 1
},
{
"date": "2015-08-03",
"count": 1
},
{
"date": "2015-08-04",
"count": 1
},
{
"date": "2015-08-08",
"count": 1
},
{
"date": "2015-08-10",
"count": 1
},
{
"date": "2015-08-12",
"count": 2
},
{
"date": "2015-08-23",
"count": 1
},
{
"date": "2015-08-24",
"count": 1
},
{
"date": "2015-08-25",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-08-29",
"count": 2
},
{
"date": "2015-08-31",
"count": 1
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-09-05",
"count": 1
},
{
"date": "2015-09-09",
"count": 2
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-11",
"count": 3
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-09-16",
"count": 1
},
{
"date": "2015-09-17",
"count": 1
},
{
"date": "2015-09-19",
"count": 1
},
{
"date": "2015-09-30",
"count": 1
},
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-02",
"count": 2
},
{
"date": "2015-10-10",
"count": 1
},
{
"date": "2015-10-15",
"count": 1
},
{
"date": "2015-10-16",
"count": 1
},
{
"date": "2015-10-21",
"count": 1
},
{
"date": "2015-10-30",
"count": 1
},
{
"date": "2015-11-02",
"count": 2
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-09",
"count": 3
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2015-11-11",
"count": 1
},
{
"date": "2015-11-16",
"count": 1
},
{
"date": "2015-11-17",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-12-01",
"count": 1
},
{
"date": "2015-12-02",
"count": 2
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-04",
"count": 1
},
{
"date": "2015-12-06",
"count": 1
},
{
"date": "2015-12-09",
"count": 3
},
{
"date": "2015-12-14",
"count": 1
},
{
"date": "2015-12-15",
"count": 1
},
{
"date": "2015-12-18",
"count": 2
},
{
"date": "2015-12-22",
"count": 1
},
{
"date": "2015-12-23",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2015-12-30",
"count": 2
},
{
"date": "2016-01-04",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-06",
"count": 1
},
{
"date": "2016-01-07",
"count": 2
},
{
"date": "2016-01-12",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-01-20",
"count": 2
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-23",
"count": 1
},
{
"date": "2016-01-28",
"count": 2
},
{
"date": "2016-01-29",
"count": 2
},
{
"date": "2016-02-02",
"count": 1
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-10",
"count": 2
},
{
"date": "2016-02-11",
"count": 1
},
{
"date": "2016-02-12",
"count": 1
},
{
"date": "2016-02-18",
"count": 2
},
{
"date": "2016-02-22",
"count": 1
},
{
"date": "2016-02-24",
"count": 2
},
{
"date": "2016-02-25",
"count": 3
},
{
"date": "2016-02-26",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-05",
"count": 1
},
{
"date": "2016-03-09",
"count": 3
},
{
"date": "2016-03-12",
"count": 1
},
{
"date": "2016-03-15",
"count": 4
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-03-18",
"count": 2
},
{
"date": "2016-03-21",
"count": 2
},
{
"date": "2016-03-22",
"count": 1
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-26",
"count": 1
},
{
"date": "2016-03-28",
"count": 1
},
{
"date": "2016-03-31",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-04",
"count": 1
},
{
"date": "2016-04-06",
"count": 1
},
{
"date": "2016-04-08",
"count": 1
},
{
"date": "2016-04-09",
"count": 1
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-20",
"count": 3
},
{
"date": "2016-04-28",
"count": 1
},
{
"date": "2016-05-01",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-05-04",
"count": 1
},
{
"date": "2016-05-07",
"count": 1
},
{
"date": "2016-05-10",
"count": 2
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-18",
"count": 2
},
{
"date": "2016-05-20",
"count": 2
},
{
"date": "2016-05-27",
"count": 2
},
{
"date": "2016-05-29",
"count": 1
},
{
"date": "2016-05-30",
"count": 4
},
{
"date": "2016-06-03",
"count": 1
},
{
"date": "2016-06-08",
"count": 2
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-06-15",
"count": 1
},
{
"date": "2016-06-17",
"count": 3
},
{
"date": "2016-06-20",
"count": 1
},
{
"date": "2016-06-22",
"count": 2
},
{
"date": "2016-06-28",
"count": 2
},
{
"date": "2016-06-30",
"count": 1
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-07",
"count": 1
},
{
"date": "2016-07-09",
"count": 1
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-24",
"count": 2
},
{
"date": "2016-07-25",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2016-07-29",
"count": 1
},
{
"date": "2016-07-31",
"count": 1
},
{
"date": "2016-08-01",
"count": 2
},
{
"date": "2016-08-02",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-04",
"count": 1
},
{
"date": "2016-08-13",
"count": 1
},
{
"date": "2016-08-15",
"count": 2
},
{
"date": "2016-08-23",
"count": 3
},
{
"date": "2016-08-26",
"count": 1
},
{
"date": "2016-08-29",
"count": 3
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2016-09-03",
"count": 1
},
{
"date": "2016-09-07",
"count": 2
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-16",
"count": 1
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-09-27",
"count": 2
},
{
"date": "2016-09-28",
"count": 1
},
{
"date": "2016-10-01",
"count": 2
},
{
"date": "2016-10-05",
"count": 2
},
{
"date": "2016-10-07",
"count": 1
},
{
"date": "2016-10-19",
"count": 2
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-10-24",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-10-31",
"count": 1
},
{
"date": "2016-11-03",
"count": 1
},
{
"date": "2016-11-04",
"count": 1
},
{
"date": "2016-11-06",
"count": 1
},
{
"date": "2016-11-07",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-11",
"count": 1
},
{
"date": "2016-11-12",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-21",
"count": 2
},
{
"date": "2016-11-25",
"count": 2
},
{
"date": "2016-11-27",
"count": 2
},
{
"date": "2016-11-30",
"count": 1
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2016-12-05",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2016-12-08",
"count": 1
},
{
"date": "2016-12-12",
"count": 1
},
{
"date": "2016-12-13",
"count": 2
},
{
"date": "2016-12-14",
"count": 2
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2016-12-23",
"count": 1
},
{
"date": "2016-12-27",
"count": 1
},
{
"date": "2016-12-28",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-01-03",
"count": 2
},
{
"date": "2017-01-05",
"count": 1
},
{
"date": "2017-01-11",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-01-13",
"count": 2
},
{
"date": "2017-01-16",
"count": 2
},
{
"date": "2017-01-19",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-01-24",
"count": 1
},
{
"date": "2017-01-25",
"count": 1
},
{
"date": "2017-02-02",
"count": 2
},
{
"date": "2017-02-03",
"count": 5
},
{
"date": "2017-02-07",
"count": 1
},
{
"date": "2017-02-09",
"count": 2
},
{
"date": "2017-02-16",
"count": 1
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-02-24",
"count": 2
},
{
"date": "2017-02-25",
"count": 1
},
{
"date": "2017-02-26",
"count": 1
},
{
"date": "2017-03-02",
"count": 1
},
{
"date": "2017-03-05",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-13",
"count": 1
},
{
"date": "2017-03-14",
"count": 2
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-20",
"count": 2
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-03-26",
"count": 1
},
{
"date": "2017-03-29",
"count": 1
},
{
"date": "2017-03-30",
"count": 1
},
{
"date": "2017-04-05",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-08",
"count": 1
},
{
"date": "2017-04-10",
"count": 1
},
{
"date": "2017-04-14",
"count": 1
},
{
"date": "2017-04-20",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-22",
"count": 1
},
{
"date": "2017-04-23",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-04-29",
"count": 1
},
{
"date": "2017-04-30",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-11",
"count": 2
},
{
"date": "2017-05-12",
"count": 3
},
{
"date": "2017-05-14",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-05-27",
"count": 1
},
{
"date": "2017-05-30",
"count": 1
},
{
"date": "2017-06-05",
"count": 1
},
{
"date": "2017-06-09",
"count": 1
},
{
"date": "2017-06-16",
"count": 2
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-06-23",
"count": 2
},
{
"date": "2017-06-24",
"count": 1
},
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-07-01",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-07-22",
"count": 1
},
{
"date": "2017-07-25",
"count": 2
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-08-06",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-08-16",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-08-24",
"count": 1
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-01",
"count": 2
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-09-09",
"count": 1
},
{
"date": "2017-09-12",
"count": 2
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-09-27",
"count": 1
},
{
"date": "2017-09-29",
"count": 1
},
{
"date": "2017-10-09",
"count": 1
},
{
"date": "2017-10-11",
"count": 1
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2017-11-28",
"count": 3
},
{
"date": "2017-12-06",
"count": 2
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2017-12-22",
"count": 1
},
{
"date": "2018-01-05",
"count": 2
},
{
"date": "2018-01-12",
"count": 1
},
{
"date": "2018-01-22",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-02-01",
"count": 2
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-03",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-25",
"count": 1
},
{
"date": "2018-02-28",
"count": 1
},
{
"date": "2018-03-12",
"count": 1
},
{
"date": "2018-03-15",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-30",
"count": 2
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-04-27",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-27",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-01",
"count": 2
},
{
"date": "2018-06-02",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-06-23",
"count": 1
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-06",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-16",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-21",
"count": 1
},
{
"date": "2018-07-22",
"count": 1
},
{
"date": "2018-07-29",
"count": 1
},
{
"date": "2018-08-03",
"count": 1
},
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-08-15",
"count": 2
},
{
"date": "2018-08-19",
"count": 1
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-23",
"count": 1
},
{
"date": "2018-09-08",
"count": 1
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-17",
"count": 3
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2018-10-04",
"count": 1
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-10-14",
"count": 1
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-10-17",
"count": 2
},
{
"date": "2018-10-19",
"count": 2
},
{
"date": "2018-10-23",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-08",
"count": 2
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-10",
"count": 2
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-11-30",
"count": 1
},
{
"date": "2018-12-03",
"count": 2
},
{
"date": "2018-12-09",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-24",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2018-12-28",
"count": 1
},
{
"date": "2018-12-30",
"count": 1
},
{
"date": "2018-12-31",
"count": 2
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-13",
"count": 1
},
{
"date": "2019-01-16",
"count": 1
},
{
"date": "2019-01-21",
"count": 1
},
{
"date": "2019-01-23",
"count": 1
},
{
"date": "2019-01-24",
"count": 2
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-02-10",
"count": 1
},
{
"date": "2019-02-19",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-03-05",
"count": 2
},
{
"date": "2019-03-07",
"count": 1
},
{
"date": "2019-03-12",
"count": 2
},
{
"date": "2019-03-15",
"count": 2
},
{
"date": "2019-03-20",
"count": 2
},
{
"date": "2019-03-22",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-03-27",
"count": 1
},
{
"date": "2019-03-30",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-04",
"count": 2
},
{
"date": "2019-04-11",
"count": 1
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-04-22",
"count": 2
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-26",
"count": 2
},
{
"date": "2019-05-01",
"count": 1
},
{
"date": "2019-05-07",
"count": 2
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-19",
"count": 1
},
{
"date": "2019-05-22",
"count": 2
},
{
"date": "2019-05-27",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-12",
"count": 1
},
{
"date": "2019-06-22",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-07-01",
"count": 1
},
{
"date": "2019-07-05",
"count": 1
},
{
"date": "2019-07-07",
"count": 1
},
{
"date": "2019-07-12",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-09-30",
"count": 4
},
{
"date": "2019-10-01",
"count": 9
},
{
"date": "2019-10-02",
"count": 1
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-14",
"count": 1
},
{
"date": "2019-10-29",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-10-31",
"count": 1
},
{
"date": "2019-11-04",
"count": 2
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-17",
"count": 1
},
{
"date": "2019-12-25",
"count": 1
},
{
"date": "2020-01-20",
"count": 3
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-01-27",
"count": 1
},
{
"date": "2020-02-02",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-10",
"count": 1
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-02",
"count": 1
},
{
"date": "2020-03-08",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-14",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-24",
"count": 1
},
{
"date": "2020-06-04",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-06-26",
"count": 1
},
{
"date": "2020-06-28",
"count": 1
},
{
"date": "2020-07-01",
"count": 2
},
{
"date": "2020-07-15",
"count": 1
},
{
"date": "2020-08-03",
"count": 1
},
{
"date": "2020-08-11",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-08",
"count": 2
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-16",
"count": 1
},
{
"date": "2020-10-18",
"count": 1
},
{
"date": "2020-10-22",
"count": 2
},
{
"date": "2020-10-24",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-10-28",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-08",
"count": 1
},
{
"date": "2020-11-09",
"count": 1
},
{
"date": "2020-11-20",
"count": 1
},
{
"date": "2020-11-21",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-11",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-01",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-01-14",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-26",
"count": 2
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-02",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-25",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2021-04-03",
"count": 1
},
{
"date": "2021-04-06",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-04-12",
"count": 1
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-15",
"count": 2
},
{
"date": "2021-04-17",
"count": 1
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-05-09",
"count": 2
},
{
"date": "2021-05-13",
"count": 1
},
{
"date": "2021-05-20",
"count": 2
},
{
"date": "2021-05-23",
"count": 2
},
{
"date": "2021-05-24",
"count": 2
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-05-27",
"count": 2
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-24",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-15",
"count": 1
},
{
"date": "2021-07-31",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-11",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-27",
"count": 1
},
{
"date": "2021-09-12",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2021-09-21",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-10",
"count": 1
},
{
"date": "2021-10-21",
"count": 1
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-11",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-19",
"count": 1
},
{
"date": "2021-11-29",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-30",
"count": 1
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-08",
"count": 1
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-02-05",
"count": 1
},
{
"date": "2022-02-10",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-18",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-04-04",
"count": 2
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-11",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-20",
"count": 2
},
{
"date": "2022-04-26",
"count": 2
},
{
"date": "2022-05-22",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-02",
"count": 1
},
{
"date": "2022-06-14",
"count": 2
},
{
"date": "2022-06-19",
"count": 2
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-17",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-07-31",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-09",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-16",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-10-26",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-25",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-16",
"count": 2
},
{
"date": "2023-01-19",
"count": 2
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-01-25",
"count": 2
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-03",
"count": 1
},
{
"date": "2023-02-07",
"count": 2
},
{
"date": "2023-02-22",
"count": 2
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-06",
"count": 1
},
{
"date": "2023-03-07",
"count": 2
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-03-22",
"count": 1
},
{
"date": "2023-03-23",
"count": 2
},
{
"date": "2023-03-27",
"count": 1
},
{
"date": "2023-04-04",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-10",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-04-24",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-05-20",
"count": 1
},
{
"date": "2023-06-03",
"count": 1
},
{
"date": "2023-06-06",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-07-01",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-11",
"count": 2
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-07-17",
"count": 1
},
{
"date": "2023-07-19",
"count": 1
},
{
"date": "2023-07-20",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-11",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-25",
"count": 1
},
{
"date": "2023-09-04",
"count": 1
},
{
"date": "2023-09-05",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-13",
"count": 1
},
{
"date": "2023-09-17",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-20",
"count": 1
},
{
"date": "2023-10-22",
"count": 1
},
{
"date": "2023-10-24",
"count": 1
},
{
"date": "2023-10-31",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-16",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2024-01-03",
"count": 1
},
{
"date": "2024-01-05",
"count": 1
},
{
"date": "2024-01-13",
"count": 1
},
{
"date": "2024-01-17",
"count": 1
},
{
"date": "2024-02-02",
"count": 1
},
{
"date": "2024-02-04",
"count": 1
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-10",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-04-01",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-11",
"count": 1
},
{
"date": "2024-05-14",
"count": 1
},
{
"date": "2024-05-19",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-06-27",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-08-05",
"count": 1
},
{
"date": "2024-08-23",
"count": 1
},
{
"date": "2024-09-01",
"count": 1
},
{
"date": "2024-09-11",
"count": 1
},
{
"date": "2024-09-12",
"count": 1
},
{
"date": "2024-09-16",
"count": 2
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-21",
"count": 1
},
{
"date": "2024-11-22",
"count": 1
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2025-01-16",
"count": 1
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-14",
"count": 1
},
{
"date": "2025-02-20",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-27",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-04-11",
"count": 1
},
{
"date": "2025-04-19",
"count": 1
},
{
"date": "2025-05-12",
"count": 1
},
{
"date": "2025-07-23",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-29",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-27",
"count": 1
},
{
"date": "2025-09-03",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-25",
"count": 1
},
{
"date": "2025-12-08",
"count": 1
},
{
"date": "2025-12-11",
"count": 2
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 7
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 1597
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 27711,
"source_files_sampled": 52,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 23,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 4,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "awesome_print",
"direct": false,
"version": "1.8.0",
"ecosystem": "rubygems"
},
{
"name": "awesome_print",
"direct": false,
"version": "1.9.2",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": false,
"version": "0.3.0",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.4.4",
"ecosystem": "rubygems"
},
{
"name": "diff-lcs",
"direct": false,
"version": "1.6.2",
"ecosystem": "rubygems"
},
{
"name": "fuubar",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "fuubar",
"direct": false,
"version": "2.5.0",
"ecosystem": "rubygems"
},
{
"name": "fuubar",
"direct": false,
"version": "2.5.1",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": "3.10.0",
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": "3.13.2",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.10.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-core",
"direct": false,
"version": "3.13.6",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.10.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-expectations",
"direct": false,
"version": "3.13.5",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.10.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-mocks",
"direct": false,
"version": "3.13.7",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.10.0",
"ecosystem": "rubygems"
},
{
"name": "rspec-support",
"direct": false,
"version": "3.13.6",
"ecosystem": "rubygems"
},
{
"name": "rspectacular",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspectacular",
"direct": false,
"version": "0.70.8",
"ecosystem": "rubygems"
},
{
"name": "ruby-prof",
"direct": false,
"version": "0.15.9",
"ecosystem": "rubygems"
},
{
"name": "ruby-prof",
"direct": false,
"version": "1.6.3",
"ecosystem": "rubygems"
},
{
"name": "ruby-prof",
"direct": false,
"version": "1.7.2",
"ecosystem": "rubygems"
},
{
"name": "timecop",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "timecop",
"direct": false,
"version": "0.9.10",
"ecosystem": "rubygems"
},
{
"name": "timecop",
"direct": false,
"version": "0.9.6",
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 27,
"direct_count": 0,
"indirect_count": 27
}
},
"maintainership": {
"issues": {
"open_prs": 1,
"merged_prs": 16,
"open_issues": 1,
"closed_ratio": 0.992,
"closed_issues": 121,
"closed_unmerged_prs": 62
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "jfelchner",
"commits": 751,
"avatar_url": "https://avatars.githubusercontent.com/u/285582?v=4"
},
{
"type": "User",
"login": "nex3",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/188?v=4"
},
{
"type": "User",
"login": "igrep",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/227057?v=4"
},
{
"type": "User",
"login": "L2G",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/106988?v=4"
},
{
"type": "User",
"login": "bjmfactory",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/6900377?v=4"
},
{
"type": "User",
"login": "orien",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/497874?v=4"
},
{
"type": "User",
"login": "amarshall",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/153175?v=4"
},
{
"type": "User",
"login": "flori",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/15918?v=4"
},
{
"type": "User",
"login": "c-lliope",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/829576?v=4"
},
{
"type": "User",
"login": "jim",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3331?v=4"
}
],
"contributors_sampled": 40,
"top_contributor_share": 0.921
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"labels.yml",
"linting.yml",
"locking.yml",
"testing.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Gemfile.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 7 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": 10,
"reason": "license file 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": "no SAST tool detected",
"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": "bafa278bfb14353282c2ae3207060f69615db7ae",
"ran_at": "2026-07-21T23:57:21Z",
"aggregate_score": 3.3,
"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": "2026-07-21T00:41:16Z",
"oldest_open_prs": [
{
"number": 200,
"created_at": "2025-05-04T11:53:34Z",
"last_comment_at": "2025-08-27T17:48:45Z",
"last_comment_author": "jfelchner"
}
],
"last_merged_pr_at": "2020-12-26T21:20:39Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 204,
"created_at": "2026-05-15T15:42:11Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jfelchner/ruby-progressbar",
"host": "github.com",
"name": "ruby-progressbar",
"owner": "jfelchner"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 45,
"inputs": {
"security": 46,
"vitality": 15,
"community": 88,
"governance": 50,
"engineering": 72,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 53,
"overall_after_abandonment_multiplier": 45
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 15,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 9,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 194,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 194 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 194
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"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": "critical",
"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": 24,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v1.5.1",
"releases_from_tags": true,
"days_since_latest_release": 4451,
"mean_days_between_releases": 561.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4451 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 4451
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~561.6 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 561.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained",
"broken_ci"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 1,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": 2033,
"days_since_last_human_commit": 194,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 194 days; 3 unmet obligation(s): releases stalled, Scorecard reports it unmaintained, CI broken",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 194,
"count": 3,
"signals": "releases stalled, Scorecard reports it unmaintained, CI broken"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 88,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"forks": 131,
"stars": 1597,
"watchers": 20,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,597 stars",
"points": 52,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1597
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "131 forks",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 131
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "20 watchers",
"points": 7.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 20
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": [
"progressbar",
"ruby-progressbar"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 728039186,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "728,039,186 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 728039186,
"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": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 40,
"top_contributor_share": 0.921
},
"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 92% of commits",
"points": 1.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 92
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "40 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 40
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 7 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"merged_prs": 16,
"open_issues": 1,
"closed_issues": 121,
"issue_closed_ratio": 0.992,
"closed_unmerged_prs": 62
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "99% of issues closed",
"points": 46.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 99
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "16/78 decided PRs merged",
"points": 7.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 16,
"decided": 78
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 76,
"owner_type": "User",
"is_verified": null,
"owner_login": "jfelchner",
"public_repos": 2,
"account_age_days": 5902
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "76 followers of jfelchner",
"points": 13.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 76,
"login": "jfelchner"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~16 yr old",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"progressbar",
"ruby-progressbar"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 1235
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1235 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1235
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "33 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 33
}
}
],
"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": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"progress-bar",
"progressbar",
"progressbars",
"cli",
"progress",
"terminal"
],
"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": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"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": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 7 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 detected",
"points": 2.5,
"status": "met",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 23 resolved dependencies against OSV; 4 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 23
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 4
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 23,
"unassessed_packages": 4,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 23,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 14
},
"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": 34,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 11,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.21,
"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": "21 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 11.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Gemfile.lock"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"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": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 27711,
"source_files_sampled": 52,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/52 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 52,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T23:57:36.811366Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jfelchner/ruby-progressbar.svg",
"full_name": "jfelchner/ruby-progressbar",
"license_state": "standard",
"license_spdx": "MIT"
}