Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 196,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 73867,
"Ruby": 31264,
"Shell": 61
},
"pushed_at": "2026-06-05T17:55:21Z",
"created_at": "2009-08-26T00:18:33Z",
"owner_type": "User",
"updated_at": "2026-06-06T10:57:48Z",
"description": "Approximate String Matching library",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "C",
"significant_languages": [
"C",
"Ruby"
]
},
"owner": {
"blog": null,
"name": "Florian Frank",
"type": "User",
"login": "flori",
"company": null,
"location": "Berlin, Germany",
"followers": 136,
"avatar_url": "https://avatars.githubusercontent.com/u/15918?v=4",
"created_at": "2008-07-03T14:17:21Z",
"is_verified": null,
"public_repos": 124,
"account_age_days": 6592
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-05T17:56:39Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-12-19T16:50:50Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-09-11T14:25:46Z"
}
],
"recent_commits": [
{
"oid": "7ee0e13486ede65d2c39a863f4a142c791b7cd7f",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-05T17:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2541f520d398af40bfb939101f11656234ea2a16",
"body": "- Bump version from **0.6.0** to **0.7.0** in `VERSION` and\n `lib/amatch/version.rb`.\n- Update version in `amatch.gemspec`.",
"is_bot": false,
"headline": "Update version to 0.7.0",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-05T17:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51f5ae88eff0048dc3585386bc4023186d9d06c5",
"body": "- Rewrite `README.md` with improved structure, emojis, and technical\n clarifications.\n- Document the `Amatch::DiceCoefficient` alias for `PairDistance`.\n- Clarify that `PairDistance` utilizes multisets for frequency-sensitive\n matching in `README.md`.\n- Add advanced usage examples for regex tokenization in\n `PairDistance#match`.",
"is_bot": false,
"headline": "Update documentation and add project roadmap",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-05T16:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76199eed20a09da557299184c2283d3a40abc846",
"body": "- Update `.all_images.yml` to use `bundle exec rake clobber test`.\n- Add `before` and `after` hooks in `.all_images.yml` to remove\n `Gemfile.lock`, preventing artifact conflicts between macOS and Alpine\n Linux.\n- Remove `bundle update --all` from the `.all_images.yml` script.\n- Create `.envrc` to export `OLLAMA_CHAT_TOOLS_TEST_RUNNER`.\n- Update `amatch.gemspec`.",
"is_bot": false,
"headline": "Isolate CI environment and standardize test runner",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-05T15:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ed7a58ea83718c0470f8a2f542877e3b2fb7c42",
"body": "Use TypedData_Make_Struct and TypedData_Get_Struct so matcher wrappers\ndo not depend on the deprecated Data_* accessors.",
"is_bot": false,
"headline": "Use typed data for matcher structs",
"author_name": "Nobuyoshi Nakada",
"author_login": "nobu",
"committed_at": "2026-06-05T14:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40516c5e09ba9b7ca613806e24bb82f3e1f1a049",
"body": "Allocate matcher structs with Data_Make_Struct so Ruby owns the memory as soon as the object is created. This avoids leaking the malloc buffer if Data_Wrap_Struct raises while allocating the Ruby object.",
"is_bot": false,
"headline": "Use Data_Make_Struct for matcher allocation",
"author_name": "Nobuyoshi Nakada",
"author_login": "nobu",
"committed_at": "2026-06-05T14:39:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b1654d15e8bd65e2220827c675f7c2c6ec98ca2",
"body": null,
"is_bot": false,
"headline": "Update `amatch` gemspec configuration",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-06-05T14:21:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "592afb4318391cd2f527976c64af9769be1e2514",
"body": "- Added `changelog` configuration block with `filename` set to `CHANGES.md`\n- Enables automated changelog generation for gem releases\n- Improves release process automation and documentation maintenance\n- Maintains backward compatibility with existing build processes",
"is_bot": false,
"headline": "Add changelog configuration to Rakefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-01T23:26:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32440e875f54e161693b821b7ced7a927d6dc7c6",
"body": "- This ensures all CI jobs use the final **4.0** Ruby version instead of\n the release candidate",
"is_bot": false,
"headline": "Update Ruby version from 4.0-rc-alpine to 4.0-alpine",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2026-01-01T23:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "804d42c94f045f7d37d74fcdf2ee8707f498d6de",
"body": "- Moved the `debug` gem from regular dependencies to development\n dependencies in `Rakefile` and updated `amatch.gemspec` accordingly\n- Added `openssl-dev` dependency and included `ruby:4.0-rc-alpine` image\n configuration in `.all_images.yml`\n- Changed `bundle update` command to `bundle update --all` for improved\n dependency management",
"is_bot": false,
"headline": "Update dependencies and build configuration for v0.6.0",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T16:49:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5f4d78f632b10fa948bf8ac422341c976557009",
"body": "- Updated `VERSION` file to **0.6.0**\n- Updated `lib/amatch/version.rb` to **0.6.0**\n- Updated `amatch.gemspec` metadata to reflect version **0.6.0**",
"is_bot": false,
"headline": "Bump version to **0.6.0**",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T16:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc76939e6ac3b8f4309a99fa5b2c7708bab1c816",
"body": "- Changed `dependency` to `development_dependency` for the `debug` gem\n in `Rakefile`\n- The `debug` gem is now properly categorized as a development\n dependency instead of a regular dependency\n- This change affects the gem specification file `amatch.gemspec` which\n was updated accordingly",
"is_bot": false,
"headline": "Move debug gem to development dependencies",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T16:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a2360ca068a61e224bf7e357275f31c4764930be",
"body": "- Added `openssl-dev` to the `apk add` command in `.all_images.yml`\n- Updated `bundle update` to `bundle update --all` for better dependency\n management\n- Added `ruby:4.0-rc-alpine` image configuration to the images list",
"is_bot": false,
"headline": "Add openssl-dev dependency and ruby 4.0 support",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-12-19T16:45:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4649f1d4d922a3b4b75d0ee13994faaf87061bd5",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T14:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9141eebce70b8cda5406d07b84e88c525d0d097c",
"body": "- Updated `VERSION` file from **0.4.2** to **0.5.0**\n- Modified `lib/amatch/version.rb` to reflect new version **0.5.0**\n- The gemspec file was updated as well, though the exact changes are not\n visible in this patch\n- All version references have been consistently updated to **0.5.0**",
"is_bot": false,
"headline": "Update version to **0.5.0** across all relevant files",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T14:23:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6fb3392981eede9b3460cb82948d17da3e2f208",
"body": "- Updated `dockerfile` section in `.all_images.yml` to include\n `yaml-dev` dependency and install `bundler` and `gem_hadar` gems\n- Modified `script` section in `.all_images.yml` to use `bundle update`\n and parallel installation with `--jobs=$(getconf _NPROCESSORS_ONLN)`\n- Changed `fail_fast` setti\n[…]\nin `.all_images.yml` from `yes` to `true`\n- Added `ext/amatch_ext*` to `.gitignore` to exclude compiled extension\n files\n- Updated `Rakefile` to ignore `ext/amatch_ext*` files during package creation",
"is_bot": false,
"headline": "Update CI configuration and ignore compiled extensions",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T14:22:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4ea9463620406687ebb0e24369221434662d331",
"body": "formatting and dependencies\n\n- Added `coverage` to `.gitignore` file\n- Updated `Rakefile` to use heredoc with squiggly tilde (~EOT) for better formatting\n- Added `coverage` to ignore list in `Rakefile`\n- Updated `tins` dependency from `~>1.0` to `~>1`\n- Added `debug` gem as a regular dependency\n- Added `simplecov` as a development dependency",
"is_bot": false,
"headline": "Update gem specification and rakefile for improved",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T14:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5344ac2b49b4c6d1d6c781d6590f712830e12883",
"body": "- Added `.utilsrc` configuration file for `utilrb` gem with search,\n discover, strip_spaces, probe, and ssh_tunnel settings\n- Replaced individual `require 'test/unit'` and `require 'amatch'`\n statements with `require 'test_helper'` in all test files\n- Created `tests/test_helper.rb` to centralize t\n[…]\n files to use the new test helper instead of direct requires\n- The `utilrb` gem version is **0.9.12** according to the configuration\n- The `gem_hadar/simplecov` gem is used for code coverage reporting",
"is_bot": false,
"headline": "Add utility configuration file and consolidate test requires",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-09-11T14:12:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "27ff0c82f35cfa992120842fde1d6a2fea64aee4",
"body": null,
"is_bot": false,
"headline": "Add to changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-07-10T21:18:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26ab8476e7099b59ecbe5c40f03dc3f3e57ba85c",
"body": "- Updated `VERSION` in `VERSION` file from **0.4.1** to **0.4.2**\n- Updated `VERSION` constant in `lib/amatch/version.rb`\n- Updated `.gemspec` file",
"is_bot": false,
"headline": "Bump version to 0.4.2",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-07-10T21:09:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a085065596da3182ce8132c4e2e986a7f334aba5",
"body": "…en two identical strings of length 1 were compared",
"is_bot": false,
"headline": "Fix issue in jaro distance where a match score of 0.0 was returned wh…",
"author_name": "Jared Nielson",
"author_login": "jarednielson",
"committed_at": "2025-07-10T20:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2fd069bf4a16c7ebf9327ad557d68eea89771e6a",
"body": null,
"is_bot": false,
"headline": "I don't know what changed…",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-07-10T20:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39b54a846763bf817170bfd4f220671e62d5adf4",
"body": "Added support for **3.4** and removed support for **2.7**, **2.6**, **2.5**, and **2.4**.\n\n- Updated `ruby` images to use the latest available versions: `ruby:3.4-alpine`, `ruby:3.3-alpine`, `ruby:3.2-alpine`, `ruby:3.1-alpine`, `ruby:3.0-alpine`",
"is_bot": false,
"headline": "Update Ruby versions in .all_images.yml",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2025-01-07T12:29:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19f836798fdffe561dd9d836ae114e6fb5ae5ea0",
"body": null,
"is_bot": false,
"headline": "Reformat",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-10-03T14:15:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a777283d81e3d4fbd1a1905c677416a327826528",
"body": null,
"is_bot": false,
"headline": "Simplify Docker image build process and script",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-09-01T00:12:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc07208ca63e101ba97ad3486e67f1b9a3ee543",
"body": "conditionally based on RUBY_VERSION\n\n* Update RUN command in Dockerfile to install build-base, git, and bash\n* Add conditional logic to update gem system and install gem_hadar and bundler only if RUBY_VERSION is 3 or higher\n* Update script to run bundle update --full-index and bundle exec rake clobber test\n* Add ruby:3.3-alpine and ruby:3.2-alpine images with the updated script",
"is_bot": false,
"headline": "Update Dockerfile to install Ruby dependencies",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-31T18:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb3017fde2a4fbfb6cd3e6e4c5bbe659edf303f",
"body": "* Add `.bundle`, '.so', and `.o` to ignored files in `.gitignore`\n* Update `Rakefile` to ignore new files: `.bundle`, `.o`, '.so",
"is_bot": false,
"headline": "Update ignore files and Rakefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-31T18:51:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a56d3bc092b54c7e9bdd96780f01ea68747bab86",
"body": null,
"is_bot": false,
"headline": "Use markdown for changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2024-08-31T18:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbf70a070a51c44a309c0192eb25c16a8e1207a9",
"body": null,
"is_bot": false,
"headline": "Move to all_images instead of travis",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2022-05-15T10:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "351285f667573340ed14e976e2b0984daca4b0e4",
"body": null,
"is_bot": false,
"headline": "Change changes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-07-04T15:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3be5cbcb1706ad88b868240e0a3d06b3e923af9",
"body": null,
"is_bot": false,
"headline": "Example dupfind image",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-07-04T15:07:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c175553a06e447f4b4e809ce31f54feecbe5ca",
"body": null,
"is_bot": false,
"headline": "Mostly changing license to Apache license",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-07-04T15:01:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffab9c78da5f4e693f29c03b5bd44be63e89fda9",
"body": null,
"is_bot": false,
"headline": "Avoid warning",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-21T11:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1511180865b54273b821dec329e9e2ccf52cdcf",
"body": null,
"is_bot": false,
"headline": "change dependency to run-time for infobar",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-21T11:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a692bb07a86e3a02037776b56557145c0083154c",
"body": null,
"is_bot": false,
"headline": "fix typo",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-21T11:41:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5666cf8a174a74797502df398aa1775551c41d1f",
"body": null,
"is_bot": false,
"headline": "Add explicit mize dependency",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-20T10:48:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "257ef2d59e4ee28bd2a972f7161d3874e51fdadd",
"body": "- Adds dupfind executable",
"is_bot": false,
"headline": "Overhaul executables",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-20T10:41:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634f4671480155da99dd3a46a757dc570f5ad90a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of storage.gate.ping.de:/git/amatch",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-02T19:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a373b7ea56018f415c0c6333d13349050f171231",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-02T19:08:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d338223173400dbc2592cf842f00f633a53189f5",
"body": null,
"is_bot": false,
"headline": "Add missing declaration",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-02T19:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91b7db8ef9533c0c0497933ecd1096ba6030a797",
"body": null,
"is_bot": false,
"headline": "Add to CHANGES",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-02T19:03:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e262ed286cb89c851d5c8145b0a63826c870a64e",
"body": null,
"is_bot": false,
"headline": "Check if pairs reference exists, prevents segfault",
"author_name": "Dominik Grygiel",
"author_login": "dominikgrygiel",
"committed_at": "2017-06-02T19:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e867cc9fa7e81baec4ac4a671ec490b41104c57c",
"body": null,
"is_bot": false,
"headline": "Prevent pairs from being swept by holding reference",
"author_name": "Dominik Grygiel",
"author_login": "dominikgrygiel",
"committed_at": "2017-06-02T19:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95dd1ea28ef835cc9498720315146bd87e97fa7f",
"body": null,
"is_bot": false,
"headline": "Don't rewrite Makefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-02T19:02:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "013de0790d219b07315dfbf5032bb99050b2a1db",
"body": null,
"is_bot": false,
"headline": "Depend on newest gem_hadar",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-02T19:01:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7873f541c699d90de6bc543ab5a846a6bdaea7ef",
"body": null,
"is_bot": false,
"headline": "Add missing declaration",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-06-02T18:55:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01a8fa2a2cbec32a187d1f9c9174fe4ebd7d59dd",
"body": null,
"is_bot": false,
"headline": "WIP",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-05-28T16:23:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d0d03e500c909139802f9eb4e75418a9baac0f0",
"body": null,
"is_bot": false,
"headline": "Add to CHANGES",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-05-23T11:07:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4092d721ba9caa85e289011869d723274fa3e9b3",
"body": null,
"is_bot": false,
"headline": "Test on newer rubies only",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-05-23T10:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856838f2168faca42453df6954533c70a6c6f17e",
"body": "Fixing segfault in String#pair_distance_similar",
"is_bot": false,
"headline": "Merge pull request #14 from dominikgrygiel/master",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-05-21T15:47:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "340d1bcd74e99f9e4f9003257a0345ced458adeb",
"body": null,
"is_bot": false,
"headline": "Merge remote-tracking branch 'flori/master'",
"author_name": "Dominik Grygiel",
"author_login": "dominikgrygiel",
"committed_at": "2017-05-20T07:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc53660b98cd5ec5475f69633e8cc5b23c76329e",
"body": null,
"is_bot": false,
"headline": "Check if pairs reference exists, prevents segfault",
"author_name": "Dominik Grygiel",
"author_login": "dominikgrygiel",
"committed_at": "2017-05-20T07:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "818156d9a24a4ade9d6e1f53238eb559dd588259",
"body": null,
"is_bot": false,
"headline": "Test on newest rubies",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2017-05-18T14:21:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25052649b21baf89c8477202526f0cab74ce31cc",
"body": null,
"is_bot": false,
"headline": "Prevent pairs from being swept by holding reference",
"author_name": "Dominik Grygiel",
"author_login": "dominikgrygiel",
"committed_at": "2017-03-24T20:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "821a89ad0c8ced12176ee7158ecf198fc6df1175",
"body": "Version 0.3.0",
"is_bot": false,
"headline": "Merge tag 'v0.3.0'",
"author_name": "Dominik Grygiel",
"author_login": "dominikgrygiel",
"committed_at": "2017-03-24T19:13:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45fbb139e065fcc37e46007a10744b0a37d4ad98",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-03-27T13:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81db493aa8fa007b6d384e75960212ea1637412e",
"body": "Remove a duplicate test.",
"is_bot": false,
"headline": "Merge pull request #9 from JuanitoFatas/master",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-03-27T13:27:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fd313b376828c238accdf7c6cccff88f3647594",
"body": null,
"is_bot": false,
"headline": "Don't rewrite Makefile",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-03-27T13:25:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fdc1132e6ebceed37b6d766f8e7f36fa491c10b",
"body": null,
"is_bot": false,
"headline": "Depend on newest gem_hadar",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2014-01-30T13:15:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b72dc013db043e9e4fa41612eb6cfc4184fe9780",
"body": null,
"is_bot": false,
"headline": "Bump up version and some fixes",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2013-10-13T22:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10125ea18f4c0cf4abe200a16fdcb5c1dcf3666a",
"body": null,
"is_bot": false,
"headline": "Stop annoying rubygems message",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2013-10-13T21:53:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af233959f133319ea9183a5a5512c5281a564c08",
"body": null,
"is_bot": false,
"headline": "Remove a duplicate test.",
"author_name": "Juanito Fatas",
"author_login": "JuanitoFatas",
"committed_at": "2013-10-13T21:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "057a88bc7f23051df9b48f994a9083b9f4b55e03",
"body": null,
"is_bot": false,
"headline": "Check some more versions of ruby",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2013-10-13T21:45:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c1230a19d4d6293414c233b26b1798caec60b88",
"body": null,
"is_bot": false,
"headline": "Remove a duplicate test.",
"author_name": "Juanito Fatas",
"author_login": "JuanitoFatas",
"committed_at": "2013-08-19T15:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4c6ae3fb99b38ff378045dfab6d16b0536fe691",
"body": null,
"is_bot": false,
"headline": "Prepare version 0.2.11",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2013-01-16T15:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91012356d45cb14ea0f28606158871fa69c36550",
"body": null,
"is_bot": false,
"headline": "correct solution to fix overflow and preserve jaro algorithm",
"author_name": "Jason Colburne",
"author_login": null,
"committed_at": "2013-01-16T15:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "245cbfcbfe3d1aaecd4a7ca1bebb050a5375c22a",
"body": null,
"is_bot": false,
"headline": "fix buffer overflow in jaro computation",
"author_name": "Jason Colburne",
"author_login": null,
"committed_at": "2013-01-16T15:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e907cc147923ad9c813446dd41c5e3a1a5e7a6b",
"body": null,
"is_bot": false,
"headline": "no define for freeing",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2012-02-20T19:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f614a4f322ff08e137d4fb60e34d01e827d2734",
"body": null,
"is_bot": false,
"headline": "Set some debugging / optimisation opts in compiler",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2012-02-20T18:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab6763860e28dbcb85c2912d47e2caba7fd69254",
"body": null,
"is_bot": false,
"headline": "Let's not use these test names twice.",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2012-02-20T18:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff8fb916ae955498cfbb7087086b2ed367825cc2",
"body": null,
"is_bot": false,
"headline": "prepare new version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2012-02-06T21:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45db1b44af3ca3a388498adc0180fd2081b738e9",
"body": null,
"is_bot": false,
"headline": "OK, let's always use xfree, shall we?",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2012-02-06T21:36:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd6634ac854728bac2fa0da8e39cfc1e60cb84e3",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of gate.dyna.ping.de:/git/amatch",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2012-02-06T21:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87cc2e82af00196b20bf0588bd89c55ef2af63b6",
"body": null,
"is_bot": false,
"headline": "today",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-15T08:18:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95d8e2d821ef0b0cda96c0e9e48c48dedf937633",
"body": null,
"is_bot": false,
"headline": "avoid some conversion warnings",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-15T08:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d469e21d8ec56f93758006e6ea69c512c8a89b9",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of gate.dyna.ping.de:/git/amatch",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-15T00:16:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "318d69b5f837a0f5f4e5264bfe95b734a9e5d216",
"body": null,
"is_bot": false,
"headline": "Improve documentation a bit.",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-15T00:11:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d03a702eb8f3dd306ffb57ba558e5a9d14e0b5d",
"body": null,
"is_bot": false,
"headline": "Improve documentation a bit.",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-14T13:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c59a1d57c06491cb3e89cffe89b87636540c9336",
"body": "The later now doesn't extend ::String on its own.",
"is_bot": false,
"headline": "Prove a rude and a polite mode",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-14T12:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19fa2a367c704a036966d406c6bba02785a569c2",
"body": "This allows tokenizing the two strings in different ways.",
"is_bot": false,
"headline": "Let String#pair_distance_similar take a regexp arg",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-14T11:57:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ccf666bccde8d56107687f32ceeb41aa4c7d794",
"body": null,
"is_bot": false,
"headline": "use load path for requires",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-08T12:14:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a53184affbd6ab70d6fc960b16666099af77291",
"body": null,
"is_bot": false,
"headline": "test ruby 1.9.3 as well",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-08T11:59:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f5e193f76acca4b34b31006e8c431f480a30b01",
"body": null,
"is_bot": false,
"headline": "use xfree instead of free",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-11-08T11:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e2c6453d38d2b911d003a8236b89fb536a5c2c2",
"body": null,
"is_bot": false,
"headline": "Depend on tins library",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-09-25T22:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183e7c41a6f379933748225f35de7740862265f7",
"body": null,
"is_bot": false,
"headline": "Respect ISO C90 standard",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-08-05T23:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670fc38240c471dd8d661f2d4201ff71d9c926fa",
"body": null,
"is_bot": false,
"headline": "Change CHANGES",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-08-05T23:17:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e867f62229ee8300ec1eb9b8bd4b0b2e0dbf412d",
"body": null,
"is_bot": false,
"headline": "Respect ISO C90 standard",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-08-05T23:14:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "873081d8e7d19dc12493eb4c7aca97e855ee292d",
"body": null,
"is_bot": false,
"headline": "Respect ISO C90 standard",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-08-05T23:11:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fc6e0c81e99ebf661301b38e3aaece2bff1181b",
"body": null,
"is_bot": false,
"headline": "Use correct description",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-08-05T22:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0221f6e82ed392c605fa1f10c40cdc15aec09905",
"body": null,
"is_bot": false,
"headline": "bump version",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-08-05T12:19:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4d68dfdc8452479633ac4d8344ea9b34365f883",
"body": null,
"is_bot": false,
"headline": "add travis configuration",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-07-16T17:08:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1708e14d9c2bfe6c11ebba68c2671724b1d60187",
"body": null,
"is_bot": false,
"headline": "use gem_hadar for building",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-07-16T16:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62b4d0342be75ad5e15da257270ebe71de3f4921",
"body": "Fix memory leak in COMPUTE_JARO",
"is_bot": false,
"headline": "Merge pull request #2 from lynaghk/master",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-06-25T16:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "492aa981213b462028ad9e289585b426e691a4f9",
"body": null,
"is_bot": false,
"headline": "Use github homepage url",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2011-06-25T15:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5164add1eae554215e3648bb6d8c55f12a78ed17",
"body": null,
"is_bot": false,
"headline": "Fix memory leak in Jaro match calculation.",
"author_name": "Kevin J. Lynagh",
"author_login": "lynaghk",
"committed_at": "2011-06-24T15:58:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a566472bbe929bc0484c9024fbf925217f48c8a",
"body": null,
"is_bot": false,
"headline": "use only README file",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2009-09-25T07:04:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36db3b12a1d20e26775ec4cbdec0010849649d5a",
"body": null,
"is_bot": false,
"headline": "use rake-compiler now",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2009-09-23T21:58:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68f91c7bab3d3800d92c453f0ac3d33065f06e61",
"body": "This is necessary to find the version.rb on (some?) linux installations.",
"is_bot": false,
"headline": "Added lib to require_paths",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2009-09-23T21:00:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a0a6d15ff542f1df34073f21506f7c4431df45a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of gate.dyna.ping.de:/git/amatch",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2009-08-26T00:38:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2badd5063794168af523de16f965c831647b980",
"body": null,
"is_bot": false,
"headline": "deleted products",
"author_name": "Florian Frank",
"author_login": "flori",
"committed_at": "2009-08-26T00:38:04Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 18,
"latest_release_at": "2026-06-05T17:56:39Z",
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_last_push": 46,
"active_weeks_last_year": 5,
"days_since_latest_release": 46,
"mean_days_between_releases": 133.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "amatch",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/amatch",
"is_deprecated": false,
"latest_version": "0.7.0",
"repository_url": "http://github.com/flori/amatch",
"versions_count": 24,
"total_downloads": 31394369,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-07-25T18:34:22Z",
"latest_published_at": "2026-06-05T17:55:36.811000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 46
}
]
},
"popularity": {
"forks": 38,
"stars": 394,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2010-01-07",
"count": 1
},
{
"date": "2010-01-14",
"count": 1
},
{
"date": "2011-03-31",
"count": 1
},
{
"date": "2011-04-02",
"count": 1
},
{
"date": "2011-06-24",
"count": 1
},
{
"date": "2011-11-14",
"count": 1
},
{
"date": "2012-02-08",
"count": 1
},
{
"date": "2012-04-10",
"count": 1
},
{
"date": "2012-04-17",
"count": 1
},
{
"date": "2012-10-26",
"count": 1
},
{
"date": "2012-10-31",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-06-20",
"count": 1
},
{
"date": "2014-03-04",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-04-09",
"count": 1
},
{
"date": "2015-05-11",
"count": 1
},
{
"date": "2016-06-26",
"count": 1
},
{
"date": "2016-11-17",
"count": 1
},
{
"date": "2017-03-24",
"count": 1
},
{
"date": "2017-05-24",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2019-07-18",
"count": 1
},
{
"date": "2019-08-06",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-07-25",
"count": 1
},
{
"date": "2022-06-08",
"count": 1
},
{
"date": "2023-01-05",
"count": 1
},
{
"date": "2023-08-07",
"count": 1
},
{
"date": "2025-06-24",
"count": 1
},
{
"date": "2026-05-29",
"count": 1
},
{
"date": "2026-06-01",
"count": 1
}
],
"complete": true,
"collected": 36,
"total_forks": 38
},
"star_history": {
"days": [
{
"date": "2009-08-26",
"count": 64
},
{
"date": "2009-08-27",
"count": 1
},
{
"date": "2009-08-31",
"count": 2
},
{
"date": "2009-09-20",
"count": 1
},
{
"date": "2009-09-27",
"count": 1
},
{
"date": "2009-10-03",
"count": 1
},
{
"date": "2009-10-05",
"count": 1
},
{
"date": "2009-10-12",
"count": 1
},
{
"date": "2009-10-18",
"count": 1
},
{
"date": "2009-10-21",
"count": 1
},
{
"date": "2009-10-30",
"count": 1
},
{
"date": "2009-11-17",
"count": 1
},
{
"date": "2009-11-24",
"count": 1
},
{
"date": "2010-01-03",
"count": 1
},
{
"date": "2010-01-27",
"count": 2
},
{
"date": "2010-01-28",
"count": 1
},
{
"date": "2010-02-07",
"count": 1
},
{
"date": "2010-02-22",
"count": 1
},
{
"date": "2010-03-07",
"count": 1
},
{
"date": "2010-03-08",
"count": 1
},
{
"date": "2010-03-14",
"count": 1
},
{
"date": "2010-03-16",
"count": 1
},
{
"date": "2010-03-22",
"count": 1
},
{
"date": "2010-04-02",
"count": 1
},
{
"date": "2010-04-16",
"count": 1
},
{
"date": "2010-04-29",
"count": 1
},
{
"date": "2010-05-28",
"count": 1
},
{
"date": "2010-07-04",
"count": 1
},
{
"date": "2010-07-09",
"count": 1
},
{
"date": "2010-07-15",
"count": 1
},
{
"date": "2010-07-28",
"count": 1
},
{
"date": "2010-08-10",
"count": 1
},
{
"date": "2010-08-16",
"count": 1
},
{
"date": "2010-09-02",
"count": 1
},
{
"date": "2010-09-13",
"count": 1
},
{
"date": "2010-10-05",
"count": 1
},
{
"date": "2010-10-11",
"count": 1
},
{
"date": "2010-10-16",
"count": 1
},
{
"date": "2010-10-20",
"count": 1
},
{
"date": "2010-10-30",
"count": 1
},
{
"date": "2010-12-01",
"count": 1
},
{
"date": "2011-01-07",
"count": 1
},
{
"date": "2011-01-22",
"count": 1
},
{
"date": "2011-02-16",
"count": 1
},
{
"date": "2011-02-21",
"count": 1
},
{
"date": "2011-02-28",
"count": 1
},
{
"date": "2011-03-31",
"count": 1
},
{
"date": "2011-05-04",
"count": 1
},
{
"date": "2011-05-27",
"count": 1
},
{
"date": "2011-07-17",
"count": 1
},
{
"date": "2011-08-21",
"count": 1
},
{
"date": "2011-09-20",
"count": 1
},
{
"date": "2011-09-26",
"count": 1
},
{
"date": "2011-09-29",
"count": 1
},
{
"date": "2011-11-10",
"count": 1
},
{
"date": "2013-02-12",
"count": 1
},
{
"date": "2013-02-15",
"count": 1
},
{
"date": "2013-02-18",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-02-24",
"count": 1
},
{
"date": "2013-03-01",
"count": 1
},
{
"date": "2013-03-04",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-03-19",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-03-27",
"count": 1
},
{
"date": "2013-04-03",
"count": 1
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-05-28",
"count": 1
},
{
"date": "2013-06-11",
"count": 1
},
{
"date": "2013-07-12",
"count": 1
},
{
"date": "2013-07-15",
"count": 1
},
{
"date": "2013-07-20",
"count": 1
},
{
"date": "2013-08-09",
"count": 1
},
{
"date": "2013-08-14",
"count": 1
},
{
"date": "2013-08-16",
"count": 1
},
{
"date": "2013-08-17",
"count": 1
},
{
"date": "2013-08-18",
"count": 1
},
{
"date": "2013-10-21",
"count": 1
},
{
"date": "2013-10-29",
"count": 1
},
{
"date": "2013-11-05",
"count": 1
},
{
"date": "2013-11-18",
"count": 1
},
{
"date": "2013-11-20",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-05",
"count": 1
},
{
"date": "2013-12-09",
"count": 1
},
{
"date": "2014-01-19",
"count": 1
},
{
"date": "2014-01-23",
"count": 2
},
{
"date": "2014-01-30",
"count": 1
},
{
"date": "2014-02-18",
"count": 1
},
{
"date": "2014-03-04",
"count": 1
},
{
"date": "2014-03-06",
"count": 1
},
{
"date": "2014-03-14",
"count": 1
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-20",
"count": 1
},
{
"date": "2014-03-31",
"count": 1
},
{
"date": "2014-04-02",
"count": 1
},
{
"date": "2014-04-08",
"count": 1
},
{
"date": "2014-04-18",
"count": 1
},
{
"date": "2014-04-25",
"count": 1
},
{
"date": "2014-05-07",
"count": 1
},
{
"date": "2014-05-26",
"count": 1
},
{
"date": "2014-05-29",
"count": 1
},
{
"date": "2014-06-02",
"count": 1
},
{
"date": "2014-06-19",
"count": 1
},
{
"date": "2014-06-28",
"count": 1
},
{
"date": "2014-07-02",
"count": 1
},
{
"date": "2014-07-09",
"count": 1
},
{
"date": "2014-07-22",
"count": 1
},
{
"date": "2014-07-27",
"count": 1
},
{
"date": "2014-08-28",
"count": 1
},
{
"date": "2014-09-07",
"count": 1
},
{
"date": "2014-09-11",
"count": 1
},
{
"date": "2014-09-12",
"count": 1
},
{
"date": "2014-09-17",
"count": 1
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2014-10-10",
"count": 1
},
{
"date": "2014-10-25",
"count": 1
},
{
"date": "2014-10-29",
"count": 1
},
{
"date": "2014-11-11",
"count": 1
},
{
"date": "2014-12-06",
"count": 1
},
{
"date": "2014-12-13",
"count": 1
},
{
"date": "2015-01-04",
"count": 1
},
{
"date": "2015-01-22",
"count": 2
},
{
"date": "2015-01-27",
"count": 1
},
{
"date": "2015-02-02",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-05",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-04-01",
"count": 2
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-06-07",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-07-07",
"count": 1
},
{
"date": "2015-07-12",
"count": 1
},
{
"date": "2015-07-21",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-09-04",
"count": 1
},
{
"date": "2015-09-06",
"count": 1
},
{
"date": "2015-11-03",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-05",
"count": 2
},
{
"date": "2015-11-06",
"count": 1
},
{
"date": "2015-11-12",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-11-27",
"count": 1
},
{
"date": "2016-01-13",
"count": 1
},
{
"date": "2016-01-27",
"count": 2
},
{
"date": "2016-02-07",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-04-27",
"count": 1
},
{
"date": "2016-05-24",
"count": 1
},
{
"date": "2016-05-29",
"count": 1
},
{
"date": "2016-06-14",
"count": 1
},
{
"date": "2016-06-20",
"count": 1
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-09-01",
"count": 1
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-13",
"count": 1
},
{
"date": "2016-09-15",
"count": 1
},
{
"date": "2016-10-17",
"count": 1
},
{
"date": "2016-10-27",
"count": 1
},
{
"date": "2016-11-07",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-27",
"count": 1
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-01-18",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-01-26",
"count": 1
},
{
"date": "2017-02-09",
"count": 2
},
{
"date": "2017-02-12",
"count": 1
},
{
"date": "2017-03-06",
"count": 2
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-03-13",
"count": 2
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-03-27",
"count": 1
},
{
"date": "2017-04-17",
"count": 1
},
{
"date": "2017-05-10",
"count": 1
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-25",
"count": 1
},
{
"date": "2017-05-30",
"count": 1
},
{
"date": "2017-05-31",
"count": 1
},
{
"date": "2017-06-05",
"count": 1
},
{
"date": "2017-06-23",
"count": 1
},
{
"date": "2017-07-17",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-07-19",
"count": 1
},
{
"date": "2017-07-28",
"count": 1
},
{
"date": "2017-08-08",
"count": 3
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-09-27",
"count": 1
},
{
"date": "2017-10-26",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-10",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-28",
"count": 1
},
{
"date": "2018-04-03",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-05-03",
"count": 1
},
{
"date": "2018-05-15",
"count": 1
},
{
"date": "2018-05-24",
"count": 1
},
{
"date": "2018-06-19",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-07-05",
"count": 1
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-09-30",
"count": 1
},
{
"date": "2018-10-07",
"count": 1
},
{
"date": "2018-10-30",
"count": 1
},
{
"date": "2018-11-02",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-02-13",
"count": 1
},
{
"date": "2019-02-28",
"count": 1
},
{
"date": "2019-04-05",
"count": 1
},
{
"date": "2019-04-10",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-13",
"count": 1
},
{
"date": "2019-08-18",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-12-12",
"count": 1
},
{
"date": "2019-12-17",
"count": 1
},
{
"date": "2019-12-26",
"count": 1
},
{
"date": "2019-12-31",
"count": 1
},
{
"date": "2020-03-27",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-28",
"count": 1
},
{
"date": "2020-05-21",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-10",
"count": 1
},
{
"date": "2020-07-11",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-12-25",
"count": 1
},
{
"date": "2021-01-19",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-19",
"count": 1
},
{
"date": "2021-06-20",
"count": 1
},
{
"date": "2021-07-08",
"count": 1
},
{
"date": "2021-11-26",
"count": 1
},
{
"date": "2021-12-12",
"count": 1
},
{
"date": "2022-01-09",
"count": 1
},
{
"date": "2022-02-03",
"count": 1
},
{
"date": "2022-06-01",
"count": 1
},
{
"date": "2022-06-24",
"count": 1
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-07-16",
"count": 1
},
{
"date": "2022-08-09",
"count": 1
},
{
"date": "2022-08-19",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2023-01-01",
"count": 1
},
{
"date": "2023-01-11",
"count": 1
},
{
"date": "2023-01-31",
"count": 1
},
{
"date": "2023-05-16",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-29",
"count": 1
},
{
"date": "2023-08-09",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-09-03",
"count": 1
},
{
"date": "2023-09-21",
"count": 1
},
{
"date": "2023-09-27",
"count": 1
},
{
"date": "2023-10-30",
"count": 1
},
{
"date": "2023-11-04",
"count": 1
},
{
"date": "2023-11-10",
"count": 1
},
{
"date": "2024-03-25",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-07",
"count": 1
},
{
"date": "2024-07-24",
"count": 1
},
{
"date": "2024-08-02",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-10-30",
"count": 1
},
{
"date": "2024-11-13",
"count": 1
},
{
"date": "2024-11-15",
"count": 1
},
{
"date": "2025-02-24",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-04-18",
"count": 1
},
{
"date": "2025-05-23",
"count": 1
},
{
"date": "2025-06-06",
"count": 1
},
{
"date": "2025-06-26",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-22",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-10-10",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2026-02-13",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
}
],
"complete": true,
"collected": 393,
"total_stars": 394
},
"open_issues_and_prs": 3
},
"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": 70793,
"source_files_sampled": 20,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": "No resolved dependencies to assess",
"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": 0,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [],
"collected": true,
"truncated": false,
"total_count": 0,
"direct_count": 0,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 3,
"open_issues": 3,
"closed_ratio": 0.8,
"closed_issues": 12,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "flori",
"commits": 88,
"avatar_url": "https://avatars.githubusercontent.com/u/15918?v=4"
},
{
"type": "User",
"login": "dominikgrygiel",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/793646?v=4"
},
{
"type": "User",
"login": "JuanitoFatas",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/1000669?v=4"
},
{
"type": "User",
"login": "nobu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/16700?v=4"
},
{
"type": "User",
"login": "jarednielson",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/13113443?v=4"
},
{
"type": "User",
"login": "lynaghk",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/147919?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.88
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "7ee0e13486ede65d2c39a863f4a142c791b7cd7f",
"ran_at": "2026-07-22T00:26:41Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": "2017-05-21T15:47:13Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 17,
"created_at": "2020-10-23T12:09:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 18,
"created_at": "2022-08-30T07:57:02Z",
"last_comment_at": "2022-09-05T03:17:17Z",
"last_comment_author": "tonytonyjan"
},
{
"number": 20,
"created_at": "2025-08-04T16:28:56Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/flori/amatch",
"host": "github.com",
"name": "amatch",
"owner": "flori"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 34,
"vitality": 56,
"community": 65,
"governance": 57,
"engineering": 38
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 56,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 38,
"inputs": {
"commits_last_year": 18,
"human_commit_share": 1,
"days_since_last_push": 46,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 46 days ago",
"points": 18,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 46
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "18 commits in the last year",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 18
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"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": 84,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.7.0",
"releases_from_tags": false,
"days_since_latest_release": 46,
"mean_days_between_releases": 133.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 46 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 46
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~133.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 133.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 46,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 46 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 46
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 65,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 38,
"stars": 394,
"watchers": 5,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "394 stars",
"points": 42.1,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 394
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "38 forks",
"points": 13.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 38
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 97,
"inputs": {
"packages": [
"amatch"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 31394369,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "31,394,369 downloads all-time across rubygems",
"points": 77.9,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 31394369,
"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": 57,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 26,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.88
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 88% of commits",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 88
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"merged_prs": 3,
"open_issues": 3,
"closed_issues": 12,
"issue_closed_ratio": 0.8,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "80% of issues closed",
"points": 37.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 80
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/7 decided PRs merged",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 7
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"followers": 136,
"owner_type": "User",
"is_verified": null,
"owner_login": "flori",
"public_repos": 124,
"account_age_days": 6592
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "136 followers of flori",
"points": 15.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 136,
"login": "flori"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "124 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 124
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"amatch"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 46
},
"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 46 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 46
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "7 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 14
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 39,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.22,
"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": "22 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 22,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 37,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "C (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 97,
"inputs": {
"primary_language": "C",
"largest_source_bytes": 70793,
"source_files_sampled": 20,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/20 source files over 60KB",
"points": 52.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 20,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-22T00:26:48.039002Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/flori/amatch.svg",
"full_name": "flori/amatch",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}