Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2672,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 6830,
"C++": 276456,
"Java": 42381,
"Ruby": 534990,
"PowerShell": 3023
},
"pushed_at": "2026-07-15T21:53:38Z",
"created_at": "2008-08-17T18:35:57Z",
"owner_type": "Organization",
"updated_at": "2026-07-20T06:30:49Z",
"description": "EventMachine: fast, simple event-processing library for Ruby programs",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Ruby",
"significant_languages": [
"Ruby",
"C++"
]
},
"owner": {
"blog": null,
"name": "eventmachine",
"type": "Organization",
"login": "eventmachine",
"company": null,
"location": null,
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/20947?v=4",
"created_at": "2008-08-17T18:30:33Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 6547
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.2.7",
"kind": "patch",
"published_at": "2018-05-12T13:06:14Z"
},
{
"tag": "v1.2.6",
"kind": "patch",
"published_at": "2018-04-30T10:07:04Z"
},
{
"tag": "v1.2.5",
"kind": "patch",
"published_at": "2017-07-28T06:49:19Z"
},
{
"tag": "v1.2.4",
"kind": "patch",
"published_at": "2017-07-28T06:48:46Z"
},
{
"tag": "v1.2.3",
"kind": "patch",
"published_at": "2017-02-23T05:27:47Z"
},
{
"tag": "v1.2.2",
"kind": "patch",
"published_at": "2017-01-23T15:05:17Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2016-11-17T16:42:48Z"
},
{
"tag": "v1.2.0.1",
"kind": "other",
"published_at": "2016-03-16T01:44:17Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2016-03-15T04:56:08Z"
},
{
"tag": "v1.0.9.1",
"kind": "other",
"published_at": "2016-03-15T04:57:24Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2016-03-15T04:56:35Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2015-08-06T13:55:46Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2015-02-10T09:32:29Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2015-02-10T09:32:10Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2015-02-02T21:32:16Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2015-02-02T05:15:52Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2013-06-28T05:09:35Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2013-06-28T05:10:30Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2013-06-28T05:11:14Z"
}
],
"recent_commits": [
{
"oid": "57263ee7ba2c5b38ad22315f71f71eeedef516c8",
"body": "* Add EM.current_time for pure_ruby and enable tests\n\nThis already existed on Reactor#current_loop_time, we just needed to\nforward to it from the singleton method on `EM`. For now, I kept the\nsame name for the Reactor attr_reader but added an alias to it.\n\nThis enables four existing tests. They ar\n[…]\nhere's a miniscule performance improvement by using Integer vs\nFloat, but that's not the primary motivation. The goal was to match\nthe behavior of the C++ extension's `EventMachine_t::GetRealTime()`.",
"is_bot": false,
"headline": "Implement pure_ruby `EM.current time` (#1015)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2026-07-15T21:53:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ef64b73f506ec4852fbdd2191e6656f72393e2f7",
"body": "* Explicitly require `sorted_set` for pure_ruby mode\n\nSince ruby 4.0, requiring `set` no longer autoloads `SortedSet`.\n\n* Drop EOL ruby versions from windows and macos CI\n\nAs per the policy adopted in #998, I'm dropping all EOL ruby versions\nfrom windows and macos runners.\n\n* Drop ubuntu-20.04 and m\n[…]\n versions: 2.6 through 3.2.\n\n* Upgrade windows-2022 runner to windows-2025\n\nThe windows-2025 runner is now the GA version (windows-latest). Let's\nupgrade that _before_ GitHub deprecates windows-2022.",
"is_bot": false,
"headline": "Drop ruby 2.5 support (bump minimum ruby to 2.6.0) (#1029)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2026-07-15T21:51:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "734a2f153ea0cb617265074cfafbfe95387b3ae4",
"body": "Since ruby 4.0, requiring `set` no longer autoloads `SortedSet`.",
"is_bot": false,
"headline": "Explicitly require `sorted_set` for pure_ruby mode (#1028)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2026-07-15T21:50:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11a03ff435094a383f68ea00df94cec60795d1bb",
"body": "* Add `ostruct` to the Gemfile (for ruby 3.5)\n\n* Fix test fixture CSR generation\n\nSee ruby/openssl#734 and ruby/openssl#747.\n\n* Add ruby 3.4 to CI\n\n* Dynamically update new ruby versions in CI\n\nThis is the same ruby versions action used by all stdlib gems, so it\nwill keep CI up-to-date with new ruby\n[…]\ny at\nleast one of them behaving so badly that they fail. Perhaps, by merging\nthe `pure_ruby` step into the build job, the odds of every job in the\nmatrix completing on the first attempt are improved.",
"is_bot": false,
"headline": "Update CI for changes to ruby 3.5 and openssl (#1018)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2026-07-06T21:38:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7945a4e11211ca16b38426308ec3c63676ed50e9",
"body": "SSLv3 is disabled at runtime in OpenSSL 4.0 (no protocols available)\neven when OPENSSL_NO_SSL3 is not defined at compile time.\n\nFixes https://bugs.launchpad.net/ubuntu/+source/ruby-eventmachine/+bug/2154896",
"is_bot": false,
"headline": "Skip SSLv3 tests on OpenSSL 4.0+ (#1026)",
"author_name": "Ravi Kant Sharma",
"author_login": "raviksharma",
"committed_at": "2026-07-06T21:36:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79f05e4c2853167c4f70fe39c1a9555ff04cf5f1",
"body": "Ruby master removed the long-deprecated Data_Wrap_Struct and\nData_Get_Struct macros in\nhttps://github.com/ruby/ruby/commit/a26f528b3b\n(\"Deprecate `struct RData` in favor of `struct RTypedData`\"), so the\nfastfilereader extension no longer compiles against ruby 4.1.0dev:\n\n rubymain.cpp:53:19: error\n[…]\nct/TypedData_Get_Struct and an\nrb_data_type_t instead. The TypedData API is available on all rubies\ncovered by required_ruby_version (>= 2.5.0).\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Migrate fastfilereader to the TypedData API (#1027)",
"author_name": "Yasuo Honda",
"author_login": "yahonda",
"committed_at": "2026-07-06T21:33:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e7320417cf291cc6a69471a64ecae5ddb5367715",
"body": "These all pass now. I believe they were fixed by 0c0c715 in #993.",
"is_bot": false,
"headline": "Run SSL verify tests in pure ruby CI (#1007)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2024-09-16T19:37:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ca4fe21fcb6ef840892715056baff3e3513d68",
"body": "Run the full test suite in pure ruby CI",
"is_bot": false,
"headline": "Merge pull request #1006 from nevans/mark-pure-ruby-tests-pending",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-16T19:33:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6cbdf17f1d40cbc8d6de5484bc2e849fe090c5b",
"body": "This stubbing is just enough to get the rest of the test suite running.\nIt should be safe, as `EM.kqueue?` and `EM.epoll?` already exist for\nfeature detection. The implementation here basically mimics the\nimplementation in ext/rubymain.cpp.",
"is_bot": false,
"headline": "Add stub epoll/kqueue methods for pure ruby mode",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-12T17:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94921975e52591556e956f202b506fa43dc0a334",
"body": "There's no longer any special reason to single out just these tests, so\nthis rake task is obsolete.",
"is_bot": false,
"headline": "Drop `rake test_pure`",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-12T16:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbec14beaa161d9375033ed51d28b1a6610f105c",
"body": "The tests have been updated with \"pend\" or \"omit\", so the test suite\nshould still pass (albeit with a long \"TODO list\" in the output).",
"is_bot": false,
"headline": "Change test_em_pure_ruby to execute *all* tests",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-12T16:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7df8ecda9c77335e7ec99c349039ef52c8bec038",
"body": null,
"is_bot": false,
"headline": "Mark failing tests as pending for pure ruby mode",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-12T16:36:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84662ca0a51ff64d88b2ee5ede7ea28e6476d94e",
"body": "* Add `#ci?` for tests to adjust themselves in CI\r\n\r\n* Update TIMEOUT_INTERVAL based on both OS and CI\r\n\r\nLinux, local: 0.25\r\nWindows, local: 0.5\r\nMacOS, local: 0.5\r\nLinux, in CI: 1.0\r\nWindows, in CI: 2.0\r\nMacOS, in CI: 2.0\r\n\r\nAnd, of course, each test may include its own multiplier or incre\n[…]\n prior to 2.5, yet!\r\n\r\n* Apply pure_ruby multiplier to TIMEOUT_INTERVAL\r\n\r\nThe pure_ruby tests also tend to be much slower than running the\r\nstandard C++ reactor.\r\n\r\n* Update tests/test_httpclient2.rb",
"is_bot": false,
"headline": "Adjust flaky timeouts (#1004)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2024-09-09T17:28:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3f119601940a1381e866112d8fd7f1c53438664",
"body": "Add str.dup to httpclient, for consistency",
"is_bot": false,
"headline": "Merge pull request #1005 from nevans/frozen-string-httpclient-followup",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-09T17:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26e840b138c588c23659a4805a3b0d76b91b07b3",
"body": "In practice, I don't think either of these really matter:\n* `@data` will just be reassigned in `#receive_data`'s `:base` clause\n* `@content` should be reassigned (to non-frozen) by the earlier\n if/eslif clauses, prior to being mutated by the `else` clause.\n\nBut, for consistency, documentation, and in case this is subclassed, we\nshould ensure that these vars are always mutable buffers.",
"is_bot": false,
"headline": "Add str.dup to httpclient, for consistency",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-09T14:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2daf48c16ba9990a4630c234e1d19f8cc6737fea",
"body": null,
"is_bot": false,
"headline": "Merge pull request #970 from MSP-Greg/00-ssl3",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-07T04:02:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21200d84e82fa3c32d50ca3fc65b8ed78993593",
"body": null,
"is_bot": false,
"headline": "Use SSL_CTX_set_dh_auto if needed and available",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2024-09-07T02:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5971d0efbfa4416f57061d16b942b5eeb4b1ef23",
"body": null,
"is_bot": false,
"headline": "Ruby 3+ & OpenSSL 3 fixes",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2024-09-07T02:10:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513252911a960de480ff4c5b699cc4d2224c601e",
"body": "Remove most EOL rubies from the build matrix",
"is_bot": false,
"headline": "Merge pull request #998 from nevans/drop-EOL-ruby-version-support",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-07T01:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfa64f77905f48daee694bd0eb6263b31155e338",
"body": "Friday afternoon is a busy time for GHA...",
"is_bot": false,
"headline": "[CI] test_httpclient2.rb - fix intermittent failures on GHA (#1002)",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2024-09-07T01:52:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00e215cc1dafeaa726c63ec89d0ca2766001d713",
"body": null,
"is_bot": false,
"headline": "[CI] Windows test fixes - test_httpclient2.rb & test_pure.rb (#999)",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2024-09-07T01:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e34685db78ad32b18427b9a5fff681254cac63d",
"body": "…(#1003)",
"is_bot": false,
"headline": "lib files - fix Ruby head 'warning: literal string will be frozen... …",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2024-09-07T01:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee9a5b699b0a4e244f121341f53b51e0d80f9b87",
"body": "Ubuntu builds sort first (20.04, 22.04, 24.04), then macos-13, macos-14,\nand windows-2022. This also sorts the windows ucrt build immediately\nafter the other windows builds.",
"is_bot": false,
"headline": "Sort the builds in (mostly) alphanumeric order",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-06T20:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "acdd60bb9a41354503593842daf56404a05181ab",
"body": "This change still supports four EOL versions: 2.5, 2.6, 2.7, and 3.0.\n\nPractically speaking, 2.0, 2.1, and 2.2 have already been removed from\nCI. ruby 2.5 was released with v2.1.0 of the openssl gem, and v2.1.0 of\nthat gem dropped support for OpenSSL libary versions 0.9.8 to 1.0.0.\nSo, by raising our ruby version, we also raise our minimum supported\nOpenSSL version to 1.0.1 (or LibreSSL 2.5).",
"is_bot": false,
"headline": "Bump required ruby version from 2.0+ to 2.5+",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-06T20:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35802d46d25324a432efcf7b38bf3f1edf7bfe19",
"body": "From @MSP-Greg's comment on #998:\n> Since Ruby 2.3 & 2.4 are removed, we can change the workflow's line 46\n> from uses: ruby/setup-ruby-pkgs@v1 to uses: ruby/setup-ruby@v1.\n\nCo-authored-by: MSP-Greg <MSP-Greg@users.noreply.github.com>",
"is_bot": false,
"headline": "Convert to ruby/setup-ruby (from setup-ruby-pkgs)",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-06T20:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1abfb0d92b1f0ca5a8535db99d813c7ce5c425bf",
"body": "Most deployments will be to linux servers, and EventMachine *is* still\nmaintaining *some* support for old versions of ruby. So this still\nkeeps up to four EOL ruby builds for ubuntu, but _only_ for ruby\nversions that went EOL _after_ that version of ubuntu was first\nreleased.",
"is_bot": false,
"headline": "Remove most EOL rubies from the build matrix",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-06T20:53:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c6ea32459427fc1da3b83dc9473f34afde7184c",
"body": "Run all Rubies on macOS amd64, use macos-14",
"is_bot": false,
"headline": "workflow.yml - use setup-ruby's `bundler-cache: true`, misc (#1000)",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2024-09-06T18:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a32652bb0cee6a8152c1d976c2050e9669d4d31b",
"body": "… the future' (#1001)",
"is_bot": false,
"headline": "test files - fix Ruby head 'warning: literal string will be frozen in…",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2024-09-06T18:51:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d6980d4dac95229de7cfa422dc5d8f2a52838d",
"body": "Resolves #477, IO waits in Java code checkIO are reduced to at most timerQuantum miliseconds",
"is_bot": false,
"headline": "Fix for #477 (#478)",
"author_name": "Borna Novak",
"author_login": "bbozo",
"committed_at": "2024-09-05T21:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa1b78e7c182929b7c1626109271ec340111f084",
"body": "Fix pure ruby tests",
"is_bot": false,
"headline": "Merge pull request #993 from nevans/fix-pure-ruby-tests",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T21:42:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7eeef717956887d7d3f5d6250f716d907bbcab",
"body": null,
"is_bot": false,
"headline": "Gemfile nit",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T21:42:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10d203684bcf96e360a6e6407f4879b41bdce4a2",
"body": null,
"is_bot": false,
"headline": "Silence unused variable warning in pure ruby mode",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T20:05:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ca45eee68f6be68b9e9d9a566b695b8f753cd21",
"body": null,
"is_bot": false,
"headline": "Only warn on SSLError if $VERBOSE or $DEBUG is set",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7eaf1a5188078e7e01be94a67bb290f4cfa6c56",
"body": "These were clobbered by later definitions that came from a different PR.",
"is_bot": false,
"headline": "Fix clobbered OPENSSL_NO_SSL{2,3} constants",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a018815a5d8dfb40289a042baea97c19a26493e7",
"body": "This also copies the default DH parameters from the stdlib OpenSSL gem,\nwhich was in copied their default from RFC7919, Appendix A.1: ffdhe2048.",
"is_bot": false,
"headline": "Fix dhparam for different versions",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "530b0e3f9e9e8c538c9c4bb68c5ae900fb8b25ec",
"body": null,
"is_bot": false,
"headline": "Fix misspelled tests \"inlince\" => \"inline\" :)",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b8f0058b83f8ea881c200037ea7d42342ca8f85",
"body": null,
"is_bot": false,
"headline": "Add ubuntu-20.04 to pure ruby CI",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34e0ddedc56b85945079a72af42bd779526d236d",
"body": "There are several significant outstanding issues to get the pure ruby\nmode working under windows and macos. For now, these are simply\ndisabled in CI.",
"is_bot": false,
"headline": "Disable pure ruby builds for Windows and MacOS",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "950f01a6936bfdfce998bd9629e0b21897181f98",
"body": "This converts the conditional for platform specific code from a regexp\non RUBY_PLATFORM to instead check for all of the relevant consts. I\nthought that this would allow us to see the tcpi_state for both Linux\nand MacOS... but on the MacOS machines I tested,\nSocket::TCP_CONNECTION_INFO was missing.",
"is_bot": false,
"headline": "WIP: Attempt (and fail) to fix macos text_connrefused",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "654648246090f0a8323296e461945b28b2187397",
"body": null,
"is_bot": false,
"headline": "Use macos-latest for pure_ruby CI",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe31c23c37f792a379490313c2b666c587b67c8",
"body": "We can't use `install_if` under ruby 2.2 because the version of bundler\nused with ruby 2.2 can't handle that `sorted_set` requires ruby >= 2.3.",
"is_bot": false,
"headline": "Fix bundle install for ruby 2.2",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc96d4deeed82a904b709caf6d10232a09ffb30f",
"body": "This is needed by the pure ruby implementation.",
"is_bot": false,
"headline": "Add sorted_set gem to Gemfile for ruby >= 3.0",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:47:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215c1799c2965ae82cf20e2f7ffbc4f2eab46dbd",
"body": "Although the regular \"build\" job still has support for ruby 2.3 (and\nhasn't yet added support for 3.2 and 3.3), I've only added back to ruby\n2.7 into the build matrix. This still tests EOL ruby versions, while\nstill narrowing the scope of the different versions of OpenSSL and ruby\nthat will be tested by CI.",
"is_bot": false,
"headline": "Split pure ruby tests into their own CI job",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T18:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd7ff7fd89cd796aef524880044295c393c748d5",
"body": "Wrapping _all_ errors, as the cpp implementation currently does, seems\nwrong. It would be better to just use the original OpenSSL exception\n(or whatever class it is). So, to make the tests pass, this only wraps\nthe one error type.",
"is_bot": false,
"headline": "Make pure ruby exception compatible",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80aad9cb36a17cbb89c05e207a59055fabbecae0",
"body": "The pure ruby version was only calling SslVerify once, after\nSslHandshakeCompleted, which is out of order and won't allow the\nconnection to see the entire certificate chain.\n\nThis adds the SSLContext#verify_callback to trigger the\n`ssl_verify_peer` method, to provide feature parity with the cpp\nimplementation. To properly handle the callback, we need to pass the\ncorrect arguments, but that's out of scope for this (a fix for that is\nin a different PR).",
"is_bot": false,
"headline": "Fix pure ruby ssl_verify_peer callback",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c0c715f2e61c3187d9efbd85b85cfd2e05bbe31",
"body": "This achieves parity with the cpp implementation, by disabling peer\nverification when verify_mode hasn't been set.\n\nThis is INSECURE and the behavior should be updated to verify by\ndefault, but that should be done for both implementations together\n(which will require updating all of the relevant tests).",
"is_bot": false,
"headline": "Fix pure ruby verify_mode (parity, not security)",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02872344ef2539f5e7ea67faf84d213bfc774557",
"body": null,
"is_bot": false,
"headline": "Print exceptions in pure ruby check_handshake_complete",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0867216e9d3c2fc6bbd6b375ca33f18bebb7b307",
"body": "When using TLSv1.3, checking SSLSocket#status for /^SSLOK/ would get\nstuck on \"early data\". Fortunately, it's okay to re-run accept_nonblock\nor connect_nonblock as many times as needed, until it returns\nsuccessfully. That should be a good indicator that the handshake has\ncompleted, at least accord\n[…]\nheck every time it calls\neventable_read and eventable_write. These methods will only attempt to\nread from or write to the SSLSocket after the non-blocking handshake\nmethod has completed successfully.",
"is_bot": false,
"headline": "Fix pure ruby ssl_handshake_completed",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:18:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a4fa0620129b5af69a5b51863e77f77b5ce4473e",
"body": "If we're going to set ivars on IO objects, let's at least namespace it\nproperly!",
"is_bot": false,
"headline": "Rename @my_selectable to @eventmachine_selectable",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee412e1cb550ee8991111f9a068775dc970821c",
"body": "Before this fix, versions were being added but not removed from the\ndefault options. This brings the ruby implementation of\n`start_tls(ssl_version:)` to parity with the cpp implementation.\n\nEven better would be to use something like the openssl gem's\nmin_version, max_version, and set_minmax_proto_version. This style of\nsetting versions allows gaps, and it has been deprecated by both the\nOpenSSL library and by the openssl ruby gem.",
"is_bot": false,
"headline": "Fix protocol version options in pure ruby impl",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "546e4d7ba45b749b2143489449e27bc2a40ad86b",
"body": "Most of the necessary changes were made in #974.",
"is_bot": false,
"headline": "Fix missing TLSv1.3 support for pure ruby impl",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:17:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "720d14bf030f1ef58927dd73983f3139337f0033",
"body": "`OpenSSL::X509::Certificate.load` was added in v3.0 of the gem, which\nwas released with ruby 2.6.",
"is_bot": false,
"headline": "Fix pure ruby cert_chain for ruby 2.5",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:15:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17091b2c90d9de09f7fca3c458c50dc6ed43d4aa",
"body": "This allows DER files in addition to PEM files",
"is_bot": false,
"headline": "Use File.binread for pure ruby cert and key files",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0d225110c3341813d4e0517a42d77264e4f5731",
"body": "* Fix \"cert\" vs \"cert_chain\" variable name\n* Only load DefaultCertificate (and key) for servers.\n* Use OpenSSL::X509::Certificate.load (instead of .new), which can\n handle extra chain certs.",
"is_bot": false,
"headline": "Fix pure ruby start_tls cert, key, and chain_certs",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:12:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d16b4f399e138f2bdf7ca0135bd29529862e245",
"body": "Update CI and README",
"is_bot": false,
"headline": "Merge pull request #996 from sodabrew/master",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T17:01:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f0daf93c96a0b2fb2d97352f5c75382219e1927",
"body": "Since the project uses tabs in .cpp and .h files, it seems useful to add\r\nan .editorconfig for them.",
"is_bot": false,
"headline": "Add .editorconfig file for rb, cpp, h files (#959)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2024-09-05T17:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcf33536d4e3659e1b098060f8a6b99fe92ada9c",
"body": "Generate test CA and certificates in rake",
"is_bot": false,
"headline": "Merge pull request #958 from nevans/generate-test-certs",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T16:59:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf61f7a01fdc2aaea4db28e82f79597e5c91af59",
"body": "Fix TLS connection of the pure Ruby reactor",
"is_bot": false,
"headline": "Merge pull request #974 from planio-gmbh/fix/pure-ruby",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T16:43:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dba79963430339f62c37efaa68e8ca80d7c153ed",
"body": null,
"is_bot": false,
"headline": "Remove Ruby 2.2 from CI matrix",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T16:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "529851321a773910c7cbeaecb271fa43f88e3d12",
"body": null,
"is_bot": false,
"headline": "Switch CI badge from Travis to GitHub Actions",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T16:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a9f705ee95ba1058f1255fce5769d0f594e9dc9",
"body": "All of these constants are needed to even start running the tests.\r\n\r\nApparently, there is no good way to test for support of protocol\r\nversions other than trying each of them. That may be okay for tests\r\n(see the openssl gem's tests for an example), but it's too much for\r\nload-time constants. So \n[…]\ne been disabled by default prior to\r\n1.1.0, but I wasn't able to find that in any Changelogs or\r\ndocumentation. SSL3 code is still in the OpenSSL repo, but it's been\r\ndisabled by default since 1.1.0.",
"is_bot": false,
"headline": "Fix missing OpenSSL constants in pure ruby impl (#992)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2024-09-05T15:47:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf8329fe1d97b5fde7c1f860ff0cb0f39341159c",
"body": "Because @timers is a SortedSet, which is implemented using rbtree, it\r\ncan't be modified during iteration. Some work had already been done to\r\nfix deletion of timers during iteration, but this solves the addition of\r\nnew oneshot timers.",
"is_bot": false,
"headline": "Fix pure ruby Reactor#install_oneshot_timer (#991)",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2024-09-05T15:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecba994cd55ee21a74fc215eb876f38465265e6f",
"body": "* ecdh callback is deprecated\r\n\r\nThe callback is deprecated. This does not work with recent versions of OpenSSL. Use #ecdh_curves= instead.\r\nsee https://ruby-doc.org/stdlib-2.7.0/libdoc/openssl/rdoc/OpenSSL/SSL/SSLContext.html\r\n\r\ncallback is removed in 3.0.0\r\n\r\n* tmp_dh_callback is deprecated in ruby 3",
"is_bot": false,
"headline": "Set TLS params: Don't use deprecated functions anymore (#979)",
"author_name": "Marek Küthe",
"author_login": "marek22k",
"committed_at": "2024-09-05T15:13:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3980847f4463bcaf80c06f53e95b7eb1dddd2404",
"body": null,
"is_bot": false,
"headline": "Fix usage of Process::Status on ruby3.3 (#988)",
"author_name": "Antonio Terceiro",
"author_login": "terceiro",
"committed_at": "2024-09-05T15:10:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a28a142bf33c47b075d4436edfa35666cb0728e1",
"body": "Update CI matrix",
"is_bot": false,
"headline": "Merge pull request #995 from nevans/update-ci-matrix",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2024-09-05T15:09:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4851031d37360925da373b791b18ddd7988280ce",
"body": "As part of tidying up the SSL implementation, I'm updating all of the\ntests to use secure defaults. This commit doesn't enable certificate\nverification or identity verification, yet. This just adds a little bit\nof infrastructure for quickly testing several different SSL scenarios.\n\nCurrently, it's just a single CA which has signed a single \"localhost\"\ncertificate. I'll update it to use intermediate certs and multiple\nhostnames, etc, in future PRs.",
"is_bot": false,
"headline": "Generate test CA and certificates in rake",
"author_name": "nicholas a. evans",
"author_login": "nevans",
"committed_at": "2024-09-05T14:13:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3052028a7536f4455a4999c0444c834bf7f2e365",
"body": null,
"is_bot": false,
"headline": "Increase CI timeout for windows and macos",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fa584d8ae733785bf53336bd716ac320352c00b",
"body": "This timeout was flaky in CI, so I doubled the allowed delta.",
"is_bot": false,
"headline": "Double test_periodic_timer timeout (in TestPure)",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "227abbedd324271650c630169459fd3eb9046920",
"body": "I'm seeing intermittent failures for this test even in ubuntu runners.\nSo I've increased the time from 3 seconds to 5 seconds, and I've made it\na multiple of TIMEOUT_INTERVAL (so it'll be 10 seconds on MacOS and\nWindows).",
"is_bot": false,
"headline": "Increase timeout for test_dispatch_completion",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccdaca084eda311f35c1690f429f10c7ae9ea95d",
"body": "Several of these tests appeared to be flaky in CI, but only for macos or\nwindows. So I went through and raised many of them, for those OSes\nonly. In many cases, I changed the timeouts to be a multiple of\nTIMEOUT_INTERVAL, so that individual tests don't each need to check if\nthey are running on `windows? || darwin?`.",
"is_bot": false,
"headline": "Raise CI timeout intervals for windows and macos",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8913ac5816d0b4dbe517ef9ff7d513fd2fe1e397",
"body": "It looks like ruby/setup-ruby-pkgs contains all of the commits in\nMSP-Greg/setup-ruby-pkgs. I'm assuming that the ruby repository is now\nthe official version and that new updates will be pushed there. So this\nswitches to that repo.",
"is_bot": false,
"headline": "Update ruby/setup-ruby-pkgs to ruby organization",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f8621d2da42095fd067f0c666ef473b84a5f15",
"body": "actions/checkout@v2 has been deprecated for some time now.",
"is_bot": false,
"headline": "Update actions/checkout to v4",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abe437892392b317b08ab8e94695300849ba260f",
"body": "Ruby 3.2 should pass in CI. However, ruby 3.3 (and head) will not pass\nuntil GH-988 (or something like it) is merged. Windows mingw is\nlikewise excluded; it builds ruby HEAD.",
"is_bot": false,
"headline": "Add newer ruby versions to the CI matrix",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76310f37a8714b2da15c425107de4948fbebe677",
"body": "GitHub Actions dropped support for macos-10.15 on 2022-12-01:\n- https://github.com/actions/runner-images/issues/5583\n\nUnder the presumption that MacOS is primarily used for development and\nnot for deployment, I've switched the macos GitHub Actions runners to\nuse the \"latest\" release version for ruby\n[…]\n reliably pass under windows-2019 and reliably\nfail under windows-2022. Since I don't have a Windows OS dev env at my\ndisposal, I'm opting to just let windows CI continue under windows-2019,\nfor now.",
"is_bot": false,
"headline": "Switch CI to use macos-latest runner",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T18:46:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6941226e11aaed5ba483fc74e7812cb4c2c4a67d",
"body": "This avoids the following error:\n Bundler 2 requires Ruby 2.3+, using Bundler 1 on Ruby <= 2.2\n /opt/hostedtoolcache/Ruby/2.2.10/x64/bin/gem install bundler -v ~> 1.0\n ERROR: While executing gem ... (RuntimeError)\n Marshal.load reentered at marshal_load\n\nSee https://github.com/ruby/setup-ruby/issues/496\n\nThis works fine on ubuntu 20.04 and 24.04.",
"is_bot": false,
"headline": "Exclude ubuntu-22.04 / ruby 2.2 from CI",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T17:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5de0c2399d294d1aeeb465bfb58c87f1aaa46f71",
"body": "Each Ubuntu LTS comes with a different version of OpenSSL, Linux Kernel,\netc. And peopler are likely to deploy EventMachine applications to any\nof these versions. So there is some benefit to testing every Ubuntu LTS\nrelease that is supported by GitHub Actions.",
"is_bot": false,
"headline": "Add newer Ubuntu runners to CI",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T17:46:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "901e7183cca69ee8cbf526c0f02a493a1561c7f4",
"body": "GitHub Actions dropped support for ubuntu-18.04 on 2023-04-03:\n- https://github.com/actions/runner-images/issues/6002\n\nAlthough there are benefits to testing with older OS versions—especially\ngiven EventMachine's legacy status and the types of projects which are\nmost likely to depend on it—there are also significant costs to\nmaintaining CI for them once GitHub Actions has dropped support.",
"is_bot": false,
"headline": "Drop unsupported ubuntu-18.04 runner from CI",
"author_name": "nick evans",
"author_login": "nevans",
"committed_at": "2024-09-03T17:01:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42374129ab73c799688e4f5483e9872e7f175bed",
"body": null,
"is_bot": false,
"headline": "update Rubydoc documentation URL in the readme (#982)",
"author_name": "Kuba Suder",
"author_login": "mackuba",
"committed_at": "2023-07-17T20:23:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80b4884cb13a65a440936843b71331703405085f",
"body": null,
"is_bot": false,
"headline": "Add test_em_pure_ruby step to CI workflow",
"author_name": "Holger Just",
"author_login": "meineerde",
"committed_at": "2022-09-15T10:15:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a0a3685fcb25885022bf6a3b29585710ed3e3f1",
"body": "OpenSSL with a security level >= 2 requires RSA keys to be at least 2048\nbits. Since the default cert and key are always set first on a new\nSSLContext, using a smaller key size causes an exception when starting a\nTLS connection using the pure Ruby reactor.",
"is_bot": false,
"headline": "Increase keysize to 2048 bits in EventMachine::CertificateCreator",
"author_name": "Holger Just",
"author_login": "meineerde",
"committed_at": "2022-09-13T14:53:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f31fc57ad83b11f54626b6a8419cc944a14ce625",
"body": null,
"is_bot": false,
"headline": "Fix cert usage in EM.set_tls_parms with pure ruby",
"author_name": "Holger Just",
"author_login": "meineerde",
"committed_at": "2022-09-13T14:52:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03ffbcf378df05772007e44158ddd2b584ecd11e",
"body": null,
"is_bot": false,
"headline": "Add missing SSL constants to pure ruby reactor",
"author_name": "Holger Just",
"author_login": "meineerde",
"committed_at": "2022-09-12T19:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df4ab0068e5e9f504096584093a74510d0dac6c8",
"body": null,
"is_bot": false,
"headline": "Remove mention of Ruby version upper bound from readme. (#964)",
"author_name": "Keith Bennett",
"author_login": "keithrbennett",
"committed_at": "2022-03-14T20:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46b3f200a30a0ec530b09a3138551eda0c9d58c9",
"body": null,
"is_bot": false,
"headline": "CI: Quote all Ruby versions for consistency as strings not FPs",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2022-02-24T16:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008359dc4b5dd4b381e9a2dd6b9b48e9948b84b1",
"body": null,
"is_bot": false,
"headline": "CI: Add Ruby 3.1 to matrix (#962)",
"author_name": "Olle Jonsson",
"author_login": "olleolleolle",
"committed_at": "2022-02-24T16:45:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e1d6b11fd8400593af035a7a0d203d24c10c9b0",
"body": null,
"is_bot": false,
"headline": "Fix several typos in GettingStarted.md. (#953)",
"author_name": "Naoto Ono",
"author_login": null,
"committed_at": "2021-09-18T03:18:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abe347b824e36453f8a013fbe14323342a2ac8de",
"body": "Lands PR #948 plus one additional commit to resolve a C++ compiler difference.",
"is_bot": false,
"headline": "Merge pull request #949 from sodabrew/pr-948",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2021-07-05T18:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88be06efc88f98f59a9efa632dd87aa7977c8713",
"body": "Reported to be implemented by GCC 8 and higher, this workaround handles\nolder versions. Note that a definition like this is fine in C99.\nhttps://gcc.gnu.org/bugzilla/show_bug.cgi?id=55606",
"is_bot": false,
"headline": "Switch from static to runtime structure definition",
"author_name": "Aaron Stone",
"author_login": "sodabrew",
"committed_at": "2021-07-05T08:30:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "330ba20d369427a7be09050f67a3625637987710",
"body": "…default gem",
"is_bot": false,
"headline": "Ruby 3.1 - use bundler to install net-smtp, now a bundled gem, not a …",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T01:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e70b16d6d07b1fd4126b5dae074e3abdeb0b97c0",
"body": null,
"is_bot": false,
"headline": "Update workflow.yml",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T01:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daeb121fb5600cc0f4fc604fbf7d742578f26483",
"body": null,
"is_bot": false,
"headline": "Fixes for Process::Status changes in Ruby 3",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T00:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec27b6250c2a00b4f2720abd86669e194ca016ac",
"body": null,
"is_bot": false,
"headline": "Update test_processes.rb",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T00:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ded6e8ffca7fd00b38c18dc968e0efd2d17b75f3",
"body": null,
"is_bot": false,
"headline": "test_io_streamer.rb - require 'stringio'",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T00:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caf9ac1f02fe6251f71f557fc392d13c81d088fb",
"body": null,
"is_bot": false,
"headline": "eventmachine.gemspec - remove incorrect metadata code",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T00:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e97d63e0f586e8f8a071195434a7a88a209e6ed9",
"body": null,
"is_bot": false,
"headline": ".gitignore - add vendor/bundle/",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T00:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7b568a5d1aec733b6fd2c0def670fcb4b42cb50",
"body": null,
"is_bot": false,
"headline": "Windows pre-compiled gem - minimum Ruby version set to 2.2",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-06-29T00:34:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cac87805f26b5cdc29eca713871c3374131d786",
"body": "Add support for encoded private keys, as well as certs and privates keys passed as strings (client and server side)",
"is_bot": false,
"headline": "Merge pull request #887 from dmargery/support_inline_certs_and_keys",
"author_name": "James Tucker",
"author_login": "raggi",
"committed_at": "2021-06-29T00:08:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b18213ff3dfa5a215c9f6fb52337d2757733fa2a",
"body": "Extend certificate length.",
"is_bot": false,
"headline": "Merge pull request #923 from voxik/extend_cert_length",
"author_name": "James Tucker",
"author_login": "raggi",
"committed_at": "2021-06-29T00:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef0a5d14f95045a20b796535c104521bdcb440a8",
"body": "GitHub Actions - add Ruby 3.0",
"is_bot": false,
"headline": "Merge pull request #946 from MSP-Greg/actions-ruby-3",
"author_name": "James Tucker",
"author_login": "raggi",
"committed_at": "2021-06-29T00:03:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "581cb7c2de315ea2ae3e8dbdf47197930d8c1182",
"body": null,
"is_bot": false,
"headline": "GitHub Actions - add Ruby 3.0",
"author_name": "MSP-Greg",
"author_login": "MSP-Greg",
"committed_at": "2021-05-19T20:49:15Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 6,
"latest_release_at": "2018-05-12T13:06:14Z",
"latest_release_tag": "v1.2.7",
"releases_from_tags": false,
"days_since_last_push": 6,
"active_weeks_last_year": 2,
"days_since_latest_release": 2992,
"mean_days_between_releases": 87.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "eventmachine",
"exists": true,
"license": "Ruby",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/eventmachine",
"is_deprecated": false,
"latest_version": "1.2.7",
"repository_url": "https://github.com/eventmachine/eventmachine",
"versions_count": 124,
"total_downloads": 326081095,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T18:23:27Z",
"latest_published_at": "2018-05-12T13:05:44.577000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2992
}
]
},
"popularity": {
"forks": 634,
"stars": 4281,
"watchers": 101,
"fork_history": {
"days": [
{
"date": "2008-10-14",
"count": 1
},
{
"date": "2008-12-21",
"count": 1
},
{
"date": "2009-02-06",
"count": 1
},
{
"date": "2009-02-10",
"count": 1
},
{
"date": "2009-02-20",
"count": 1
},
{
"date": "2009-05-03",
"count": 1
},
{
"date": "2009-05-12",
"count": 1
},
{
"date": "2009-06-01",
"count": 1
},
{
"date": "2009-06-08",
"count": 1
},
{
"date": "2009-07-14",
"count": 1
},
{
"date": "2009-08-10",
"count": 1
},
{
"date": "2009-10-04",
"count": 1
},
{
"date": "2009-10-27",
"count": 1
},
{
"date": "2009-11-03",
"count": 1
},
{
"date": "2009-11-09",
"count": 2
},
{
"date": "2009-12-02",
"count": 1
},
{
"date": "2009-12-04",
"count": 1
},
{
"date": "2009-12-07",
"count": 1
},
{
"date": "2010-02-02",
"count": 1
},
{
"date": "2010-02-25",
"count": 1
},
{
"date": "2010-03-02",
"count": 1
},
{
"date": "2010-03-19",
"count": 1
},
{
"date": "2010-04-11",
"count": 1
},
{
"date": "2010-04-26",
"count": 1
},
{
"date": "2010-04-28",
"count": 1
},
{
"date": "2010-04-29",
"count": 1
},
{
"date": "2010-05-05",
"count": 1
},
{
"date": "2010-05-27",
"count": 1
},
{
"date": "2010-06-06",
"count": 1
},
{
"date": "2010-06-08",
"count": 1
},
{
"date": "2010-06-14",
"count": 1
},
{
"date": "2010-06-27",
"count": 1
},
{
"date": "2010-07-07",
"count": 1
},
{
"date": "2010-07-24",
"count": 1
},
{
"date": "2010-07-26",
"count": 1
},
{
"date": "2010-08-23",
"count": 1
},
{
"date": "2010-08-25",
"count": 1
},
{
"date": "2010-08-27",
"count": 1
},
{
"date": "2010-08-29",
"count": 1
},
{
"date": "2010-09-02",
"count": 1
},
{
"date": "2010-09-09",
"count": 1
},
{
"date": "2010-09-12",
"count": 1
},
{
"date": "2010-09-15",
"count": 1
},
{
"date": "2010-09-20",
"count": 1
},
{
"date": "2010-09-23",
"count": 1
},
{
"date": "2010-09-24",
"count": 1
},
{
"date": "2010-10-11",
"count": 1
},
{
"date": "2010-10-12",
"count": 1
},
{
"date": "2010-10-15",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2010-10-27",
"count": 1
},
{
"date": "2010-10-28",
"count": 1
},
{
"date": "2010-10-29",
"count": 1
},
{
"date": "2010-11-05",
"count": 1
},
{
"date": "2010-11-07",
"count": 1
},
{
"date": "2010-11-08",
"count": 1
},
{
"date": "2010-11-25",
"count": 1
},
{
"date": "2010-12-05",
"count": 1
},
{
"date": "2011-01-05",
"count": 1
},
{
"date": "2011-01-07",
"count": 1
},
{
"date": "2011-02-07",
"count": 1
},
{
"date": "2011-02-11",
"count": 1
},
{
"date": "2011-02-16",
"count": 1
},
{
"date": "2011-02-19",
"count": 1
},
{
"date": "2011-02-24",
"count": 2
},
{
"date": "2011-02-25",
"count": 1
},
{
"date": "2011-03-03",
"count": 1
},
{
"date": "2011-03-15",
"count": 1
},
{
"date": "2011-03-20",
"count": 1
},
{
"date": "2011-03-27",
"count": 1
},
{
"date": "2011-04-05",
"count": 1
},
{
"date": "2011-04-06",
"count": 1
},
{
"date": "2011-04-14",
"count": 1
},
{
"date": "2011-04-29",
"count": 1
},
{
"date": "2011-05-13",
"count": 1
},
{
"date": "2011-05-15",
"count": 1
},
{
"date": "2011-05-16",
"count": 1
},
{
"date": "2011-05-18",
"count": 1
},
{
"date": "2011-05-31",
"count": 1
},
{
"date": "2011-06-08",
"count": 1
},
{
"date": "2011-06-28",
"count": 1
},
{
"date": "2011-07-01",
"count": 1
},
{
"date": "2011-07-17",
"count": 1
},
{
"date": "2011-07-19",
"count": 1
},
{
"date": "2011-08-08",
"count": 1
},
{
"date": "2011-08-09",
"count": 1
},
{
"date": "2011-08-10",
"count": 1
},
{
"date": "2011-08-18",
"count": 1
},
{
"date": "2011-08-19",
"count": 2
},
{
"date": "2011-08-24",
"count": 1
},
{
"date": "2011-08-25",
"count": 2
},
{
"date": "2011-08-30",
"count": 1
},
{
"date": "2011-09-01",
"count": 1
},
{
"date": "2011-09-02",
"count": 1
},
{
"date": "2011-09-04",
"count": 1
},
{
"date": "2011-09-06",
"count": 1
},
{
"date": "2011-09-08",
"count": 1
},
{
"date": "2011-09-17",
"count": 1
},
{
"date": "2011-10-10",
"count": 1
},
{
"date": "2011-10-12",
"count": 2
},
{
"date": "2011-10-28",
"count": 1
},
{
"date": "2011-11-01",
"count": 1
},
{
"date": "2011-11-11",
"count": 1
},
{
"date": "2011-11-18",
"count": 1
},
{
"date": "2011-11-20",
"count": 1
},
{
"date": "2011-11-26",
"count": 1
},
{
"date": "2011-12-23",
"count": 1
},
{
"date": "2011-12-30",
"count": 1
},
{
"date": "2012-01-03",
"count": 1
},
{
"date": "2012-01-05",
"count": 1
},
{
"date": "2012-01-15",
"count": 1
},
{
"date": "2012-01-18",
"count": 1
},
{
"date": "2012-01-25",
"count": 1
},
{
"date": "2012-01-29",
"count": 1
},
{
"date": "2012-02-13",
"count": 1
},
{
"date": "2012-02-14",
"count": 2
},
{
"date": "2012-02-15",
"count": 1
},
{
"date": "2012-02-17",
"count": 2
},
{
"date": "2012-02-22",
"count": 1
},
{
"date": "2012-02-25",
"count": 1
},
{
"date": "2012-02-27",
"count": 1
},
{
"date": "2012-03-06",
"count": 1
},
{
"date": "2012-03-13",
"count": 2
},
{
"date": "2012-03-18",
"count": 1
},
{
"date": "2012-03-21",
"count": 1
},
{
"date": "2012-03-23",
"count": 1
},
{
"date": "2012-03-27",
"count": 1
},
{
"date": "2012-03-29",
"count": 1
},
{
"date": "2012-04-01",
"count": 1
},
{
"date": "2012-04-02",
"count": 1
},
{
"date": "2012-04-16",
"count": 2
},
{
"date": "2012-04-23",
"count": 1
},
{
"date": "2012-05-02",
"count": 1
},
{
"date": "2012-05-03",
"count": 1
},
{
"date": "2012-05-04",
"count": 2
},
{
"date": "2012-05-08",
"count": 1
},
{
"date": "2012-05-12",
"count": 1
},
{
"date": "2012-05-13",
"count": 1
},
{
"date": "2012-05-14",
"count": 1
},
{
"date": "2012-05-16",
"count": 1
},
{
"date": "2012-05-23",
"count": 1
},
{
"date": "2012-05-24",
"count": 1
},
{
"date": "2012-06-20",
"count": 1
},
{
"date": "2012-06-24",
"count": 1
},
{
"date": "2012-06-30",
"count": 1
},
{
"date": "2012-07-01",
"count": 1
},
{
"date": "2012-07-10",
"count": 1
},
{
"date": "2012-07-18",
"count": 1
},
{
"date": "2012-07-21",
"count": 2
},
{
"date": "2012-07-24",
"count": 1
},
{
"date": "2012-07-25",
"count": 1
},
{
"date": "2012-08-03",
"count": 1
},
{
"date": "2012-08-07",
"count": 1
},
{
"date": "2012-08-09",
"count": 1
},
{
"date": "2012-08-13",
"count": 1
},
{
"date": "2012-08-22",
"count": 1
},
{
"date": "2012-08-25",
"count": 1
},
{
"date": "2012-09-13",
"count": 1
},
{
"date": "2012-09-24",
"count": 1
},
{
"date": "2012-10-10",
"count": 1
},
{
"date": "2012-10-25",
"count": 1
},
{
"date": "2012-10-28",
"count": 1
},
{
"date": "2012-10-30",
"count": 1
},
{
"date": "2012-11-07",
"count": 2
},
{
"date": "2012-11-08",
"count": 1
},
{
"date": "2012-11-09",
"count": 1
},
{
"date": "2012-11-13",
"count": 1
},
{
"date": "2012-11-16",
"count": 1
},
{
"date": "2012-12-01",
"count": 1
},
{
"date": "2012-12-04",
"count": 1
},
{
"date": "2012-12-17",
"count": 1
},
{
"date": "2012-12-19",
"count": 1
},
{
"date": "2013-01-06",
"count": 1
},
{
"date": "2013-01-10",
"count": 1
},
{
"date": "2013-01-11",
"count": 2
},
{
"date": "2013-01-17",
"count": 1
},
{
"date": "2013-01-21",
"count": 2
},
{
"date": "2013-01-24",
"count": 1
},
{
"date": "2013-01-26",
"count": 2
},
{
"date": "2013-01-29",
"count": 1
},
{
"date": "2013-02-05",
"count": 1
},
{
"date": "2013-02-09",
"count": 1
},
{
"date": "2013-02-17",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-02-22",
"count": 1
},
{
"date": "2013-02-23",
"count": 1
},
{
"date": "2013-02-28",
"count": 1
},
{
"date": "2013-03-04",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-03-08",
"count": 1
},
{
"date": "2013-03-11",
"count": 1
},
{
"date": "2013-03-12",
"count": 1
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-03-18",
"count": 1
},
{
"date": "2013-03-19",
"count": 2
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-28",
"count": 1
},
{
"date": "2013-03-30",
"count": 2
},
{
"date": "2013-04-01",
"count": 1
},
{
"date": "2013-04-03",
"count": 1
},
{
"date": "2013-04-06",
"count": 1
},
{
"date": "2013-04-16",
"count": 1
},
{
"date": "2013-04-17",
"count": 1
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-04-29",
"count": 1
},
{
"date": "2013-05-01",
"count": 1
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-08",
"count": 1
},
{
"date": "2013-05-12",
"count": 1
},
{
"date": "2013-06-03",
"count": 1
},
{
"date": "2013-06-11",
"count": 1
},
{
"date": "2013-06-14",
"count": 1
},
{
"date": "2013-06-17",
"count": 1
},
{
"date": "2013-06-18",
"count": 1
},
{
"date": "2013-06-19",
"count": 1
},
{
"date": "2013-06-20",
"count": 1
},
{
"date": "2013-07-05",
"count": 1
},
{
"date": "2013-07-18",
"count": 1
},
{
"date": "2013-07-23",
"count": 1
},
{
"date": "2013-07-24",
"count": 1
},
{
"date": "2013-07-25",
"count": 3
},
{
"date": "2013-08-07",
"count": 1
},
{
"date": "2013-08-19",
"count": 1
},
{
"date": "2013-08-21",
"count": 1
},
{
"date": "2013-08-22",
"count": 1
},
{
"date": "2013-08-23",
"count": 1
},
{
"date": "2013-09-22",
"count": 1
},
{
"date": "2013-09-25",
"count": 1
},
{
"date": "2013-09-27",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-06",
"count": 1
},
{
"date": "2013-10-10",
"count": 1
},
{
"date": "2013-10-15",
"count": 2
},
{
"date": "2013-10-18",
"count": 1
},
{
"date": "2013-10-24",
"count": 1
},
{
"date": "2013-10-28",
"count": 1
},
{
"date": "2013-11-02",
"count": 1
},
{
"date": "2013-11-08",
"count": 1
},
{
"date": "2013-11-13",
"count": 1
},
{
"date": "2013-11-14",
"count": 1
},
{
"date": "2013-11-21",
"count": 1
},
{
"date": "2013-11-25",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-16",
"count": 1
},
{
"date": "2014-01-08",
"count": 1
},
{
"date": "2014-01-16",
"count": 1
},
{
"date": "2014-01-23",
"count": 1
},
{
"date": "2014-01-26",
"count": 2
},
{
"date": "2014-02-03",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-02-15",
"count": 1
},
{
"date": "2014-02-18",
"count": 1
},
{
"date": "2014-02-21",
"count": 1
},
{
"date": "2014-03-07",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-18",
"count": 2
},
{
"date": "2014-04-22",
"count": 1
},
{
"date": "2014-04-29",
"count": 1
},
{
"date": "2014-05-11",
"count": 1
},
{
"date": "2014-05-12",
"count": 1
},
{
"date": "2014-05-14",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-05-17",
"count": 1
},
{
"date": "2014-05-27",
"count": 1
},
{
"date": "2014-05-30",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-06-11",
"count": 1
},
{
"date": "2014-06-16",
"count": 1
},
{
"date": "2014-07-07",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-07-31",
"count": 1
},
{
"date": "2014-08-01",
"count": 1
},
{
"date": "2014-08-08",
"count": 1
},
{
"date": "2014-09-01",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-09-15",
"count": 1
},
{
"date": "2014-09-18",
"count": 3
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2014-10-06",
"count": 2
},
{
"date": "2014-10-12",
"count": 1
},
{
"date": "2014-10-24",
"count": 1
},
{
"date": "2014-10-27",
"count": 1
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-10-29",
"count": 1
},
{
"date": "2014-11-26",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-09",
"count": 1
},
{
"date": "2014-12-14",
"count": 1
},
{
"date": "2014-12-24",
"count": 1
},
{
"date": "2015-01-09",
"count": 1
},
{
"date": "2015-01-13",
"count": 1
},
{
"date": "2015-01-29",
"count": 1
},
{
"date": "2015-01-30",
"count": 1
},
{
"date": "2015-02-02",
"count": 1
},
{
"date": "2015-02-03",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-02-18",
"count": 1
},
{
"date": "2015-03-07",
"count": 1
},
{
"date": "2015-03-08",
"count": 1
},
{
"date": "2015-03-13",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-04-07",
"count": 1
},
{
"date": "2015-04-09",
"count": 1
},
{
"date": "2015-04-11",
"count": 1
},
{
"date": "2015-04-15",
"count": 2
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-24",
"count": 1
},
{
"date": "2015-04-28",
"count": 2
},
{
"date": "2015-04-29",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-08",
"count": 1
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-05-16",
"count": 1
},
{
"date": "2015-05-28",
"count": 1
},
{
"date": "2015-06-04",
"count": 1
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-06-24",
"count": 2
},
{
"date": "2015-06-28",
"count": 1
},
{
"date": "2015-06-30",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-07-15",
"count": 1
},
{
"date": "2015-08-03",
"count": 1
},
{
"date": "2015-08-04",
"count": 2
},
{
"date": "2015-09-08",
"count": 2
},
{
"date": "2015-09-18",
"count": 1
},
{
"date": "2015-09-24",
"count": 1
},
{
"date": "2015-09-28",
"count": 1
},
{
"date": "2015-09-29",
"count": 1
},
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-08",
"count": 2
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2015-10-17",
"count": 1
},
{
"date": "2015-10-19",
"count": 1
},
{
"date": "2015-11-02",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-13",
"count": 1
},
{
"date": "2016-01-13",
"count": 1
},
{
"date": "2016-01-15",
"count": 1
},
{
"date": "2016-01-17",
"count": 1
},
{
"date": "2016-02-02",
"count": 1
},
{
"date": "2016-02-08",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-12",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-23",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-16",
"count": 1
},
{
"date": "2016-03-17",
"count": 1
},
{
"date": "2016-03-23",
"count": 1
},
{
"date": "2016-03-26",
"count": 2
},
{
"date": "2016-03-27",
"count": 1
},
{
"date": "2016-04-14",
"count": 2
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-05-15",
"count": 1
},
{
"date": "2016-05-30",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-17",
"count": 1
},
{
"date": "2016-07-05",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-08-02",
"count": 1
},
{
"date": "2016-08-08",
"count": 1
},
{
"date": "2016-08-27",
"count": 1
},
{
"date": "2016-08-28",
"count": 1
},
{
"date": "2016-10-14",
"count": 1
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-11-04",
"count": 2
},
{
"date": "2016-11-16",
"count": 2
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2016-12-29",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-07",
"count": 1
},
{
"date": "2017-02-20",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-02-22",
"count": 1
},
{
"date": "2017-02-26",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-10",
"count": 2
},
{
"date": "2017-03-12",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-04-15",
"count": 1
},
{
"date": "2017-04-29",
"count": 1
},
{
"date": "2017-05-09",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-05-20",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-23",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-09-29",
"count": 1
},
{
"date": "2017-10-31",
"count": 1
},
{
"date": "2017-11-01",
"count": 1
},
{
"date": "2017-11-17",
"count": 1
},
{
"date": "2017-11-27",
"count": 1
},
{
"date": "2017-12-02",
"count": 1
},
{
"date": "2017-12-06",
"count": 1
},
{
"date": "2017-12-26",
"count": 1
},
{
"date": "2018-01-04",
"count": 1
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-01-27",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-03-13",
"count": 1
},
{
"date": "2018-03-27",
"count": 2
},
{
"date": "2018-03-29",
"count": 2
},
{
"date": "2018-03-30",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-04-25",
"count": 1
},
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-07-11",
"count": 1
},
{
"date": "2018-07-26",
"count": 1
},
{
"date": "2018-07-28",
"count": 1
},
{
"date": "2018-08-04",
"count": 1
},
{
"date": "2018-08-18",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-16",
"count": 1
},
{
"date": "2018-10-02",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-11-11",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2019-01-21",
"count": 2
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-01-24",
"count": 1
},
{
"date": "2019-02-17",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-03-06",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-07",
"count": 1
},
{
"date": "2019-05-19",
"count": 1
},
{
"date": "2019-05-24",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-08-26",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-11-28",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-02-04",
"count": 1
},
{
"date": "2020-02-10",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-05-18",
"count": 2
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-20",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-04",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-05-01",
"count": 1
},
{
"date": "2021-06-23",
"count": 1
},
{
"date": "2021-07-24",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-09-14",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2021-09-30",
"count": 1
},
{
"date": "2021-10-01",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2021-12-20",
"count": 1
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-12",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-03-20",
"count": 1
},
{
"date": "2022-04-14",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-07-30",
"count": 1
},
{
"date": "2022-09-12",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2022-12-18",
"count": 1
},
{
"date": "2023-01-22",
"count": 1
},
{
"date": "2023-02-18",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-01",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-26",
"count": 1
},
{
"date": "2023-06-26",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-05-17",
"count": 1
},
{
"date": "2024-05-22",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-07-22",
"count": 1
},
{
"date": "2024-08-12",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-03-11",
"count": 1
},
{
"date": "2025-05-21",
"count": 2
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-25",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-10-15",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2026-05-17",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-03",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
}
],
"complete": true,
"collected": 580,
"total_forks": 634
},
"star_history": {
"days": [
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-07-02",
"count": 1
},
{
"date": "2017-07-03",
"count": 2
},
{
"date": "2017-07-04",
"count": 1
},
{
"date": "2017-07-07",
"count": 2
},
{
"date": "2017-07-08",
"count": 1
},
{
"date": "2017-07-11",
"count": 1
},
{
"date": "2017-07-13",
"count": 3
},
{
"date": "2017-07-16",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-07-24",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-07-26",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-07-29",
"count": 1
},
{
"date": "2017-07-31",
"count": 3
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-04",
"count": 2
},
{
"date": "2017-08-07",
"count": 2
},
{
"date": "2017-08-08",
"count": 3
},
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-08-14",
"count": 1
},
{
"date": "2017-08-15",
"count": 2
},
{
"date": "2017-08-16",
"count": 2
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-19",
"count": 1
},
{
"date": "2017-08-25",
"count": 2
},
{
"date": "2017-08-27",
"count": 1
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-08-29",
"count": 3
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-09-02",
"count": 2
},
{
"date": "2017-09-04",
"count": 2
},
{
"date": "2017-09-05",
"count": 2
},
{
"date": "2017-09-06",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2017-09-13",
"count": 2
},
{
"date": "2017-09-14",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-16",
"count": 1
},
{
"date": "2017-09-18",
"count": 4
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-20",
"count": 3
},
{
"date": "2017-09-22",
"count": 2
},
{
"date": "2017-09-23",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-09-28",
"count": 2
},
{
"date": "2017-10-01",
"count": 1
},
{
"date": "2017-10-03",
"count": 2
},
{
"date": "2017-10-06",
"count": 1
},
{
"date": "2017-10-07",
"count": 1
},
{
"date": "2017-10-09",
"count": 2
},
{
"date": "2017-10-11",
"count": 2
},
{
"date": "2017-10-19",
"count": 2
},
{
"date": "2017-10-20",
"count": 1
},
{
"date": "2017-10-22",
"count": 2
},
{
"date": "2017-10-25",
"count": 4
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-10-28",
"count": 1
},
{
"date": "2017-11-01",
"count": 1
},
{
"date": "2017-11-02",
"count": 2
},
{
"date": "2017-11-04",
"count": 1
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-13",
"count": 2
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2017-11-16",
"count": 1
},
{
"date": "2017-11-17",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-11-23",
"count": 1
},
{
"date": "2017-11-29",
"count": 1
},
{
"date": "2017-12-04",
"count": 1
},
{
"date": "2017-12-05",
"count": 2
},
{
"date": "2017-12-10",
"count": 1
},
{
"date": "2017-12-12",
"count": 1
},
{
"date": "2017-12-13",
"count": 1
},
{
"date": "2017-12-15",
"count": 1
},
{
"date": "2017-12-16",
"count": 1
},
{
"date": "2017-12-17",
"count": 2
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2017-12-25",
"count": 2
},
{
"date": "2017-12-27",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2017-12-30",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-01-11",
"count": 2
},
{
"date": "2018-01-16",
"count": 1
},
{
"date": "2018-01-17",
"count": 3
},
{
"date": "2018-01-18",
"count": 3
},
{
"date": "2018-01-19",
"count": 2
},
{
"date": "2018-01-21",
"count": 1
},
{
"date": "2018-01-22",
"count": 1
},
{
"date": "2018-01-23",
"count": 1
},
{
"date": "2018-01-24",
"count": 2
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-26",
"count": 1
},
{
"date": "2018-01-29",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-14",
"count": 1
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-20",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-02-26",
"count": 1
},
{
"date": "2018-02-28",
"count": 3
},
{
"date": "2018-03-01",
"count": 2
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-24",
"count": 1
},
{
"date": "2018-03-28",
"count": 2
},
{
"date": "2018-03-30",
"count": 2
},
{
"date": "2018-03-31",
"count": 1
},
{
"date": "2018-04-01",
"count": 2
},
{
"date": "2018-04-02",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-04-12",
"count": 2
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-04-22",
"count": 1
},
{
"date": "2018-04-23",
"count": 3
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-04-29",
"count": 3
},
{
"date": "2018-05-01",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-13",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-16",
"count": 1
},
{
"date": "2018-05-17",
"count": 1
},
{
"date": "2018-05-18",
"count": 1
},
{
"date": "2018-05-19",
"count": 2
},
{
"date": "2018-05-21",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-05-30",
"count": 2
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-02",
"count": 2
},
{
"date": "2018-06-07",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-14",
"count": 2
},
{
"date": "2018-06-15",
"count": 2
},
{
"date": "2018-06-16",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-04",
"count": 1
},
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-07-06",
"count": 1
},
{
"date": "2018-07-09",
"count": 3
},
{
"date": "2018-07-13",
"count": 1
},
{
"date": "2018-07-17",
"count": 2
},
{
"date": "2018-07-22",
"count": 1
},
{
"date": "2018-07-23",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-07-27",
"count": 1
},
{
"date": "2018-07-28",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-08-06",
"count": 1
},
{
"date": "2018-08-09",
"count": 1
},
{
"date": "2018-08-10",
"count": 2
},
{
"date": "2018-08-12",
"count": 1
},
{
"date": "2018-08-14",
"count": 1
},
{
"date": "2018-08-15",
"count": 2
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-08-29",
"count": 2
},
{
"date": "2018-08-30",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-01",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-13",
"count": 1
},
{
"date": "2018-09-14",
"count": 3
},
{
"date": "2018-09-17",
"count": 3
},
{
"date": "2018-09-18",
"count": 2
},
{
"date": "2018-09-19",
"count": 1
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-22",
"count": 1
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-06",
"count": 1
},
{
"date": "2018-10-08",
"count": 1
},
{
"date": "2018-10-09",
"count": 3
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2018-10-16",
"count": 1
},
{
"date": "2018-10-18",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2018-10-22",
"count": 1
},
{
"date": "2018-10-24",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-05",
"count": 1
},
{
"date": "2018-11-06",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-09",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-28",
"count": 3
},
{
"date": "2018-12-03",
"count": 4
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2018-12-07",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2018-12-15",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2018-12-20",
"count": 2
},
{
"date": "2018-12-21",
"count": 1
},
{
"date": "2018-12-26",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-05",
"count": 3
},
{
"date": "2019-01-06",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-17",
"count": 2
},
{
"date": "2019-01-22",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-01",
"count": 2
},
{
"date": "2019-02-03",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-02-10",
"count": 1
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-02-16",
"count": 1
},
{
"date": "2019-02-18",
"count": 2
},
{
"date": "2019-02-19",
"count": 2
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-02-27",
"count": 2
},
{
"date": "2019-02-28",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-07",
"count": 3
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-11",
"count": 4
},
{
"date": "2019-03-12",
"count": 3
},
{
"date": "2019-03-15",
"count": 2
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-03-22",
"count": 2
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-03-27",
"count": 2
},
{
"date": "2019-03-28",
"count": 2
},
{
"date": "2019-03-29",
"count": 3
},
{
"date": "2019-03-30",
"count": 1
},
{
"date": "2019-04-02",
"count": 2
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-07",
"count": 1
},
{
"date": "2019-04-08",
"count": 2
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-04-11",
"count": 3
},
{
"date": "2019-04-15",
"count": 1
},
{
"date": "2019-04-18",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-04-25",
"count": 3
},
{
"date": "2019-04-28",
"count": 2
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-04-30",
"count": 2
},
{
"date": "2019-05-05",
"count": 2
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-12",
"count": 1
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-05-31",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-05",
"count": 2
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-08",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-11",
"count": 2
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-18",
"count": 1
},
{
"date": "2019-06-21",
"count": 2
},
{
"date": "2019-06-22",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-06-27",
"count": 1
},
{
"date": "2019-06-28",
"count": 1
},
{
"date": "2019-07-01",
"count": 2
},
{
"date": "2019-07-04",
"count": 1
},
{
"date": "2019-07-06",
"count": 1
},
{
"date": "2019-07-09",
"count": 1
},
{
"date": "2019-07-13",
"count": 1
},
{
"date": "2019-07-15",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-07-18",
"count": 2
},
{
"date": "2019-07-20",
"count": 1
},
{
"date": "2019-07-24",
"count": 2
},
{
"date": "2019-08-06",
"count": 2
},
{
"date": "2019-08-08",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-12",
"count": 1
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-08-24",
"count": 1
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-09-05",
"count": 2
},
{
"date": "2019-09-06",
"count": 2
},
{
"date": "2019-09-07",
"count": 1
},
{
"date": "2019-09-15",
"count": 1
},
{
"date": "2019-09-17",
"count": 1
},
{
"date": "2019-09-19",
"count": 1
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-21",
"count": 1
},
{
"date": "2019-09-22",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-09-26",
"count": 2
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-12",
"count": 1
},
{
"date": "2019-10-17",
"count": 1
},
{
"date": "2019-10-18",
"count": 2
},
{
"date": "2019-10-19",
"count": 2
},
{
"date": "2019-10-30",
"count": 2
},
{
"date": "2019-11-11",
"count": 3
},
{
"date": "2019-11-12",
"count": 1
},
{
"date": "2019-11-13",
"count": 2
},
{
"date": "2019-11-15",
"count": 1
},
{
"date": "2019-11-17",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-11-27",
"count": 1
},
{
"date": "2019-11-28",
"count": 1
},
{
"date": "2019-11-30",
"count": 1
},
{
"date": "2019-12-03",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-07",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-14",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-21",
"count": 1
},
{
"date": "2019-12-29",
"count": 1
},
{
"date": "2020-01-02",
"count": 1
},
{
"date": "2020-01-03",
"count": 2
},
{
"date": "2020-01-04",
"count": 1
},
{
"date": "2020-01-05",
"count": 2
},
{
"date": "2020-01-11",
"count": 1
},
{
"date": "2020-01-14",
"count": 1
},
{
"date": "2020-01-20",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-01-31",
"count": 1
},
{
"date": "2020-02-03",
"count": 1
},
{
"date": "2020-02-10",
"count": 2
},
{
"date": "2020-02-13",
"count": 1
},
{
"date": "2020-02-26",
"count": 1
},
{
"date": "2020-02-27",
"count": 1
},
{
"date": "2020-03-05",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-20",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-03-26",
"count": 2
},
{
"date": "2020-03-28",
"count": 1
},
{
"date": "2020-03-29",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-01",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-04-17",
"count": 1
},
{
"date": "2020-04-22",
"count": 1
},
{
"date": "2020-04-28",
"count": 2
},
{
"date": "2020-05-02",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-09",
"count": 1
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-05-12",
"count": 2
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-05-25",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-05-29",
"count": 2
},
{
"date": "2020-06-05",
"count": 1
},
{
"date": "2020-06-08",
"count": 1
},
{
"date": "2020-06-09",
"count": 2
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-06-15",
"count": 1
},
{
"date": "2020-06-16",
"count": 2
},
{
"date": "2020-06-18",
"count": 1
},
{
"date": "2020-06-22",
"count": 1
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-06-25",
"count": 1
},
{
"date": "2020-07-02",
"count": 1
},
{
"date": "2020-07-08",
"count": 1
},
{
"date": "2020-07-16",
"count": 1
},
{
"date": "2020-07-18",
"count": 2
},
{
"date": "2020-07-21",
"count": 1
},
{
"date": "2020-07-23",
"count": 2
},
{
"date": "2020-07-24",
"count": 2
},
{
"date": "2020-07-26",
"count": 1
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-07-31",
"count": 2
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-13",
"count": 1
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-16",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-21",
"count": 3
},
{
"date": "2020-08-25",
"count": 1
},
{
"date": "2020-09-01",
"count": 3
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-09-07",
"count": 1
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-11",
"count": 1
},
{
"date": "2020-09-12",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-09-26",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-23",
"count": 1
},
{
"date": "2020-10-24",
"count": 1
},
{
"date": "2020-10-25",
"count": 3
},
{
"date": "2020-10-26",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-10-31",
"count": 3
},
{
"date": "2020-11-02",
"count": 2
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-16",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-12-02",
"count": 2
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-10",
"count": 1
},
{
"date": "2020-12-13",
"count": 1
},
{
"date": "2020-12-16",
"count": 2
},
{
"date": "2020-12-17",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-24",
"count": 2
},
{
"date": "2020-12-26",
"count": 2
},
{
"date": "2020-12-27",
"count": 1
},
{
"date": "2020-12-28",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2020-12-30",
"count": 3
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-13",
"count": 2
},
{
"date": "2021-01-21",
"count": 2
},
{
"date": "2021-01-23",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-05",
"count": 2
},
{
"date": "2021-02-07",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-02-17",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-02-26",
"count": 1
},
{
"date": "2021-02-27",
"count": 1
},
{
"date": "2021-02-28",
"count": 1
},
{
"date": "2021-03-01",
"count": 3
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-10",
"count": 1
},
{
"date": "2021-03-11",
"count": 1
},
{
"date": "2021-03-14",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-26",
"count": 1
},
{
"date": "2021-03-30",
"count": 1
},
{
"date": "2021-04-09",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-05-02",
"count": 1
},
{
"date": "2021-05-04",
"count": 1
},
{
"date": "2021-05-05",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-13",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-05-24",
"count": 2
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-05-27",
"count": 1
},
{
"date": "2021-06-03",
"count": 2
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-09",
"count": 1
},
{
"date": "2021-06-11",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-06-29",
"count": 2
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-07-05",
"count": 1
},
{
"date": "2021-07-06",
"count": 2
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-07-10",
"count": 2
},
{
"date": "2021-07-18",
"count": 1
},
{
"date": "2021-07-20",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-07-28",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-07-30",
"count": 1
},
{
"date": "2021-08-02",
"count": 2
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-08-09",
"count": 2
},
{
"date": "2021-08-10",
"count": 3
},
{
"date": "2021-08-14",
"count": 2
},
{
"date": "2021-08-18",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-02",
"count": 1
},
{
"date": "2021-09-05",
"count": 2
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-09-12",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-09-29",
"count": 1
},
{
"date": "2021-10-02",
"count": 2
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-12",
"count": 1
},
{
"date": "2021-10-19",
"count": 2
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-11-01",
"count": 2
},
{
"date": "2021-11-09",
"count": 1
},
{
"date": "2021-11-13",
"count": 1
},
{
"date": "2021-11-14",
"count": 2
},
{
"date": "2021-11-16",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-25",
"count": 1
},
{
"date": "2021-11-30",
"count": 1
},
{
"date": "2021-12-07",
"count": 1
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-26",
"count": 2
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2022-01-01",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2022-01-21",
"count": 1
},
{
"date": "2022-01-29",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-02-04",
"count": 2
},
{
"date": "2022-02-05",
"count": 1
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-02",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-13",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-03-20",
"count": 2
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-04-01",
"count": 1
},
{
"date": "2022-04-05",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-04-09",
"count": 2
},
{
"date": "2022-05-09",
"count": 1
},
{
"date": "2022-05-12",
"count": 2
},
{
"date": "2022-05-13",
"count": 2
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-05-19",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-05-29",
"count": 1
},
{
"date": "2022-06-12",
"count": 1
},
{
"date": "2022-06-15",
"count": 1
},
{
"date": "2022-06-16",
"count": 1
},
{
"date": "2022-06-20",
"count": 1
},
{
"date": "2022-06-26",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-07-02",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-08-03",
"count": 2
},
{
"date": "2022-08-12",
"count": 1
},
{
"date": "2022-08-25",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-08-31",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-06",
"count": 2
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-20",
"count": 1
},
{
"date": "2022-09-23",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-08",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-10-27",
"count": 1
},
{
"date": "2022-10-29",
"count": 1
},
{
"date": "2022-11-01",
"count": 1
},
{
"date": "2022-11-05",
"count": 1
},
{
"date": "2022-11-07",
"count": 2
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-17",
"count": 1
},
{
"date": "2022-11-22",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-12-02",
"count": 1
},
{
"date": "2022-12-05",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-02-27",
"count": 1
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-06",
"count": 3
},
{
"date": "2023-03-11",
"count": 1
},
{
"date": "2023-03-20",
"count": 2
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-06-10",
"count": 1
},
{
"date": "2023-06-15",
"count": 1
},
{
"date": "2023-06-21",
"count": 1
},
{
"date": "2023-06-24",
"count": 1
},
{
"date": "2023-07-02",
"count": 1
},
{
"date": "2023-07-06",
"count": 1
},
{
"date": "2023-07-08",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-07-27",
"count": 1
},
{
"date": "2023-07-30",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-12",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-21",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-08-27",
"count": 1
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-02",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-21",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-03",
"count": 1
},
{
"date": "2023-11-14",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-11",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-10",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-18",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-01",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-14",
"count": 1
},
{
"date": "2024-03-19",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-04-05",
"count": 1
},
{
"date": "2024-04-07",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-16",
"count": 2
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-12",
"count": 1
},
{
"date": "2024-05-14",
"count": 3
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-05-23",
"count": 1
},
{
"date": "2024-05-31",
"count": 2
},
{
"date": "2024-06-09",
"count": 1
},
{
"date": "2024-06-12",
"count": 1
},
{
"date": "2024-06-21",
"count": 3
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-08-04",
"count": 1
},
{
"date": "2024-08-17",
"count": 1
},
{
"date": "2024-08-21",
"count": 2
},
{
"date": "2024-09-04",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-21",
"count": 1
},
{
"date": "2024-10-05",
"count": 1
},
{
"date": "2024-10-10",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-04",
"count": 2
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-24",
"count": 1
},
{
"date": "2024-11-28",
"count": 1
},
{
"date": "2024-11-30",
"count": 1
},
{
"date": "2024-12-02",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-25",
"count": 1
},
{
"date": "2024-12-31",
"count": 1
},
{
"date": "2025-01-07",
"count": 2
},
{
"date": "2025-01-21",
"count": 1
},
{
"date": "2025-01-22",
"count": 2
},
{
"date": "2025-01-24",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-03-05",
"count": 2
},
{
"date": "2025-03-28",
"count": 1
},
{
"date": "2025-04-10",
"count": 1
},
{
"date": "2025-04-25",
"count": 1
},
{
"date": "2025-04-26",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-04-30",
"count": 1
},
{
"date": "2025-05-09",
"count": 1
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-05-29",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-29",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-19",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-07-28",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-24",
"count": 1
},
{
"date": "2025-09-05",
"count": 1
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-09-08",
"count": 1
},
{
"date": "2025-10-09",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-11-12",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-18",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-03-27",
"count": 1
},
{
"date": "2026-04-08",
"count": 2
},
{
"date": "2026-04-19",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-10",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 4281
},
"open_issues_and_prs": 203
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 66135,
"source_files_sampled": 154,
"oversized_source_files": 3,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 8,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "ostruct",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "sorted_set",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "net-smtp",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "yard",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": ">= 0.8.5.2"
},
{
"name": "redcarpet",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "net-smtp",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sorted_set",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake-compiler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake-compiler-dock",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "test-unit",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 8,
"direct_count": 5,
"indirect_count": 3
}
},
"maintainership": {
"issues": {
"open_prs": 28,
"merged_prs": 252,
"open_issues": 175,
"closed_ratio": 0.73,
"closed_issues": 472,
"closed_unmerged_prs": 99
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "tmm1",
"commits": 433,
"avatar_url": "https://avatars.githubusercontent.com/u/2567?v=4"
},
{
"type": "User",
"login": "sodabrew",
"commits": 290,
"avatar_url": "https://avatars.githubusercontent.com/u/39406?v=4"
},
{
"type": "User",
"login": "raggi",
"commits": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/348?v=4"
},
{
"type": "User",
"login": "jakedouglas",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/18612?v=4"
},
{
"type": "User",
"login": "nevans",
"commits": 53,
"avatar_url": "https://avatars.githubusercontent.com/u/6142?v=4"
},
{
"type": "User",
"login": "MSP-Greg",
"commits": 52,
"avatar_url": "https://avatars.githubusercontent.com/u/15081176?v=4"
},
{
"type": "User",
"login": "igrigorik",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/10652?v=4"
},
{
"type": "User",
"login": "portertech",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/149630?v=4"
},
{
"type": "User",
"login": "smparkes",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/4292?v=4"
},
{
"type": "User",
"login": "dj2",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/9611?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.372
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"workflow.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 1,
"reason": "2 out of 19 merged PRs checked by a CI test -- score normalized to 1",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 21 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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "57263ee7ba2c5b38ad22315f71f71eeedef516c8",
"ran_at": "2026-07-21T23:38:32Z",
"aggregate_score": 4.5,
"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-15T22:02:51Z",
"oldest_open_prs": [
{
"number": 84,
"created_at": "2010-09-08T11:49:55Z",
"last_comment_at": "2014-05-22T15:22:50Z",
"last_comment_author": "burke"
},
{
"number": 114,
"created_at": "2010-10-27T05:18:57Z",
"last_comment_at": "2015-02-02T05:35:21Z",
"last_comment_author": "sodabrew"
},
{
"number": 223,
"created_at": "2011-07-17T19:48:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 235,
"created_at": "2011-08-08T06:27:04Z",
"last_comment_at": "2015-03-13T17:27:38Z",
"last_comment_author": "CyborgMaster"
},
{
"number": 272,
"created_at": "2011-10-13T02:07:53Z",
"last_comment_at": "2012-03-01T14:46:17Z",
"last_comment_author": "ibc"
},
{
"number": 300,
"created_at": "2012-02-17T15:28:35Z",
"last_comment_at": "2012-03-26T13:27:14Z",
"last_comment_author": "ibc"
},
{
"number": 310,
"created_at": "2012-03-26T13:00:10Z",
"last_comment_at": "2015-01-08T13:09:26Z",
"last_comment_author": "funny-falcon"
},
{
"number": 312,
"created_at": "2012-04-09T09:02:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 317,
"created_at": "2012-04-19T17:15:20Z",
"last_comment_at": "2015-01-08T13:08:15Z",
"last_comment_author": "funny-falcon"
},
{
"number": 321,
"created_at": "2012-04-26T11:13:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 323,
"created_at": "2012-04-27T09:01:04Z",
"last_comment_at": "2015-02-03T02:32:31Z",
"last_comment_author": "sodabrew"
},
{
"number": 378,
"created_at": "2012-11-07T23:39:52Z",
"last_comment_at": "2014-05-22T06:58:45Z",
"last_comment_author": "rud"
},
{
"number": 453,
"created_at": "2013-07-23T08:01:40Z",
"last_comment_at": "2016-02-25T07:40:16Z",
"last_comment_author": "sodabrew"
},
{
"number": 460,
"created_at": "2013-08-07T22:01:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 471,
"created_at": "2013-10-11T17:07:26Z",
"last_comment_at": "2015-02-02T06:05:06Z",
"last_comment_author": "sodabrew"
},
{
"number": 532,
"created_at": "2014-09-16T15:29:11Z",
"last_comment_at": "2015-08-11T06:21:39Z",
"last_comment_author": "sodabrew"
},
{
"number": 533,
"created_at": "2014-09-18T04:49:29Z",
"last_comment_at": "2015-01-27T09:30:09Z",
"last_comment_author": "sodabrew"
},
{
"number": 543,
"created_at": "2014-10-06T20:23:41Z",
"last_comment_at": "2015-02-02T16:38:44Z",
"last_comment_author": "singpolyma"
},
{
"number": 950,
"created_at": "2021-07-05T18:37:56Z",
"last_comment_at": "2022-01-04T23:23:46Z",
"last_comment_author": "ThomasSevestre"
},
{
"number": 956,
"created_at": "2021-10-28T21:51:23Z",
"last_comment_at": "2024-09-20T16:57:29Z",
"last_comment_author": "nevans"
}
],
"last_merged_pr_at": "2026-07-15T21:53:39Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 4,
"created_at": "2009-05-25T13:35:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 14,
"created_at": "2009-05-25T14:01:24Z",
"last_comment_at": "2011-01-16T19:48:19Z",
"last_comment_author": "gnufied"
},
{
"number": 15,
"created_at": "2009-05-25T14:03:13Z",
"last_comment_at": "2010-01-17T17:56:07Z",
"last_comment_author": "epitron"
},
{
"number": 19,
"created_at": "2009-05-25T14:45:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2009-05-25T14:49:54Z",
"last_comment_at": "2009-05-25T14:50:44Z",
"last_comment_author": "jakedouglas"
},
{
"number": 26,
"created_at": "2009-05-25T15:19:03Z",
"last_comment_at": "2015-08-03T05:34:07Z",
"last_comment_author": "sodabrew"
},
{
"number": 34,
"created_at": "2009-06-05T23:30:22Z",
"last_comment_at": "2014-01-23T21:07:49Z",
"last_comment_author": "gregors"
},
{
"number": 44,
"created_at": "2009-11-09T20:07:50Z",
"last_comment_at": "2009-11-10T03:53:58Z",
"last_comment_author": "tmm1"
},
{
"number": 48,
"created_at": "2009-11-19T20:02:52Z",
"last_comment_at": "2010-10-12T22:31:16Z",
"last_comment_author": "tmm1"
},
{
"number": 49,
"created_at": "2009-12-02T20:09:00Z",
"last_comment_at": "2020-01-20T19:22:41Z",
"last_comment_author": "AxelTheGerman"
},
{
"number": 57,
"created_at": "2010-01-24T16:50:42Z",
"last_comment_at": "2020-01-20T19:19:07Z",
"last_comment_author": "AxelTheGerman"
},
{
"number": 59,
"created_at": "2010-02-02T15:57:21Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2010-04-29T13:03:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2010-09-02T14:33:12Z",
"last_comment_at": "2020-10-28T16:49:11Z",
"last_comment_author": "sspreitzer"
},
{
"number": 87,
"created_at": "2010-09-16T21:40:14Z",
"last_comment_at": "2012-08-24T14:49:36Z",
"last_comment_author": "ariejan"
},
{
"number": 89,
"created_at": "2010-10-11T21:02:51Z",
"last_comment_at": "2014-07-29T18:58:36Z",
"last_comment_author": "amejiarosario"
},
{
"number": 90,
"created_at": "2010-10-12T04:29:07Z",
"last_comment_at": "2011-06-26T02:42:46Z",
"last_comment_author": "stakach"
},
{
"number": 94,
"created_at": "2010-10-12T22:42:08Z",
"last_comment_at": "2017-08-09T23:55:16Z",
"last_comment_author": "ioquatix"
},
{
"number": 95,
"created_at": "2010-10-12T22:44:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2010-10-12T22:46:11Z",
"last_comment_at": "2011-05-15T00:24:30Z",
"last_comment_author": "tmm1"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/eventmachine/eventmachine",
"host": "github.com",
"name": "eventmachine",
"owner": "eventmachine"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"security": 45,
"vitality": 51,
"community": 78,
"governance": 66,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 51,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 6,
"human_commit_share": 1,
"days_since_last_push": 6,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 6 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 6
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "6 commits in the last year",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 6
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 52,
"inputs": {
"releases_count": 19,
"latest_release_tag": "v1.2.7",
"releases_from_tags": false,
"days_since_latest_release": 2992,
"mean_days_between_releases": 87.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2992 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2992
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~87.6 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 87.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": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 6,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 6 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 6
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 78,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 93,
"inputs": {
"forks": 634,
"stars": 4281,
"watchers": 101,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4,281 stars",
"points": 58.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4281
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "634 forks",
"points": 23.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 634
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "101 watchers",
"points": 11.1,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 101
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"packages": [
"eventmachine"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 326081095,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "326,081,095 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 326081095,
"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": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 100,
"top_contributor_share": 0.372
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 37% of commits",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 37
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 21 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 77,
"inputs": {
"merged_prs": 252,
"open_issues": 175,
"closed_issues": 472,
"issue_closed_ratio": 0.73,
"closed_unmerged_prs": 99
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "73% of issues closed",
"points": 34.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 73
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "252/351 decided PRs merged",
"points": 27.5,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 252,
"decided": 351
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"followers": 17,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "eventmachine",
"public_repos": 8,
"account_age_days": 6547
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "17 followers of eventmachine",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "eventmachine"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~17 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"eventmachine"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 2992
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on rubygems",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "rubygems"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 2992 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2992
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "124 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 124
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "2 out of 19 merged PRs checked by a CI test -- score normalized to 1",
"points": 2,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"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": "2 out of 19 merged PRs checked by a CI test -- score normalized to 1",
"points": 0.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 21 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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 23
},
"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": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.66,
"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": "66 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 35.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 66,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 66135,
"source_files_sampled": 154,
"oversized_source_files": 3
},
"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": "3/154 source files over 60KB",
"points": 53.9,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 154,
"oversized": 3
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-21T23:38:56.641154Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/e/eventmachine/eventmachine.svg",
"full_name": "eventmachine/eventmachine",
"license_state": "custom",
"license_spdx": null
}