Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 138,
"has_wiki": true,
"homepage": "http://github.com/seejohnrun/easy_translate",
"languages": {
"Ruby": 33610
},
"pushed_at": "2026-07-19T00:43:58Z",
"created_at": "2010-04-28T09:04:02Z",
"owner_type": "User",
"updated_at": "2026-07-19T00:43:54Z",
"description": "Google Translate (with Bulk translate) in Ruby",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "master",
"license_spdx_raw": null,
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "http://johncrepezzi.com",
"name": "John Crepezzi",
"type": "User",
"login": "seejohnrun",
"company": null,
"location": "Princeton, NJ",
"followers": 861,
"avatar_url": "https://avatars.githubusercontent.com/u/64965?v=4",
"created_at": "2009-03-19T17:29:18Z",
"is_verified": null,
"public_repos": 135,
"account_age_days": 6333
},
"license": {
"state": "absent",
"spdx_id": null,
"raw_spdx": null,
"file_present": false,
"scorecard_found": false,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-07-19T00:43:36Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2018-01-15T19:51:26Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2014-03-31T19:27:00Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2013-12-17T17:30:13Z"
},
{
"tag": "v0.3.3",
"kind": "patch",
"published_at": "2013-04-25T11:35:03Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2013-01-09T00:14:01Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2012-01-16T02:03:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2012-01-03T13:31:26Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2011-03-25T21:06:46Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2011-02-01T03:47:55Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2010-12-29T13:22:15Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2010-06-24T17:28:38Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2010-06-24T17:01:26Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2010-06-18T23:11:47Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2010-04-28T13:50:58Z"
},
{
"tag": "v0.0.3",
"kind": "patch",
"published_at": "2010-04-28T10:59:35Z"
},
{
"tag": "v0.0.2",
"kind": "patch",
"published_at": "2010-04-28T09:24:31Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2010-04-28T09:05:37Z"
}
],
"recent_commits": [
{
"oid": "2e30c94e0e8aec317246581a4c2827473547fdb6",
"body": "Signed-off-by: John Crepezzi <john.crepezzi@gmail.com>",
"is_bot": false,
"headline": "Bump to 0.5.2",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2026-07-19T00:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0978807f9a4d9bc8d1af39e93051de7b6baf49bd",
"body": null,
"is_bot": false,
"headline": "Bump version",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2026-07-19T00:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4cf112d33301baac5ecb86278f726dc4669cb53",
"body": null,
"is_bot": false,
"headline": "Merge pull request #60 from will-gant/breaking-api-change",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2025-11-12T17:50:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fb78a998df27365190b2729b9792f831f7560b8",
"body": "These presumably passed once-upon-a-time, but failed when I ran them in 2025 — purely because the API chose (legitimate) alternative translations:\n\n```\nexpected: [\"Hola Mundo\", \"te quiero\", \"Buenos días\"]\n got: [\"Hola Mundo\", \"te amo\", \"buen día\"]\n```",
"is_bot": false,
"headline": "Test text with fewer possible translations in integration",
"author_name": "Will Gant",
"author_login": "will-gant",
"committed_at": "2025-11-05T12:34:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b030205412cf1bbd1a83ba028fc72e12fae60829",
"body": "The library previously sent translation/detection POST requests with a URL-encoded form submission body — though without the corresponding `Content-Type: application/x-www-form-urlencoded` header. It looks like this was a strategy to maximise the amount of text that could be sent in a single request\n[…]\ns). Request limits (at least when using a JSON body) are now much higher than when this library was first written: 100k characters per request (see https://docs.cloud.google.com/translate/quotas)\n\n```",
"is_bot": false,
"headline": "Update request methods to current API requirements",
"author_name": "Will Gant",
"author_login": "will-gant",
"committed_at": "2025-11-05T12:28:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b19256f5a579d4280aacce8c507ce15cc341a115",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc35c700f230eb6f76aff67e0fa84d6f12adb079",
"body": "Add rake as a development dependency",
"is_bot": false,
"headline": "Merge pull request #58 from seejohnrun/fix-build",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:22:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ae68d50950f9b46b54868cc9a0f672e715cfb2d",
"body": null,
"is_bot": false,
"headline": "Use bundler cache",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:21:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da988a3d27fc64f98c47543b773bc05477cfed38",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into fix-build",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e59d8ec07a5f6278835838af21f72c43b5901e1e",
"body": null,
"is_bot": false,
"headline": "Add rake as a development dependency",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:14:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ee41535d76d742ab9d21c126aa3f9a2e07615a",
"body": "Switch CI from Travis to Github Actions",
"is_bot": false,
"headline": "Merge pull request #52 from westonganger/switch_to_github_actions",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:12:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "babe871ddc1528c5434118b4b66c472b2a149c7e",
"body": "Add note about being grpc dependency free",
"is_bot": false,
"headline": "Merge pull request #54 from westonganger/patch-1",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:11:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abbc76f9364d415d2bcbae2418fb14e1401777e0",
"body": "Update languages to latest",
"is_bot": false,
"headline": "Merge pull request #57 from jqr/update-languages",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:08:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1808ced4c35f5adece248f566413febabd8fd06",
"body": null,
"is_bot": false,
"headline": "Merge branch 'buybay-master'",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d46519a3e34e9a121b97b09f9a88753d1068782f",
"body": null,
"is_bot": false,
"headline": "Add .ruby-version to .gitignore",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dac01cbcbf9bcb0db8abd75dec44e7452d2daae7",
"body": null,
"is_bot": false,
"headline": "Add .ruby-version to .gitignore",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:00:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60047c935f6952058a71eb95a2570507236afa9",
"body": null,
"is_bot": false,
"headline": "Make test optional when API key isn't present",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2024-04-02T03:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b82109eaa68ca22e9dba5b01f79afdd052509ca",
"body": null,
"is_bot": false,
"headline": "Latest list of languages from Google Translate API.",
"author_name": "Elijah Miller",
"author_login": "jqr",
"committed_at": "2024-03-29T16:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "966ec3d903808a99cd0ea47318204fcea8f80a68",
"body": null,
"is_bot": false,
"headline": "Add rake task for updating the cahced languages via the API.",
"author_name": "Elijah Miller",
"author_login": "jqr",
"committed_at": "2024-03-29T16:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea57c995a086e9b3755000460fec6b0d52453f31",
"body": "…0-response\n\nBugfix/recover from unexpected 500 response",
"is_bot": false,
"headline": "Merge pull request #1 from foxlance/bugfix/recover-from-unexpected-50…",
"author_name": "Lance Vincent Bumanglag",
"author_login": "foxlance",
"committed_at": "2022-03-09T08:58:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ca8f274a782df7c62cd6bbf927dd1b6607f2df7",
"body": null,
"is_bot": false,
"headline": "Update breaking specs",
"author_name": "Lance Vincent Bumanglag",
"author_login": null,
"committed_at": "2022-03-08T13:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6c2c949772d38345c247b0e7f5031cb4d15d4b7",
"body": null,
"is_bot": false,
"headline": "Default back to message if body cannot be parsed",
"author_name": "Lance Vincent Bumanglag",
"author_login": null,
"committed_at": "2022-03-08T13:18:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "774617d9c05e548b7d5f6cf084765aa697023c60",
"body": null,
"is_bot": false,
"headline": "Merge pull request #45 from seejohnrun/issue-44",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2022-01-27T07:19:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e4034a73614e50ef087553c743927efa9cfab04",
"body": null,
"is_bot": false,
"headline": "Add note about being grpc dependency free",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-01-12T02:43:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4017f416280b1b8d3149e57981713071b3a62b82",
"body": null,
"is_bot": false,
"headline": "Switch CI from Travis to Github Actions",
"author_name": "Weston Ganger",
"author_login": "westonganger",
"committed_at": "2022-01-12T02:29:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23c05f32d25df5bd94553e2c3cf66b59799c777b",
"body": "convert hash rocket syntax to symbol keys in README",
"is_bot": false,
"headline": "Merge pull request #49 from dorianmariefr/patch-1",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2020-12-22T09:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d9c4aed5f02d29465cc23df3e1b9c1017376be",
"body": null,
"is_bot": false,
"headline": "convert hash rocket syntax to symbol keys in README",
"author_name": "Dorian Marié",
"author_login": "dorianmariecom",
"committed_at": "2020-12-02T18:03:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f1a0eefd9037323f659cb635bdcf651c7ea005a",
"body": null,
"is_bot": false,
"headline": "identify simplified chinese additionally as zh-CN",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2018-08-07T07:51:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6df8b362ca9090c5b56e0ccb83b707750bb4b657",
"body": "Remove json",
"is_bot": false,
"headline": "Merge pull request #42 from elim/remove_json",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2018-01-11T08:40:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e576cc95f86d1b3e1f99be53d35373b0c9d01a5f",
"body": null,
"is_bot": false,
"headline": "Get rid the extra white spaces and empty line from the gemspec",
"author_name": "Takeru Naito",
"author_login": "elim",
"committed_at": "2018-01-11T05:47:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4af13c472b638630d2ba71d25ecc8ccdd15a529c",
"body": "This change is based on that commit:\nhttps://github.com/rails/rails/commit/f3433f7c\n\n> All modern Rubies ship JSON as part of stdlib. Using the\n> gem actually hurts multi-platform support due to build\n> difficulties on Windows.",
"is_bot": false,
"headline": "Remove json gem dependency",
"author_name": "Takeru Naito",
"author_login": "elim",
"committed_at": "2018-01-11T05:47:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32b0c5be9dceb03f46518825dc1112bebd204b94",
"body": "Update docs to show model: param usage",
"is_bot": false,
"headline": "Merge pull request #40 from tdonia/patch-3",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2017-04-20T15:51:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b028ad7715fcfdc8d0099335d1b42d462327a732",
"body": null,
"is_bot": false,
"headline": "Update docs to show model: param usage",
"author_name": "Travis Donia",
"author_login": "tdonia",
"committed_at": "2017-04-20T15:48:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f4264dddbc483869b72a7cd61963a90c295fb28",
"body": "Adds explicit model parameter to allow PBMT vs NMT selection",
"is_bot": false,
"headline": "Merge pull request #39 from tdonia/patch-2",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2017-04-19T21:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3af416cbe58dd92b94bea6a71300ad72ec2e2e2b",
"body": "Google defaults to the new NMT model but you can manually select the old PBMT using model: \"base\" per: https://cloud.google.com/translate/docs/reference/translate#query-parameters",
"is_bot": false,
"headline": "Adds explicit model parameter to allow PBMT vs NMT selection",
"author_name": "Travis Donia",
"author_login": "tdonia",
"committed_at": "2017-04-19T21:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49b002422bf629fe9c60e4475de4b28d587a68cb",
"body": "Update googleapi hostname to support premium (NMT)",
"is_bot": false,
"headline": "Merge pull request #38 from tdonia/patch-1",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2017-04-19T20:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02a87ce995aad316a069fd48b3bafa22d3551cb1",
"body": "https://cloud.google.com/translate/docs/premium",
"is_bot": false,
"headline": "Update googleapi hostname to support premium (NMT)",
"author_name": "Travis Donia",
"author_login": "tdonia",
"committed_at": "2017-04-19T20:46:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b7cc19130b4dd3dc979b8925c11a3320041bb7c",
"body": "fix translation text in Rspec",
"is_bot": false,
"headline": "Merge pull request #36 from liuhenan1989/master",
"author_name": "gmaliar",
"author_login": "gmaliar",
"committed_at": "2016-12-08T08:47:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf34a34072c31ca3a3e28cf6070334cbac4c2a0",
"body": null,
"is_bot": false,
"headline": "version update",
"author_name": "Leo",
"author_login": "OgawaLeo",
"committed_at": "2016-12-08T07:38:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c94ee9aa7e87bfef3f10dfcecdb164024052a911",
"body": null,
"is_bot": false,
"headline": "fix text of 'describe' in Rspec",
"author_name": "Leo",
"author_login": "OgawaLeo",
"committed_at": "2016-12-08T07:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d3c806eb132abcbc88baf2646e338f7159539f",
"body": null,
"is_bot": false,
"headline": "fix translation text in Rspec",
"author_name": "Leo",
"author_login": "OgawaLeo",
"committed_at": "2016-12-08T07:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b1d13232ddbc1a14426345cd9180acbed2db96f",
"body": "Convert specs to RSpec 2.14.8 syntax with Transpec",
"is_bot": false,
"headline": "Merge pull request #31 from petergoldstein/feature/run_transpec",
"author_name": "gm",
"author_login": "gmaliar",
"committed_at": "2015-10-26T16:38:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed9acfa7e551af6d57fed2b02cd77b3720bb551a",
"body": "Add license to gemspec",
"is_bot": false,
"headline": "Merge pull request #34 from chrismar035/patch-1",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2015-04-14T08:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15e48b7dc46a4662dfbd4695403616a05fcdd4f1",
"body": null,
"is_bot": false,
"headline": "Add license to gemspec",
"author_name": "Chris Marshall",
"author_login": "codegoalie",
"committed_at": "2015-01-22T21:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efe385ec3a7103951700cf2dbb9e6c4b96346630",
"body": "Add Ruby 2.1.0 to .travis.yml",
"is_bot": false,
"headline": "Merge pull request #30 from petergoldstein/feature/add_2_1_0_to_travis",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-04-10T16:03:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2ee71a4d7c4de6dc6ce4713abfdf5e2ac200a6a",
"body": "This conversion is done by Transpec 1.12.0 with the following command:\n transpec\n\n* 62 conversions\n from: obj.should\n to: expect(obj).to\n\n* 46 conversions\n from: == expected\n to: eq(expected)\n\n* 6 conversions\n from: obj.should_receive(:message)\n to: expect(obj).to receive(:message)\n\n* 4 conversions\n from: obj.should_not\n to: expect(obj).not_to\n\n* 3 conversions\n from: lambda { }.should\n to: expect { }.to",
"is_bot": false,
"headline": "Convert specs to RSpec 2.14.8 syntax with Transpec",
"author_name": "Peter M. Goldstein",
"author_login": "petergoldstein",
"committed_at": "2014-04-10T04:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2aac5ec95afda3cf868b6aa392d9fb284ba6fb33",
"body": null,
"is_bot": false,
"headline": "Add Ruby 2.1.0 to .travis.yml",
"author_name": "Peter M. Goldstein",
"author_login": "petergoldstein",
"committed_at": "2014-04-10T04:44:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d54596311ca699ead883963c2697fd7e4d030d46",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.5.0",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-03-31T19:27:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03922f92dd91003fc65b7d11bd39ed7eb2598954",
"body": "Decode HTML entities in the response.",
"is_bot": false,
"headline": "Merge pull request #25 from barsoom/decode-html",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-03-17T15:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b11cf755d7890ee9c444707353e4c7ee109ab779",
"body": "Batch detection, confident detections and threaded module",
"is_bot": false,
"headline": "Merge pull request #22 from gmaliar/master",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-03-17T15:28:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73893de6584cd9c1c461301183ddd18bf27d79d9",
"body": "Add latin to languages.rb",
"is_bot": false,
"headline": "Merge pull request #26 from prurph/patch-1",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-02-28T16:56:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f992607957ca8c2d6ff1ce9e6c2a9868eeba3d",
"body": null,
"is_bot": false,
"headline": "Add latin to languages.rb",
"author_name": "Prescott Murphy",
"author_login": "prurph",
"committed_at": "2014-02-15T16:48:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb4ad0fc70b63e04605cb5bf8a9dfc338aa277bf",
"body": "Remove spec .swp files.",
"is_bot": false,
"headline": "Merge pull request #24 from barsoom/fix-swp",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-01-28T12:41:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a81cb8b62fc7bbd8ce785ab1d8661871d365847",
"body": null,
"is_bot": false,
"headline": "Decode HTML entities in the response.",
"author_name": "Henrik Nyh",
"author_login": "henrik",
"committed_at": "2014-01-28T09:49:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ba3def97f5f57af945d070a761587d41aa26d1a",
"body": null,
"is_bot": false,
"headline": "Remove spec .swp files.",
"author_name": "Henrik Nyh",
"author_login": "henrik",
"committed_at": "2014-01-28T09:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56b0507ed822e1e34319f9c299537a0a78ed3e5a",
"body": null,
"is_bot": false,
"headline": "OStruct as dependency for test in 1.9.3",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-01-22T02:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c3e5dff169347562cfb0f36940863df1585315",
"body": "Link name in README.md",
"is_bot": false,
"headline": "Merge pull request #23 from glebm/patch-2",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2014-01-19T07:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cc26f8cbb2e736d1426ea869eb3911d0d0246c7",
"body": null,
"is_bot": false,
"headline": "Link name in README.md",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2014-01-19T04:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8703b564604f457db9deb2220431447478e7ad9e",
"body": "…o a seperate module so it could be mixed in detections and translations",
"is_bot": false,
"headline": "Added batch detection, confident detections and moved thread work int…",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2014-01-06T21:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6469982c1fae509928b4b41557771666c42624ed",
"body": "gemspec: require version using absolute path",
"is_bot": false,
"headline": "Merge pull request #20 from glebm/refactor-require",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-18T02:06:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29f989867e66255a109acead751d1cfea5e41869",
"body": null,
"is_bot": false,
"headline": "require version using absolute path in gemspec",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T23:20:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef45af216df73eef514f5d295928bb2039523918",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.4.0",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-17T17:30:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8df2ed1042d335a847d4a80e9622ab52b58987f",
"body": "Refactor require",
"is_bot": false,
"headline": "Merge pull request #19 from glebm/refactor-require",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-17T17:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "839bc6b3599cab073bdb82447bd09bf04626b242",
"body": null,
"is_bot": false,
"headline": "should_receive instead of stub!",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-17T17:29:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3950b8af1f26106c48d796e3069d0dceb2393c2",
"body": null,
"is_bot": false,
"headline": "Updates README and added note on concurrency [#14]",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-17T17:27:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb5b57af3cc6621e1a451013e8ba34ce9f352696",
"body": "Translate in batches",
"is_bot": false,
"headline": "Merge pull request #14 from glebm/batch-pool",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-17T17:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ae09776f7ee8fed98ae624a335eb98205dc67ce",
"body": "Highlight Readme syntax",
"is_bot": false,
"headline": "Merge pull request #18 from glebm/highlight-docs",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-17T16:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d9efcab7dc73599da3aee63948769fc8c74c974",
"body": null,
"is_bot": false,
"headline": "highlight README syntax",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:53:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "523254013049d8a0e82755fbe5d7b62a909d2ece",
"body": null,
"is_bot": false,
"headline": "refactor Rakefile",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e95650038b357a34773d93155d6bd8e99fad01c3",
"body": null,
"is_bot": false,
"headline": "refactor require",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87675c83ffa64d015c94badafecaaa1e641519ea",
"body": null,
"is_bot": false,
"headline": "concurrency spec",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97eeaa44ffc155fec65b4d69dd1bba2e14fadd66",
"body": null,
"is_bot": false,
"headline": "ensure the pool is always shutdown",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ce477a850cf4456819209ef6e5017b4789edb4",
"body": null,
"is_bot": false,
"headline": "make request_translations private",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d21ac5cafe0e27db18f2581e054f89a7fe3c644a",
"body": null,
"is_bot": false,
"headline": "enumerable#size is only available from 2.0",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2371f2d8ea11bfa0d0ea28fee3a3b57063034d79",
"body": null,
"is_bot": false,
"headline": "refactor fix repetition",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07dfbc0d649e35421141daa9b5fe7d269e1c7743",
"body": null,
"is_bot": false,
"headline": "automatically select min pool size",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0f527b772152cfa41b111f50ff3fc4e0e9f899",
"body": null,
"is_bot": false,
"headline": "only spin up threads if necessary and concurrency > 1",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5f046ec5291c73a7a366ca6dd05c2ccad069e50",
"body": null,
"is_bot": false,
"headline": "fix",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f18a440cd31d6a1d8a22b9dd55616f6e756a2587",
"body": null,
"is_bot": false,
"headline": ".travis.yml: remove obsolete 1.8.7, unmaintained 1.9.2, and add jruby",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "021b20942b32b06cec62cfbe35436decf9e2929c",
"body": null,
"is_bot": false,
"headline": "batch pool",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-17T16:05:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bee550da3bc6ac18129d13de6de99950aa465742",
"body": "Document format option in Readme",
"is_bot": false,
"headline": "Merge pull request #17 from glebm/patch-1",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-16T20:41:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d83417b343bdc5709d584b9d66f6d34295ce9779",
"body": null,
"is_bot": false,
"headline": "Document format option in Readme",
"author_name": "Gleb Mazovetskiy",
"author_login": "glebm",
"committed_at": "2013-12-16T18:07:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de741f5b14f9680d4ae4e94b5e40ff052afb9c1c",
"body": "Closes #15",
"is_bot": false,
"headline": "Added test to demonstrate feature",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-12-15T13:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807397bf58014faf13be39ae5b2a4af08034428c",
"body": "Fix typo in TranslationRequest#initialize exception",
"is_bot": false,
"headline": "Merge pull request #12 from zetaben/patch-1",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-10-25T18:13:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fe6f7f5d0058314ab2ce7d7c4df111238760c03",
"body": "There was a typo in \u0001\"No target language provided\"",
"is_bot": false,
"headline": "Fix typo in TranslationRequest#initialize exception",
"author_name": "Benoit Larroque",
"author_login": "zetaben",
"committed_at": "2013-10-16T16:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cb83a124c6b47ca549beba5430c1c3c4952b988",
"body": null,
"is_bot": false,
"headline": "Bump version to 0.3.3",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-25T11:35:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8df032a3faa16f9af0a154efa6bd551d1fa4e943",
"body": null,
"is_bot": false,
"headline": "Contributors link",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-25T11:34:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1a79bfb01936a2ee14d76b5a02b402176f90d98",
"body": null,
"is_bot": false,
"headline": "Combine contributors",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-25T11:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d8ecf9164cf68ec91b4322694bc9dbfc660a4d",
"body": null,
"is_bot": false,
"headline": "@options after super",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-25T11:33:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc47b3182d35d17548d3b1d68f670cb92872d2b",
"body": "…ar-master\n\nConflicts:\n\tlib/easy_translate/detection.rb",
"is_bot": false,
"headline": "Merge branch 'master' of github.com:gmaliar/easy_translate into gmali…",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-25T11:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbb05f8db3af70a42204d885175c3c7320b254e4",
"body": null,
"is_bot": false,
"headline": "Update translation_target.rb",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2013-04-23T08:17:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a23fe36c87c7f112bbac742215dffa59d44d528",
"body": null,
"is_bot": false,
"headline": "Update version.rb",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2013-04-23T08:16:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c88e284c7a548a12758758847f542447c2719047",
"body": null,
"is_bot": false,
"headline": "Some style and whitespace cleanup",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-23T02:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd98260a3f9a0b3c0f14c95af9318e6efe1e3d35",
"body": null,
"is_bot": false,
"headline": "Ignore Gemfile.lock",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-23T02:35:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe32a0d1be9029ac4a9830ba89522c60368a744",
"body": "Content after ampersand is truncated",
"is_bot": false,
"headline": "Merge pull request #10 from hemancuso/master",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-23T02:32:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fea54864837bb629c80b0507686b887763dce9d5",
"body": "Fixing a small bug",
"is_bot": false,
"headline": "Merge pull request #9 from marius0/master",
"author_name": "John Crepezzi",
"author_login": "seejohnrun",
"committed_at": "2013-04-23T02:31:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a21f748d0e24dc531766d5040090e322edabc139",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2013-04-14T05:52:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "536feba9533f3d4a63fa66da456a76c275a6b698",
"body": "version bump",
"is_bot": false,
"headline": "Update version.rb",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2013-04-14T05:48:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ecdaffbfab3e84de9383aa74d3cd901d5076ca",
"body": "…ations_available",
"is_bot": false,
"headline": "Fixed issue with nil value in options when using EasyTranslate.transl…",
"author_name": "Guy Maliar",
"author_login": "gmaliar",
"committed_at": "2013-04-09T19:37:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a3689b1534c19795b3c693eaa12be71fb0432c9",
"body": "Since URI.escape does not percent encode [and is deprecated], everything after a string that contains an ampersand is lost.",
"is_bot": false,
"headline": "Escape with CGI::escape instead of URI.escape",
"author_name": "Jeff Mancuso",
"author_login": "hemancuso",
"committed_at": "2013-01-29T19:48:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 5,
"latest_release_at": "2026-07-19T00:43:36Z",
"latest_release_tag": "v0.5.2",
"releases_from_tags": true,
"days_since_last_push": 3,
"active_weeks_last_year": 3,
"days_since_latest_release": 3,
"mean_days_between_releases": 627.4
},
"community": {
"has_readme": true,
"has_license": false,
"has_description": true,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "easy_translate",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/easy_translate",
"is_deprecated": false,
"latest_version": "0.5.2",
"repository_url": "https://github.com/seejohnrun/easy_translate",
"versions_count": 19,
"total_downloads": 9046142,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2010-04-28T09:24:08.972000Z",
"latest_published_at": "2026-07-19T00:44:07.920000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3
}
]
},
"popularity": {
"forks": 56,
"stars": 335,
"watchers": 9,
"fork_history": {
"days": [
{
"date": "2011-01-05",
"count": 1
},
{
"date": "2011-02-04",
"count": 1
},
{
"date": "2011-10-30",
"count": 1
},
{
"date": "2011-12-02",
"count": 1
},
{
"date": "2011-12-06",
"count": 1
},
{
"date": "2013-01-23",
"count": 1
},
{
"date": "2013-01-29",
"count": 1
},
{
"date": "2013-04-09",
"count": 1
},
{
"date": "2013-10-16",
"count": 1
},
{
"date": "2013-12-04",
"count": 1
},
{
"date": "2013-12-12",
"count": 1
},
{
"date": "2013-12-13",
"count": 1
},
{
"date": "2014-02-15",
"count": 1
},
{
"date": "2014-03-08",
"count": 1
},
{
"date": "2014-04-21",
"count": 1
},
{
"date": "2014-09-20",
"count": 1
},
{
"date": "2014-11-19",
"count": 1
},
{
"date": "2014-12-29",
"count": 1
},
{
"date": "2015-08-22",
"count": 1
},
{
"date": "2015-09-01",
"count": 1
},
{
"date": "2015-11-16",
"count": 1
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-04-27",
"count": 1
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2017-01-20",
"count": 1
},
{
"date": "2017-01-30",
"count": 1
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-10-12",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-02-02",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2020-05-26",
"count": 1
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2021-01-29",
"count": 1
},
{
"date": "2021-12-10",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-03-08",
"count": 2
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2023-07-13",
"count": 1
},
{
"date": "2024-03-29",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2026-02-10",
"count": 2
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-18",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
}
],
"complete": true,
"collected": 55,
"total_forks": 56
},
"star_history": {
"days": [
{
"date": "2010-04-28",
"count": 92
},
{
"date": "2010-05-03",
"count": 1
},
{
"date": "2010-05-07",
"count": 1
},
{
"date": "2010-05-19",
"count": 1
},
{
"date": "2010-05-28",
"count": 1
},
{
"date": "2010-06-01",
"count": 1
},
{
"date": "2010-09-10",
"count": 1
},
{
"date": "2010-10-18",
"count": 1
},
{
"date": "2010-10-28",
"count": 1
},
{
"date": "2010-11-22",
"count": 1
},
{
"date": "2010-12-02",
"count": 1
},
{
"date": "2010-12-14",
"count": 1
},
{
"date": "2011-01-15",
"count": 1
},
{
"date": "2011-03-21",
"count": 1
},
{
"date": "2011-05-28",
"count": 1
},
{
"date": "2011-08-28",
"count": 1
},
{
"date": "2011-09-26",
"count": 1
},
{
"date": "2012-07-12",
"count": 1
},
{
"date": "2013-02-12",
"count": 1
},
{
"date": "2013-02-22",
"count": 1
},
{
"date": "2013-03-10",
"count": 1
},
{
"date": "2013-04-05",
"count": 1
},
{
"date": "2013-04-18",
"count": 2
},
{
"date": "2013-05-06",
"count": 1
},
{
"date": "2013-05-31",
"count": 1
},
{
"date": "2013-06-18",
"count": 1
},
{
"date": "2013-07-22",
"count": 1
},
{
"date": "2013-08-25",
"count": 1
},
{
"date": "2013-09-14",
"count": 1
},
{
"date": "2013-09-29",
"count": 1
},
{
"date": "2013-10-05",
"count": 1
},
{
"date": "2013-10-10",
"count": 1
},
{
"date": "2013-11-23",
"count": 1
},
{
"date": "2013-11-24",
"count": 1
},
{
"date": "2013-12-06",
"count": 1
},
{
"date": "2013-12-12",
"count": 1
},
{
"date": "2014-01-04",
"count": 1
},
{
"date": "2014-01-06",
"count": 1
},
{
"date": "2014-01-24",
"count": 1
},
{
"date": "2014-01-26",
"count": 1
},
{
"date": "2014-01-28",
"count": 1
},
{
"date": "2014-02-10",
"count": 1
},
{
"date": "2014-02-22",
"count": 1
},
{
"date": "2014-03-01",
"count": 1
},
{
"date": "2014-03-05",
"count": 1
},
{
"date": "2014-03-07",
"count": 1
},
{
"date": "2014-03-08",
"count": 1
},
{
"date": "2014-03-30",
"count": 1
},
{
"date": "2014-04-01",
"count": 1
},
{
"date": "2014-04-10",
"count": 1
},
{
"date": "2014-04-17",
"count": 1
},
{
"date": "2014-04-21",
"count": 1
},
{
"date": "2014-04-30",
"count": 1
},
{
"date": "2014-05-16",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-06-16",
"count": 1
},
{
"date": "2014-06-17",
"count": 1
},
{
"date": "2014-06-18",
"count": 1
},
{
"date": "2014-06-20",
"count": 1
},
{
"date": "2014-06-30",
"count": 1
},
{
"date": "2014-07-04",
"count": 1
},
{
"date": "2014-07-11",
"count": 1
},
{
"date": "2014-07-17",
"count": 1
},
{
"date": "2014-08-03",
"count": 1
},
{
"date": "2014-09-09",
"count": 2
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2014-11-10",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2014-12-14",
"count": 2
},
{
"date": "2015-01-12",
"count": 1
},
{
"date": "2015-01-14",
"count": 1
},
{
"date": "2015-01-23",
"count": 1
},
{
"date": "2015-02-18",
"count": 1
},
{
"date": "2015-02-20",
"count": 2
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-14",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-03-25",
"count": 1
},
{
"date": "2015-04-02",
"count": 1
},
{
"date": "2015-04-05",
"count": 1
},
{
"date": "2015-04-25",
"count": 1
},
{
"date": "2015-05-01",
"count": 1
},
{
"date": "2015-05-21",
"count": 2
},
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2015-06-04",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-03",
"count": 1
},
{
"date": "2015-08-03",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-09-09",
"count": 1
},
{
"date": "2015-09-15",
"count": 1
},
{
"date": "2015-09-17",
"count": 1
},
{
"date": "2015-09-25",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-11-04",
"count": 1
},
{
"date": "2015-11-16",
"count": 1
},
{
"date": "2015-12-07",
"count": 1
},
{
"date": "2016-01-20",
"count": 1
},
{
"date": "2016-02-01",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-03-01",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-04-14",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-06-29",
"count": 1
},
{
"date": "2016-07-09",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-10-28",
"count": 1
},
{
"date": "2016-12-10",
"count": 1
},
{
"date": "2016-12-11",
"count": 1
},
{
"date": "2016-12-23",
"count": 1
},
{
"date": "2017-01-21",
"count": 1
},
{
"date": "2017-02-01",
"count": 1
},
{
"date": "2017-02-02",
"count": 2
},
{
"date": "2017-02-05",
"count": 2
},
{
"date": "2017-02-10",
"count": 1
},
{
"date": "2017-03-11",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-03-20",
"count": 1
},
{
"date": "2017-03-21",
"count": 2
},
{
"date": "2017-03-23",
"count": 1
},
{
"date": "2017-04-13",
"count": 1
},
{
"date": "2017-05-13",
"count": 1
},
{
"date": "2017-05-26",
"count": 2
},
{
"date": "2017-06-01",
"count": 1
},
{
"date": "2017-06-11",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-07-23",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-08-29",
"count": 1
},
{
"date": "2017-09-02",
"count": 1
},
{
"date": "2017-09-11",
"count": 1
},
{
"date": "2017-09-19",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-25",
"count": 2
},
{
"date": "2017-10-10",
"count": 1
},
{
"date": "2017-10-16",
"count": 1
},
{
"date": "2017-11-08",
"count": 1
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-11",
"count": 1
},
{
"date": "2017-12-25",
"count": 1
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-20",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-06-24",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-08-02",
"count": 2
},
{
"date": "2018-08-16",
"count": 1
},
{
"date": "2018-08-28",
"count": 2
},
{
"date": "2018-09-22",
"count": 1
},
{
"date": "2018-10-26",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-21",
"count": 1
},
{
"date": "2018-11-23",
"count": 1
},
{
"date": "2019-01-07",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-02-05",
"count": 1
},
{
"date": "2019-03-05",
"count": 1
},
{
"date": "2019-03-06",
"count": 1
},
{
"date": "2019-03-28",
"count": 2
},
{
"date": "2019-04-16",
"count": 1
},
{
"date": "2019-05-14",
"count": 1
},
{
"date": "2019-05-22",
"count": 1
},
{
"date": "2019-05-28",
"count": 1
},
{
"date": "2019-06-26",
"count": 1
},
{
"date": "2019-07-29",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-08-28",
"count": 2
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-30",
"count": 1
},
{
"date": "2020-01-23",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-03-03",
"count": 1
},
{
"date": "2020-03-19",
"count": 1
},
{
"date": "2020-03-30",
"count": 1
},
{
"date": "2020-04-21",
"count": 1
},
{
"date": "2020-04-25",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-09-24",
"count": 1
},
{
"date": "2020-10-14",
"count": 2
},
{
"date": "2020-11-24",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-25",
"count": 1
},
{
"date": "2021-07-03",
"count": 1
},
{
"date": "2021-10-26",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-03-01",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-07-28",
"count": 1
},
{
"date": "2022-08-21",
"count": 1
},
{
"date": "2022-08-28",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-20",
"count": 1
},
{
"date": "2023-02-10",
"count": 1
},
{
"date": "2023-05-03",
"count": 1
},
{
"date": "2024-01-04",
"count": 1
},
{
"date": "2024-01-22",
"count": 1
},
{
"date": "2024-05-06",
"count": 1
},
{
"date": "2024-06-14",
"count": 1
},
{
"date": "2024-06-15",
"count": 2
},
{
"date": "2024-06-17",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-08-21",
"count": 1
},
{
"date": "2024-12-03",
"count": 1
},
{
"date": "2025-06-12",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2026-01-30",
"count": 1
},
{
"date": "2026-06-09",
"count": 1
}
],
"complete": true,
"collected": 335,
"total_stars": 335
},
"open_issues_and_prs": 7
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 6077,
"source_files_sampled": 16,
"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": 4,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "thread",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "thread_safe",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 4,
"direct_count": 0,
"indirect_count": 4
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 31,
"open_issues": 5,
"closed_ratio": 0.792,
"closed_issues": 19,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "seejohnrun",
"commits": 73,
"avatar_url": "https://avatars.githubusercontent.com/u/64965?v=4"
},
{
"type": "User",
"login": "glebm",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/216339?v=4"
},
{
"type": "User",
"login": "gmaliar",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/1370665?v=4"
},
{
"type": "User",
"login": "OgawaLeo",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/18450689?v=4"
},
{
"type": "User",
"login": "tdonia",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/103828?v=4"
},
{
"type": "User",
"login": "jqr",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/273?v=4"
},
{
"type": "User",
"login": "henrik",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/216?v=4"
},
{
"type": "User",
"login": "petergoldstein",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/421488?v=4"
},
{
"type": "User",
"login": "elim",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/7157?v=4"
},
{
"type": "User",
"login": "westonganger",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3414795?v=4"
}
],
"contributors_sampled": 19,
"top_contributor_share": 0.566
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 0,
"reason": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 4,
"reason": "Found 7/16 approved changesets -- score normalized to 4",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 0,
"reason": "license file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 2,
"reason": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"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": "2e30c94e0e8aec317246581a4c2827473547fdb6",
"ran_at": "2026-07-22T01:25:21Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 48,
"created_at": "2020-11-24T07:18:00Z",
"last_comment_at": "2021-01-29T10:18:34Z",
"last_comment_author": "frostmark"
},
{
"number": 53,
"created_at": "2022-01-12T02:35:11Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-11-12T17:50:21Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 29,
"created_at": "2014-04-01T01:10:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 35,
"created_at": "2015-03-07T20:38:15Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 44,
"created_at": "2018-07-27T12:38:56Z",
"last_comment_at": "2018-08-06T17:33:35Z",
"last_comment_author": "SagarJunnarkar-Edmodo"
},
{
"number": 47,
"created_at": "2019-10-31T10:41:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 61,
"created_at": "2026-03-30T08:11:33Z",
"last_comment_at": "2026-04-28T15:09:46Z",
"last_comment_author": "shirjeel-alam"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/seejohnrun/easy_translate",
"host": "github.com",
"name": "easy_translate",
"owner": "seejohnrun"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 35,
"vitality": 54,
"community": 55,
"governance": 70,
"engineering": 55
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 54,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"commits_last_year": 5,
"human_commit_share": 1,
"days_since_last_push": 3,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "5 commits in the last year",
"points": 7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 5
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v0.5.2",
"releases_from_tags": true,
"days_since_latest_release": 3,
"mean_days_between_releases": 627.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~627.4 days",
"points": 5.4,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 627.4
}
}
],
"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": 3,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 3 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 3
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 56,
"stars": 335,
"watchers": 9,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "335 stars",
"points": 40.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 335
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "56 forks",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 56
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "9 watchers",
"points": 5,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 9
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": true,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "no license file detected",
"points": 0,
"status": "missed",
"details": [
{
"code": "license_absent",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 90,
"inputs": {
"packages": [
"easy_translate"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 9046142,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "9,046,142 downloads all-time across rubygems",
"points": 72.3,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 9046142,
"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": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 19,
"top_contributor_share": 0.566
},
"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 57% of commits",
"points": 9.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "19 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 19
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"merged_prs": 31,
"open_issues": 5,
"closed_issues": 19,
"issue_closed_ratio": 0.792,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "79% of issues closed",
"points": 37,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 79
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "31/34 decided PRs merged",
"points": 34.9,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 31,
"decided": 34
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 7/16 approved changesets -- score normalized to 4",
"points": 6,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 70,
"inputs": {
"followers": 861,
"owner_type": "User",
"is_verified": null,
"owner_login": "seejohnrun",
"public_repos": 135,
"account_age_days": 6333
},
"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": "861 followers of seejohnrun",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 861,
"login": "seejohnrun"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "135 public repos, account ~17 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 135
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"easy_translate"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 3
},
"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 3 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"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": 55,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 48,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "0 out of 9 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://github.com/seejohnrun/easy_translate",
"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": "http://github.com/seejohnrun/easy_translate",
"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": 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": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 9 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 7/16 approved changesets -- score normalized to 4",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "2 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 17
},
"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": "critical",
"name": "AI Readiness",
"value": 29,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.36,
"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": "36 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 19.2,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 36,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "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": 6077,
"source_files_sampled": 16,
"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/16 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 16,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T01:25:42.890774Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/seejohnrun/easy_translate.svg",
"full_name": "seejohnrun/easy_translate",
"license_state": "absent",
"license_spdx": null
}