Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2896,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 688757
},
"pushed_at": "2021-11-30T17:59:47Z",
"created_at": "2009-10-21T04:10:49Z",
"owner_type": "Organization",
"updated_at": "2026-07-08T15:25:31Z",
"description": "Efficient, Immutable, Thread-Safe Collection classes for Ruby",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "core",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": null,
"name": "libimmutable-collection",
"type": "Organization",
"login": "hamstergem",
"company": null,
"location": null,
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/6205157?v=4",
"created_at": "2013-12-17T11:05:47Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 4599
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2016-02-20T17:55:58Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2015-10-28T23:34:00Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2015-03-07T18:36:56Z"
}
],
"recent_commits": [
{
"oid": "804571abcba69e12c763d68e456697e35eddcf9a",
"body": "It seems that the older versions have security vulnerabilities\n(according to GitHub's friendly dependabot).",
"is_bot": false,
"headline": "Bump versions of rake and yard gems",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-30T17:59:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4588bc2d6ce506084aed0e190e325140235440a",
"body": "Ruby's SortedSet used to be included in set.rb (standard library).\nStarting from Ruby 3.0, it's not. Rather, it has been broken out into a\ngem.\n\nSo to keep the one part of Hamster which references SortedSet\nworking, we need to pull in that gem. I don't like this, but it's\nbetter than potentially breaking user code.",
"is_bot": false,
"headline": "Use sorted_set gem to implement Hamster.{from,to_ruby} on Ruby 3.0",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-29T14:22:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "846f3ff0844ab2728f0214c9e562e1dd7fedf376",
"body": "Older versions have some known security vulnerabilities...",
"is_bot": false,
"headline": "Upgrade bundler gem to v2.2",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-29T14:19:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecb55c2f4501532cdac8c8dd38f7bed091076e4b",
"body": "In Ruby 2, SortedSet was part of the standard library. In Ruby 3, it\nwas removed from stdlib and put into a gem. This new gem implements\nSortedSet using RBTree (from the 'rbtree' gem). As a result, the\nbehavior of `SortedSet#eql?` has changed; two SortedSets only compare\nas equal using `#eql?` if th\n[…]\nar ago, but has not been fixed.\n\nWe would love to see this issue with the new `sorted_set` gem fixed,\nbut in the meantime, we can simply avoid using `SortedSet#eql?` for\ntesting equality in our specs.",
"is_bot": false,
"headline": "Fix tests for Hamster.to_ruby for Ruby 3.0",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-29T14:15:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9d9cddca3b84c8b770b6bcedf07970d21ca3ccda",
"body": "The behavior of `&:method` blocks has changed in Ruby 3.0. Previously\nthey had arity -1; now it's -2. I don't know the reason for this\nchange.\n\nWhile we fix that, we can also be more strict in rejecting blocks with\nan arity which we can't use. These would result in an exception\nanyways, but it will be better to raise an exception with a more\nunderstandable error message.",
"is_bot": false,
"headline": "Check arity of SortedSet comparator block correctly for Ruby 3.0",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-29T14:10:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f079affabfc4829354dc1066ee06ad3eccd755a0",
"body": null,
"is_bot": false,
"headline": "Bump default Ruby version for development to 3.0.1",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-29T14:06:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a743526db2b5df729e26df7c05f00045f5bf7a8",
"body": "This is to match the behavior of Array#transpose. Thanks to Xavier Shay for\nnoticing this issue.\n\nFixes #185.",
"is_bot": false,
"headline": "Vector#transpose raises TypeError if item is of wrong type",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-28T16:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46536bba66d38c03cffe0d2edeea58e941260cef",
"body": null,
"is_bot": false,
"headline": "Hash#== peforms numeric conversions, like == on built-in Ruby classes",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2021-11-28T16:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "948aaccc761e18b840762c2a4e4c4884f4537661",
"body": null,
"is_bot": false,
"headline": "Drop Ruby 1.9.3 support",
"author_name": "Kevin Ndung'u",
"author_login": "kevgathuku",
"committed_at": "2021-11-28T16:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00c9d943e699a4336be092828ecb3460746c6769",
"body": "Remove version number from `gem \"hamster\"` in README. This avoids the need to update the README each time there is a version change.",
"is_bot": false,
"headline": "Update \"Installing\" section in README.md",
"author_name": "dqdinh@gmail.com",
"author_login": "dqdinh",
"committed_at": "2021-11-28T16:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1aeb0e056f9817bf0cc50bec261e1340d3b3c9f",
"body": "This explicitly shows the initial value of the counters hash\nso that the following section on how to update it is more clearly\nunderstood",
"is_bot": false,
"headline": "Add initial counters value in README example",
"author_name": "Kevin Ndung'u Gathuku",
"author_login": "kevgathuku",
"committed_at": "2021-11-28T16:19:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6eb0ee3421411a6812acb7de60d188bafae203d",
"body": null,
"is_bot": false,
"headline": "Remove trailing whitespace in lib/hamster/sorted_set.rb",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2018-05-19T15:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0ec367f84d5ddbcfbb8d63e386e87ac9efd050",
"body": "… #union",
"is_bot": false,
"headline": "SortedSet (with comparator) filters out duplicates in .new, #map, and…",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2018-05-19T15:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14578363ab55a0f4d2e275dbfe7c03827816ba30",
"body": "…#union\n\nPreviously you could create SortedSets with duplicate values using these methods.",
"is_bot": false,
"headline": "SortedSet (with no comparator) filters out duplicates in .new, #map, …",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2018-05-19T15:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b56d9261327bb06763e191c96faaf60931b0bd9",
"body": "Not needed anymore! 🎉",
"is_bot": false,
"headline": "Remove warning supression when using legacy rspec syntax",
"author_name": "Ivo Anjo",
"author_login": "ivoanjo",
"committed_at": "2018-04-22T05:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1dfcbb379d8c0e62230016980aad750d3bf2701",
"body": "This file needed a manual tweak after transpec conversion, so I decided\nto commit it separately to identify from the fully-automatic conversion\nin the previous commit.",
"is_bot": false,
"headline": "Convert flatten_spec with transpec",
"author_name": "Ivo Anjo",
"author_login": "ivoanjo",
"committed_at": "2018-04-22T05:42:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d56aabc81732c0053e6a83062f5d76fa4f8f8f6c",
"body": "This conversion is done by Transpec 3.3.0 with the following command:\n transpec\n\n* 2181 conversions\n from: obj.should\n to: expect(obj).to\n\n* 609 conversions\n from: == expected\n to: eq(expected)\n\n* 58 conversions\n from: -> { }.should_not\n to: expect { }.not_to\n\n* 22 convers\n[…]\nrsion\n from: > expected\n to: be > expected\n\n* 1 conversion\n from: lambda { }.should\n to: expect { }.to\n\nFor more details: https://github.com/yujinakayama/transpec#supported-conversions",
"is_bot": false,
"headline": "Convert specs to RSpec 3.7.1 syntax with Transpec",
"author_name": "Ivo Anjo",
"author_login": "ivoanjo",
"committed_at": "2018-04-22T05:42:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a69adf06eb4df5537592756a11a3e9cc29d1914f",
"body": "There's a test case failing on this JRuby version, but it's so old that\nI don't even have a machine that can run it anymore, so let's just\nignore it.",
"is_bot": false,
"headline": "Remove jruby-1.7.9 from Travis CI",
"author_name": "Ivo Anjo",
"author_login": "ivoanjo",
"committed_at": "2018-04-21T15:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "564067abf479655bcf838382ab488c982dbda59a",
"body": "Add the latest Ruby versions and a few more JRuby versions to the\ntravis configuration.",
"is_bot": false,
"headline": "Add more rubies and jrubies to travis config",
"author_name": "Ivo Anjo",
"author_login": "ivoanjo",
"committed_at": "2018-04-21T15:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a3186844d1ff1f5f286b6dbfbf34aa80c8b586",
"body": null,
"is_bot": false,
"headline": "Use Prime.prime? in README",
"author_name": "Denis Defreyne",
"author_login": "denisdefreyne",
"committed_at": "2017-07-12T10:14:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43d814e2e5498ac41f0e2ef3060c2acd6d196664",
"body": "Trying Travis CI for latest changes",
"is_bot": false,
"headline": "Merge pull request #230 from hamstergem/vector_uniq",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2016-06-14T12:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61581e55fd8b0b4de51a03ebdcbc68b749cdad81",
"body": null,
"is_bot": false,
"headline": "Allow failures on RBX",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2016-06-14T12:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5e1f3f418e14de3516464e643ad3575bbfc8dd",
"body": "The error points to `#put`; this closes #219. The relevant spec is\nincluded in the `#put` specs.",
"is_bot": false,
"headline": "Adds an Array setter `#[]=` that raises an error",
"author_name": "Tom Johnson",
"author_login": null,
"committed_at": "2016-06-14T12:01:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f23cf999ee5ebd31259fc2b514c9daa5c0067388",
"body": "There's no need to switch on `block_given?` (`&nil` can pass through to `Array#uniq{,!}`).\n\nSigned-off-by: Stephen Celis <stephen@stephencelis.com>",
"is_bot": false,
"headline": "Simplify Vector#uniq",
"author_name": "Stephen Celis",
"author_login": "stephencelis",
"committed_at": "2016-06-14T11:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "002d8852f54d631d32e98083a210cc1e9c984949",
"body": null,
"is_bot": false,
"headline": "Bump Ruby version used for development",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2016-06-14T11:56:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1509d6e19ffd8cf8b7b80400fa73adbfb71353f9",
"body": "Fix minor error in benchmark messages",
"is_bot": false,
"headline": "Merge pull request #226 from no-reply/fix/benchmark_messages",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2016-06-04T18:45:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff86bb43bed5bbfab5c4342ef968a5368b09b86",
"body": "Travis was failing with problems apparently related Bundler 1.7's\nbehavior with to RubyGems 2.5.1. See:\nhttps://github.com/bundler/bundler/issues/3558\n\nForcing an upgrade to both fixes the build.",
"is_bot": false,
"headline": "Upgrade RubyGems & Bundler in CI",
"author_name": "Tom Johnson",
"author_login": null,
"committed_at": "2016-06-04T17:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13e1e73784bfe7c58cabbfbb8d23518c3e2cb24d",
"body": "Corrects mistaken benchmark descriptions in `bench/hash/get_bench.rb`.",
"is_bot": false,
"headline": "Fix minor error in benchmark messages",
"author_name": "Tom Johnson",
"author_login": null,
"committed_at": "2016-06-04T00:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8214f6546e07003f8e717e6f78c8eef82f355eeb",
"body": null,
"is_bot": false,
"headline": "Releasing a new major",
"author_name": "Kurtis Rainbolt-Greene",
"author_login": null,
"committed_at": "2016-02-20T17:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "050e272eea79a073a4d98cf8833ca9d709a0794d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' of github.com:hamstergem/hamster into core",
"author_name": "Kurtis Rainbolt-Greene",
"author_login": null,
"committed_at": "2016-02-20T17:45:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b56e7627b35ca6be77f347cf506c46dabf8a460c",
"body": null,
"is_bot": false,
"headline": "Bumping the ruby version",
"author_name": "Kurtis Rainbolt-Greene",
"author_login": null,
"committed_at": "2016-02-20T17:40:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cffcf3353964171cd2f03cb78f05d3bdc09e6d1",
"body": "This was requested by Hanno Zulla, who has created a Debian package for Hamster.\n\nReference: https://lists.debian.org/debian-ruby/2016/01/msg00089.html",
"is_bot": false,
"headline": "Include LICENSE in gem",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2016-01-26T18:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b86cfa42594dcbe549fec99b2ff09f45e3a675",
"body": null,
"is_bot": false,
"headline": "Remove unusued parameter from hash/dig_spec",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-12-10T04:01:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42fb988cc08171231165679204de3ff120316cba",
"body": null,
"is_bot": false,
"headline": "add vector dig in associable module",
"author_name": "Adam Hess",
"author_login": "HParker",
"committed_at": "2015-12-10T03:59:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba4a801b5e5f29d661fd6e2a9c753c1f3df453c5",
"body": null,
"is_bot": false,
"headline": "Add Hamster::Enumerable#grep_v",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-12-09T17:44:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "621e649f5b751cc306baf2b3ef421e19c32ff714",
"body": null,
"is_bot": false,
"headline": "Fix Set specs descriptions",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-12-09T17:44:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f8c2177278d0f4aaddfdc14dabf6b67cd42f07",
"body": "Could probably remove a further level for shared example but making\nminimal change for now.",
"is_bot": false,
"headline": "Separate out with a block grep case.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-12-09T15:21:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "159990418522730c8000c14428435dffb50d6afa",
"body": null,
"is_bot": false,
"headline": "Fix set specs.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-12-09T15:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a70322c1603f58d9c5c14c254ef49ac20f8e950",
"body": null,
"is_bot": false,
"headline": "Add Hamster::Hash#>= #> #<= #<",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-12-09T01:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "500928ea887793960977a000ae9a937197e1cbc1",
"body": null,
"is_bot": false,
"headline": "add Hamster::Hash#dig",
"author_name": "Adam Hess",
"author_login": "HParker",
"committed_at": "2015-12-07T13:51:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d7f728bef9efc63c7b63d521ee36ce14bd2f435",
"body": null,
"is_bot": false,
"headline": "Bump default Ruby version to 2.2",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-12-07T06:08:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae7e0b24c5dea0b0bfecb2d867f65b3e4bef7d36",
"body": "Fixes #215",
"is_bot": false,
"headline": "Fix Hamster::Hash#values_at to correctly handle missing keys",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-12-05T05:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7433f92a0943d64c2dd367c4c597f8c7016dbc68",
"body": "Part of #212",
"is_bot": false,
"headline": "Add Hamster::Hash#to_proc",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-12-05T04:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a0c9aa23e3e776d348ac5c595cee438b9cdf735",
"body": "from http://contributor-covenant.org/version/1/3/0/\nreplace full quote of CoC in README with link",
"is_bot": false,
"headline": "Update CoC to the latest version",
"author_name": "Mathias Huber",
"author_login": null,
"committed_at": "2015-12-05T04:21:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed887846f89f56f444ca2107c628372fc83f0070",
"body": "Part of #212",
"is_bot": false,
"headline": "Add Hamster::Hash#fetch_values",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-12-05T04:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74e89448d2c9051082547e1ae62e6b03f41623ce",
"body": null,
"is_bot": false,
"headline": "Update concurrent ruby to 1.0",
"author_name": "Chase",
"author_login": "Ch4s3",
"committed_at": "2015-12-02T15:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48ceffd932c94023d0f2f2f337c2999c95ad0021",
"body": null,
"is_bot": false,
"headline": "Freeze EmptyList, not List",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-12-02T15:44:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b34444d87399c01e665c6ee02daab794678cf3c",
"body": null,
"is_bot": false,
"headline": "We're releasing 2.0.0",
"author_name": "Kurtis Rainbolt-Greene",
"author_login": null,
"committed_at": "2015-10-28T23:34:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7ad27709bcc22d6c5c29bb68de435a1e43f42b1",
"body": "Following the changes in 5bc4737, Vector#put is now used in all the\nexamples and specs code (older set_spec.rb was renamed to put_spec.rb\nand all .set calls were modified to .put calls).\n\nA short spec for Vector#set is in place\n(spec/lib/hamster/vector/set_spec.rb) until the method is completely\nremoved.",
"is_bot": false,
"headline": "Removed deprecated Vector#set usage in docs and specs",
"author_name": "Dov Murik",
"author_login": "dubek",
"committed_at": "2015-10-26T13:11:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc47376c6f5d8125ebe7cb66f4c9b6d88bcb20f",
"body": null,
"is_bot": false,
"headline": "factored update_in out of Array and Hash into Associable module",
"author_name": "Bill",
"author_login": "Bill",
"committed_at": "2015-10-24T03:52:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20c699ca7ebf777a31e662e25068b5782e4a853c",
"body": "e7a8f12 added support for Ruby core Structs to Hamster.from. Unfortunately,\nMRI <= 1.9.3 doesn't provide Struct#to_h, which is used. Therefore, backport it.\n\nWe could use Struct#members and Struct#values directly in Hamster.from instead,\nbut that would penalize performance on new Ruby interpreters.",
"is_bot": false,
"headline": "Backport Struct#to_h to MRI 1.9.3 and earlier",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-10-14T14:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcba009849889fe5991d5fe8a460c652dd495d18",
"body": null,
"is_bot": false,
"headline": "Set version of JRuby to use for Travis CI",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-10-14T09:14:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7a8f12a06c5fb18c587d574e049927aa7f3923f",
"body": null,
"is_bot": false,
"headline": "Hamster.from supports Ruby core Structs (one-way conversion only)",
"author_name": "Bill",
"author_login": "Bill",
"committed_at": "2015-10-14T03:41:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c9b88b2486ce8b4063eb3d57ca94f31f924f63c",
"body": null,
"is_bot": false,
"headline": "Freeze Deques created with Deque.alloc",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-15T03:59:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ab70093e76e35e1528b1314e1ec8862a03c83f",
"body": null,
"is_bot": false,
"headline": "Tweak Set#add spec to work around bug in RBX 2.5.8",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-14T21:11:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ece215d92638bbc31ce8d3a3bc5bffd741d154c",
"body": "I have sent a potential fix to JRuby: https://github.com/jruby/jruby/pull/3325\n\nIf the bug is fixed in JRuby, we can later remove this.",
"is_bot": false,
"headline": "Skip List#index test on JRuby which is broken by JRuby bug",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-14T20:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00b59f0e847e9a99d321033ec647f79bdae435b2",
"body": null,
"is_bot": false,
"headline": "EmptyList is frozen",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-14T13:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3560c6fa993cb6a942ec8b9d5fc0b55320de79",
"body": null,
"is_bot": false,
"headline": "Add specs for SortedSet#dup and #clone",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-14T13:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75bba8fabaabcb8a201cf8550718b988f3d6ebf6",
"body": null,
"is_bot": false,
"headline": "Add specs for Deque#push and Deque#shift",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-14T13:51:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84fa719b400d3823cb50e2e08ff811906c3cd0d",
"body": null,
"is_bot": false,
"headline": "Add specs checking return of Deque#pop and #unshift are frozen",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-14T13:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e1731896fe5edcf2373822dba8a5412f5ac6cdc",
"body": null,
"is_bot": false,
"headline": "Vector#rassoc skips elements which are not indexable.",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-12T15:50:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba623d2ae3859cc14aaa789d4f4e3c6a75036529",
"body": "Array#assoc skips elements which are not Arrays, or which are empty Arrays.\nMake Vector#assoc behave in a similar way. Previously, it would raise a\nNoMethodError if it contained elements which were not indexable.\n\nThanks to Xavier Shay for noticing this.\n\nFixes #183.",
"is_bot": false,
"headline": "Vector#assoc skips elements which are not indexable",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-12T15:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6950a4029905b80d751390b8906c693121386aa",
"body": null,
"is_bot": false,
"headline": "Replace Hamster.mutable_queue 'constructor' method with MutableQueue[]",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-11T19:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aed04c184a13368be678a16dd958370708959c37",
"body": null,
"is_bot": false,
"headline": "Replace Hamster.mutable_set 'constructor' method with MutableSet[]",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-11T19:51:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2a60df694bcd1c4302ab50c66745edabbbb6bc9",
"body": null,
"is_bot": false,
"headline": "Replace Hamster.mutable_hash 'constructor' method with MutableHash[]",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-11T19:51:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aba0a4b7b9ef5c49ff97f565d87277658382349f",
"body": "People can use List[], Enumerable#to_list, or other methods like Hamster.iterate\nto initialize a List.",
"is_bot": false,
"headline": "Remove Hamster.list 'constructor' method",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-11T19:39:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97014719c29b876c1a09839fde2f7978f5b57aea",
"body": "For symmetry with the other Hamster collections.",
"is_bot": false,
"headline": "Add List.empty",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-11T19:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a14b54b6484a6d401ff8f7879264e5a9759e0363",
"body": null,
"is_bot": false,
"headline": "Require all Hamster collections in spec_helper",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-11T05:49:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809b6af78762bcf6b709b1e043b5114a17245bb4",
"body": "People can use Deque[] and Deque.new instead.",
"is_bot": false,
"headline": "Remove Hamster.deque 'constructor' method",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T20:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af4ffe5806b7b4fe88d8be4a4b96a512183c7c37",
"body": "I'm following Xavier Shay's lead here. I agree that List#add will be easier\nfor a lot of Ruby programmers to understand than List#cons.",
"is_bot": false,
"headline": "Use List#add in README examples rather than List#cons",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T20:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8da8e119c3b86266fad9634e25320560b084a027",
"body": null,
"is_bot": false,
"headline": "Tighten up List README documentation.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-10T20:15:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86eda0b2027ac31d9bb0306832173048345411df",
"body": null,
"is_bot": false,
"headline": "Update List YARD documentation.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-10T20:11:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06d44dd67abf2dc0cf516934493d804e8eb097c1",
"body": null,
"is_bot": false,
"headline": "Edit Vector YARD documentation.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-10T20:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64261e6b4a929640334d4de0c611f4c0c29cd5bb",
"body": null,
"is_bot": false,
"headline": "Remove Hamster.sorted_set 'constructor' method",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T20:06:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b50ba8d4086a930cc96bbeb57537d10267f4fab7",
"body": "Over time, we have modified these methods so they could handle additional\ntypes of collections, but the docstring was never updated to reflect that fact.",
"is_bot": false,
"headline": "Update documentation for Hamster.to_ruby and Hamster.from",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T16:14:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c98c091d11ab421c7db9233896401728806e2969",
"body": "Another circular dependency eliminated here. This one was completely redundant.",
"is_bot": false,
"headline": "sorted_set.rb doesn't need to require hash.rb",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T15:58:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8be58e3a923e6585614b70dc34debb19fa33f465",
"body": "People can use Set[] and Set.new instead. No need to clutter our API up with 100\ndifferent ways, or even 3 different ways, of doing the same thing!",
"is_bot": false,
"headline": "Remove Hamster.set 'constructor' method",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T15:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "036015b9b4cc6943feba9fa9410992ea2f0fe6c9",
"body": null,
"is_bot": false,
"headline": "Return canonical empty Set from Set[] when no arguments are passed",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T15:52:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30a6aa8568987fc26cc05d35cefdb95f462ce491",
"body": "Users of this library can deeply convert their Hamster collection to equivalent\nRuby collections using Hamster.to_ruby. Besides cluttering up the collection APIs,\nthe #to_ruby methods mean that requiring any one Hamster collection will pull all\nthe others in.\n\nThe #to_ruby method was never released in a gem, so there is no problem with\nbackward compatibility for gem users.",
"is_bot": false,
"headline": "Remove #to_ruby method from Hash, Set, Vector, SortedSet",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-10T15:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c102c1ffa5fe99331e32b7a9a1c621336276226d",
"body": "People can use Hash[] and Hash.new instead. As a side benefit, the Hamster module\ncan now be used as a Hash key (just in case)!",
"is_bot": false,
"headline": "Remove Hamster.hash 'constructor' method",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-09T19:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4443205ce9f8e9a6df661d1acb64e747b2640a1",
"body": "This library has too many redundant ways to initialize collections. From some\ndiscussion in GH issues, it has been decided to remove the 'constructor' methods\non the Hamster module. People can use Vector[] and Vector.new instead.",
"is_bot": false,
"headline": "Remove Hamster.vector 'constructor' method",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-09T17:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae4699b6b628db3fb6f31be001a3a8e0bc7f51b",
"body": null,
"is_bot": false,
"headline": "Suppress warning from YARD about name of argument to Vector#unshift",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-09-08T03:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad57d2fa03540ff97dab9368e10b5a3051c771c",
"body": null,
"is_bot": false,
"headline": "Edit Deque YARD documentation.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-08T03:43:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7de53a5e807d47e745f8954421b9216ba18056f",
"body": null,
"is_bot": false,
"headline": "YARD touch ups.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:37:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8e664eebe262e054c00771442f23714119593ee",
"body": "It's possible at least MutableHash is intended to be public. In that\ncase, the author should add both YARD and README documentation for it\nbefore declaring it public.",
"is_bot": false,
"headline": "Mark mutable classes as private.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43dfa0fbb4bcfdfa7b895492db87782281cfcacc",
"body": null,
"is_bot": false,
"headline": "Add missing List#clear documentation",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b0def9fbde8fe2d012e018a805be4b53d2959f3",
"body": null,
"is_bot": false,
"headline": "Minor formatting to YARD.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:36:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ffd9a76d68380072e8fb5d1c0bd183b4b83928d",
"body": null,
"is_bot": false,
"headline": "Update SortedSet YARD documentation.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7001d807d3b790f2f1c640c990be5d19a4a669d5",
"body": null,
"is_bot": false,
"headline": "Edit Set YARD documentation.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ed5e9fde764e432ae3d7a7d57d1379dde91efd3",
"body": null,
"is_bot": false,
"headline": "Edit Vector YARD documentation.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73182a11439de6058bc740787157c34f19f9669",
"body": null,
"is_bot": false,
"headline": "Fix typo in Hash docs.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-09-07T21:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c805b0cd376bd772235683fed03e37c4858bc4ac",
"body": null,
"is_bot": false,
"headline": "Require needed files so Vector specs can be run separately",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-08-26T16:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd57e8572ebd98ad1a0497df25491c8ccc8ab8e7",
"body": "This is for compatibility with Array#bsearch. Thanks to Xavier Shay for noticing\nthis incompatibility.\n\nFixes #184.",
"is_bot": false,
"headline": "Vector#bsearch returns an Enumerator if invoked without block",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-08-26T15:29:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b045e1bdf348a806a2b50a279267a40ac2d452de",
"body": "Fixes #187.",
"is_bot": false,
"headline": "List#uniq accepts a block (for compatibility with Array#uniq)",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-08-26T15:25:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f67d92a5664a82abe05c98b7107036234fc789e",
"body": "The block will be used to derive a key from each item, and the keys will be compared\nto determine which items are 'duplicate'.",
"is_bot": false,
"headline": "Vector#uniq accepts a block (for compatibility with Array#uniq)",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-08-26T15:23:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf7522e05782a7abb834cc0ea8248c787a5edb66",
"body": "…vidually\n\nIt doesn't check that the other collections are not recursively required --\njust that it is possible to require an individual collection without an\nunexpected exception.",
"is_bot": false,
"headline": "Add new spec ensuring that each Hamster collection can be loaded indi…",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-08-25T20:36:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465d913120d2bdc6a1024887539ce7b462d32502",
"body": null,
"is_bot": false,
"headline": "Remove circular dependency between Deque and CoreExt",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-08-25T20:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c1c37ddbc8d09cdc888a0a57786be925e734e7",
"body": null,
"is_bot": false,
"headline": "Remove circular dependency between List and CoreExt",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-08-25T20:26:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44d979a4f6beb046a75074077b7ff9fd6f191153",
"body": null,
"is_bot": false,
"headline": "Fix 2.2.2+ segfault in Hamster.from for certain inputs.",
"author_name": "Xavier Shay",
"author_login": "xaviershay",
"committed_at": "2015-08-19T03:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3183320c909cddee64afb3126371b686bb2564c7",
"body": null,
"is_bot": false,
"headline": "Removed debug print statement from new 'dependency_graph' Rake task",
"author_name": "Alex Dowad",
"author_login": "alexdowad",
"committed_at": "2015-08-19T03:39:16Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 0,
"latest_release_at": "2016-02-20T17:55:58Z",
"latest_release_tag": "v3.0.0",
"releases_from_tags": true,
"days_since_last_push": 1694,
"active_weeks_last_year": 0,
"days_since_latest_release": 3804,
"mean_days_between_releases": 175
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "hamster",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/hamster",
"is_deprecated": false,
"latest_version": "3.0.0",
"repository_url": "https://github.com/hamstergem/hamster",
"versions_count": 53,
"total_downloads": 13606166,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-10-23T13:56:33.769000Z",
"latest_published_at": "2016-02-20T17:57:32.107000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 3804
}
]
},
"popularity": {
"forks": 92,
"stars": 1911,
"watchers": 29,
"fork_history": {
"days": [
{
"date": "2010-01-23",
"count": 1
},
{
"date": "2010-11-30",
"count": 1
},
{
"date": "2010-12-04",
"count": 1
},
{
"date": "2011-11-05",
"count": 1
},
{
"date": "2011-12-19",
"count": 1
},
{
"date": "2012-01-05",
"count": 1
},
{
"date": "2012-02-13",
"count": 1
},
{
"date": "2012-06-11",
"count": 1
},
{
"date": "2012-08-06",
"count": 1
},
{
"date": "2012-08-15",
"count": 1
},
{
"date": "2012-10-27",
"count": 1
},
{
"date": "2012-11-02",
"count": 1
},
{
"date": "2012-12-04",
"count": 1
},
{
"date": "2012-12-18",
"count": 1
},
{
"date": "2013-01-06",
"count": 1
},
{
"date": "2013-04-19",
"count": 1
},
{
"date": "2013-05-04",
"count": 1
},
{
"date": "2013-05-20",
"count": 1
},
{
"date": "2013-06-25",
"count": 1
},
{
"date": "2013-06-27",
"count": 1
},
{
"date": "2013-10-17",
"count": 1
},
{
"date": "2013-10-21",
"count": 1
},
{
"date": "2013-11-01",
"count": 1
},
{
"date": "2013-11-10",
"count": 1
},
{
"date": "2013-11-11",
"count": 1
},
{
"date": "2013-11-25",
"count": 1
},
{
"date": "2013-12-17",
"count": 1
},
{
"date": "2013-12-27",
"count": 1
},
{
"date": "2014-01-06",
"count": 1
},
{
"date": "2014-04-02",
"count": 1
},
{
"date": "2014-05-25",
"count": 1
},
{
"date": "2014-07-13",
"count": 1
},
{
"date": "2014-09-19",
"count": 1
},
{
"date": "2014-09-28",
"count": 1
},
{
"date": "2014-10-10",
"count": 1
},
{
"date": "2014-10-16",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-10-25",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-02-20",
"count": 1
},
{
"date": "2015-03-08",
"count": 1
},
{
"date": "2015-03-14",
"count": 1
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-08-09",
"count": 1
},
{
"date": "2015-09-04",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-29",
"count": 1
},
{
"date": "2015-11-18",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-30",
"count": 1
},
{
"date": "2015-12-01",
"count": 1
},
{
"date": "2015-12-06",
"count": 1
},
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-02-24",
"count": 1
},
{
"date": "2016-03-10",
"count": 1
},
{
"date": "2016-03-20",
"count": 1
},
{
"date": "2016-04-25",
"count": 1
},
{
"date": "2016-07-07",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-12-10",
"count": 1
},
{
"date": "2017-03-05",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2018-04-21",
"count": 1
},
{
"date": "2019-03-19",
"count": 1
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-05-26",
"count": 1
},
{
"date": "2019-07-03",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-02-11",
"count": 1
},
{
"date": "2020-07-28",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-16",
"count": 1
},
{
"date": "2022-10-20",
"count": 1
},
{
"date": "2024-07-08",
"count": 13
}
],
"complete": true,
"collected": 90,
"total_forks": 92
},
"star_history": {
"days": [
{
"date": "2014-09-01",
"count": 1
},
{
"date": "2014-09-02",
"count": 1
},
{
"date": "2014-09-11",
"count": 2
},
{
"date": "2014-09-12",
"count": 1
},
{
"date": "2014-09-17",
"count": 2
},
{
"date": "2014-09-22",
"count": 1
},
{
"date": "2014-09-24",
"count": 2
},
{
"date": "2014-09-27",
"count": 3
},
{
"date": "2014-09-28",
"count": 2
},
{
"date": "2014-09-29",
"count": 5
},
{
"date": "2014-09-30",
"count": 2
},
{
"date": "2014-10-01",
"count": 2
},
{
"date": "2014-10-03",
"count": 2
},
{
"date": "2014-10-05",
"count": 1
},
{
"date": "2014-10-06",
"count": 2
},
{
"date": "2014-10-09",
"count": 2
},
{
"date": "2014-10-10",
"count": 2
},
{
"date": "2014-10-13",
"count": 1
},
{
"date": "2014-10-14",
"count": 4
},
{
"date": "2014-10-15",
"count": 1
},
{
"date": "2014-10-16",
"count": 2
},
{
"date": "2014-10-21",
"count": 2
},
{
"date": "2014-10-24",
"count": 2
},
{
"date": "2014-10-25",
"count": 1
},
{
"date": "2014-10-28",
"count": 1
},
{
"date": "2014-10-30",
"count": 1
},
{
"date": "2014-10-31",
"count": 2
},
{
"date": "2014-11-01",
"count": 2
},
{
"date": "2014-11-03",
"count": 1
},
{
"date": "2014-11-04",
"count": 3
},
{
"date": "2014-11-07",
"count": 2
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2014-11-14",
"count": 1
},
{
"date": "2014-11-16",
"count": 1
},
{
"date": "2014-11-17",
"count": 2
},
{
"date": "2014-11-18",
"count": 1
},
{
"date": "2014-11-20",
"count": 1
},
{
"date": "2014-11-25",
"count": 1
},
{
"date": "2014-11-26",
"count": 2
},
{
"date": "2014-11-27",
"count": 1
},
{
"date": "2014-11-28",
"count": 1
},
{
"date": "2014-12-03",
"count": 1
},
{
"date": "2014-12-04",
"count": 2
},
{
"date": "2014-12-06",
"count": 1
},
{
"date": "2014-12-07",
"count": 1
},
{
"date": "2014-12-09",
"count": 2
},
{
"date": "2014-12-17",
"count": 1
},
{
"date": "2014-12-18",
"count": 1
},
{
"date": "2014-12-28",
"count": 1
},
{
"date": "2014-12-30",
"count": 1
},
{
"date": "2015-01-01",
"count": 3
},
{
"date": "2015-01-11",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-20",
"count": 3
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-02-01",
"count": 1
},
{
"date": "2015-02-04",
"count": 2
},
{
"date": "2015-02-05",
"count": 1
},
{
"date": "2015-02-07",
"count": 1
},
{
"date": "2015-02-09",
"count": 4
},
{
"date": "2015-02-10",
"count": 1
},
{
"date": "2015-02-11",
"count": 3
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-02-15",
"count": 2
},
{
"date": "2015-02-17",
"count": 2
},
{
"date": "2015-02-20",
"count": 2
},
{
"date": "2015-02-26",
"count": 1
},
{
"date": "2015-02-27",
"count": 2
},
{
"date": "2015-03-02",
"count": 2
},
{
"date": "2015-03-04",
"count": 1
},
{
"date": "2015-03-05",
"count": 3
},
{
"date": "2015-03-08",
"count": 1
},
{
"date": "2015-03-10",
"count": 1
},
{
"date": "2015-03-11",
"count": 2
},
{
"date": "2015-03-13",
"count": 3
},
{
"date": "2015-03-15",
"count": 2
},
{
"date": "2015-03-16",
"count": 4
},
{
"date": "2015-03-17",
"count": 2
},
{
"date": "2015-03-18",
"count": 1
},
{
"date": "2015-03-21",
"count": 1
},
{
"date": "2015-03-22",
"count": 1
},
{
"date": "2015-03-24",
"count": 1
},
{
"date": "2015-03-25",
"count": 2
},
{
"date": "2015-03-27",
"count": 2
},
{
"date": "2015-03-29",
"count": 1
},
{
"date": "2015-03-31",
"count": 2
},
{
"date": "2015-04-01",
"count": 3
},
{
"date": "2015-04-02",
"count": 1
},
{
"date": "2015-04-04",
"count": 1
},
{
"date": "2015-04-09",
"count": 1
},
{
"date": "2015-04-10",
"count": 1
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-04-15",
"count": 3
},
{
"date": "2015-04-21",
"count": 2
},
{
"date": "2015-04-26",
"count": 2
},
{
"date": "2015-04-27",
"count": 2
},
{
"date": "2015-04-29",
"count": 2
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-01",
"count": 1
},
{
"date": "2015-05-04",
"count": 1
},
{
"date": "2015-05-05",
"count": 1
},
{
"date": "2015-05-09",
"count": 2
},
{
"date": "2015-05-10",
"count": 1
},
{
"date": "2015-05-11",
"count": 1
},
{
"date": "2015-05-12",
"count": 2
},
{
"date": "2015-05-14",
"count": 1
},
{
"date": "2015-05-15",
"count": 1
},
{
"date": "2015-05-17",
"count": 1
},
{
"date": "2015-05-18",
"count": 1
},
{
"date": "2015-05-20",
"count": 1
},
{
"date": "2015-05-21",
"count": 1
},
{
"date": "2015-05-23",
"count": 1
},
{
"date": "2015-05-25",
"count": 1
},
{
"date": "2015-05-27",
"count": 1
},
{
"date": "2015-05-31",
"count": 1
},
{
"date": "2015-06-08",
"count": 2
},
{
"date": "2015-06-09",
"count": 2
},
{
"date": "2015-06-10",
"count": 1
},
{
"date": "2015-06-11",
"count": 1
},
{
"date": "2015-06-16",
"count": 1
},
{
"date": "2015-06-17",
"count": 2
},
{
"date": "2015-06-18",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-06-20",
"count": 1
},
{
"date": "2015-06-23",
"count": 1
},
{
"date": "2015-06-26",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-08",
"count": 2
},
{
"date": "2015-07-13",
"count": 3
},
{
"date": "2015-07-14",
"count": 1
},
{
"date": "2015-07-16",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-18",
"count": 1
},
{
"date": "2015-07-19",
"count": 1
},
{
"date": "2015-07-20",
"count": 2
},
{
"date": "2015-07-22",
"count": 1
},
{
"date": "2015-07-26",
"count": 1
},
{
"date": "2015-08-01",
"count": 1
},
{
"date": "2015-08-02",
"count": 1
},
{
"date": "2015-08-03",
"count": 1
},
{
"date": "2015-08-05",
"count": 2
},
{
"date": "2015-08-07",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-08-15",
"count": 1
},
{
"date": "2015-08-16",
"count": 2
},
{
"date": "2015-08-18",
"count": 3
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-08-21",
"count": 3
},
{
"date": "2015-08-25",
"count": 1
},
{
"date": "2015-08-27",
"count": 2
},
{
"date": "2015-08-29",
"count": 1
},
{
"date": "2015-09-01",
"count": 3
},
{
"date": "2015-09-02",
"count": 1
},
{
"date": "2015-09-06",
"count": 1
},
{
"date": "2015-09-07",
"count": 1
},
{
"date": "2015-09-08",
"count": 3
},
{
"date": "2015-09-09",
"count": 2
},
{
"date": "2015-09-13",
"count": 1
},
{
"date": "2015-09-18",
"count": 2
},
{
"date": "2015-09-19",
"count": 2
},
{
"date": "2015-09-20",
"count": 3
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2015-09-23",
"count": 2
},
{
"date": "2015-09-25",
"count": 2
},
{
"date": "2015-09-28",
"count": 1
},
{
"date": "2015-09-29",
"count": 1
},
{
"date": "2015-09-30",
"count": 1
},
{
"date": "2015-10-03",
"count": 1
},
{
"date": "2015-10-07",
"count": 1
},
{
"date": "2015-10-08",
"count": 2
},
{
"date": "2015-10-10",
"count": 1
},
{
"date": "2015-10-11",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-10-16",
"count": 1
},
{
"date": "2015-10-19",
"count": 2
},
{
"date": "2015-10-20",
"count": 1
},
{
"date": "2015-10-21",
"count": 1
},
{
"date": "2015-10-26",
"count": 1
},
{
"date": "2015-10-27",
"count": 1
},
{
"date": "2015-11-01",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-06",
"count": 1
},
{
"date": "2015-11-10",
"count": 3
},
{
"date": "2015-11-12",
"count": 2
},
{
"date": "2015-11-13",
"count": 1
},
{
"date": "2015-11-14",
"count": 1
},
{
"date": "2015-11-16",
"count": 5
},
{
"date": "2015-11-17",
"count": 3
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-21",
"count": 1
},
{
"date": "2015-11-22",
"count": 1
},
{
"date": "2015-11-23",
"count": 3
},
{
"date": "2015-11-28",
"count": 1
},
{
"date": "2015-12-04",
"count": 2
},
{
"date": "2015-12-06",
"count": 3
},
{
"date": "2015-12-07",
"count": 3
},
{
"date": "2015-12-08",
"count": 2
},
{
"date": "2015-12-09",
"count": 2
},
{
"date": "2015-12-10",
"count": 2
},
{
"date": "2015-12-11",
"count": 1
},
{
"date": "2015-12-12",
"count": 1
},
{
"date": "2015-12-13",
"count": 1
},
{
"date": "2015-12-14",
"count": 2
},
{
"date": "2015-12-15",
"count": 1
},
{
"date": "2015-12-28",
"count": 1
},
{
"date": "2015-12-30",
"count": 1
},
{
"date": "2015-12-31",
"count": 1
},
{
"date": "2016-01-02",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-10",
"count": 1
},
{
"date": "2016-01-12",
"count": 2
},
{
"date": "2016-01-14",
"count": 2
},
{
"date": "2016-01-18",
"count": 2
},
{
"date": "2016-01-19",
"count": 2
},
{
"date": "2016-01-23",
"count": 1
},
{
"date": "2016-02-01",
"count": 1
},
{
"date": "2016-02-03",
"count": 1
},
{
"date": "2016-02-07",
"count": 1
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-10",
"count": 1
},
{
"date": "2016-02-11",
"count": 2
},
{
"date": "2016-02-13",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-16",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-20",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-02-25",
"count": 1
},
{
"date": "2016-02-28",
"count": 1
},
{
"date": "2016-02-29",
"count": 1
},
{
"date": "2016-03-09",
"count": 1
},
{
"date": "2016-03-10",
"count": 2
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-18",
"count": 1
},
{
"date": "2016-03-20",
"count": 1
},
{
"date": "2016-03-21",
"count": 1
},
{
"date": "2016-03-27",
"count": 1
},
{
"date": "2016-03-29",
"count": 1
},
{
"date": "2016-03-30",
"count": 2
},
{
"date": "2016-04-07",
"count": 2
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-16",
"count": 1
},
{
"date": "2016-04-23",
"count": 2
},
{
"date": "2016-04-25",
"count": 2
},
{
"date": "2016-04-26",
"count": 1
},
{
"date": "2016-04-27",
"count": 2
},
{
"date": "2016-04-28",
"count": 1
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-05-09",
"count": 1
},
{
"date": "2016-05-10",
"count": 1
},
{
"date": "2016-05-13",
"count": 2
},
{
"date": "2016-05-14",
"count": 2
},
{
"date": "2016-05-15",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-17",
"count": 2
},
{
"date": "2016-05-18",
"count": 1
},
{
"date": "2016-05-19",
"count": 1
},
{
"date": "2016-05-20",
"count": 1
},
{
"date": "2016-05-24",
"count": 1
},
{
"date": "2016-05-25",
"count": 1
},
{
"date": "2016-05-27",
"count": 2
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-06-08",
"count": 2
},
{
"date": "2016-06-09",
"count": 2
},
{
"date": "2016-06-10",
"count": 1
},
{
"date": "2016-06-11",
"count": 1
},
{
"date": "2016-06-13",
"count": 1
},
{
"date": "2016-06-15",
"count": 2
},
{
"date": "2016-06-20",
"count": 2
},
{
"date": "2016-06-21",
"count": 10
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-06-23",
"count": 3
},
{
"date": "2016-06-24",
"count": 1
},
{
"date": "2016-06-25",
"count": 1
},
{
"date": "2016-06-26",
"count": 1
},
{
"date": "2016-06-29",
"count": 1
},
{
"date": "2016-07-01",
"count": 4
},
{
"date": "2016-07-03",
"count": 4
},
{
"date": "2016-07-04",
"count": 1
},
{
"date": "2016-07-05",
"count": 3
},
{
"date": "2016-07-07",
"count": 1
},
{
"date": "2016-07-08",
"count": 1
},
{
"date": "2016-07-09",
"count": 1
},
{
"date": "2016-07-10",
"count": 1
},
{
"date": "2016-07-11",
"count": 2
},
{
"date": "2016-07-12",
"count": 3
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-19",
"count": 2
},
{
"date": "2016-07-20",
"count": 1
},
{
"date": "2016-07-22",
"count": 1
},
{
"date": "2016-07-24",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-07-30",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-08-02",
"count": 1
},
{
"date": "2016-08-03",
"count": 3
},
{
"date": "2016-08-04",
"count": 2
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-13",
"count": 1
},
{
"date": "2016-08-18",
"count": 1
},
{
"date": "2016-08-20",
"count": 2
},
{
"date": "2016-08-22",
"count": 1
},
{
"date": "2016-08-24",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-08-27",
"count": 2
},
{
"date": "2016-08-28",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2016-08-30",
"count": 1
},
{
"date": "2016-09-01",
"count": 4
},
{
"date": "2016-09-02",
"count": 1
},
{
"date": "2016-09-03",
"count": 1
},
{
"date": "2016-09-04",
"count": 1
},
{
"date": "2016-09-11",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-09-17",
"count": 1
},
{
"date": "2016-09-19",
"count": 2
},
{
"date": "2016-09-21",
"count": 1
},
{
"date": "2016-09-22",
"count": 2
},
{
"date": "2016-09-23",
"count": 2
},
{
"date": "2016-09-24",
"count": 1
},
{
"date": "2016-09-27",
"count": 2
},
{
"date": "2016-09-29",
"count": 2
},
{
"date": "2016-10-03",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-10-17",
"count": 1
},
{
"date": "2016-10-18",
"count": 1
},
{
"date": "2016-10-23",
"count": 2
},
{
"date": "2016-10-25",
"count": 1
},
{
"date": "2016-10-29",
"count": 1
},
{
"date": "2016-10-30",
"count": 1
},
{
"date": "2016-11-03",
"count": 2
},
{
"date": "2016-11-05",
"count": 1
},
{
"date": "2016-11-06",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-18",
"count": 1
},
{
"date": "2016-11-19",
"count": 1
},
{
"date": "2016-11-23",
"count": 1
},
{
"date": "2016-11-28",
"count": 1
},
{
"date": "2016-11-29",
"count": 1
},
{
"date": "2016-12-07",
"count": 1
},
{
"date": "2016-12-11",
"count": 2
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-17",
"count": 2
},
{
"date": "2016-12-18",
"count": 1
},
{
"date": "2016-12-30",
"count": 1
},
{
"date": "2017-01-02",
"count": 1
},
{
"date": "2017-01-06",
"count": 2
},
{
"date": "2017-01-09",
"count": 1
},
{
"date": "2017-01-10",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-01-14",
"count": 1
},
{
"date": "2017-01-16",
"count": 1
},
{
"date": "2017-01-25",
"count": 2
},
{
"date": "2017-02-02",
"count": 1
},
{
"date": "2017-02-03",
"count": 1
},
{
"date": "2017-02-09",
"count": 2
},
{
"date": "2017-02-14",
"count": 1
},
{
"date": "2017-02-18",
"count": 1
},
{
"date": "2017-02-20",
"count": 1
},
{
"date": "2017-02-21",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-03-07",
"count": 1
},
{
"date": "2017-03-08",
"count": 1
},
{
"date": "2017-03-09",
"count": 1
},
{
"date": "2017-03-12",
"count": 1
},
{
"date": "2017-03-14",
"count": 1
},
{
"date": "2017-03-15",
"count": 1
},
{
"date": "2017-03-17",
"count": 2
},
{
"date": "2017-03-25",
"count": 1
},
{
"date": "2017-04-02",
"count": 1
},
{
"date": "2017-04-03",
"count": 3
},
{
"date": "2017-04-04",
"count": 1
},
{
"date": "2017-04-07",
"count": 2
},
{
"date": "2017-04-16",
"count": 2
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-26",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-15",
"count": 3
},
{
"date": "2017-05-16",
"count": 1
},
{
"date": "2017-05-20",
"count": 1
},
{
"date": "2017-05-21",
"count": 1
},
{
"date": "2017-06-02",
"count": 1
},
{
"date": "2017-06-03",
"count": 1
},
{
"date": "2017-06-04",
"count": 1
},
{
"date": "2017-07-08",
"count": 1
},
{
"date": "2017-07-13",
"count": 1
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-04",
"count": 1
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-08-18",
"count": 2
},
{
"date": "2017-08-22",
"count": 1
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-08-26",
"count": 2
},
{
"date": "2017-08-28",
"count": 3
},
{
"date": "2017-08-29",
"count": 1
},
{
"date": "2017-09-04",
"count": 1
},
{
"date": "2017-09-10",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-18",
"count": 1
},
{
"date": "2017-09-19",
"count": 2
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-24",
"count": 3
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-09-28",
"count": 1
},
{
"date": "2017-10-05",
"count": 3
},
{
"date": "2017-10-06",
"count": 7
},
{
"date": "2017-10-07",
"count": 2
},
{
"date": "2017-10-08",
"count": 2
},
{
"date": "2017-10-09",
"count": 2
},
{
"date": "2017-10-13",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-10-21",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-10-28",
"count": 1
},
{
"date": "2017-10-30",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-06",
"count": 2
},
{
"date": "2017-11-07",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2017-11-10",
"count": 1
},
{
"date": "2017-11-12",
"count": 1
},
{
"date": "2017-11-13",
"count": 1
},
{
"date": "2017-11-21",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-11-25",
"count": 1
},
{
"date": "2017-11-28",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-09",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2017-12-24",
"count": 2
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-01-03",
"count": 4
},
{
"date": "2018-01-04",
"count": 2
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-11",
"count": 1
},
{
"date": "2018-01-14",
"count": 2
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-02-07",
"count": 1
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-02-19",
"count": 1
},
{
"date": "2018-02-20",
"count": 2
},
{
"date": "2018-02-21",
"count": 1
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-01",
"count": 4
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-03-18",
"count": 2
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-03-26",
"count": 2
},
{
"date": "2018-03-30",
"count": 1
},
{
"date": "2018-04-06",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-04-21",
"count": 1
},
{
"date": "2018-04-23",
"count": 2
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-05-08",
"count": 1
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-20",
"count": 1
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-05-30",
"count": 1
},
{
"date": "2018-05-31",
"count": 1
},
{
"date": "2018-06-09",
"count": 1
},
{
"date": "2018-06-10",
"count": 1
},
{
"date": "2018-06-12",
"count": 2
},
{
"date": "2018-06-27",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-30",
"count": 1
},
{
"date": "2018-08-11",
"count": 1
},
{
"date": "2018-08-26",
"count": 1
},
{
"date": "2018-09-01",
"count": 1
},
{
"date": "2018-09-02",
"count": 1
},
{
"date": "2018-09-05",
"count": 1
},
{
"date": "2018-09-06",
"count": 1
},
{
"date": "2018-09-09",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-13",
"count": 2
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-25",
"count": 3
},
{
"date": "2018-09-26",
"count": 5
},
{
"date": "2018-09-29",
"count": 1
},
{
"date": "2018-09-30",
"count": 1
},
{
"date": "2018-10-01",
"count": 2
},
{
"date": "2018-10-02",
"count": 3
},
{
"date": "2018-10-09",
"count": 1
},
{
"date": "2018-10-12",
"count": 2
},
{
"date": "2018-10-13",
"count": 2
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-10-31",
"count": 1
},
{
"date": "2018-11-02",
"count": 4
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-10",
"count": 1
},
{
"date": "2018-11-24",
"count": 3
},
{
"date": "2018-11-26",
"count": 1
},
{
"date": "2018-11-27",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-04",
"count": 1
},
{
"date": "2018-12-12",
"count": 1
},
{
"date": "2018-12-14",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2019-01-01",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-01-06",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-15",
"count": 1
},
{
"date": "2019-01-23",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-27",
"count": 1
},
{
"date": "2019-02-05",
"count": 1
},
{
"date": "2019-02-07",
"count": 2
},
{
"date": "2019-02-12",
"count": 2
},
{
"date": "2019-02-15",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-02-25",
"count": 2
},
{
"date": "2019-02-26",
"count": 1
},
{
"date": "2019-03-01",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-24",
"count": 1
},
{
"date": "2019-03-26",
"count": 1
},
{
"date": "2019-04-02",
"count": 1
},
{
"date": "2019-04-25",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-04-28",
"count": 1
},
{
"date": "2019-05-19",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-05-22",
"count": 2
},
{
"date": "2019-05-25",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-01",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-11",
"count": 1
},
{
"date": "2019-06-16",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-06-23",
"count": 1
},
{
"date": "2019-07-10",
"count": 1
},
{
"date": "2019-07-16",
"count": 1
},
{
"date": "2019-07-21",
"count": 2
},
{
"date": "2019-07-26",
"count": 1
},
{
"date": "2019-07-27",
"count": 2
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-12",
"count": 2
},
{
"date": "2019-08-14",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-10-04",
"count": 1
},
{
"date": "2019-10-11",
"count": 2
},
{
"date": "2019-10-12",
"count": 2
},
{
"date": "2019-10-15",
"count": 2
},
{
"date": "2019-10-20",
"count": 1
},
{
"date": "2019-10-22",
"count": 2
},
{
"date": "2019-11-05",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-24",
"count": 1
},
{
"date": "2020-01-10",
"count": 1
},
{
"date": "2020-02-14",
"count": 1
},
{
"date": "2020-02-15",
"count": 1
},
{
"date": "2020-02-23",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-03-07",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-03-10",
"count": 1
},
{
"date": "2020-03-24",
"count": 1
},
{
"date": "2020-04-04",
"count": 1
},
{
"date": "2020-05-20",
"count": 1
},
{
"date": "2020-05-22",
"count": 1
},
{
"date": "2020-05-31",
"count": 1
},
{
"date": "2020-06-30",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-13",
"count": 1
},
{
"date": "2020-07-25",
"count": 2
},
{
"date": "2020-07-27",
"count": 1
},
{
"date": "2020-08-04",
"count": 1
},
{
"date": "2020-08-18",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-28",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-10-17",
"count": 1
},
{
"date": "2020-10-29",
"count": 2
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-07",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-05-03",
"count": 1
},
{
"date": "2021-05-08",
"count": 1
},
{
"date": "2021-06-17",
"count": 1
},
{
"date": "2021-06-19",
"count": 1
},
{
"date": "2021-06-20",
"count": 4
},
{
"date": "2021-07-16",
"count": 2
},
{
"date": "2021-09-05",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-12-08",
"count": 1
},
{
"date": "2021-12-12",
"count": 2
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-19",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-24",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2021-12-31",
"count": 1
},
{
"date": "2022-01-15",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-24",
"count": 1
},
{
"date": "2022-04-06",
"count": 1
},
{
"date": "2022-04-07",
"count": 1
},
{
"date": "2022-05-12",
"count": 1
},
{
"date": "2022-06-04",
"count": 1
},
{
"date": "2022-06-28",
"count": 1
},
{
"date": "2022-08-27",
"count": 1
},
{
"date": "2022-09-06",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-10-13",
"count": 1
},
{
"date": "2022-11-13",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-23",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-08",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-03",
"count": 1
},
{
"date": "2023-02-15",
"count": 1
},
{
"date": "2023-02-24",
"count": 1
},
{
"date": "2023-03-10",
"count": 1
},
{
"date": "2023-03-12",
"count": 1
},
{
"date": "2023-03-30",
"count": 1
},
{
"date": "2023-04-08",
"count": 1
},
{
"date": "2023-05-05",
"count": 1
},
{
"date": "2023-05-11",
"count": 1
},
{
"date": "2023-05-19",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-05-23",
"count": 1
},
{
"date": "2023-05-28",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-07-07",
"count": 1
},
{
"date": "2023-07-21",
"count": 1
},
{
"date": "2023-07-28",
"count": 1
},
{
"date": "2023-08-05",
"count": 1
},
{
"date": "2023-08-10",
"count": 1
},
{
"date": "2023-08-15",
"count": 1
},
{
"date": "2023-09-12",
"count": 1
},
{
"date": "2023-09-30",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-10-19",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2023-11-13",
"count": 1
},
{
"date": "2023-11-24",
"count": 1
},
{
"date": "2023-12-13",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2024-02-19",
"count": 1
},
{
"date": "2024-02-28",
"count": 1
},
{
"date": "2024-03-04",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-04-30",
"count": 1
},
{
"date": "2024-05-31",
"count": 1
},
{
"date": "2024-06-22",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-12",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-30",
"count": 1
},
{
"date": "2024-08-03",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2024-10-05",
"count": 1
},
{
"date": "2024-11-23",
"count": 1
},
{
"date": "2025-02-08",
"count": 1
},
{
"date": "2025-02-10",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-03-19",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-07-14",
"count": 1
},
{
"date": "2025-07-27",
"count": 1
},
{
"date": "2025-10-11",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-10-17",
"count": 2
},
{
"date": "2025-10-22",
"count": 1
},
{
"date": "2025-10-23",
"count": 1
},
{
"date": "2025-10-25",
"count": 1
},
{
"date": "2025-10-26",
"count": 2
},
{
"date": "2025-11-06",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-13",
"count": 2
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-11-27",
"count": 2
},
{
"date": "2025-11-29",
"count": 1
},
{
"date": "2025-11-30",
"count": 2
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-07",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-13",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-20",
"count": 2
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 2
},
{
"date": "2026-01-09",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-01-17",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-02-14",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-02-27",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 1911
},
"open_issues_and_prs": 16
},
"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": 49878,
"source_files_sampled": 375,
"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": 10,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "benchmark-ips",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bundler",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "codeclimate-test-reporter",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "pry-doc",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sorted_set",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 10,
"direct_count": 0,
"indirect_count": 10
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 73,
"open_issues": 12,
"closed_ratio": 0.906,
"closed_issues": 115,
"closed_unmerged_prs": 50
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "alexdowad",
"commits": 833,
"avatar_url": "https://avatars.githubusercontent.com/u/1067359?v=4"
},
{
"type": "User",
"login": "harukizaemon",
"commits": 112,
"avatar_url": "https://avatars.githubusercontent.com/u/333?v=4"
},
{
"type": "User",
"login": "dubek",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/9211?v=4"
},
{
"type": "User",
"login": "xaviershay",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/1714?v=4"
},
{
"type": "User",
"login": "plexus",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/32212?v=4"
},
{
"type": "User",
"login": "gcapizzi",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/251425?v=4"
},
{
"type": "User",
"login": "ryantm",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/4804?v=4"
},
{
"type": "User",
"login": "ivoanjo",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2785847?v=4"
},
{
"type": "User",
"login": "kef",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/14956?v=4"
},
{
"type": "User",
"login": "misfo",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/40791?v=4"
}
],
"contributors_sampled": 28,
"top_contributor_share": 0.784
},
"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": 0,
"reason": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 3,
"reason": "Found 5/15 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 34 contributing companies or organizations",
"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": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": 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": "804571abcba69e12c763d68e456697e35eddcf9a",
"ran_at": "2026-07-22T00:36:48Z",
"aggregate_score": 3.1,
"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": 232,
"created_at": "2016-07-01T16:51:41Z",
"last_comment_at": "2017-10-10T18:41:23Z",
"last_comment_author": "alexdowad"
},
{
"number": 233,
"created_at": "2016-12-21T22:48:26Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 245,
"created_at": "2018-09-10T04:03:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 252,
"created_at": "2021-11-28T00:53:08Z",
"last_comment_at": "2021-11-28T17:08:20Z",
"last_comment_author": "dleidert"
}
],
"last_merged_pr_at": "2021-11-30T15:02:27Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 29,
"created_at": "2013-11-10T01:30:52Z",
"last_comment_at": "2015-03-15T06:57:22Z",
"last_comment_author": "alexdowad"
},
{
"number": 49,
"created_at": "2013-11-10T01:55:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 136,
"created_at": "2014-09-03T06:37:51Z",
"last_comment_at": "2014-12-28T20:13:45Z",
"last_comment_author": "alexdowad"
},
{
"number": 157,
"created_at": "2014-11-04T22:00:47Z",
"last_comment_at": "2015-10-05T16:15:15Z",
"last_comment_author": "dubek"
},
{
"number": 192,
"created_at": "2015-08-15T23:33:04Z",
"last_comment_at": "2015-10-29T19:31:36Z",
"last_comment_author": "dubek"
},
{
"number": 194,
"created_at": "2015-08-16T01:17:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 220,
"created_at": "2016-01-12T22:46:20Z",
"last_comment_at": "2017-10-17T18:07:25Z",
"last_comment_author": "alexdowad"
},
{
"number": 225,
"created_at": "2016-04-07T14:26:42Z",
"last_comment_at": "2016-04-07T18:34:05Z",
"last_comment_author": "alexdowad"
},
{
"number": 239,
"created_at": "2018-01-13T21:07:59Z",
"last_comment_at": "2018-08-21T16:06:27Z",
"last_comment_author": "alexdowad"
},
{
"number": 247,
"created_at": "2019-05-15T21:42:47Z",
"last_comment_at": "2019-05-16T18:04:21Z",
"last_comment_author": "alexdowad"
},
{
"number": 249,
"created_at": "2019-07-22T19:14:42Z",
"last_comment_at": "2019-07-26T13:18:42Z",
"last_comment_author": "mauricioszabo"
},
{
"number": 254,
"created_at": "2023-03-27T08:55:46Z",
"last_comment_at": "2023-03-27T09:07:45Z",
"last_comment_author": "alexdowad"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/hamstergem/hamster",
"host": "github.com",
"name": "hamster",
"owner": "hamstergem"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 60% multiplier to weighted overall health and gives it a ceiling of 49.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 49,
"pct": 60
}
}
],
"value": 23,
"inputs": {
"security": 31,
"vitality": 13,
"community": 70,
"governance": 54,
"engineering": 30,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 39,
"overall_after_abandonment_multiplier": 23
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1694,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1694 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1694
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v3.0.0",
"releases_from_tags": true,
"days_since_latest_release": 3804,
"mean_days_between_releases": 175
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3804 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 3804
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~175 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 175
}
}
],
"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": "moderate",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"cap": 49,
"state": "likely_abandoned",
"guards": [],
"signals": [
"unanswered_contributions",
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 4,
"unanswered_open_issues": 3,
"days_since_last_merged_pr": 1694,
"days_since_last_human_commit": 1694,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 1694 days; 3 unmet obligation(s): pull requests unanswered, releases stalled, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 1694,
"count": 3,
"signals": "pull requests unanswered, releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 70,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 78,
"inputs": {
"forks": 92,
"stars": 1911,
"watchers": 29,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,911 stars",
"points": 53.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1911
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "92 forks",
"points": 16.3,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 92
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "29 watchers",
"points": 8,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 29
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "at_risk",
"name": "Community health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "excellent",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 93,
"inputs": {
"packages": [
"hamster"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 13606166,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "13,606,166 downloads all-time across rubygems",
"points": 74.1,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 13606166,
"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": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 28,
"top_contributor_share": 0.784
},
"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 78% of commits",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "28 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 28
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"merged_prs": 73,
"open_issues": 12,
"closed_issues": 115,
"issue_closed_ratio": 0.906,
"closed_unmerged_prs": 50
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "73/123 decided PRs merged",
"points": 22.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 73,
"decided": 123
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 5/15 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "hamstergem",
"public_repos": 1,
"account_age_days": 4599
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of hamstergem",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "hamstergem"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~12 yr old",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"hamster"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 3804
},
"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 3804 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 3804
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "53 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 53
}
}
],
"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": 30,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "critical",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 24,
"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": "0 out of 7 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 3.1
},
"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 7 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 5/15 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 34 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "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": 23
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "critical",
"name": "AI Readiness",
"value": 28,
"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.35,
"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": "35 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"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": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": 49878,
"source_files_sampled": 375,
"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/375 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 375,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-22T00:37:12.819186Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/hamstergem/hamster.svg",
"full_name": "hamstergem/hamster",
"license_state": "custom",
"license_spdx": null
}