原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"ruby",
"pdf-generator",
"prawn",
"pdf"
],
"is_fork": false,
"size_kb": 44274,
"has_wiki": true,
"homepage": "https://prawnpdf.org",
"languages": {
"HTML": 937,
"Ruby": 832186
},
"pushed_at": "2026-04-18T13:34:36Z",
"created_at": "2008-04-04T22:37:39Z",
"owner_type": "Organization",
"updated_at": "2026-07-21T20:56:56Z",
"description": "Fast, Nimble PDF Writer for Ruby",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://prawnpdf.org/",
"name": "PrawnPDF",
"type": "Organization",
"login": "prawnpdf",
"company": null,
"location": null,
"followers": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/1440292?v=4",
"created_at": "2012-02-15T15:33:36Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 5270
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "2.3.0",
"kind": "minor",
"published_at": "2020-08-01T17:48:49Z"
},
{
"tag": "2.2.0",
"kind": "minor",
"published_at": "2017-03-11T13:12:05Z"
},
{
"tag": "2.1.0",
"kind": "minor",
"published_at": "2016-03-01T03:11:43Z"
},
{
"tag": "2.0.2",
"kind": "patch",
"published_at": "2015-07-16T02:44:07Z"
},
{
"tag": "2.0.1",
"kind": "patch",
"published_at": "2015-03-23T23:07:21Z"
},
{
"tag": "2.0.0",
"kind": "major",
"published_at": "2015-02-26T16:24:24Z"
},
{
"tag": "1.3.0",
"kind": "minor",
"published_at": "2014-09-28T15:21:42Z"
}
],
"recent_commits": [
{
"oid": "c5be930cdeed13da3f8ecfb2f939e2190ec05a20",
"body": "Fix incorrect indefinite article 'a' before vowel sounds",
"is_bot": false,
"headline": "Merge pull request #1394 from 55728/fix-indefinite-article-a-to-an",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2026-04-18T13:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f80cb8c3279bf4490b4e59d52259433823da200",
"body": null,
"is_bot": false,
"headline": "Fix incorrect indefinite article 'a' before vowel sounds",
"author_name": "Kenta Ishizaki",
"author_login": "55728",
"committed_at": "2026-04-17T23:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1442068706058adb80ea623192b7ae45b344f1fc",
"body": "Revise confusing 'valign' error message for text boxes",
"is_bot": false,
"headline": "Merge pull request #1377 from lasaldan/patch-1",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2025-05-02T06:47:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bda680452a5606daf35c2c4ad3648c03e68fec4",
"body": "…ided",
"is_bot": false,
"headline": "Update specs to expect the new error string when a non-symbol is prov…",
"author_name": "Daniel",
"author_login": "lasaldan",
"committed_at": "2025-05-01T22:28:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2930225784b147daf33c02f567e3fb5361808f4",
"body": null,
"is_bot": false,
"headline": "Adjust specs to expect the updated error message",
"author_name": "Daniel",
"author_login": "lasaldan",
"committed_at": "2025-05-01T22:23:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf540ff74ff0589bd8a3f229736ee7690a629cd0",
"body": "Using an unsupported symbol for the value of 'valign' on a text box throws a misleading error message. This adjusts the error message to match the actual values supported by the code.",
"is_bot": false,
"headline": "Revise confusing 'valign' error message for text boxes",
"author_name": "Daniel Fuller",
"author_login": "lasaldan",
"committed_at": "2025-04-29T22:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b91b63fb120c2aac56ea3f26a0caa26b9492276",
"body": "Bump `prawn-dev` and fix RuboCop offenses",
"is_bot": false,
"headline": "Merge pull request #1371 from issyl0/bump-prawn-dev-and-fix-rubocop",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2025-01-13T21:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf0f20399754685a851e514f3c1c6392f4d30267",
"body": "\r\n- These are public APIs and not going to change soon.",
"is_bot": false,
"headline": "Make the RuboCop `todo`s into `disable`s.",
"author_name": "Issy Long",
"author_login": "issyl0",
"committed_at": "2025-01-13T11:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7821f32abdf984a05ded73a8e5e2a1fd264fbc82",
"body": "- The autocorrections break everything, so I'll leave these to someone more experienced with the codebase.",
"is_bot": false,
"headline": "Add TODOs for RuboCop `Style/AccessModifierDeclarations`",
"author_name": "Issy Long",
"author_login": "issyl0",
"committed_at": "2025-01-12T14:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89cb880a5d118826c5ea20c7064ac0c869a2c54e",
"body": null,
"is_bot": false,
"headline": "Bump `prawn-dev` to version 0.5.0",
"author_name": "Issy Long",
"author_login": "issyl0",
"committed_at": "2025-01-12T14:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaea7f6beda092ba48001414125a576dcf891362",
"body": "Link to Ferrum rather than outdated HTML to PDF generators",
"is_bot": false,
"headline": "Merge pull request #1370 from practicingdev/patch-1",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2025-01-07T18:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc153d85a07c198d1d534e613f6b3ca133398002",
"body": null,
"is_bot": false,
"headline": "Link to Ferrum rather than outdated HTML to PDF generators",
"author_name": "Gregory Brown",
"author_login": "practicingdev",
"committed_at": "2025-01-07T17:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c531f87e8cedda95afffbe6207e5c6f3a2de7609",
"body": "Fix typo in image scaling section of the manual",
"is_bot": false,
"headline": "Merge pull request #1350 from LukasSkywalker/master",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-06-04T06:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb93b19c9f7a15add1897b431b2a387824a13f86",
"body": null,
"is_bot": false,
"headline": "Fix typo in image scaling section of the manual",
"author_name": "LukasSkywalker",
"author_login": "LukasSkywalker",
"committed_at": "2024-06-03T20:21:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce374035905ef7691ddfa2dc015f4ea734d1f737",
"body": "Fix typo in images function docs",
"is_bot": false,
"headline": "Merge pull request #1341 from r0ckarong/master",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-06T08:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a5b2a1b43325f046bf37a20066e76cf0c5f4f9",
"body": null,
"is_bot": false,
"headline": "Fix typo in images function docs",
"author_name": "Markus Napp",
"author_login": "r0ckarong",
"committed_at": "2024-03-06T08:45:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f82783b1d0207abacd642ddd2c0959685cbc4a09",
"body": null,
"is_bot": false,
"headline": "2.5.0",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T10:31:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "689d14ce67067d47b91e4aaca2b11f4a9f1c050d",
"body": null,
"is_bot": false,
"headline": "Update dependencies",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T10:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1454bc6639ee7bbb1c12efc51e3305c8880b4020",
"body": null,
"is_bot": false,
"headline": "Update gem metadata",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:46:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eaaaa3f58d23f650467f149c8ea338f85b3ec66",
"body": null,
"is_bot": false,
"headline": "Update license specifiers",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:41:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e64834db0cddee7068fe905e02bbc5dcb269166",
"body": null,
"is_bot": false,
"headline": "Add the current maintainer to the list of authors",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:40:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b32fff1d905e905c59d7c104f6da5a120f9b982c",
"body": "Do not pack examples, specs, manual, and files that are only useful\nin development.",
"is_bot": false,
"headline": "Update the list of packaged files",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:40:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f75790e7c2fb2265cf7627f7c8cbfc08e5e5a004",
"body": "This way it generates fewer warnings.",
"is_bot": false,
"headline": "Update gem signing",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "85bdad8d26323f07019b4aa0821fca8f4857d174",
"body": "It's the same as the default so no point specifying it.",
"is_bot": false,
"headline": "Remove load path from gemspec",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:36:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe37363d5767d6dfed37530e054583c3f8ad66b8",
"body": null,
"is_bot": false,
"headline": "Move description up top.",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd4188e792ccb236dd3b019246705e30aba3905",
"body": null,
"is_bot": false,
"headline": "Update certificate",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-05T09:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68d0e770f265a36ef5f6e2a083a6bcb3a9646641",
"body": "The previous fix incorrectly escaped \"\\r\" as \"\\\\\\r\". However, it needs\nto be escaped as \"\\\\r\" (so backslash followed by letter r).",
"is_bot": false,
"headline": "Really fix encryption issue",
"author_name": "Thomas Leitner",
"author_login": "gettalong",
"committed_at": "2024-03-04T10:10:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af8c3c7c82c75b881f09c23fce9fe01e4bf06f9",
"body": null,
"is_bot": false,
"headline": "Add the latest Ruby 3.3 to the build matrix",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-04T07:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d4469d5b6df09fe417f9adb60070cee2b5195c2",
"body": null,
"is_bot": false,
"headline": "Update actions",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-03T13:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0f004619717cbbd5eefbe214d64f8d1150a2ba",
"body": null,
"is_bot": false,
"headline": "Add edge gems to the matrix",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-03T13:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be66ddd0a804a03f6d7979bc773ea0aad0e7ec29",
"body": null,
"is_bot": false,
"headline": "Update code style",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-03T13:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21811faf8e66d3552b3921c8107daec4e386c3fc",
"body": "Copyright headers were removed because they do not reflect the complete\npicture due to the nature of Open Source. Please refer to commit log for\ncomplete list of contributors.",
"is_bot": false,
"headline": "Update docs",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-03T12:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a6fb9ecaf0ffe9b3ed2f1588dfc12f5802be8f",
"body": null,
"is_bot": false,
"headline": "Bump prawn-dev dep",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-03-03T12:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "837445dfb6b0fd394617fea24ace5f1c8df3107f",
"body": null,
"is_bot": false,
"headline": "`PDF::Core::Renderer#render` doesn't take a block",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-02-27T19:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a3c911dff98db4914ffc4cf42f18b71dc2d6c17",
"body": null,
"is_bot": false,
"headline": "Keep related things together",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-02-16T09:25:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae682d829fd7130c8676da48be1875d09c84428",
"body": "These are not security issues, I promise.",
"is_bot": false,
"headline": "Appease Rubocop",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-02-13T14:27:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bcf2ed972548c47c3b0081ed444515730857cad",
"body": null,
"is_bot": false,
"headline": "Drop Ruby 2.6 support",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-02-13T11:17:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b0ce5002e33def20e194698220eee6aa88dd560",
"body": "This uses new Manual Builder. It fixes text extraction and adds a new\ncoat of paint here and there.",
"is_bot": false,
"headline": "Update Manual",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-02-11T11:59:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006917fb57b6f714f162598007e6658f506bda53",
"body": null,
"is_bot": false,
"headline": "Make Rubocop happy",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-25T16:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cf096d9e459ca581a55ee3c4297488541e1f73e",
"body": "Fix missing glyph widths",
"is_bot": false,
"headline": "Merge pull request #1327 from prawnpdf/fix-missing-glyph-widths",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-25T16:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5017b87b9c72433302e5cf1718f56b06e4ce0c8",
"body": "Prawn correctly used width of missing glyphs to layout text but didn't\nencode the widths correctly in subset fonts. The resulted in characters\nwith missing glyphs to have 0 width. And even though Prawn drawn\nReplacement Character glyphs they were stacking on top of each other\nbecause their widths were wrong.",
"is_bot": false,
"headline": "Fix missing glyph width.",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-25T16:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd18ed2a65722cb962bef111af6a7f5f4b310d46",
"body": null,
"is_bot": false,
"headline": "Test case for wrong width of missing glyphs",
"author_name": "Dan Allen",
"author_login": "mojavelinux",
"committed_at": "2024-01-25T16:17:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3054b7401f02e2478f5f4d92cd3a0eaac9fef3a",
"body": null,
"is_bot": false,
"headline": "Clarify soft mask docs",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-22T10:36:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3a47a4a50535f253f67e5f29b996aaf5f75d603",
"body": null,
"is_bot": false,
"headline": "Clarify where soft mask applies",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-16T13:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "385116dcc0d141bf96f36c176a6a6cd6c74e0bd7",
"body": "Full font embedding",
"is_bot": false,
"headline": "Merge pull request #1322 from prawnpdf/full-font-embedding",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-15T14:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "528a37d7152b378d5e20118988876d77c318c9dd",
"body": "This add an option to disable font subsetting. Original fonts can be\nembedded in full original form.\n\nThis feature can make documents substantially bigger. In addition to\nembedded fonts being bigger PDF requires additional information in order\nto properly render text. Specifically, it requires glyph\n[…]\no this might be useful for documents that are going\nto be edited. For example, documents that are templates and more text\nwould be added later, or AcroForm feature that allows end users to fill\nforms.",
"is_bot": false,
"headline": "Full font embedding",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-15T14:05:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "772a41ebe1e8b7afa36dc0314b10cf6537bf6ac6",
"body": null,
"is_bot": false,
"headline": "Make it easier to develop agains different versions of other gems",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-15T13:07:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "208c3002a0300b21640776c88ddf8aaa1d626682",
"body": null,
"is_bot": false,
"headline": "Update Changelog",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-08T09:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7d4a8e9505d0ea3acb472a08b9872994ee248f5",
"body": "Come Ruby 3.x, keyword arguments will not be part of `*arguments` any more. We could either:\n\n1. Mark the method with `ruby2_keywords`, which would make keyword arguments part of `*arguments` again. However, this is going away in the future so it's a crutch if anything.\n2. Make the method properly support keyword arguments.\n\nOption 2 is chosen here.",
"is_bot": false,
"headline": "Delegate keyword arguments in Prawn::View#method_missing",
"author_name": "Kim Burgestrand",
"author_login": "Burgestrand",
"committed_at": "2024-01-08T09:29:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e8a9c93032b83b54687f610b05e2529f39935a5",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.3 to the build",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-04T16:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49ed218b5568a9e823459afb4ee6b997edbd9bb7",
"body": null,
"is_bot": false,
"headline": "Fix bundler installation on older Rubies",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-04T16:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3354ff2d34871f36610892b6d892fdccd358b48",
"body": null,
"is_bot": false,
"headline": "Update Changelog",
"author_name": "Jakub Stasiak",
"author_login": "jstasiak",
"committed_at": "2024-01-04T16:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1010575b4fa224d57daf4a1d5e4bc4b9f78329",
"body": "In case of no indent_paragraphs when formatted_text is called it\npasses the text to render to Text.fill_formatted_text_box. Then the text\nis rendered using the Box class and the Box class in combination with\nthe Wrap module takes care of spacing between lines. Spacing is present\nregardless of final_\n[…]\nd a test case for a single line scenario because my initial\ntake on this issue introduced a different bug that caused a single-line\nparagraph and another paragraph to have too much space between them.",
"is_bot": false,
"headline": "Fix indent_paragrahs/no final_gap line spacing bug",
"author_name": "Jakub Stasiak",
"author_login": "jstasiak",
"committed_at": "2024-01-04T15:57:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "22fec8b8e2d9b9b3e28f513d01c8c2fde892b9ad",
"body": null,
"is_bot": false,
"headline": "Update Changelog",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-04T13:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "496cdab2838bb977805fe9cee4048a16f23c6292",
"body": null,
"is_bot": false,
"headline": "Add spec for font caching",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2024-01-04T12:58:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b643e4bfbf0ec1f335a4a25510d8dff5839f290",
"body": null,
"is_bot": false,
"headline": "Use font family name for caching as well",
"author_name": "Marcin Skirzynski",
"author_login": "maerch",
"committed_at": "2024-01-04T10:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ceaa105f3e6038fac2eb4b84355d71b00d895f3",
"body": null,
"is_bot": false,
"headline": "Bump checkout action",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2023-02-23T15:30:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60a52d135ae9824f581b01277d4ab85a1336dc0",
"body": null,
"is_bot": false,
"headline": "Use less specific cache keys",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2023-02-23T15:17:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c8285aea8f07c4ee85f7c05a23f88b7586a5130",
"body": null,
"is_bot": false,
"headline": "Bump cache action",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2023-02-23T15:00:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56da76b1074a9d1b717c19210f2c6bd1f479a744",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.2 and JRuby 9.4 to the matrix",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2023-02-23T14:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d4f6b8998e0627259c1036a2cd6bca65cd53f45",
"body": null,
"is_bot": false,
"headline": "fix images.rb document",
"author_name": "hukurouo",
"author_login": "n1sym",
"committed_at": "2022-04-28T12:38:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30da9f40e5f308f69198879301d65cacca214b69",
"body": null,
"is_bot": false,
"headline": "Fixes 1062 - Aliases inspect so that it calls to_s",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-02-17T08:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f926dc0ae9e60529169104f6b5f5d6da7d9549f7",
"body": null,
"is_bot": false,
"headline": "Extract escape and unescape methods in Text::Formatted::Parser module",
"author_name": "Johnny Shields",
"author_login": "johnnyshields",
"committed_at": "2022-02-15T10:33:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f964fecf150a6268c8fd34368a9a60b3832290dd",
"body": "Serialization of encrypted strings is separate from normal serialization. And\nhere there is the problem that \\n was escaped instead of \\r. So using \\r\ninstead of \\n yields the correct result",
"is_bot": false,
"headline": "Fix bug when encrypted string contains \\r",
"author_name": "Thomas Leitner",
"author_login": "gettalong",
"committed_at": "2022-02-11T16:26:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe1533e7de1ee8bf805022624592556b30776ec",
"body": "Specifically:\n\n1. Remove inline Rubocop comments that are showing up in the manual text\n2. Update copy that refers to behavior not actually found in the referenced example",
"is_bot": false,
"headline": "Minor fixes to the documentation",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-02-11T07:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63d4d4c7d10317097463264e2b7c0c3cc995352d",
"body": null,
"is_bot": false,
"headline": "Fix lint",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-02-10T09:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd41671a4fc0719a3a147331462aef4e47c5a8d9",
"body": "save_graphics_state can take a block form which automatically restores\nthe graphics state when the block completes. However, the\ntransformation stack was not being popped in this case.\n\nThis fix pops the transformation stack after save_graphics_state is\nused in block form.",
"is_bot": false,
"headline": "Fix transformation stack not being popped",
"author_name": "Roger Nesbitt",
"author_login": null,
"committed_at": "2022-02-10T09:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f013043ed29501670d198ca05f29c898eafe89b7",
"body": "This addresses #1044 - use a pair of ints rather than a single array of two ints in the documentation, matching the expected behavior.",
"is_bot": false,
"headline": "Fix arguments in documentation comment",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-02-10T08:09:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "889435319089110dcd6c47353490cf169d82863d",
"body": null,
"is_bot": false,
"headline": "Fix assorted spelling issues",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-02-10T08:02:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538cde7781208c5382a35d9b1a9b51d2bf63da36",
"body": "This update moves the minimum supported Ruby version to 2.6 and updates Rubocop libraries.\n\nAdditional changes in this PR include:\n\nMinor changes to address lints\nRemoval of 2.5, 2.5.0, and jruby-9.2 from the CI matrix because of the new minimum version",
"is_bot": false,
"headline": "Bump up prawn-dev to 0.3.0",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-02-08T19:49:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c27b67e517be0ac066286d23d12b8880d04ed11",
"body": "…ndards\n\nThis commit:\n\n1. Replaces pull_request_target with pull_request\n2. Adds JRuby 9.3",
"is_bot": false,
"headline": "Simplify the GitHub Actions config and bring it more in line with sta…",
"author_name": "Peter Goldstein",
"author_login": "petergoldstein",
"committed_at": "2022-02-07T17:34:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b7348d5359b1b400061a5bb6f7be415547447bd",
"body": null,
"is_bot": false,
"headline": "Add Ruby 3.1.0",
"author_name": "Kevin Robatel",
"author_login": "Kevinrob",
"committed_at": "2022-01-05T09:48:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c64cd47c52a3344e5a0efff360c0711fee4091d",
"body": "* #font: Don't create an empty hash on nearly every invocation of #font\n but use a frozen and empty default hash. This can be done because the\n hash is never changed.\n\n* #identifier_for - cache its return value. This method is called very\n often and basically always generates only a handful of th\n[…]\ncreating strings and can also return the value faster.\n\n* #add_to_current_page: Don't create a single-item hash and use merge!,\n just use Hash#[]=. Avoids the unnecessary hash creation and is faster.",
"is_bot": false,
"headline": "Reduce memory allocations and enhance performance",
"author_name": "Thomas Leitner",
"author_login": "gettalong",
"committed_at": "2021-07-15T13:45:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3658d5125c3b20eb11484c3b039ca6b89dc7d1b7",
"body": "matrix has been a gem since 2.5 but was removed from the default set in\nRuby 3.1.",
"is_bot": false,
"headline": "Add matrix gem to dependencies",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2021-05-31T19:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4544aa7bddda4412bd9dfdcd8785900df36f0c",
"body": null,
"is_bot": false,
"headline": "Add the latests Ruby 3.0 to the build matrix",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2021-05-31T19:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "006b3a5d5aa1a650e196f08108e777d2f70d156b",
"body": "note that this patch adds an optional fourth argument to find_font_for_this_glyph\n\nresolves #1147",
"is_bot": false,
"headline": "look for glyph in correct font when fallback fonts are enabled",
"author_name": "Dan Allen",
"author_login": "mojavelinux",
"committed_at": "2021-01-27T09:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562c558d8fc128f2e7e5a9f62364b1f7c37bb78f",
"body": null,
"is_bot": false,
"headline": "Fix code style",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2021-01-19T12:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73be039575a6e793235d03c4640da309e57b9ebf",
"body": null,
"is_bot": false,
"headline": "Fix font metric caching on Ruby 2.7+",
"author_name": "Inge Jørgensen",
"author_login": "elektronaut",
"committed_at": "2021-01-19T12:01:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e24fec0800c7d9efd5ec1cac39aebb5ca13e5dc3",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "masakinpo",
"author_login": null,
"committed_at": "2021-01-16T13:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a112a803b5d694bad200cabc7b84938d6d546f7",
"body": null,
"is_bot": false,
"headline": "fix spec",
"author_name": "masakinpo",
"author_login": null,
"committed_at": "2021-01-16T13:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b845fc6fc8577a6331168280aa205002107da52",
"body": null,
"is_bot": false,
"headline": "first commit",
"author_name": "masakinpo",
"author_login": null,
"committed_at": "2021-01-16T13:52:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe61500e4e242a31c932577b6f86d6505e65b23",
"body": null,
"is_bot": false,
"headline": "Split out Rubocop into a separate job",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2021-01-16T13:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16250300b1c502d205ad4bd834fe6562032d83fb",
"body": null,
"is_bot": false,
"headline": "Update code style",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2021-01-16T09:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c629c687b23478b3da41ea58d96a07e2267bc6",
"body": "- check GitHub actions status instead of previously used Travis CI",
"is_bot": false,
"headline": "Update CI badge in README.md.",
"author_name": "Josef Šimánek",
"author_login": "simi",
"committed_at": "2020-12-31T12:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46ac6969a94a29d45fd5eec662cfc9c3622619d1",
"body": null,
"is_bot": false,
"headline": "2.4.0",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-12-29T20:12:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "692ecb5bc2be8b0094a28319b3c53131963e80eb",
"body": null,
"is_bot": false,
"headline": "Update Changelog",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-12-29T20:06:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "098ef66775151fc8e8414ba1c63ae94b7415717a",
"body": "TTFunk 1.7.0 allows installation on Ruby 3",
"is_bot": false,
"headline": "Bump TTFunk",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-12-29T20:00:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd7df285273923ec17895eb8e237bfdf447cc3c5",
"body": null,
"is_bot": false,
"headline": "Update CI workflow",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-12-29T14:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f17308e0cabd876fd1ced4412749462c4e968d8",
"body": "prawn-dev helps keep development environment consistent between Prawn\ngems.\n\nWith the updated development dependencies code style is updated as well.",
"is_bot": false,
"headline": "Use prawn-dev",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-12-27T20:06:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f21d992febcbc23176392b1d503e89dd3dde332",
"body": null,
"is_bot": false,
"headline": "Update ruby_version requirement to allow ruby 3.0",
"author_name": "Jean Boussier",
"author_login": "byroot",
"committed_at": "2020-12-25T15:04:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56a2ac1f4c238c2fb5b4d427d4fbac3751f57483",
"body": null,
"is_bot": false,
"headline": "Fix typo in documentation for bounding box nesting",
"author_name": "John Cline",
"author_login": "clinejj",
"committed_at": "2020-12-23T20:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dd11695351c0f1c4f4aacb6547e552bd1b98196",
"body": null,
"is_bot": false,
"headline": "Fix transformation matrix serialization",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-27T14:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "844190e4b854d83503435e2f0666999bb1453b3d",
"body": null,
"is_bot": false,
"headline": "Bump pdf-core to 0.9",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-24T18:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9668b0fcc1b7f08be5c259ec62253b10fc07ccc0",
"body": null,
"is_bot": false,
"headline": "Bump Rubocop gems",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-21T21:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "500e76c719462f477c12724cacb5896d1cebfb97",
"body": null,
"is_bot": false,
"headline": "Fix Style/SoleNestedConditional violations",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-21T21:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71cb6b0029ac53ee907f6c5fdc69c18a454a7f31",
"body": null,
"is_bot": false,
"headline": "Fix Lint/ConstantDefinitionInBlock violations",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-21T20:24:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a40a3911584ef67722d6e23cc87e83162d922ca",
"body": null,
"is_bot": false,
"headline": "Bump Rubocop to 0.89",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-21T18:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff40c565c32840b40d72b4e6b98c243478fea467",
"body": null,
"is_bot": false,
"headline": "Fix Style/Send violations",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-21T12:04:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c1f72732a7305c004af3d468a0f08f53371883",
"body": null,
"is_bot": false,
"headline": "Fix Style/ImplicitRuntimeError violations",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-21T11:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9313bae5d76ebeb99b053a5de8357b262e3adac9",
"body": null,
"is_bot": false,
"headline": "Fix Style/CollectionMethods violations",
"author_name": "Alexander Mankuta",
"author_login": "pointlessone",
"committed_at": "2020-10-21T08:37:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 2,
"latest_release_at": "2020-08-01T17:48:49Z",
"latest_release_tag": "2.3.0",
"releases_from_tags": false,
"days_since_last_push": 94,
"active_weeks_last_year": 1,
"days_since_latest_release": 2180,
"mean_days_between_releases": 355.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "prawn",
"exists": true,
"license": "Nonstandard",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/prawn",
"is_deprecated": false,
"latest_version": "2.5.0",
"repository_url": "https://github.com/prawnpdf/prawn",
"versions_count": 42,
"total_downloads": 99254770,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T18:02:56Z",
"latest_published_at": "2024-03-05T10:33:22.557000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 868
}
]
},
"popularity": {
"forks": 695,
"stars": 4820,
"watchers": 87,
"fork_history": {
"days": [
{
"date": "2008-04-22",
"count": 1
},
{
"date": "2008-08-08",
"count": 2
},
{
"date": "2008-08-13",
"count": 1
},
{
"date": "2008-09-05",
"count": 1
},
{
"date": "2008-09-11",
"count": 1
},
{
"date": "2008-09-22",
"count": 1
},
{
"date": "2008-09-25",
"count": 1
},
{
"date": "2008-09-29",
"count": 1
},
{
"date": "2008-10-05",
"count": 1
},
{
"date": "2008-10-18",
"count": 1
},
{
"date": "2008-11-07",
"count": 1
},
{
"date": "2008-11-14",
"count": 1
},
{
"date": "2008-11-20",
"count": 1
},
{
"date": "2008-11-28",
"count": 1
},
{
"date": "2008-11-30",
"count": 2
},
{
"date": "2008-12-16",
"count": 1
},
{
"date": "2008-12-29",
"count": 1
},
{
"date": "2009-01-27",
"count": 1
},
{
"date": "2009-01-28",
"count": 1
},
{
"date": "2009-02-01",
"count": 1
},
{
"date": "2009-02-05",
"count": 1
},
{
"date": "2009-02-15",
"count": 1
},
{
"date": "2009-02-22",
"count": 1
},
{
"date": "2009-03-19",
"count": 1
},
{
"date": "2009-03-20",
"count": 1
},
{
"date": "2009-03-25",
"count": 1
},
{
"date": "2009-04-12",
"count": 1
},
{
"date": "2009-04-16",
"count": 1
},
{
"date": "2009-05-06",
"count": 1
},
{
"date": "2009-06-11",
"count": 1
},
{
"date": "2009-06-23",
"count": 1
},
{
"date": "2009-06-24",
"count": 1
},
{
"date": "2009-07-26",
"count": 1
},
{
"date": "2009-07-27",
"count": 1
},
{
"date": "2009-07-31",
"count": 1
},
{
"date": "2009-08-05",
"count": 1
},
{
"date": "2009-08-27",
"count": 1
},
{
"date": "2009-09-10",
"count": 1
},
{
"date": "2009-09-13",
"count": 1
},
{
"date": "2009-09-24",
"count": 1
},
{
"date": "2009-09-29",
"count": 1
},
{
"date": "2009-10-09",
"count": 1
},
{
"date": "2009-10-24",
"count": 1
},
{
"date": "2009-11-02",
"count": 1
},
{
"date": "2009-11-21",
"count": 1
},
{
"date": "2009-12-03",
"count": 1
},
{
"date": "2009-12-04",
"count": 1
},
{
"date": "2009-12-12",
"count": 2
},
{
"date": "2010-01-04",
"count": 1
},
{
"date": "2010-02-10",
"count": 1
},
{
"date": "2010-02-22",
"count": 1
},
{
"date": "2010-03-03",
"count": 1
},
{
"date": "2010-04-06",
"count": 1
},
{
"date": "2010-04-07",
"count": 1
},
{
"date": "2010-04-19",
"count": 1
},
{
"date": "2010-04-24",
"count": 1
},
{
"date": "2010-05-20",
"count": 1
},
{
"date": "2010-05-28",
"count": 1
},
{
"date": "2010-05-29",
"count": 1
},
{
"date": "2010-06-02",
"count": 1
},
{
"date": "2010-06-15",
"count": 3
},
{
"date": "2010-06-16",
"count": 1
},
{
"date": "2010-07-05",
"count": 1
},
{
"date": "2010-07-08",
"count": 1
},
{
"date": "2010-07-09",
"count": 1
},
{
"date": "2010-07-14",
"count": 1
},
{
"date": "2010-07-15",
"count": 1
},
{
"date": "2010-07-20",
"count": 1
},
{
"date": "2010-07-27",
"count": 1
},
{
"date": "2010-08-02",
"count": 1
},
{
"date": "2010-08-14",
"count": 1
},
{
"date": "2010-08-24",
"count": 1
},
{
"date": "2010-08-31",
"count": 1
},
{
"date": "2010-09-23",
"count": 1
},
{
"date": "2010-09-28",
"count": 1
},
{
"date": "2010-10-18",
"count": 1
},
{
"date": "2010-10-27",
"count": 1
},
{
"date": "2010-11-03",
"count": 1
},
{
"date": "2010-11-16",
"count": 1
},
{
"date": "2010-11-22",
"count": 1
},
{
"date": "2010-12-09",
"count": 2
},
{
"date": "2010-12-12",
"count": 1
},
{
"date": "2010-12-14",
"count": 1
},
{
"date": "2010-12-27",
"count": 2
},
{
"date": "2011-01-15",
"count": 1
},
{
"date": "2011-01-22",
"count": 1
},
{
"date": "2011-01-27",
"count": 1
},
{
"date": "2011-02-06",
"count": 1
},
{
"date": "2011-02-07",
"count": 1
},
{
"date": "2011-02-18",
"count": 2
},
{
"date": "2011-02-23",
"count": 1
},
{
"date": "2011-03-06",
"count": 1
},
{
"date": "2011-03-09",
"count": 2
},
{
"date": "2011-03-14",
"count": 1
},
{
"date": "2011-04-05",
"count": 1
},
{
"date": "2011-04-12",
"count": 1
},
{
"date": "2011-04-13",
"count": 1
},
{
"date": "2011-04-18",
"count": 1
},
{
"date": "2011-04-25",
"count": 1
},
{
"date": "2011-04-27",
"count": 1
},
{
"date": "2011-05-16",
"count": 1
},
{
"date": "2011-06-04",
"count": 1
},
{
"date": "2011-06-21",
"count": 1
},
{
"date": "2011-06-29",
"count": 1
},
{
"date": "2011-06-30",
"count": 1
},
{
"date": "2011-07-12",
"count": 1
},
{
"date": "2011-07-14",
"count": 1
},
{
"date": "2011-07-18",
"count": 1
},
{
"date": "2011-07-20",
"count": 1
},
{
"date": "2011-07-25",
"count": 1
},
{
"date": "2011-07-31",
"count": 1
},
{
"date": "2011-08-08",
"count": 1
},
{
"date": "2011-08-15",
"count": 1
},
{
"date": "2011-08-23",
"count": 1
},
{
"date": "2011-08-24",
"count": 1
},
{
"date": "2011-08-26",
"count": 1
},
{
"date": "2011-08-28",
"count": 1
},
{
"date": "2011-09-12",
"count": 1
},
{
"date": "2011-09-13",
"count": 1
},
{
"date": "2011-09-15",
"count": 1
},
{
"date": "2011-09-20",
"count": 1
},
{
"date": "2011-09-22",
"count": 1
},
{
"date": "2011-09-29",
"count": 1
},
{
"date": "2011-10-20",
"count": 1
},
{
"date": "2011-10-21",
"count": 1
},
{
"date": "2011-11-05",
"count": 1
},
{
"date": "2011-11-07",
"count": 1
},
{
"date": "2011-11-10",
"count": 1
},
{
"date": "2011-11-21",
"count": 1
},
{
"date": "2011-11-22",
"count": 1
},
{
"date": "2011-11-26",
"count": 1
},
{
"date": "2011-12-08",
"count": 1
},
{
"date": "2011-12-21",
"count": 2
},
{
"date": "2011-12-23",
"count": 1
},
{
"date": "2012-01-06",
"count": 1
},
{
"date": "2012-01-08",
"count": 1
},
{
"date": "2012-02-09",
"count": 1
},
{
"date": "2012-02-14",
"count": 1
},
{
"date": "2012-02-15",
"count": 1
},
{
"date": "2012-02-17",
"count": 1
},
{
"date": "2012-02-22",
"count": 1
},
{
"date": "2012-02-27",
"count": 1
},
{
"date": "2012-02-28",
"count": 1
},
{
"date": "2012-03-08",
"count": 1
},
{
"date": "2012-03-22",
"count": 1
},
{
"date": "2012-03-26",
"count": 1
},
{
"date": "2012-03-31",
"count": 1
},
{
"date": "2012-04-17",
"count": 2
},
{
"date": "2012-04-19",
"count": 2
},
{
"date": "2012-04-27",
"count": 1
},
{
"date": "2012-04-30",
"count": 1
},
{
"date": "2012-05-14",
"count": 1
},
{
"date": "2012-05-16",
"count": 1
},
{
"date": "2012-05-18",
"count": 1
},
{
"date": "2012-05-23",
"count": 2
},
{
"date": "2012-06-05",
"count": 1
},
{
"date": "2012-06-19",
"count": 1
},
{
"date": "2012-06-20",
"count": 1
},
{
"date": "2012-06-21",
"count": 1
},
{
"date": "2012-07-02",
"count": 2
},
{
"date": "2012-07-10",
"count": 1
},
{
"date": "2012-07-13",
"count": 1
},
{
"date": "2012-07-22",
"count": 3
},
{
"date": "2012-07-23",
"count": 1
},
{
"date": "2012-07-24",
"count": 1
},
{
"date": "2012-07-26",
"count": 1
},
{
"date": "2012-07-27",
"count": 1
},
{
"date": "2012-08-01",
"count": 1
},
{
"date": "2012-08-12",
"count": 1
},
{
"date": "2012-08-13",
"count": 1
},
{
"date": "2012-08-14",
"count": 1
},
{
"date": "2012-08-21",
"count": 1
},
{
"date": "2012-08-28",
"count": 1
},
{
"date": "2012-08-30",
"count": 2
},
{
"date": "2012-09-02",
"count": 1
},
{
"date": "2012-09-21",
"count": 1
},
{
"date": "2012-09-24",
"count": 1
},
{
"date": "2012-09-25",
"count": 1
},
{
"date": "2012-10-11",
"count": 1
},
{
"date": "2012-10-20",
"count": 1
},
{
"date": "2012-10-22",
"count": 1
},
{
"date": "2012-11-04",
"count": 1
},
{
"date": "2012-11-08",
"count": 1
},
{
"date": "2012-11-11",
"count": 1
},
{
"date": "2012-11-13",
"count": 1
},
{
"date": "2012-12-01",
"count": 1
},
{
"date": "2012-12-03",
"count": 1
},
{
"date": "2012-12-05",
"count": 1
},
{
"date": "2012-12-11",
"count": 1
},
{
"date": "2012-12-12",
"count": 1
},
{
"date": "2012-12-13",
"count": 2
},
{
"date": "2012-12-16",
"count": 1
},
{
"date": "2012-12-27",
"count": 2
},
{
"date": "2013-01-01",
"count": 1
},
{
"date": "2013-01-04",
"count": 1
},
{
"date": "2013-01-15",
"count": 1
},
{
"date": "2013-01-22",
"count": 1
},
{
"date": "2013-01-30",
"count": 1
},
{
"date": "2013-02-08",
"count": 1
},
{
"date": "2013-02-12",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-03-02",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-03-07",
"count": 1
},
{
"date": "2013-03-12",
"count": 1
},
{
"date": "2013-03-19",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-22",
"count": 2
},
{
"date": "2013-03-26",
"count": 1
},
{
"date": "2013-04-10",
"count": 1
},
{
"date": "2013-04-17",
"count": 1
},
{
"date": "2013-04-18",
"count": 2
},
{
"date": "2013-04-29",
"count": 1
},
{
"date": "2013-05-01",
"count": 1
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-04",
"count": 1
},
{
"date": "2013-05-12",
"count": 1
},
{
"date": "2013-05-13",
"count": 1
},
{
"date": "2013-05-21",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-06-06",
"count": 1
},
{
"date": "2013-06-10",
"count": 1
},
{
"date": "2013-06-11",
"count": 1
},
{
"date": "2013-06-24",
"count": 1
},
{
"date": "2013-07-01",
"count": 1
},
{
"date": "2013-07-03",
"count": 1
},
{
"date": "2013-07-04",
"count": 1
},
{
"date": "2013-07-22",
"count": 1
},
{
"date": "2013-07-26",
"count": 1
},
{
"date": "2013-07-29",
"count": 2
},
{
"date": "2013-07-31",
"count": 1
},
{
"date": "2013-08-03",
"count": 1
},
{
"date": "2013-08-09",
"count": 1
},
{
"date": "2013-08-30",
"count": 1
},
{
"date": "2013-09-06",
"count": 1
},
{
"date": "2013-09-11",
"count": 1
},
{
"date": "2013-09-15",
"count": 2
},
{
"date": "2013-09-16",
"count": 1
},
{
"date": "2013-09-23",
"count": 1
},
{
"date": "2013-09-29",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-06",
"count": 1
},
{
"date": "2013-10-16",
"count": 1
},
{
"date": "2013-10-22",
"count": 1
},
{
"date": "2013-11-05",
"count": 1
},
{
"date": "2013-11-07",
"count": 1
},
{
"date": "2013-11-13",
"count": 1
},
{
"date": "2013-11-14",
"count": 2
},
{
"date": "2013-11-16",
"count": 1
},
{
"date": "2013-11-18",
"count": 1
},
{
"date": "2013-11-27",
"count": 1
},
{
"date": "2013-11-28",
"count": 1
},
{
"date": "2013-12-05",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2013-12-12",
"count": 1
},
{
"date": "2013-12-17",
"count": 1
},
{
"date": "2013-12-18",
"count": 1
},
{
"date": "2013-12-20",
"count": 1
},
{
"date": "2013-12-22",
"count": 1
},
{
"date": "2014-01-03",
"count": 1
},
{
"date": "2014-01-07",
"count": 1
},
{
"date": "2014-01-11",
"count": 1
},
{
"date": "2014-01-16",
"count": 1
},
{
"date": "2014-01-17",
"count": 1
},
{
"date": "2014-01-20",
"count": 1
},
{
"date": "2014-01-22",
"count": 1
},
{
"date": "2014-01-23",
"count": 1
},
{
"date": "2014-01-24",
"count": 1
},
{
"date": "2014-01-26",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-02-08",
"count": 1
},
{
"date": "2014-02-14",
"count": 1
},
{
"date": "2014-02-15",
"count": 1
},
{
"date": "2014-02-27",
"count": 1
},
{
"date": "2014-03-05",
"count": 2
},
{
"date": "2014-03-08",
"count": 1
},
{
"date": "2014-03-09",
"count": 1
},
{
"date": "2014-03-12",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-30",
"count": 1
},
{
"date": "2014-03-31",
"count": 2
},
{
"date": "2014-04-01",
"count": 2
},
{
"date": "2014-04-13",
"count": 1
},
{
"date": "2014-04-23",
"count": 1
},
{
"date": "2014-05-02",
"count": 1
},
{
"date": "2014-05-12",
"count": 1
},
{
"date": "2014-05-15",
"count": 2
},
{
"date": "2014-05-21",
"count": 1
},
{
"date": "2014-05-25",
"count": 1
},
{
"date": "2014-05-26",
"count": 1
},
{
"date": "2014-06-06",
"count": 2
},
{
"date": "2014-06-10",
"count": 1
},
{
"date": "2014-06-24",
"count": 2
},
{
"date": "2014-07-02",
"count": 1
},
{
"date": "2014-07-03",
"count": 1
},
{
"date": "2014-07-08",
"count": 1
},
{
"date": "2014-07-20",
"count": 2
},
{
"date": "2014-07-23",
"count": 1
},
{
"date": "2014-08-06",
"count": 1
},
{
"date": "2014-08-07",
"count": 1
},
{
"date": "2014-08-11",
"count": 1
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-08-19",
"count": 1
},
{
"date": "2014-08-21",
"count": 1
},
{
"date": "2014-08-28",
"count": 1
},
{
"date": "2014-09-02",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-08",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-09-12",
"count": 1
},
{
"date": "2014-09-15",
"count": 1
},
{
"date": "2014-09-16",
"count": 1
},
{
"date": "2014-09-17",
"count": 1
},
{
"date": "2014-09-29",
"count": 1
},
{
"date": "2014-10-01",
"count": 1
},
{
"date": "2014-10-08",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-10-14",
"count": 2
},
{
"date": "2014-10-16",
"count": 1
},
{
"date": "2014-10-25",
"count": 1
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-11-03",
"count": 1
},
{
"date": "2014-11-05",
"count": 1
},
{
"date": "2014-11-27",
"count": 1
},
{
"date": "2014-12-14",
"count": 1
},
{
"date": "2014-12-16",
"count": 1
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2014-12-19",
"count": 1
},
{
"date": "2014-12-30",
"count": 2
},
{
"date": "2015-01-17",
"count": 2
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-01-29",
"count": 1
},
{
"date": "2015-01-30",
"count": 1
},
{
"date": "2015-02-06",
"count": 2
},
{
"date": "2015-02-21",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-09",
"count": 1
},
{
"date": "2015-03-17",
"count": 1
},
{
"date": "2015-03-22",
"count": 1
},
{
"date": "2015-03-27",
"count": 1
},
{
"date": "2015-04-17",
"count": 1
},
{
"date": "2015-04-27",
"count": 1
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-05",
"count": 1
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-06-09",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-20",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-10",
"count": 2
},
{
"date": "2015-07-29",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-09",
"count": 1
},
{
"date": "2015-08-22",
"count": 1
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-07",
"count": 2
},
{
"date": "2015-09-30",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-11-10",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-11-25",
"count": 1
},
{
"date": "2015-12-04",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2015-12-11",
"count": 1
},
{
"date": "2015-12-16",
"count": 1
},
{
"date": "2016-01-04",
"count": 2
},
{
"date": "2016-01-11",
"count": 1
},
{
"date": "2016-01-19",
"count": 1
},
{
"date": "2016-01-21",
"count": 1
},
{
"date": "2016-01-23",
"count": 1
},
{
"date": "2016-02-02",
"count": 1
},
{
"date": "2016-02-11",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-03-03",
"count": 1
},
{
"date": "2016-03-07",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-03-11",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-05-11",
"count": 1
},
{
"date": "2016-05-18",
"count": 1
},
{
"date": "2016-06-03",
"count": 1
},
{
"date": "2016-06-04",
"count": 1
},
{
"date": "2016-06-08",
"count": 2
},
{
"date": "2016-06-09",
"count": 1
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-07-10",
"count": 1
},
{
"date": "2016-07-11",
"count": 2
},
{
"date": "2016-07-13",
"count": 1
},
{
"date": "2016-07-22",
"count": 1
},
{
"date": "2016-07-24",
"count": 1
},
{
"date": "2016-08-11",
"count": 1
},
{
"date": "2016-08-18",
"count": 2
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2016-09-18",
"count": 1
},
{
"date": "2016-09-19",
"count": 1
},
{
"date": "2016-10-06",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-11-04",
"count": 1
},
{
"date": "2016-11-08",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2016-12-09",
"count": 1
},
{
"date": "2016-12-20",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-01-25",
"count": 1
},
{
"date": "2017-01-29",
"count": 1
},
{
"date": "2017-02-08",
"count": 2
},
{
"date": "2017-03-10",
"count": 1
},
{
"date": "2017-03-14",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-04-24",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-06-04",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-06-22",
"count": 1
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-17",
"count": 1
},
{
"date": "2017-08-24",
"count": 2
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-10-03",
"count": 1
},
{
"date": "2017-10-10",
"count": 1
},
{
"date": "2017-11-23",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2018-01-04",
"count": 1
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-02-15",
"count": 1
},
{
"date": "2018-05-02",
"count": 1
},
{
"date": "2018-05-22",
"count": 1
},
{
"date": "2018-06-11",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-07-02",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-09-01",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2018-09-25",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-11-14",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-27",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-02-04",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-27",
"count": 1
},
{
"date": "2019-03-13",
"count": 2
},
{
"date": "2019-03-31",
"count": 1
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-05",
"count": 1
},
{
"date": "2019-04-23",
"count": 2
},
{
"date": "2019-05-20",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-22",
"count": 1
},
{
"date": "2019-08-03",
"count": 1
},
{
"date": "2019-09-18",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-11-13",
"count": 1
},
{
"date": "2019-11-20",
"count": 1
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-08",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-02-18",
"count": 2
},
{
"date": "2020-04-25",
"count": 1
},
{
"date": "2020-05-13",
"count": 1
},
{
"date": "2020-07-01",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-05",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-06",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-09-27",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-30",
"count": 1
},
{
"date": "2020-11-26",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-23",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-04-13",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-26",
"count": 1
},
{
"date": "2021-05-29",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-08-13",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-12-22",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-06",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2022-02-18",
"count": 1
},
{
"date": "2022-03-03",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-14",
"count": 1
},
{
"date": "2022-03-30",
"count": 1
},
{
"date": "2022-04-01",
"count": 1
},
{
"date": "2022-04-18",
"count": 1
},
{
"date": "2022-04-28",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2022-07-29",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-01",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-01-26",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-03-02",
"count": 1
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-24",
"count": 1
},
{
"date": "2023-03-25",
"count": 1
},
{
"date": "2023-04-01",
"count": 1
},
{
"date": "2023-04-05",
"count": 1
},
{
"date": "2023-05-07",
"count": 1
},
{
"date": "2023-05-13",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-08-08",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-10-09",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2023-11-07",
"count": 2
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-02-24",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-03-06",
"count": 1
},
{
"date": "2024-03-07",
"count": 2
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-18",
"count": 1
},
{
"date": "2024-06-02",
"count": 1
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2024-10-11",
"count": 1
},
{
"date": "2025-01-07",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-03-02",
"count": 1
},
{
"date": "2025-04-01",
"count": 1
},
{
"date": "2025-04-29",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-18",
"count": 1
},
{
"date": "2025-07-03",
"count": 1
},
{
"date": "2025-07-08",
"count": 1
},
{
"date": "2025-07-10",
"count": 1
},
{
"date": "2025-08-01",
"count": 1
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-13",
"count": 1
},
{
"date": "2025-10-14",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-02-26",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
}
],
"complete": true,
"collected": 652,
"total_forks": 695
},
"star_history": {
"days": [
{
"date": "2020-08-04",
"count": 4
},
{
"date": "2020-08-05",
"count": 3
},
{
"date": "2020-08-06",
"count": 20
},
{
"date": "2020-08-07",
"count": 11
},
{
"date": "2020-08-08",
"count": 1
},
{
"date": "2020-08-09",
"count": 3
},
{
"date": "2020-08-10",
"count": 6
},
{
"date": "2020-08-12",
"count": 3
},
{
"date": "2020-08-13",
"count": 2
},
{
"date": "2020-08-14",
"count": 1
},
{
"date": "2020-08-17",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-20",
"count": 2
},
{
"date": "2020-08-23",
"count": 1
},
{
"date": "2020-08-28",
"count": 2
},
{
"date": "2020-08-29",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-02",
"count": 1
},
{
"date": "2020-09-03",
"count": 1
},
{
"date": "2020-09-05",
"count": 2
},
{
"date": "2020-09-08",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-16",
"count": 2
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-09-20",
"count": 2
},
{
"date": "2020-09-27",
"count": 2
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-01",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-03",
"count": 2
},
{
"date": "2020-10-08",
"count": 1
},
{
"date": "2020-10-09",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-12",
"count": 1
},
{
"date": "2020-10-14",
"count": 1
},
{
"date": "2020-10-15",
"count": 1
},
{
"date": "2020-10-19",
"count": 1
},
{
"date": "2020-10-20",
"count": 1
},
{
"date": "2020-10-21",
"count": 2
},
{
"date": "2020-10-26",
"count": 5
},
{
"date": "2020-10-27",
"count": 3
},
{
"date": "2020-10-28",
"count": 2
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-06",
"count": 2
},
{
"date": "2020-11-10",
"count": 2
},
{
"date": "2020-11-13",
"count": 1
},
{
"date": "2020-11-16",
"count": 2
},
{
"date": "2020-11-26",
"count": 2
},
{
"date": "2020-11-27",
"count": 1
},
{
"date": "2020-11-29",
"count": 1
},
{
"date": "2020-11-30",
"count": 1
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-04",
"count": 1
},
{
"date": "2020-12-07",
"count": 2
},
{
"date": "2020-12-08",
"count": 2
},
{
"date": "2020-12-13",
"count": 2
},
{
"date": "2020-12-14",
"count": 1
},
{
"date": "2020-12-15",
"count": 1
},
{
"date": "2020-12-16",
"count": 1
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2020-12-21",
"count": 2
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2020-12-30",
"count": 3
},
{
"date": "2021-01-01",
"count": 2
},
{
"date": "2021-01-02",
"count": 3
},
{
"date": "2021-01-03",
"count": 3
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-07",
"count": 3
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-18",
"count": 2
},
{
"date": "2021-01-21",
"count": 2
},
{
"date": "2021-01-25",
"count": 1
},
{
"date": "2021-01-26",
"count": 1
},
{
"date": "2021-01-27",
"count": 2
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-01-31",
"count": 2
},
{
"date": "2021-02-01",
"count": 1
},
{
"date": "2021-02-02",
"count": 3
},
{
"date": "2021-02-04",
"count": 2
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-09",
"count": 2
},
{
"date": "2021-02-12",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-02-18",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-20",
"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": 2
},
{
"date": "2021-03-03",
"count": 4
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-03-12",
"count": 1
},
{
"date": "2021-03-16",
"count": 1
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-24",
"count": 1
},
{
"date": "2021-03-29",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-04",
"count": 1
},
{
"date": "2021-04-05",
"count": 1
},
{
"date": "2021-04-09",
"count": 2
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-04-16",
"count": 1
},
{
"date": "2021-04-20",
"count": 1
},
{
"date": "2021-04-27",
"count": 2
},
{
"date": "2021-04-28",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-04-30",
"count": 1
},
{
"date": "2021-05-06",
"count": 2
},
{
"date": "2021-05-07",
"count": 1
},
{
"date": "2021-05-09",
"count": 1
},
{
"date": "2021-05-10",
"count": 1
},
{
"date": "2021-05-12",
"count": 2
},
{
"date": "2021-05-14",
"count": 2
},
{
"date": "2021-05-16",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-05-21",
"count": 2
},
{
"date": "2021-05-25",
"count": 1
},
{
"date": "2021-05-30",
"count": 3
},
{
"date": "2021-06-03",
"count": 2
},
{
"date": "2021-06-04",
"count": 1
},
{
"date": "2021-06-08",
"count": 1
},
{
"date": "2021-06-10",
"count": 6
},
{
"date": "2021-06-11",
"count": 5
},
{
"date": "2021-06-12",
"count": 2
},
{
"date": "2021-06-13",
"count": 2
},
{
"date": "2021-06-15",
"count": 2
},
{
"date": "2021-06-16",
"count": 2
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-21",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-06-27",
"count": 1
},
{
"date": "2021-06-30",
"count": 1
},
{
"date": "2021-07-06",
"count": 1
},
{
"date": "2021-07-16",
"count": 1
},
{
"date": "2021-07-21",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-07-24",
"count": 1
},
{
"date": "2021-07-27",
"count": 1
},
{
"date": "2021-08-01",
"count": 1
},
{
"date": "2021-08-05",
"count": 2
},
{
"date": "2021-08-10",
"count": 1
},
{
"date": "2021-08-19",
"count": 1
},
{
"date": "2021-08-20",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-08-26",
"count": 2
},
{
"date": "2021-09-01",
"count": 1
},
{
"date": "2021-09-03",
"count": 2
},
{
"date": "2021-09-04",
"count": 1
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-09-06",
"count": 1
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-11",
"count": 3
},
{
"date": "2021-09-12",
"count": 2
},
{
"date": "2021-09-13",
"count": 3
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-18",
"count": 1
},
{
"date": "2021-09-20",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-09-24",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-09-27",
"count": 1
},
{
"date": "2021-10-02",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-07",
"count": 2
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-10-10",
"count": 2
},
{
"date": "2021-10-11",
"count": 2
},
{
"date": "2021-10-15",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2021-10-27",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-03",
"count": 1
},
{
"date": "2021-11-04",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-11-12",
"count": 1
},
{
"date": "2021-11-15",
"count": 1
},
{
"date": "2021-11-22",
"count": 1
},
{
"date": "2021-11-23",
"count": 2
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-12-06",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2021-12-11",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-17",
"count": 1
},
{
"date": "2021-12-23",
"count": 2
},
{
"date": "2022-01-01",
"count": 2
},
{
"date": "2022-01-02",
"count": 1
},
{
"date": "2022-01-03",
"count": 1
},
{
"date": "2022-01-04",
"count": 1
},
{
"date": "2022-01-08",
"count": 1
},
{
"date": "2022-01-10",
"count": 1
},
{
"date": "2022-01-11",
"count": 2
},
{
"date": "2022-01-16",
"count": 1
},
{
"date": "2022-01-20",
"count": 1
},
{
"date": "2022-01-24",
"count": 2
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-01-26",
"count": 2
},
{
"date": "2022-02-02",
"count": 1
},
{
"date": "2022-02-04",
"count": 2
},
{
"date": "2022-02-06",
"count": 2
},
{
"date": "2022-02-08",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2022-02-15",
"count": 2
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-21",
"count": 1
},
{
"date": "2022-02-24",
"count": 1
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-06",
"count": 2
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-17",
"count": 1
},
{
"date": "2022-03-19",
"count": 1
},
{
"date": "2022-03-21",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-28",
"count": 1
},
{
"date": "2022-03-31",
"count": 1
},
{
"date": "2022-04-03",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-13",
"count": 1
},
{
"date": "2022-04-14",
"count": 2
},
{
"date": "2022-04-15",
"count": 1
},
{
"date": "2022-04-16",
"count": 2
},
{
"date": "2022-04-17",
"count": 2
},
{
"date": "2022-04-19",
"count": 1
},
{
"date": "2022-04-20",
"count": 2
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-22",
"count": 1
},
{
"date": "2022-05-02",
"count": 1
},
{
"date": "2022-05-04",
"count": 1
},
{
"date": "2022-05-05",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-05-11",
"count": 1
},
{
"date": "2022-05-15",
"count": 1
},
{
"date": "2022-05-16",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-05-20",
"count": 1
},
{
"date": "2022-05-22",
"count": 2
},
{
"date": "2022-05-23",
"count": 1
},
{
"date": "2022-05-25",
"count": 1
},
{
"date": "2022-05-26",
"count": 1
},
{
"date": "2022-05-28",
"count": 1
},
{
"date": "2022-05-31",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-02",
"count": 2
},
{
"date": "2022-06-08",
"count": 2
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-11",
"count": 1
},
{
"date": "2022-06-19",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-06-29",
"count": 1
},
{
"date": "2022-07-06",
"count": 1
},
{
"date": "2022-07-11",
"count": 7
},
{
"date": "2022-07-12",
"count": 3
},
{
"date": "2022-07-16",
"count": 2
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-07-22",
"count": 2
},
{
"date": "2022-07-25",
"count": 2
},
{
"date": "2022-07-26",
"count": 1
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-08-04",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-08-11",
"count": 2
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-08-23",
"count": 1
},
{
"date": "2022-08-24",
"count": 2
},
{
"date": "2022-08-29",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-02",
"count": 1
},
{
"date": "2022-09-05",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-09-10",
"count": 1
},
{
"date": "2022-09-11",
"count": 1
},
{
"date": "2022-09-13",
"count": 2
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-09-26",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-10-02",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-10",
"count": 2
},
{
"date": "2022-10-19",
"count": 2
},
{
"date": "2022-10-22",
"count": 1
},
{
"date": "2022-10-24",
"count": 1
},
{
"date": "2022-10-25",
"count": 1
},
{
"date": "2022-10-29",
"count": 2
},
{
"date": "2022-10-30",
"count": 1
},
{
"date": "2022-11-03",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-06",
"count": 2
},
{
"date": "2022-11-07",
"count": 1
},
{
"date": "2022-11-08",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-12",
"count": 1
},
{
"date": "2022-11-17",
"count": 2
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2022-11-29",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2022-12-12",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-14",
"count": 1
},
{
"date": "2022-12-15",
"count": 2
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2022-12-22",
"count": 2
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-10",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-12",
"count": 2
},
{
"date": "2023-01-14",
"count": 1
},
{
"date": "2023-01-17",
"count": 2
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-01-19",
"count": 3
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-01-30",
"count": 1
},
{
"date": "2023-02-01",
"count": 1
},
{
"date": "2023-02-10",
"count": 2
},
{
"date": "2023-02-11",
"count": 1
},
{
"date": "2023-02-13",
"count": 2
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-20",
"count": 1
},
{
"date": "2023-02-23",
"count": 1
},
{
"date": "2023-02-25",
"count": 1
},
{
"date": "2023-03-02",
"count": 2
},
{
"date": "2023-03-03",
"count": 5
},
{
"date": "2023-03-04",
"count": 1
},
{
"date": "2023-03-08",
"count": 1
},
{
"date": "2023-03-09",
"count": 3
},
{
"date": "2023-03-10",
"count": 3
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-03-14",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-03-21",
"count": 1
},
{
"date": "2023-03-27",
"count": 2
},
{
"date": "2023-03-30",
"count": 3
},
{
"date": "2023-04-04",
"count": 3
},
{
"date": "2023-04-09",
"count": 1
},
{
"date": "2023-04-14",
"count": 1
},
{
"date": "2023-04-17",
"count": 1
},
{
"date": "2023-04-18",
"count": 1
},
{
"date": "2023-04-21",
"count": 1
},
{
"date": "2023-04-22",
"count": 1
},
{
"date": "2023-04-25",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-04-30",
"count": 1
},
{
"date": "2023-05-02",
"count": 2
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-08",
"count": 2
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-05-17",
"count": 3
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-24",
"count": 1
},
{
"date": "2023-05-25",
"count": 1
},
{
"date": "2023-05-26",
"count": 2
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-05-30",
"count": 1
},
{
"date": "2023-06-05",
"count": 1
},
{
"date": "2023-06-08",
"count": 1
},
{
"date": "2023-06-20",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-06-25",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-07-01",
"count": 1
},
{
"date": "2023-07-07",
"count": 2
},
{
"date": "2023-07-08",
"count": 2
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2023-07-18",
"count": 1
},
{
"date": "2023-07-19",
"count": 13
},
{
"date": "2023-07-20",
"count": 2
},
{
"date": "2023-07-21",
"count": 2
},
{
"date": "2023-07-22",
"count": 2
},
{
"date": "2023-07-24",
"count": 2
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-03",
"count": 1
},
{
"date": "2023-08-04",
"count": 1
},
{
"date": "2023-08-11",
"count": 1
},
{
"date": "2023-08-14",
"count": 1
},
{
"date": "2023-08-16",
"count": 1
},
{
"date": "2023-08-24",
"count": 1
},
{
"date": "2023-08-29",
"count": 3
},
{
"date": "2023-08-30",
"count": 1
},
{
"date": "2023-08-31",
"count": 1
},
{
"date": "2023-09-03",
"count": 1
},
{
"date": "2023-09-06",
"count": 1
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-09",
"count": 2
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-09-14",
"count": 1
},
{
"date": "2023-09-20",
"count": 2
},
{
"date": "2023-09-22",
"count": 1
},
{
"date": "2023-09-23",
"count": 1
},
{
"date": "2023-09-27",
"count": 2
},
{
"date": "2023-10-03",
"count": 2
},
{
"date": "2023-10-07",
"count": 1
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-12",
"count": 1
},
{
"date": "2023-10-13",
"count": 1
},
{
"date": "2023-10-15",
"count": 1
},
{
"date": "2023-10-17",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-10-28",
"count": 1
},
{
"date": "2023-11-05",
"count": 1
},
{
"date": "2023-11-06",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-17",
"count": 1
},
{
"date": "2023-11-23",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-11-26",
"count": 2
},
{
"date": "2023-11-27",
"count": 3
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2023-12-04",
"count": 1
},
{
"date": "2023-12-06",
"count": 1
},
{
"date": "2023-12-08",
"count": 1
},
{
"date": "2023-12-10",
"count": 1
},
{
"date": "2023-12-14",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-19",
"count": 1
},
{
"date": "2023-12-26",
"count": 2
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-12",
"count": 1
},
{
"date": "2024-01-15",
"count": 1
},
{
"date": "2024-01-17",
"count": 2
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-21",
"count": 1
},
{
"date": "2024-01-23",
"count": 1
},
{
"date": "2024-01-26",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-02-04",
"count": 2
},
{
"date": "2024-02-07",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-11",
"count": 1
},
{
"date": "2024-02-12",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-02-15",
"count": 1
},
{
"date": "2024-02-19",
"count": 2
},
{
"date": "2024-02-20",
"count": 1
},
{
"date": "2024-02-21",
"count": 2
},
{
"date": "2024-02-23",
"count": 1
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-05",
"count": 3
},
{
"date": "2024-03-06",
"count": 3
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-03-09",
"count": 1
},
{
"date": "2024-03-11",
"count": 1
},
{
"date": "2024-03-12",
"count": 1
},
{
"date": "2024-03-13",
"count": 1
},
{
"date": "2024-03-16",
"count": 1
},
{
"date": "2024-03-17",
"count": 1
},
{
"date": "2024-03-18",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-21",
"count": 2
},
{
"date": "2024-03-22",
"count": 4
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-03-26",
"count": 2
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-03-28",
"count": 2
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-04-17",
"count": 2
},
{
"date": "2024-04-18",
"count": 2
},
{
"date": "2024-04-19",
"count": 3
},
{
"date": "2024-04-24",
"count": 1
},
{
"date": "2024-04-25",
"count": 1
},
{
"date": "2024-04-28",
"count": 1
},
{
"date": "2024-04-29",
"count": 1
},
{
"date": "2024-05-02",
"count": 2
},
{
"date": "2024-05-08",
"count": 1
},
{
"date": "2024-05-10",
"count": 1
},
{
"date": "2024-05-13",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-20",
"count": 1
},
{
"date": "2024-05-21",
"count": 1
},
{
"date": "2024-05-23",
"count": 2
},
{
"date": "2024-05-25",
"count": 1
},
{
"date": "2024-05-26",
"count": 2
},
{
"date": "2024-06-04",
"count": 1
},
{
"date": "2024-06-07",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-17",
"count": 2
},
{
"date": "2024-06-18",
"count": 1
},
{
"date": "2024-06-24",
"count": 2
},
{
"date": "2024-06-25",
"count": 1
},
{
"date": "2024-06-29",
"count": 1
},
{
"date": "2024-07-05",
"count": 2
},
{
"date": "2024-07-10",
"count": 2
},
{
"date": "2024-07-11",
"count": 1
},
{
"date": "2024-07-14",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-23",
"count": 1
},
{
"date": "2024-07-24",
"count": 2
},
{
"date": "2024-07-30",
"count": 2
},
{
"date": "2024-07-31",
"count": 2
},
{
"date": "2024-08-01",
"count": 1
},
{
"date": "2024-08-06",
"count": 1
},
{
"date": "2024-08-09",
"count": 1
},
{
"date": "2024-08-11",
"count": 1
},
{
"date": "2024-08-20",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-08-22",
"count": 1
},
{
"date": "2024-09-03",
"count": 1
},
{
"date": "2024-09-05",
"count": 1
},
{
"date": "2024-09-13",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-20",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-09-25",
"count": 1
},
{
"date": "2024-09-29",
"count": 1
},
{
"date": "2024-10-02",
"count": 2
},
{
"date": "2024-10-05",
"count": 1
},
{
"date": "2024-10-06",
"count": 1
},
{
"date": "2024-10-07",
"count": 2
},
{
"date": "2024-10-09",
"count": 1
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2024-10-16",
"count": 1
},
{
"date": "2024-10-18",
"count": 2
},
{
"date": "2024-10-19",
"count": 1
},
{
"date": "2024-10-22",
"count": 1
},
{
"date": "2024-10-28",
"count": 1
},
{
"date": "2024-10-29",
"count": 3
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-11-02",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-08",
"count": 1
},
{
"date": "2024-11-11",
"count": 1
},
{
"date": "2024-11-17",
"count": 1
},
{
"date": "2024-11-21",
"count": 2
},
{
"date": "2024-11-25",
"count": 1
},
{
"date": "2024-11-27",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2024-12-04",
"count": 1
},
{
"date": "2024-12-09",
"count": 1
},
{
"date": "2024-12-11",
"count": 1
},
{
"date": "2024-12-12",
"count": 1
},
{
"date": "2024-12-13",
"count": 1
},
{
"date": "2024-12-16",
"count": 1
},
{
"date": "2024-12-23",
"count": 1
},
{
"date": "2024-12-24",
"count": 1
},
{
"date": "2024-12-26",
"count": 1
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-08",
"count": 1
},
{
"date": "2025-01-09",
"count": 1
},
{
"date": "2025-01-17",
"count": 1
},
{
"date": "2025-01-27",
"count": 1
},
{
"date": "2025-01-29",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-02-03",
"count": 1
},
{
"date": "2025-02-05",
"count": 1
},
{
"date": "2025-02-07",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-12",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-02-21",
"count": 3
},
{
"date": "2025-02-22",
"count": 2
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-02-26",
"count": 2
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-01",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-03-17",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-03-21",
"count": 1
},
{
"date": "2025-03-26",
"count": 1
},
{
"date": "2025-03-27",
"count": 1
},
{
"date": "2025-03-30",
"count": 1
},
{
"date": "2025-04-03",
"count": 2
},
{
"date": "2025-04-04",
"count": 2
},
{
"date": "2025-04-09",
"count": 2
},
{
"date": "2025-04-11",
"count": 2
},
{
"date": "2025-04-15",
"count": 1
},
{
"date": "2025-04-17",
"count": 1
},
{
"date": "2025-04-20",
"count": 1
},
{
"date": "2025-04-22",
"count": 2
},
{
"date": "2025-04-23",
"count": 1
},
{
"date": "2025-04-24",
"count": 1
},
{
"date": "2025-04-28",
"count": 1
},
{
"date": "2025-04-30",
"count": 2
},
{
"date": "2025-05-01",
"count": 1
},
{
"date": "2025-05-02",
"count": 2
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-05",
"count": 1
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-05-08",
"count": 1
},
{
"date": "2025-05-11",
"count": 1
},
{
"date": "2025-05-14",
"count": 2
},
{
"date": "2025-05-21",
"count": 1
},
{
"date": "2025-05-26",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-10",
"count": 2
},
{
"date": "2025-06-13",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-06-19",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-17",
"count": 1
},
{
"date": "2025-07-26",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-08-04",
"count": 2
},
{
"date": "2025-08-05",
"count": 1
},
{
"date": "2025-08-11",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-08-21",
"count": 2
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-08-27",
"count": 2
},
{
"date": "2025-09-02",
"count": 1
},
{
"date": "2025-09-10",
"count": 1
},
{
"date": "2025-09-12",
"count": 1
},
{
"date": "2025-09-15",
"count": 1
},
{
"date": "2025-09-17",
"count": 2
},
{
"date": "2025-09-21",
"count": 2
},
{
"date": "2025-10-01",
"count": 1
},
{
"date": "2025-10-03",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-14",
"count": 2
},
{
"date": "2025-10-21",
"count": 1
},
{
"date": "2025-10-24",
"count": 1
},
{
"date": "2025-11-01",
"count": 2
},
{
"date": "2025-11-03",
"count": 2
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-05",
"count": 2
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-07",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-22",
"count": 1
},
{
"date": "2025-11-25",
"count": 2
},
{
"date": "2025-11-28",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-04",
"count": 2
},
{
"date": "2025-12-06",
"count": 4
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-02-03",
"count": 2
},
{
"date": "2026-02-04",
"count": 1
},
{
"date": "2026-02-05",
"count": 2
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-02-16",
"count": 2
},
{
"date": "2026-02-18",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-04",
"count": 3
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-06",
"count": 1
},
{
"date": "2026-03-10",
"count": 2
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-15",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-03-20",
"count": 1
},
{
"date": "2026-04-07",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-13",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-23",
"count": 1
},
{
"date": "2026-05-05",
"count": 1
},
{
"date": "2026-05-15",
"count": 2
},
{
"date": "2026-05-21",
"count": 2
},
{
"date": "2026-05-23",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-25",
"count": 7
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-30",
"count": 1
},
{
"date": "2026-06-01",
"count": 2
},
{
"date": "2026-06-11",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-07-17",
"count": 1
},
{
"date": "2026-07-21",
"count": 4
}
],
"complete": false,
"collected": 1000,
"total_stars": 4820
},
"open_issues_and_prs": 90
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 34143,
"source_files_sampled": 198,
"oversized_source_files": 0,
"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": 7,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "matrix",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pdf-core",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pdf-inspector",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pdf-reader",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "prawn-dev",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "prawn-manual_builder",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ttfunk",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 0,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 22,
"merged_prs": 252,
"open_issues": 68,
"closed_ratio": 0.924,
"closed_issues": 821,
"closed_unmerged_prs": 171
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "practicingruby",
"commits": 1011,
"avatar_url": "https://avatars.githubusercontent.com/u/4893?v=4"
},
{
"type": "User",
"login": "bradediger",
"commits": 437,
"avatar_url": "https://avatars.githubusercontent.com/u/4621?v=4"
},
{
"type": "User",
"login": "yob",
"commits": 205,
"avatar_url": "https://avatars.githubusercontent.com/u/8132?v=4"
},
{
"type": "User",
"login": "pointlessone",
"commits": 203,
"avatar_url": "https://avatars.githubusercontent.com/u/7405?v=4"
},
{
"type": "User",
"login": "packetmonkey",
"commits": 169,
"avatar_url": "https://avatars.githubusercontent.com/u/4451?v=4"
},
{
"type": "User",
"login": "viguini",
"commits": 157,
"avatar_url": "https://avatars.githubusercontent.com/u/17168?v=4"
},
{
"type": "User",
"login": "jamis",
"commits": 60,
"avatar_url": "https://avatars.githubusercontent.com/u/1627?v=4"
},
{
"type": "User",
"login": "alexdowad",
"commits": 29,
"avatar_url": "https://avatars.githubusercontent.com/u/1067359?v=4"
},
{
"type": "User",
"login": "kennethkalmer",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/8756?v=4"
},
{
"type": "User",
"login": "hbrandl",
"commits": 20,
"avatar_url": "https://avatars.githubusercontent.com/u/289762?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.391
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 6/20 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 51 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": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c5be930cdeed13da3f8ecfb2f939e2190ec05a20",
"ran_at": "2026-07-21T23:28:19Z",
"aggregate_score": 3.8,
"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-18T20:24:46Z",
"oldest_open_prs": [
{
"number": 796,
"created_at": "2014-10-26T17:51:59Z",
"last_comment_at": "2014-12-13T15:40:52Z",
"last_comment_author": "practicingruby"
},
{
"number": 1003,
"created_at": "2016-12-22T17:16:40Z",
"last_comment_at": "2020-07-30T17:32:29Z",
"last_comment_author": "thbar"
},
{
"number": 1066,
"created_at": "2018-06-14T11:00:40Z",
"last_comment_at": "2022-02-14T15:49:02Z",
"last_comment_author": "petergoldstein"
},
{
"number": 1107,
"created_at": "2019-03-27T00:36:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1122,
"created_at": "2019-07-25T08:33:41Z",
"last_comment_at": "2022-01-24T08:55:47Z",
"last_comment_author": "pointlessone"
},
{
"number": 1214,
"created_at": "2021-07-21T18:37:42Z",
"last_comment_at": "2021-07-22T19:29:11Z",
"last_comment_author": "pointlessone"
},
{
"number": 1225,
"created_at": "2021-11-14T16:28:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1246,
"created_at": "2022-02-09T23:27:51Z",
"last_comment_at": "2026-05-31T14:27:57Z",
"last_comment_author": "eregon"
},
{
"number": 1259,
"created_at": "2022-03-14T19:48:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1267,
"created_at": "2022-05-18T20:45:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1268,
"created_at": "2022-06-08T18:40:20Z",
"last_comment_at": "2022-06-09T09:39:24Z",
"last_comment_author": "majioa"
},
{
"number": 1283,
"created_at": "2023-01-23T21:19:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1293,
"created_at": "2023-02-16T22:16:53Z",
"last_comment_at": "2023-03-09T17:19:53Z",
"last_comment_author": "unterkoefler"
},
{
"number": 1323,
"created_at": "2023-12-13T18:53:51Z",
"last_comment_at": "2023-12-14T08:37:04Z",
"last_comment_author": "pointlessone"
},
{
"number": 1345,
"created_at": "2024-03-19T08:33:48Z",
"last_comment_at": "2024-04-30T09:36:28Z",
"last_comment_author": "afdev82"
},
{
"number": 1363,
"created_at": "2024-09-27T18:02:55Z",
"last_comment_at": "2025-04-25T16:25:36Z",
"last_comment_author": "kbrock"
},
{
"number": 1374,
"created_at": "2025-03-02T22:39:21Z",
"last_comment_at": "2025-08-18T00:23:09Z",
"last_comment_author": "dacook"
},
{
"number": 1380,
"created_at": "2025-06-06T08:56:13Z",
"last_comment_at": "2025-06-06T08:59:47Z",
"last_comment_author": "pointlessone"
},
{
"number": 1384,
"created_at": "2025-07-25T12:40:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1385,
"created_at": "2025-08-01T06:31:53Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-04-18T13:34:37Z",
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": [
{
"number": 461,
"created_at": "2013-03-15T17:10:52Z",
"last_comment_at": "2014-03-17T21:00:47Z",
"last_comment_author": "practicingruby"
},
{
"number": 469,
"created_at": "2013-04-04T08:58:04Z",
"last_comment_at": "2019-03-15T11:24:59Z",
"last_comment_author": "venugopal-rao"
},
{
"number": 603,
"created_at": "2013-12-17T23:43:11Z",
"last_comment_at": "2014-10-22T20:43:40Z",
"last_comment_author": "practicingruby"
},
{
"number": 689,
"created_at": "2014-03-06T19:39:54Z",
"last_comment_at": "2014-12-03T12:12:09Z",
"last_comment_author": "mojavelinux"
},
{
"number": 694,
"created_at": "2014-03-13T13:45:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 715,
"created_at": "2014-04-27T23:15:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 716,
"created_at": "2014-04-28T01:21:46Z",
"last_comment_at": "2014-04-28T01:28:49Z",
"last_comment_author": "practicingruby"
},
{
"number": 729,
"created_at": "2014-05-28T16:19:59Z",
"last_comment_at": "2017-06-09T15:12:30Z",
"last_comment_author": "johnnyshields"
},
{
"number": 733,
"created_at": "2014-06-14T17:47:03Z",
"last_comment_at": "2021-05-10T20:15:11Z",
"last_comment_author": "donv"
},
{
"number": 763,
"created_at": "2014-09-05T09:54:11Z",
"last_comment_at": "2014-09-05T11:41:49Z",
"last_comment_author": "practicingruby"
},
{
"number": 785,
"created_at": "2014-10-10T15:31:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 798,
"created_at": "2014-10-30T19:10:00Z",
"last_comment_at": "2015-01-28T13:16:31Z",
"last_comment_author": "elad"
},
{
"number": 835,
"created_at": "2015-02-27T17:37:17Z",
"last_comment_at": "2015-02-27T18:08:29Z",
"last_comment_author": "practicingruby"
},
{
"number": 854,
"created_at": "2015-05-03T17:13:36Z",
"last_comment_at": "2015-05-31T21:48:50Z",
"last_comment_author": "packetmonkey"
},
{
"number": 875,
"created_at": "2015-05-12T20:22:28Z",
"last_comment_at": "2015-09-28T20:35:58Z",
"last_comment_author": "packetmonkey"
},
{
"number": 896,
"created_at": "2015-07-28T19:15:59Z",
"last_comment_at": "2015-07-29T18:35:07Z",
"last_comment_author": "packetmonkey"
},
{
"number": 919,
"created_at": "2015-11-19T15:16:34Z",
"last_comment_at": "2016-11-14T16:17:28Z",
"last_comment_author": "udipl"
},
{
"number": 923,
"created_at": "2015-12-11T02:38:43Z",
"last_comment_at": "2026-01-18T20:18:12Z",
"last_comment_author": "gettalong"
},
{
"number": 925,
"created_at": "2015-12-15T22:48:00Z",
"last_comment_at": "2015-12-16T20:33:45Z",
"last_comment_author": "packetmonkey"
},
{
"number": 928,
"created_at": "2015-12-18T14:57:56Z",
"last_comment_at": "2015-12-18T18:11:57Z",
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/prawnpdf/prawn",
"host": "github.com",
"name": "prawn",
"owner": "prawnpdf"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"security": 38,
"vitality": 27,
"community": 90,
"governance": 64,
"engineering": 68
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 27,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"commits_last_year": 2,
"human_commit_share": 1,
"days_since_last_push": 94,
"active_weeks_last_year": 1
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 94 days ago",
"points": 9.9,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 94
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "1/52 weeks with commits",
"points": 0.7,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 1
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2 commits in the last year",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"releases_count": 7,
"latest_release_tag": "2.3.0",
"releases_from_tags": false,
"days_since_latest_release": 2180,
"mean_days_between_releases": 355.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2180 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2180
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~355.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 355.7
}
}
],
"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": 94,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 94 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 94
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "excellent",
"name": "Community & Adoption",
"value": 90,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"forks": 695,
"stars": 4820,
"watchers": 87,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4,820 stars",
"points": 59.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4820
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "695 forks",
"points": 23.7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 695
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "87 watchers",
"points": 10.8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 87
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 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": [
"prawn"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 99254770,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "99,254,770 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 99254770,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 64,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 100,
"top_contributor_share": 0.391
},
"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 39% of commits",
"points": 13.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 39
}
}
],
"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 51 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 252,
"open_issues": 68,
"closed_issues": 821,
"issue_closed_ratio": 0.924,
"closed_unmerged_prs": 171
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "92% of issues closed",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 92
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "252/423 decided PRs merged",
"points": 22.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 252,
"decided": 423
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 6/20 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"followers": 12,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "prawnpdf",
"public_repos": 12,
"account_age_days": 5270
},
"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": "12 followers of prawnpdf",
"points": 8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 12,
"login": "prawnpdf"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~14 yr old",
"points": 20.1,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"prawn"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 868
},
"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 868 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 868
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "42 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 42
}
}
],
"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": 68,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"ruby",
"pdf-generator",
"prawn",
"pdf"
],
"has_wiki": true,
"homepage": "https://prawnpdf.org",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://prawnpdf.org",
"points": 15,
"status": "met",
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 38,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 6 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 6/20 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 51 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": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 18
},
"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": 31,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.28,
"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": "28 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 14.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 28,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 34143,
"source_files_sampled": 198,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Ruby without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Ruby"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/198 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 198,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-21T23:28:41.668496Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/p/prawnpdf/prawn.svg",
"full_name": "prawnpdf/prawn",
"license_state": "custom",
"license_spdx": null
}