Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 513,
"has_wiki": false,
"homepage": null,
"languages": {
"Ruby": 113025
},
"pushed_at": "2019-02-15T13:56:56Z",
"created_at": "2008-10-13T06:53:18Z",
"owner_type": "User",
"updated_at": "2026-05-22T11:14:01Z",
"description": "Ruby test helper for injecting fake responses to web requests",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "kampers.net",
"name": "Chris Kampmeier",
"type": "User",
"login": "chrisk",
"company": null,
"location": "Orlando, FL",
"followers": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/1426?v=4",
"created_at": "2008-02-28T04:14:07Z",
"is_verified": null,
"public_repos": 31,
"account_age_days": 6718
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2010-08-23T04:55:49Z"
}
],
"recent_commits": [
{
"oid": "2b08c1ff2714ec13a12f3497d67fcefce95c2cbe",
"body": "`gem build` kindly reminded me that \"WARNING: pessimistic dependency on\ntest-unit (~> 3.2.4, development) may be overly strict\". I checked versions\n3.2.0 through 3.2.3 for compatibility, and it was right.",
"is_bot": false,
"headline": "Tests: relax required version of test-unit",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-08-06T01:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d7888a800637757f1144b945773588ddc37b6f",
"body": null,
"is_bot": false,
"headline": "Continue updating the CHANGELOG for release",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-08-06T00:57:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "823ef0b296ece9824795f563a75b2019ed0dab8c",
"body": "(This is not the complete listing, more to come.)",
"is_bot": false,
"headline": "Start updating the CHANGELOG for release",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-07-26T21:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ba4b82cc99d0a7ceb11353c951908cd16107334",
"body": "This modifies the Ruby 2.3-compat change in a770c77975ec90b9. Tested on\nRubinius 3.82.\n\nReferences #56.",
"is_bot": false,
"headline": "Tests: update recent change to work on Rubinius",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-07-10T19:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34d018aabb8c1e4a4e33f8d74500ce91fd484381",
"body": "* update-bufferedio-method-signature-for-24-compat:\n Update Net::BufferedIO patch for Ruby 2.4-compat\n Extract-method refactor\n\nRefernces #57 and #60.",
"is_bot": false,
"headline": "Merge branch 'update-bufferedio-method-signature-for-24-compat'",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-07-09T00:52:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bd70b72962081e46c7b22a39d00b7660d0ad30e",
"body": "In Ruby 2.4, Net::BufferedIO's method signature changed to:\n\n def initialize(io, read_timeout: 60, continue_timeout: nil, debug_output: nil)\n\nBefore that, it was just:\n\n def initialize(io)\n\nOur around-advice-style monkey-patch wraps this method, so it needs to pass the\narguments through transp\n[…]\nis.\n\nThis fixes exceptions like:\n\n NoMethodError: undefined method `<<' for {:read_timeout=>60,\n :continue_timeout=>nil, :debug_output=>nil}:Hash\n\nThanks to @SamMolokanov for reporting in #60.",
"is_bot": false,
"headline": "Update Net::BufferedIO patch for Ruby 2.4-compat",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-07-09T00:34:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5f65741505546369ccb420922a40521be36990d1",
"body": "I'm going to wrap the BufferedIO.new monkey-patch in an eval in the next commit,\nso it seems better to have to eval as little code as possible.",
"is_bot": false,
"headline": "Extract-method refactor",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-07-06T17:39:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1311117175646a2c037c65f7d0da3d05afef2a0a",
"body": "* update-dev-deps-for-old-ruby-compat:\n Tests: just skip coverage on Ruby 1.9.0-1.9.2\n Hold back RDoc version on Ruby 1.9.2 and earlier\n Tests: fix a spurious failure on 1.8.7\n Tests: bump compatible Rubies to the latest Rake\n Reorganize the dev. dependencies in the gemspec\n Reformat comments in gemspec\n\nReferences #57.",
"is_bot": false,
"headline": "Merge branch 'update-dev-deps-for-old-ruby-compat'",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-29T16:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bb6db145310f108e43555308b6b077cf6f9a932",
"body": "Before 1.9.3, SimpleCov raises a lot of exceptions in source_file.rb\n(`with_index': wrong number of arguments(1 for0) (ArgumentError)).\n\n(This adds that #defined? check in start_simplecov.rb because RUBY_ENGINE\nwasn't available on 1.8.7. The short-circuit in the old code made this\nunnecessary before.)",
"is_bot": false,
"headline": "Tests: just skip coverage on Ruby 1.9.0-1.9.2",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-29T16:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fceac6d79aac4d0eb6fc90629140b327fa61b7db",
"body": null,
"is_bot": false,
"headline": "Hold back RDoc version on Ruby 1.9.2 and earlier",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-29T16:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d98c8d00a8dc23ee2f00da20cddf8ea406bc7bb5",
"body": "Some warnings on Ruby 1.8.x use relative paths, which this didn't match.",
"is_bot": false,
"headline": "Tests: fix a spurious failure on 1.8.7",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-29T16:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1205d6a6d818df3b90e460f808eb9973ea3413d9",
"body": "On earlier Rubies,\n* exclude versions of Rake that mistakenly removed 1.8 compatibility\n* hold Ruby 1.9.0-1.9.2 to Rake 10.0 series\n* allow Ruby 1.8.7 to use older Rake versions, incl. the one it shipped with",
"is_bot": false,
"headline": "Tests: bump compatible Rubies to the latest Rake",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-29T16:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75eb1ac249c9a756b049bbcbe740844ca26b015f",
"body": "I make some of the Ruby version checks/exclusions more complicated in a\nsubsequent commit, and grouping everything by dependency (rather than by\nset of Ruby versions) makes that easier to follow. This commit itself is\na no-op.",
"is_bot": false,
"headline": "Reorganize the dev. dependencies in the gemspec",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-29T16:04:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75302a7f32e0300089ea1880ef1a052605dcf981",
"body": null,
"is_bot": false,
"headline": "Reformat comments in gemspec",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-29T16:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e84ed2881829f1e1a825198466eb8db547c452b7",
"body": "* master-leftovers-from-2014:\n Update to latest test-unit gem under rubinius\n\nThis commit (along with some other stuff I already merged) was sitting\non my local master branch from back in 2014. Not sure why I never pushed\nthis. Will investigate Rubinius compatibility for real in a bit.",
"is_bot": false,
"headline": "Merge branch 'master-leftovers-from-2014'",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-28T20:19:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc60d07abc1eed7b994b1c8ebf9e692b1ca28c1",
"body": null,
"is_bot": false,
"headline": "Update to latest test-unit gem under rubinius",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-28T20:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "694429ba6497dfd61c32e6899d483bbfecf74bbe",
"body": "* jruby-updates:\n Tests: modernize JRuby runtime configuration\n Tests: JRuby now bundles its OpenSSL gem\n\nThis gets everything working on JRuby 9000.\n\nReferences #57.",
"is_bot": false,
"headline": "Merge branch 'jruby-updates'",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-27T17:07:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a659cd624ab6307946a1f856d7b2985ca4266374",
"body": "Part of the configuration formerly enabled by --debug has been moved\ninto another option, --dev. The new option also optimizes the runtime\nfor fast startup, which is nice for our tests. For more, see:\nhttps://github.com/jruby/jruby/wiki/Improving-startup-time",
"is_bot": false,
"headline": "Tests: modernize JRuby runtime configuration",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-27T17:02:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e573b2850efec805fe260a8dd8e5371ca89c9ed",
"body": "This dependency was resolving to an older version. Letting JRuby use\nits included version fixes that requiring 'net/https' would raise:\n\"LoadError: no such file to load -- krypt/ossl\"",
"is_bot": false,
"headline": "Tests: JRuby now bundles its OpenSSL gem",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-27T16:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fde35bd284eb7777242840defe5d7c76b69a881",
"body": "* add-stub-socket-close:\n Change stub socket for Ruby 2.4 compat\n Rename test class\n\nReferences #57.",
"is_bot": false,
"headline": "Merge branch 'add-stub-socket-close'",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-26T20:47:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed5056d19af2fe56d3f362ed32095bd8fb3fff7",
"body": "Background:\n\n1. As of Ruby 2.2, calling #close on a socket that's already closed\n no longer raises an exception.\n\n2. As of Ruby 2.4, Net::HTTP no longer checks #closed? every time\n before calling #close on a socket, since there's no longer any\n danger it will raise. See:\n\n * r56795 (ht\n[…]\neak anything but I'll revert that part if I find\nanything in the relevant Net::HTTP code that conflicts.\n\nThanks for reporting and submitting patches: @voxik in #59,\n@SamMolokanov in #60.\n\nCloses #59.",
"is_bot": false,
"headline": "Change stub socket for Ruby 2.4 compat",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-26T20:47:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7555507689083eb6a09ddb224b2e22f3a042ac0f",
"body": "...to make a place for the tests in the subsequent commit.",
"is_bot": false,
"headline": "Rename test class",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-26T19:42:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eab46321248da1145310366c24c1bcde96cfbc2c",
"body": "* update-net-http-mocks-for-ruby-2.3:\n Add explanatory comment to test helper\n net/http uses connect_nonblock since 2.3.0\n\nThanks to @zeha for patching this in #56, and also to @davidcornu for\nthe version in #58.\n\nThis gets us all green on MRI Ruby 2.3 and below.\n\nCloses #56.\nReferences #57.",
"is_bot": false,
"headline": "Merge branch 'update-net-http-mocks-for-ruby-2.3'",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-23T22:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d72dd3829d73d22f0a4aaca74aa10caba157ba1",
"body": null,
"is_bot": false,
"headline": "Add explanatory comment to test helper",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-23T22:14:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a770c77975ec90b911bb26fbcdbe29b011b440ba",
"body": "https://github.com/ruby/ruby/commit/bab5bf0c79ba310eb2606c079315de417a3cccc9",
"is_bot": false,
"headline": "net/http uses connect_nonblock since 2.3.0",
"author_name": "David Cornu",
"author_login": "davidcornu",
"committed_at": "2017-06-23T22:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf8a4754328eeb34b72a37ce4ac50d59ce716237",
"body": "* add-new-argument-check:\n Simplify test by removing irrelevant fixture\n Tests: fix URI to really be invalid for Ruby 2.2\n Raise if .register_uri isn't given an options hash\n\nCloses #53.\nReferences #57.",
"is_bot": false,
"headline": "Merge branch 'add-new-argument-check'",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-21T21:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0d3b472726149512802ee3c3b1b1b9aba5a3146",
"body": null,
"is_bot": false,
"headline": "Simplify test by removing irrelevant fixture",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-21T21:31:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f50fbab11f69aa537bf27054409a992f69dd1132",
"body": "As of Ruby 2.2, URI supports parsing domain names that use the new\ngeneric top-level domains (gTLDs), such as .info, .tech, etc. Although\n.txt is not an active TLD, URI no longer concerns itself with this\nproblem and now only raises a URI::InvalidURIError when a domain name is\nsyntactically invalid. So this test only worked on older Rubies.\n\nThanks to @davidcornu for reporting and suggesting a new string to use\nin #58. Thanks also to @strzibny for reporting in #53.",
"is_bot": false,
"headline": "Tests: fix URI to really be invalid for Ruby 2.2",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-21T21:27:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4040a8ee0d39b32bec07d32274e84a2563bd95e",
"body": "The existing test below, #register_uri_without_domain_name, was\nmistakenly constructed to call FakeWeb.register_uri with a string for\nthe third argument rather than an options hash as in all other\ninvocations. This was masked by the invalid second argument (trying to\nuse 'test_example2.txt' as a dom\n[…]\n, this adds an explicit check for\npassing non-hashy objects where a hash of response options is expected,\nraising an ArgumentError instead.\n\nThanks for reporting: @strzibny in #53, @davidcornu in #58.",
"is_bot": false,
"headline": "Raise if .register_uri isn't given an options hash",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-21T21:20:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4c64aa8eb1d8415f5c540684978315674e4e8b2",
"body": null,
"is_bot": false,
"headline": "Tests: update to more modern Mocha 1.0+ series",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-19T02:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c02789ad1b0f0d976080b757ec91ff6867a77b7a",
"body": null,
"is_bot": false,
"headline": "Move a require to the file where it's used",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-19T02:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bc2908bb5d4ffe5c020e01ae4f7a9337405ebe9",
"body": null,
"is_bot": false,
"headline": "Docs: unify options between gemspec and Rakefile",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-17T00:42:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97af1d34c638deffe1730a056de6d1059da7139",
"body": "Plain RDoc is used for older Rubies not supported by sdoc.",
"is_bot": false,
"headline": "Docs: remove option that only works with sdoc",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-17T00:42:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6d69c3dc17052728cd8cffd55ec1bebe547cd0c",
"body": "At a bare minimum, I like for invoking `rake` to always work, even if\nall it can do is tell you to install and run Bundler.\n\nOlder versions of Rake -- like what's distributed with Ruby 1.9.3\n(v0.9.2.2) -- didn't have Rake::Task#clear_comments, so this would\nraise a NoMethodError. This works around that until the developer runs\nbundler, which will install a modern version of Rake.",
"is_bot": false,
"headline": "Make sure Rakefile loads with old versions of rake",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-15T18:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e22c16497b4b6119cbda575f68cd3be616d78207",
"body": "Checking the exit status of `command -v` should pretty much work\neverywhere. See e.g. https://stackoverflow.com/a/677212/54401 for a\ndiscussion.\n\nThanks to @davidcornu for reporting this and suggesting an alternate\nfix in #58.\n\nReferences #57.",
"is_bot": false,
"headline": "Tests: make sure RVM is available before using it",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-15T18:28:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f7598b1db47ee2b5c94ee5b017ae3281f5e5ce1",
"body": "This fixes a deprecation warning:\n\n simplecov_formatter_class: [DEPRECATION] ::[] is deprecated.\n Use ::new instead.\n\nReferences #57.",
"is_bot": false,
"headline": "Merge a fix to the tests' simplecov setup from #58",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-14T22:03:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7101e80c22c7af70bc1f9ce313b5a8f098c1eca1",
"body": null,
"is_bot": false,
"headline": "Use MultiFormatter.new instead of []",
"author_name": "David Cornu",
"author_login": "davidcornu",
"committed_at": "2017-06-14T21:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40af388c6739460cd51a11b96c76773d761672dd",
"body": "Thanks for reporting: @strzibny in #48, @ggilder in #50,\n@davidcornu in #58, and @SamMolokanov in #60.\n\nReferences #57.",
"is_bot": false,
"headline": "Tests: newer Rubies need a gem to get test/unit",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2017-06-13T22:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48208f9bf053577befe5723746b6ff35b99b45d0",
"body": "Specifically, this ensures that we won't add #continue_timeout= to rubies\nthat don't have it -- it was added to Net::HTTP in 1.9.3.",
"is_bot": false,
"headline": "Make sure the methods in our fake match the user's version of Net::HTTP",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-12-02T17:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb099ad5ed00e539ffa32625749fe0ddc9303bf2",
"body": null,
"is_bot": false,
"headline": "Fill in test coverage for #read_timeout=, etc. from 0deafd2aa8",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-12-02T15:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0deafd2aa8aae13d76f91e03c96d91103fc57e32",
"body": "This adds the timeout methods from Net::HTTP's socket proxy (Net::BufferedIO)\nmissing from our fake (StubSocket), fixing that Net::HTTP#read_timeout= and\nNet::HTTP#continue_timeout= would raise NoMethodErrors when called after a\nNet::HTTP object has handled a first fake request (i.e. after StubSocket has\nbeen injected).",
"is_bot": false,
"headline": "Merge pull requests #28 (syborg) and #38 (trevorrowe)",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-12-02T15:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93d5476fa34ffe4ecb37c1d18ffdf623b058bdb3",
"body": "… with changes\n\nFor example, there's now a @continue_timeout that we haven't been setting.",
"is_bot": false,
"headline": "Let original method process its arguments so we don't have to keep up…",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-12-02T11:34:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d338600365c5ba3237dbd4aec2bafecf17d768f7",
"body": "The change in responder.rb should be backwards-compatible (although it seems\nunlikely that anyone's depending on it) because ArgumentError < StandardError.\nThe change in net_http.rb won't affect anyone because it's an internal sanity\ncheck -- the guard in responder.rb catches everything first.\n\nAlso, a little related cleanup and test coverage.",
"is_bot": false,
"headline": "Raise a more appropriate exception when given an unknown response object",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-12-02T11:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea74a02b2466585357aaeb56529f332ae153ae6c",
"body": "The warning was: \"warning: global variable `$-w' not initialized\"",
"is_bot": false,
"headline": "Fix warning under older versions of JRuby that didn't provide $-w",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-12-02T11:33:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0cd20a2aec4c97498bb5dfffa1761169870d519",
"body": "See comment for details. The exception looks like this:\n\n MiniTest::Unit::TestCase is now Minitest::Test. From /Users/chrisk/.rvm/gems\n /rbx-2.2.1/gems/rubysl-test-unit-2.0.2/lib/test/unit/testcase.rb:8:in\n `__script__'\n An exception occurred running /Users/chrisk/.rvm/gems/rbx-2.2.1@glo\n[…]\nkernel/common/constant_scope.rb:93\n { } in Object(Class)#__script__ at /Users/chrisk/.rvm/gems/rbx-2.2.1/gems/\n rubysl-test-unit-2.0.2/lib/rubysl/test/unit/unit.rb:676\n ...",
"is_bot": false,
"headline": "Downgrade Rubinius's test/unit gem to avoid a problem with the latest",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T09:52:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5654c7e21dc34534530fd2b8b648de4cedbdd6f",
"body": "… of JRuby\n\nThe latest build identifies itself as Ruby 2.1.0, although its Net::HTTP\nimplementation still diverges a bit from MRI (due to having a different\nunderlying SSL implementation, I assume).",
"is_bot": false,
"headline": "Update tests to expect the Net::HTTP behavior in forthcoming versions…",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T07:09:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f52b597286cdeab0bb6f56c3b40cd34e9fc380",
"body": "It says: \"warning: File.exists? is a deprecated name, use File.exist? instead\"",
"is_bot": false,
"headline": "Quell ruby 2.1.0-preview2's deprecation warning about File.exists?",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T07:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a906ab968cdbd0246e4e5f0f4b22574316eb50a3",
"body": "…' instead",
"is_bot": false,
"headline": "Travis is having issues loading up Rubinius like this, let's try 'rbx…",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T05:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a1436af5b744172c8e18d4d901623f7386768ac",
"body": "I'm having trouble getting simplecov to work with Rubinius's coverage stdlib,\nso I'm skipping that for now.",
"is_bot": false,
"headline": "Get the tests running on Rubinius 2",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T05:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b82dedb4cb78604ab5ba7b5e72be5ecfb95c58f",
"body": "…implecov's dir name\n\nOtherwise, the test runners overwrite each other's coverage data, producing false negatives.\n\nTEST_ENV_NUMBER is the variable used in parallel_tests for database names, etc.",
"is_bot": false,
"headline": "Enable simultaneous test runs by interpolating TEST_ENV_NUMBER into s…",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T05:19:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99cc0482fbc2b8c2f6b5959e6a5d8313bf87a8eb",
"body": null,
"is_bot": false,
"headline": "Rename method changed in parent commit to better reflect its function",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T05:18:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "391777e8b8fb0498a7faba371c78ed971468448f",
"body": "…helper\n\nInstead of playing whack-a-mole with new warnings every time someone ships new\ncode, this simply removes anything originating in gems or the stdlib.",
"is_bot": false,
"headline": "More robust technique to strip out other people's warnings in a test …",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T05:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "870f37323002c4773754fd5a15cfa60a121f51fc",
"body": "For a few tests, we shell out to `ruby -e \"require 'fakeweb'; ...\"` to get a\nclean environment in order to check what warnings appear when you combine\nFakeWeb with other libs. Recently these processes starting printing coverage\nreports, which messes with our assertions about the warnings output.\n\nTh\n[…]\nh keeps them collecting/logging coverage data while suppressing any output.\n\np.s. this also sneaks in a more robust technique for checking whether the full\nsuite is being run (in #running_all_tests?).",
"is_bot": false,
"headline": "Fix that tests run in forked processes were printing coverage reports",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T04:58:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6f712bf825ab2e6cb6a756dbf2456ef61261acb3",
"body": null,
"is_bot": false,
"headline": "Several extract-method refactors in code-coverage test helper",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T04:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc899b6073ee1d2afbc355df108b5fee5da66b4",
"body": null,
"is_bot": false,
"headline": "Refactor: move test code into a module",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-24T03:32:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df53550b4338d6977c95930a325a1f35b86279b3",
"body": null,
"is_bot": false,
"headline": "Fix that rake would raise immediately without sdoc installed",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-18T14:43:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e30d22030136a8c841a4fa63a1978144c11582a7",
"body": "…mization",
"is_bot": false,
"headline": "Ruby 2.1.0-compat: update tests to match Net::HTTP's TCP_NODELAY opti…",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-18T12:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dd2f1f55d38e3da153ac8b2270ce9a8ccc6b436",
"body": null,
"is_bot": false,
"headline": "Upgrade mocha to the latest",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-11-18T12:43:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76bbdf13e84f4b549e4ffbd243f5abab482453c8",
"body": "* GunioRobot/clean:\n Revert the whitespace-bot's changes to vendored gems\n Remove whitespace [Gun.io WhitespaceBot]",
"is_bot": false,
"headline": "Merge branch GunioRobot/clean, closing #29",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-19T03:12:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d159508f7bce10881767e5f6a082ba5d01428615",
"body": "This reverts part of commit 3b78bb463.",
"is_bot": false,
"headline": "Revert the whitespace-bot's changes to vendored gems",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-19T03:10:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe9802e27e547a61102313521c7ed70b8536cce",
"body": "… the whole suite",
"is_bot": false,
"headline": "Don't flunk the tests for incomplete coverage when you're not running…",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-16T01:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09f3d38b4d407c9d61296b2c13dff30877470459",
"body": "Also, use more concise matchers.",
"is_bot": false,
"headline": "Update test descriptions to reflect intent of 6b2075fae1",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-15T05:44:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d47f83fdeb4f07d6fef72ef6f07c28f59277ab1",
"body": "* myronmarston/nil_response_body:\n Return nil when the body is stubbed as '' or nil.\n\nConflicts:\n\ttest/test_fake_web.rb",
"is_bot": false,
"headline": "Merge branch myronmarston/nil_response_body, closing #32",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-15T05:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97232cad8829e7eb3009f7ad57e20e58d3d7ceea",
"body": null,
"is_bot": false,
"headline": "RDoc no longer supports 1.8.6",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-14T20:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d741a2ec650d10b9ba7942f275d63f5d89ba002d",
"body": "Net::HTTPSession objects support #read_timeout and #continue_timeout setters and getters. When using fakeweb via VCR, code using these attributes raise errors (NoMethodError: undefined method). \r\n\r\nAdding these attributes resolve the issue.",
"is_bot": false,
"headline": "Add #read_timeout and #continue_timeout to match Net::HTTP API",
"author_name": "Trevor Rowe",
"author_login": "trevorrowe",
"committed_at": "2013-05-14T17:33:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e87a2f4ff608949ff60ca3560e427e572fdc374b",
"body": null,
"is_bot": false,
"headline": "Fix doc typo in FakeWeb.allow_net_connect=",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-14T14:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1550dacf6137d841baa5205e1c67c0b7fe72fdbf",
"body": null,
"is_bot": false,
"headline": "Add sdoc as a proper dependency; clean up its rake task",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-14T14:45:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfe50feefb13713eb9bd364d8ed8dafc74ba461a",
"body": null,
"is_bot": false,
"headline": "Add Bundler/RubyGems installation instructions",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-14T11:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f40f2911461e05827ca81e2bd3fb2e5c9dcb40c",
"body": null,
"is_bot": false,
"headline": "Fix image alignment in README using proper CSS",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-14T11:22:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab05d6a71f5f547b7313769ae87da6a14ede197",
"body": null,
"is_bot": false,
"headline": "Add the Travis CI build status badge to the README",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-14T09:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7ca15849c0af4176e5d1ca5b3f7ff686921329",
"body": null,
"is_bot": false,
"headline": "Skip code-coverage reports when running tests via autotest",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T18:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587a46597cb83fe08f646b9aebae16274a9929fa",
"body": "This includes a quick extract-method refactor (well, extract-task) so\nyou can run the preflight checks without running all the tests.",
"is_bot": false,
"headline": "Run the tests' preflight checks under autotest, too",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T18:31:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da5f2949d320534bcfe2014153fff3cc62a140a9",
"body": null,
"is_bot": false,
"headline": "Resuscitate our autotest config. It works!",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T18:30:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "172e06591cd71aaba628561d30a18586fcd853b0",
"body": null,
"is_bot": false,
"headline": "Work around a warning introduced in the current multi_json release",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44873d37f223239f027aaf04c74887c101f27885",
"body": "(I'm seeing a worker with a copy of 1.3.0pre8 experience test failures\nbecause it prints some warnings that were fixed by 1.3.0 final:\nhttps://travis-ci.org/chrisk/fakeweb/jobs/7085551)",
"is_bot": false,
"headline": "Upgrade Bundler on Travis if it's old or unstable",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "385a7f3d4dbdd06a2d58bb6839850cdaf268eecc",
"body": null,
"is_bot": false,
"headline": "Add a `rake clean`",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77835dcc468e579e870fe4925939de788ab2d5d1",
"body": "Also, move that method out of the test file.",
"is_bot": false,
"headline": "Fix tests for FakeWeb's warnings by hiding noise from new gems",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a6eb6f8f222d6e907dd7d81f2d2a0b5e653febd",
"body": null,
"is_bot": false,
"headline": "All JRuby test runners need --debug for SimpleCov to be accurate",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4240a86cd9ee86dd618c6cf19379e4a2b109cbd",
"body": null,
"is_bot": false,
"headline": "RCov out, SimpleCov in",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77826998dcf3f6260326a73c3ccbed0ac6bc0d4f",
"body": null,
"is_bot": false,
"headline": "Fix up error message a bit",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "951c38cd07bde7437d9cb6ff44fec1e2d74aa7ea",
"body": null,
"is_bot": false,
"headline": "Better rake task description",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c814c4eb957c8af5fb582ae91ad28b8c7e8604c8",
"body": "Some tools like RVM default to `rake test`, so it's easier if that\ntask does the right thing. Also, it's nice to be able to refer to the\nmain task by name so you can use it as an argument on the command\nline, etc.",
"is_bot": false,
"headline": "Make `rake test` do the pre-flight tasks like `rake` does",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "974beb6a31f953f0dea99731d67373bc5b9eac2a",
"body": null,
"is_bot": false,
"headline": "Print the ruby version before tests to keep myself sane",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fab86f7291a8b52c2d7fa2bf5cafdba7d78b26",
"body": null,
"is_bot": false,
"headline": "Finish writing up notes from my 1.8.6-compat testing",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T04:12:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e4ff9c37a09daafee31a8b69c4918a8d5ce4079",
"body": "Also, jokes",
"is_bot": false,
"headline": "Switch to a ternary expression for conciseness",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T03:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d135932828c1e8bd82b0ba71aa417d4240ff85",
"body": null,
"is_bot": false,
"headline": "Bring in #assert_empty for more-helpful test output",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-05-12T03:58:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e60c563b9de4d5768d3a5dfec546fdba955ab769",
"body": "I validated it with their `travis-lint` tool.",
"is_bot": false,
"headline": "Add Travis CI config",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-28T14:27:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5ac947c8628d5d13f4f03fb169f901bdfe918f4",
"body": null,
"is_bot": false,
"headline": "Bump Mocha version in our tests for new-enough Rubies",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-28T13:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba25500060c976fad3aadb6e853a1dee83b76388",
"body": null,
"is_bot": false,
"headline": "Tests use older gems when needed for 1.8.6 compat",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-28T13:29:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eb97cb0d5c71ee91f5be9ce63a526a75395da52",
"body": null,
"is_bot": false,
"headline": "Prevent our tests from running with broken Mocha releases",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-28T13:00:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8abbe8f5188c36c8686ad0b79c433cab7ea38086",
"body": null,
"is_bot": false,
"headline": "Long-overdue gemspec cleanup",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-28T12:54:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95576d378605b71fa69baa95d5eab03fc2276a13",
"body": null,
"is_bot": false,
"headline": "Add license to gemspec to satisfy `gem build` warning",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-28T11:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f95fe50c6163c0d96d4f0813c119fa927ac993",
"body": null,
"is_bot": false,
"headline": "Fix tests failing due to warning noise on 1.8.6",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-21T10:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33f9601de1badcc12a8a3d56ba6416c17ab64f87",
"body": null,
"is_bot": false,
"headline": "Use String#to_a when needed for 1.8.6 compat",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-21T10:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f2c3bdfe99c25800d6e61e50046aad2ee8b5ccb",
"body": null,
"is_bot": false,
"headline": "Align mocks with the socket.rb changes in forthcoming JRuby 1.7.4",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-21T10:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1606446bbfea7200e47a0b87781f66af381cfe7f",
"body": null,
"is_bot": false,
"headline": "And JRuby needs jruby-openssl for net/https, etc. to work",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-21T09:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c577d488a7c7d11371768acfb72c555a25c02169",
"body": "Good catch Travis CI!",
"is_bot": false,
"headline": "Register rake as a development dependency",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-21T09:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dee8fa77d4f23247fa8dc22d4eeb7f9187fb16dc",
"body": "(Note that this ends support for users running RubyGems older than\n1.2.0--that is, 1.1.1 and below--if you haven't upgraded in the\nintervening five years, it's time!\n\nI'd also check out Rails 2 when you get a chance... you're going to love Foxy Fixtures.)",
"is_bot": false,
"headline": "Remove a bunch of old boilerplate from the gemspec",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-21T09:13:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ce2bb03ab5f8f0e0dc834cf219172f21c72533e",
"body": null,
"is_bot": false,
"headline": "Ignore the logs written by `rvm do --summary`",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-20T20:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a4f5085426ad397d30cb750aa693231a6e3e5b1",
"body": null,
"is_bot": false,
"headline": "Minor improvements to output from rake",
"author_name": "Chris Kampmeier",
"author_login": "chrisk",
"committed_at": "2013-04-20T20:22:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 1,
"commits_last_year": 0,
"latest_release_at": "2010-08-23T04:55:49Z",
"latest_release_tag": "v1.3.0",
"releases_from_tags": true,
"days_since_last_push": 2713,
"active_weeks_last_year": 0,
"days_since_latest_release": 5811,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "fakeweb",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/fakeweb",
"is_deprecated": false,
"latest_version": "1.3.0",
"repository_url": "http://github.com/chrisk/fakeweb",
"versions_count": 14,
"total_downloads": 5272629,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-08-05T00:11:02Z",
"latest_published_at": "2010-08-23T05:23:01.760000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5811
}
]
},
"popularity": {
"forks": 130,
"stars": 1087,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2008-11-17",
"count": 1
},
{
"date": "2008-11-20",
"count": 1
},
{
"date": "2008-12-14",
"count": 1
},
{
"date": "2009-01-05",
"count": 1
},
{
"date": "2009-02-02",
"count": 1
},
{
"date": "2009-03-25",
"count": 1
},
{
"date": "2009-04-05",
"count": 1
},
{
"date": "2009-04-22",
"count": 1
},
{
"date": "2009-04-28",
"count": 1
},
{
"date": "2009-05-04",
"count": 1
},
{
"date": "2009-05-11",
"count": 1
},
{
"date": "2009-05-21",
"count": 1
},
{
"date": "2009-05-22",
"count": 1
},
{
"date": "2009-05-29",
"count": 2
},
{
"date": "2009-06-12",
"count": 1
},
{
"date": "2009-06-24",
"count": 1
},
{
"date": "2009-07-16",
"count": 1
},
{
"date": "2009-07-29",
"count": 1
},
{
"date": "2009-08-13",
"count": 1
},
{
"date": "2009-08-15",
"count": 1
},
{
"date": "2009-09-21",
"count": 1
},
{
"date": "2009-09-22",
"count": 1
},
{
"date": "2009-09-23",
"count": 1
},
{
"date": "2009-12-17",
"count": 1
},
{
"date": "2009-12-18",
"count": 1
},
{
"date": "2009-12-25",
"count": 1
},
{
"date": "2010-02-22",
"count": 1
},
{
"date": "2010-03-01",
"count": 1
},
{
"date": "2010-03-16",
"count": 1
},
{
"date": "2010-04-23",
"count": 1
},
{
"date": "2010-05-10",
"count": 1
},
{
"date": "2010-05-18",
"count": 1
},
{
"date": "2010-05-21",
"count": 1
},
{
"date": "2010-05-26",
"count": 1
},
{
"date": "2010-06-01",
"count": 1
},
{
"date": "2010-06-03",
"count": 1
},
{
"date": "2010-07-27",
"count": 1
},
{
"date": "2010-08-14",
"count": 1
},
{
"date": "2010-08-21",
"count": 1
},
{
"date": "2010-09-30",
"count": 1
},
{
"date": "2010-10-06",
"count": 1
},
{
"date": "2010-10-13",
"count": 1
},
{
"date": "2010-10-22",
"count": 1
},
{
"date": "2010-11-05",
"count": 1
},
{
"date": "2011-03-07",
"count": 1
},
{
"date": "2011-04-18",
"count": 1
},
{
"date": "2011-05-05",
"count": 1
},
{
"date": "2011-07-18",
"count": 1
},
{
"date": "2011-07-19",
"count": 1
},
{
"date": "2011-08-11",
"count": 1
},
{
"date": "2011-08-21",
"count": 1
},
{
"date": "2011-08-23",
"count": 1
},
{
"date": "2011-09-01",
"count": 1
},
{
"date": "2011-10-27",
"count": 1
},
{
"date": "2011-11-07",
"count": 1
},
{
"date": "2011-11-15",
"count": 1
},
{
"date": "2011-12-09",
"count": 1
},
{
"date": "2012-01-20",
"count": 1
},
{
"date": "2012-04-14",
"count": 1
},
{
"date": "2012-05-08",
"count": 1
},
{
"date": "2012-05-21",
"count": 1
},
{
"date": "2012-06-10",
"count": 1
},
{
"date": "2012-09-12",
"count": 1
},
{
"date": "2012-10-09",
"count": 1
},
{
"date": "2013-02-28",
"count": 1
},
{
"date": "2013-04-11",
"count": 1
},
{
"date": "2013-04-22",
"count": 1
},
{
"date": "2013-05-14",
"count": 1
},
{
"date": "2013-06-18",
"count": 1
},
{
"date": "2013-07-11",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-07-30",
"count": 1
},
{
"date": "2013-12-03",
"count": 1
},
{
"date": "2014-01-08",
"count": 1
},
{
"date": "2014-02-25",
"count": 1
},
{
"date": "2014-06-18",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-05-06",
"count": 1
},
{
"date": "2015-11-17",
"count": 1
},
{
"date": "2016-01-08",
"count": 1
},
{
"date": "2016-03-02",
"count": 1
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-09-11",
"count": 1
},
{
"date": "2016-10-07",
"count": 1
},
{
"date": "2016-12-22",
"count": 1
},
{
"date": "2017-01-19",
"count": 1
},
{
"date": "2017-04-06",
"count": 1
},
{
"date": "2017-11-09",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-06-03",
"count": 1
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-09-10",
"count": 1
},
{
"date": "2018-09-24",
"count": 1
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2020-01-24",
"count": 1
},
{
"date": "2020-05-19",
"count": 1
},
{
"date": "2021-04-21",
"count": 1
},
{
"date": "2022-01-25",
"count": 1
},
{
"date": "2022-03-15",
"count": 1
},
{
"date": "2022-12-07",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-07-26",
"count": 1
},
{
"date": "2023-08-24",
"count": 2
},
{
"date": "2023-10-06",
"count": 1
},
{
"date": "2023-12-25",
"count": 1
},
{
"date": "2024-10-29",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
}
],
"complete": true,
"collected": 114,
"total_forks": 130
},
"star_history": {
"days": [
{
"date": "2008-10-13",
"count": 176
},
{
"date": "2008-10-14",
"count": 1
},
{
"date": "2008-10-15",
"count": 2
},
{
"date": "2008-10-16",
"count": 2
},
{
"date": "2008-10-17",
"count": 1
},
{
"date": "2008-10-19",
"count": 1
},
{
"date": "2008-10-20",
"count": 1
},
{
"date": "2008-10-22",
"count": 2
},
{
"date": "2008-10-24",
"count": 4
},
{
"date": "2008-10-25",
"count": 1
},
{
"date": "2008-11-03",
"count": 1
},
{
"date": "2008-11-06",
"count": 1
},
{
"date": "2008-11-07",
"count": 2
},
{
"date": "2008-11-10",
"count": 1
},
{
"date": "2008-11-12",
"count": 4
},
{
"date": "2008-11-16",
"count": 1
},
{
"date": "2008-11-19",
"count": 1
},
{
"date": "2008-11-20",
"count": 1
},
{
"date": "2008-11-21",
"count": 1
},
{
"date": "2008-11-23",
"count": 1
},
{
"date": "2008-11-25",
"count": 1
},
{
"date": "2008-11-28",
"count": 1
},
{
"date": "2008-11-30",
"count": 1
},
{
"date": "2008-12-02",
"count": 1
},
{
"date": "2008-12-03",
"count": 1
},
{
"date": "2008-12-04",
"count": 2
},
{
"date": "2008-12-05",
"count": 3
},
{
"date": "2008-12-07",
"count": 1
},
{
"date": "2008-12-08",
"count": 3
},
{
"date": "2008-12-11",
"count": 4
},
{
"date": "2008-12-14",
"count": 1
},
{
"date": "2008-12-15",
"count": 1
},
{
"date": "2008-12-17",
"count": 1
},
{
"date": "2008-12-19",
"count": 2
},
{
"date": "2008-12-22",
"count": 2
},
{
"date": "2008-12-27",
"count": 1
},
{
"date": "2008-12-28",
"count": 2
},
{
"date": "2008-12-30",
"count": 1
},
{
"date": "2008-12-31",
"count": 1
},
{
"date": "2009-01-04",
"count": 1
},
{
"date": "2009-01-05",
"count": 1
},
{
"date": "2009-01-11",
"count": 1
},
{
"date": "2009-01-14",
"count": 1
},
{
"date": "2009-01-15",
"count": 1
},
{
"date": "2009-01-19",
"count": 2
},
{
"date": "2009-01-20",
"count": 1
},
{
"date": "2009-01-26",
"count": 1
},
{
"date": "2009-01-27",
"count": 1
},
{
"date": "2009-01-28",
"count": 1
},
{
"date": "2009-01-30",
"count": 2
},
{
"date": "2009-02-02",
"count": 1
},
{
"date": "2009-02-04",
"count": 2
},
{
"date": "2009-02-05",
"count": 1
},
{
"date": "2009-02-06",
"count": 1
},
{
"date": "2009-02-07",
"count": 1
},
{
"date": "2009-02-08",
"count": 1
},
{
"date": "2009-02-12",
"count": 1
},
{
"date": "2009-02-13",
"count": 1
},
{
"date": "2009-02-19",
"count": 4
},
{
"date": "2009-02-21",
"count": 1
},
{
"date": "2009-02-25",
"count": 3
},
{
"date": "2009-02-26",
"count": 1
},
{
"date": "2009-03-01",
"count": 1
},
{
"date": "2009-03-02",
"count": 1
},
{
"date": "2009-03-06",
"count": 1
},
{
"date": "2009-03-09",
"count": 1
},
{
"date": "2009-03-11",
"count": 2
},
{
"date": "2009-03-13",
"count": 2
},
{
"date": "2009-03-18",
"count": 1
},
{
"date": "2009-03-19",
"count": 2
},
{
"date": "2009-03-24",
"count": 2
},
{
"date": "2009-03-25",
"count": 1
},
{
"date": "2009-03-27",
"count": 1
},
{
"date": "2009-04-05",
"count": 2
},
{
"date": "2009-04-06",
"count": 1
},
{
"date": "2009-04-07",
"count": 2
},
{
"date": "2009-04-08",
"count": 2
},
{
"date": "2009-04-09",
"count": 1
},
{
"date": "2009-04-11",
"count": 2
},
{
"date": "2009-04-13",
"count": 3
},
{
"date": "2009-04-16",
"count": 2
},
{
"date": "2009-04-21",
"count": 1
},
{
"date": "2009-04-22",
"count": 3
},
{
"date": "2009-04-23",
"count": 2
},
{
"date": "2009-04-29",
"count": 1
},
{
"date": "2009-05-03",
"count": 1
},
{
"date": "2009-05-05",
"count": 1
},
{
"date": "2009-05-11",
"count": 1
},
{
"date": "2009-05-12",
"count": 1
},
{
"date": "2009-05-14",
"count": 2
},
{
"date": "2009-05-18",
"count": 2
},
{
"date": "2009-05-19",
"count": 2
},
{
"date": "2009-05-21",
"count": 1
},
{
"date": "2009-05-25",
"count": 2
},
{
"date": "2009-05-27",
"count": 2
},
{
"date": "2009-05-28",
"count": 1
},
{
"date": "2009-06-01",
"count": 2
},
{
"date": "2009-06-03",
"count": 1
},
{
"date": "2009-06-06",
"count": 1
},
{
"date": "2009-06-09",
"count": 1
},
{
"date": "2009-06-13",
"count": 1
},
{
"date": "2009-06-15",
"count": 1
},
{
"date": "2009-06-18",
"count": 2
},
{
"date": "2009-06-20",
"count": 1
},
{
"date": "2009-06-21",
"count": 3
},
{
"date": "2009-06-22",
"count": 1
},
{
"date": "2009-06-29",
"count": 1
},
{
"date": "2009-07-03",
"count": 1
},
{
"date": "2009-07-07",
"count": 1
},
{
"date": "2009-07-15",
"count": 1
},
{
"date": "2009-07-16",
"count": 1
},
{
"date": "2009-07-23",
"count": 1
},
{
"date": "2009-07-26",
"count": 1
},
{
"date": "2009-07-28",
"count": 1
},
{
"date": "2009-08-10",
"count": 1
},
{
"date": "2009-08-11",
"count": 1
},
{
"date": "2009-08-19",
"count": 2
},
{
"date": "2009-08-20",
"count": 1
},
{
"date": "2009-08-21",
"count": 1
},
{
"date": "2009-08-27",
"count": 1
},
{
"date": "2009-08-28",
"count": 1
},
{
"date": "2009-08-29",
"count": 1
},
{
"date": "2009-08-30",
"count": 1
},
{
"date": "2009-09-01",
"count": 1
},
{
"date": "2009-09-05",
"count": 1
},
{
"date": "2009-09-14",
"count": 1
},
{
"date": "2009-09-16",
"count": 1
},
{
"date": "2009-09-26",
"count": 1
},
{
"date": "2009-10-01",
"count": 1
},
{
"date": "2009-10-02",
"count": 1
},
{
"date": "2009-10-05",
"count": 2
},
{
"date": "2009-10-08",
"count": 1
},
{
"date": "2009-10-21",
"count": 1
},
{
"date": "2009-10-22",
"count": 1
},
{
"date": "2009-10-25",
"count": 1
},
{
"date": "2009-10-27",
"count": 1
},
{
"date": "2009-10-28",
"count": 2
},
{
"date": "2009-10-29",
"count": 1
},
{
"date": "2009-10-30",
"count": 1
},
{
"date": "2009-10-31",
"count": 1
},
{
"date": "2009-11-04",
"count": 1
},
{
"date": "2009-11-05",
"count": 1
},
{
"date": "2009-11-09",
"count": 1
},
{
"date": "2009-11-11",
"count": 2
},
{
"date": "2009-11-14",
"count": 1
},
{
"date": "2009-11-19",
"count": 1
},
{
"date": "2009-11-25",
"count": 1
},
{
"date": "2009-11-26",
"count": 1
},
{
"date": "2009-11-30",
"count": 1
},
{
"date": "2009-12-03",
"count": 1
},
{
"date": "2009-12-05",
"count": 1
},
{
"date": "2009-12-07",
"count": 1
},
{
"date": "2009-12-09",
"count": 1
},
{
"date": "2009-12-10",
"count": 1
},
{
"date": "2009-12-23",
"count": 1
},
{
"date": "2009-12-28",
"count": 1
},
{
"date": "2010-01-03",
"count": 2
},
{
"date": "2010-01-06",
"count": 1
},
{
"date": "2010-01-08",
"count": 1
},
{
"date": "2010-01-11",
"count": 1
},
{
"date": "2010-01-12",
"count": 1
},
{
"date": "2010-01-13",
"count": 1
},
{
"date": "2010-01-14",
"count": 1
},
{
"date": "2010-01-15",
"count": 1
},
{
"date": "2010-01-28",
"count": 1
},
{
"date": "2010-01-31",
"count": 1
},
{
"date": "2010-02-17",
"count": 1
},
{
"date": "2010-02-20",
"count": 1
},
{
"date": "2010-02-22",
"count": 1
},
{
"date": "2010-02-23",
"count": 2
},
{
"date": "2010-02-24",
"count": 1
},
{
"date": "2010-03-01",
"count": 1
},
{
"date": "2010-03-02",
"count": 1
},
{
"date": "2010-03-10",
"count": 1
},
{
"date": "2010-03-16",
"count": 1
},
{
"date": "2010-03-17",
"count": 1
},
{
"date": "2010-03-19",
"count": 1
},
{
"date": "2010-03-22",
"count": 1
},
{
"date": "2010-03-25",
"count": 1
},
{
"date": "2010-03-31",
"count": 1
},
{
"date": "2010-04-01",
"count": 3
},
{
"date": "2010-04-11",
"count": 1
},
{
"date": "2010-04-12",
"count": 1
},
{
"date": "2010-04-16",
"count": 1
},
{
"date": "2010-04-18",
"count": 1
},
{
"date": "2010-04-19",
"count": 1
},
{
"date": "2010-04-22",
"count": 3
},
{
"date": "2010-04-28",
"count": 2
},
{
"date": "2010-05-06",
"count": 1
},
{
"date": "2010-05-09",
"count": 1
},
{
"date": "2010-05-13",
"count": 1
},
{
"date": "2010-05-19",
"count": 1
},
{
"date": "2010-05-21",
"count": 1
},
{
"date": "2010-06-01",
"count": 3
},
{
"date": "2010-06-09",
"count": 1
},
{
"date": "2010-06-10",
"count": 2
},
{
"date": "2010-06-15",
"count": 1
},
{
"date": "2010-06-16",
"count": 1
},
{
"date": "2010-07-09",
"count": 1
},
{
"date": "2010-07-19",
"count": 1
},
{
"date": "2010-07-21",
"count": 1
},
{
"date": "2010-07-27",
"count": 1
},
{
"date": "2010-08-06",
"count": 2
},
{
"date": "2010-08-08",
"count": 1
},
{
"date": "2010-08-09",
"count": 2
},
{
"date": "2010-08-10",
"count": 1
},
{
"date": "2010-08-17",
"count": 1
},
{
"date": "2010-08-18",
"count": 1
},
{
"date": "2010-08-25",
"count": 1
},
{
"date": "2010-08-27",
"count": 1
},
{
"date": "2010-09-05",
"count": 1
},
{
"date": "2010-09-07",
"count": 1
},
{
"date": "2010-09-08",
"count": 1
},
{
"date": "2010-09-14",
"count": 1
},
{
"date": "2010-09-16",
"count": 1
},
{
"date": "2010-09-21",
"count": 1
},
{
"date": "2010-09-22",
"count": 1
},
{
"date": "2010-09-27",
"count": 1
},
{
"date": "2010-09-28",
"count": 1
},
{
"date": "2010-09-30",
"count": 1
},
{
"date": "2010-10-05",
"count": 1
},
{
"date": "2010-10-07",
"count": 1
},
{
"date": "2010-10-08",
"count": 1
},
{
"date": "2010-10-12",
"count": 1
},
{
"date": "2010-10-18",
"count": 1
},
{
"date": "2010-10-24",
"count": 1
},
{
"date": "2010-11-01",
"count": 2
},
{
"date": "2010-11-03",
"count": 1
},
{
"date": "2010-11-04",
"count": 1
},
{
"date": "2010-11-10",
"count": 1
},
{
"date": "2010-11-22",
"count": 1
},
{
"date": "2010-12-02",
"count": 1
},
{
"date": "2011-01-10",
"count": 1
},
{
"date": "2011-01-14",
"count": 1
},
{
"date": "2011-01-18",
"count": 1
},
{
"date": "2011-02-06",
"count": 1
},
{
"date": "2011-02-10",
"count": 1
},
{
"date": "2011-02-22",
"count": 1
},
{
"date": "2011-02-24",
"count": 3
},
{
"date": "2011-02-25",
"count": 1
},
{
"date": "2011-03-12",
"count": 1
},
{
"date": "2011-03-15",
"count": 1
},
{
"date": "2011-03-23",
"count": 2
},
{
"date": "2011-03-25",
"count": 1
},
{
"date": "2011-03-30",
"count": 1
},
{
"date": "2011-04-06",
"count": 1
},
{
"date": "2011-04-27",
"count": 1
},
{
"date": "2011-05-03",
"count": 1
},
{
"date": "2011-05-17",
"count": 1
},
{
"date": "2011-05-20",
"count": 1
},
{
"date": "2011-05-24",
"count": 1
},
{
"date": "2011-05-25",
"count": 1
},
{
"date": "2011-05-27",
"count": 1
},
{
"date": "2011-06-01",
"count": 2
},
{
"date": "2011-06-22",
"count": 1
},
{
"date": "2011-07-25",
"count": 1
},
{
"date": "2011-07-27",
"count": 1
},
{
"date": "2011-07-28",
"count": 1
},
{
"date": "2011-08-11",
"count": 1
},
{
"date": "2011-08-13",
"count": 1
},
{
"date": "2011-08-19",
"count": 1
},
{
"date": "2011-09-21",
"count": 1
},
{
"date": "2011-10-10",
"count": 1
},
{
"date": "2011-10-11",
"count": 1
},
{
"date": "2011-10-31",
"count": 1
},
{
"date": "2011-11-28",
"count": 1
},
{
"date": "2011-12-03",
"count": 1
},
{
"date": "2011-12-14",
"count": 1
},
{
"date": "2011-12-29",
"count": 1
},
{
"date": "2012-01-31",
"count": 1
},
{
"date": "2012-02-14",
"count": 1
},
{
"date": "2012-03-14",
"count": 1
},
{
"date": "2012-05-11",
"count": 1
},
{
"date": "2012-06-10",
"count": 1
},
{
"date": "2012-07-08",
"count": 1
},
{
"date": "2012-09-02",
"count": 1
},
{
"date": "2012-09-20",
"count": 1
},
{
"date": "2012-12-27",
"count": 1
},
{
"date": "2013-02-12",
"count": 2
},
{
"date": "2013-02-14",
"count": 1
},
{
"date": "2013-02-15",
"count": 1
},
{
"date": "2013-02-19",
"count": 1
},
{
"date": "2013-02-20",
"count": 1
},
{
"date": "2013-02-22",
"count": 3
},
{
"date": "2013-02-27",
"count": 1
},
{
"date": "2013-03-05",
"count": 1
},
{
"date": "2013-03-07",
"count": 1
},
{
"date": "2013-03-09",
"count": 1
},
{
"date": "2013-03-10",
"count": 1
},
{
"date": "2013-03-12",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-24",
"count": 1
},
{
"date": "2013-03-25",
"count": 1
},
{
"date": "2013-03-26",
"count": 1
},
{
"date": "2013-04-05",
"count": 1
},
{
"date": "2013-04-09",
"count": 1
},
{
"date": "2013-04-12",
"count": 2
},
{
"date": "2013-04-13",
"count": 1
},
{
"date": "2013-04-14",
"count": 1
},
{
"date": "2013-04-16",
"count": 1
},
{
"date": "2013-04-17",
"count": 2
},
{
"date": "2013-04-18",
"count": 1
},
{
"date": "2013-04-22",
"count": 1
},
{
"date": "2013-04-23",
"count": 1
},
{
"date": "2013-04-25",
"count": 1
},
{
"date": "2013-04-29",
"count": 1
},
{
"date": "2013-05-08",
"count": 2
},
{
"date": "2013-05-12",
"count": 5
},
{
"date": "2013-05-16",
"count": 1
},
{
"date": "2013-05-18",
"count": 2
},
{
"date": "2013-05-19",
"count": 1
},
{
"date": "2013-05-20",
"count": 1
},
{
"date": "2013-05-21",
"count": 1
},
{
"date": "2013-05-22",
"count": 2
},
{
"date": "2013-05-25",
"count": 1
},
{
"date": "2013-05-26",
"count": 2
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-05-30",
"count": 1
},
{
"date": "2013-05-31",
"count": 1
},
{
"date": "2013-06-04",
"count": 1
},
{
"date": "2013-06-07",
"count": 2
},
{
"date": "2013-06-09",
"count": 1
},
{
"date": "2013-06-14",
"count": 1
},
{
"date": "2013-06-18",
"count": 2
},
{
"date": "2013-06-20",
"count": 1
},
{
"date": "2013-06-21",
"count": 1
},
{
"date": "2013-06-23",
"count": 1
},
{
"date": "2013-06-28",
"count": 1
},
{
"date": "2013-07-02",
"count": 1
},
{
"date": "2013-07-04",
"count": 1
},
{
"date": "2013-07-10",
"count": 2
},
{
"date": "2013-07-11",
"count": 1
},
{
"date": "2013-07-12",
"count": 1
},
{
"date": "2013-07-17",
"count": 1
},
{
"date": "2013-07-19",
"count": 1
},
{
"date": "2013-07-20",
"count": 1
},
{
"date": "2013-07-23",
"count": 3
},
{
"date": "2013-07-25",
"count": 1
},
{
"date": "2013-07-26",
"count": 1
},
{
"date": "2013-07-28",
"count": 1
},
{
"date": "2013-07-30",
"count": 2
},
{
"date": "2013-08-02",
"count": 1
},
{
"date": "2013-08-03",
"count": 1
},
{
"date": "2013-08-05",
"count": 1
},
{
"date": "2013-08-07",
"count": 1
},
{
"date": "2013-08-12",
"count": 3
},
{
"date": "2013-08-15",
"count": 1
},
{
"date": "2013-08-17",
"count": 1
},
{
"date": "2013-08-18",
"count": 1
},
{
"date": "2013-08-19",
"count": 1
},
{
"date": "2013-08-21",
"count": 1
},
{
"date": "2013-08-23",
"count": 3
},
{
"date": "2013-08-24",
"count": 1
},
{
"date": "2013-08-25",
"count": 1
},
{
"date": "2013-08-27",
"count": 1
},
{
"date": "2013-09-03",
"count": 1
},
{
"date": "2013-09-12",
"count": 1
},
{
"date": "2013-09-23",
"count": 1
},
{
"date": "2013-09-24",
"count": 1
},
{
"date": "2013-09-27",
"count": 1
},
{
"date": "2013-10-01",
"count": 1
},
{
"date": "2013-10-02",
"count": 2
},
{
"date": "2013-10-03",
"count": 1
},
{
"date": "2013-10-04",
"count": 1
},
{
"date": "2013-10-16",
"count": 1
},
{
"date": "2013-10-18",
"count": 2
},
{
"date": "2013-10-27",
"count": 1
},
{
"date": "2013-10-30",
"count": 1
},
{
"date": "2013-10-31",
"count": 1
},
{
"date": "2013-11-01",
"count": 2
},
{
"date": "2013-11-07",
"count": 1
},
{
"date": "2013-11-08",
"count": 2
},
{
"date": "2013-11-09",
"count": 1
},
{
"date": "2013-11-11",
"count": 1
},
{
"date": "2013-11-14",
"count": 2
},
{
"date": "2013-11-15",
"count": 1
},
{
"date": "2013-11-19",
"count": 1
},
{
"date": "2013-11-25",
"count": 2
},
{
"date": "2013-11-29",
"count": 1
},
{
"date": "2013-12-12",
"count": 1
},
{
"date": "2013-12-18",
"count": 1
},
{
"date": "2013-12-23",
"count": 1
},
{
"date": "2013-12-25",
"count": 1
},
{
"date": "2014-01-06",
"count": 2
},
{
"date": "2014-01-07",
"count": 1
},
{
"date": "2014-01-09",
"count": 1
},
{
"date": "2014-01-17",
"count": 1
},
{
"date": "2014-01-19",
"count": 1
},
{
"date": "2014-01-20",
"count": 1
},
{
"date": "2014-01-23",
"count": 1
},
{
"date": "2014-01-27",
"count": 1
},
{
"date": "2014-01-30",
"count": 1
},
{
"date": "2014-02-01",
"count": 1
},
{
"date": "2014-02-07",
"count": 1
},
{
"date": "2014-02-14",
"count": 1
},
{
"date": "2014-02-17",
"count": 1
},
{
"date": "2014-02-26",
"count": 1
},
{
"date": "2014-02-27",
"count": 3
},
{
"date": "2014-03-02",
"count": 1
},
{
"date": "2014-03-04",
"count": 2
},
{
"date": "2014-03-07",
"count": 1
},
{
"date": "2014-03-12",
"count": 2
},
{
"date": "2014-03-17",
"count": 1
},
{
"date": "2014-03-19",
"count": 3
},
{
"date": "2014-03-20",
"count": 1
},
{
"date": "2014-03-26",
"count": 1
},
{
"date": "2014-03-31",
"count": 2
},
{
"date": "2014-04-01",
"count": 1
},
{
"date": "2014-04-02",
"count": 1
},
{
"date": "2014-04-04",
"count": 2
},
{
"date": "2014-04-05",
"count": 1
},
{
"date": "2014-04-07",
"count": 2
},
{
"date": "2014-04-11",
"count": 1
},
{
"date": "2014-04-15",
"count": 1
},
{
"date": "2014-04-24",
"count": 1
},
{
"date": "2014-04-25",
"count": 1
},
{
"date": "2014-04-27",
"count": 1
},
{
"date": "2014-05-01",
"count": 1
},
{
"date": "2014-05-04",
"count": 1
},
{
"date": "2014-05-07",
"count": 1
},
{
"date": "2014-05-11",
"count": 2
},
{
"date": "2014-05-17",
"count": 1
},
{
"date": "2014-05-24",
"count": 1
},
{
"date": "2014-05-31",
"count": 1
},
{
"date": "2014-06-13",
"count": 1
},
{
"date": "2014-06-22",
"count": 1
},
{
"date": "2014-06-28",
"count": 1
},
{
"date": "2014-06-29",
"count": 1
},
{
"date": "2014-06-30",
"count": 2
},
{
"date": "2014-07-01",
"count": 1
},
{
"date": "2014-07-06",
"count": 1
},
{
"date": "2014-07-07",
"count": 1
},
{
"date": "2014-07-09",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-07-25",
"count": 1
},
{
"date": "2014-08-04",
"count": 2
},
{
"date": "2014-08-12",
"count": 1
},
{
"date": "2014-08-14",
"count": 1
},
{
"date": "2014-08-15",
"count": 1
},
{
"date": "2014-08-26",
"count": 1
},
{
"date": "2014-08-28",
"count": 1
},
{
"date": "2014-09-03",
"count": 1
},
{
"date": "2014-09-04",
"count": 1
},
{
"date": "2014-09-11",
"count": 1
},
{
"date": "2014-09-15",
"count": 1
},
{
"date": "2014-09-19",
"count": 1
},
{
"date": "2014-09-24",
"count": 1
},
{
"date": "2014-09-27",
"count": 4
},
{
"date": "2014-09-29",
"count": 2
},
{
"date": "2014-09-30",
"count": 1
},
{
"date": "2014-10-09",
"count": 1
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2014-11-08",
"count": 1
},
{
"date": "2014-11-13",
"count": 1
},
{
"date": "2014-11-16",
"count": 1
},
{
"date": "2014-11-22",
"count": 1
},
{
"date": "2014-11-23",
"count": 1
},
{
"date": "2014-11-24",
"count": 2
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-09",
"count": 2
},
{
"date": "2014-12-23",
"count": 1
},
{
"date": "2015-01-06",
"count": 1
},
{
"date": "2015-01-07",
"count": 1
},
{
"date": "2015-01-17",
"count": 1
},
{
"date": "2015-01-19",
"count": 2
},
{
"date": "2015-01-21",
"count": 1
},
{
"date": "2015-01-26",
"count": 1
},
{
"date": "2015-02-04",
"count": 1
},
{
"date": "2015-02-12",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-02-20",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-03",
"count": 1
},
{
"date": "2015-03-08",
"count": 1
},
{
"date": "2015-03-20",
"count": 1
},
{
"date": "2015-03-21",
"count": 1
},
{
"date": "2015-03-23",
"count": 1
},
{
"date": "2015-03-28",
"count": 1
},
{
"date": "2015-04-06",
"count": 1
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-04-14",
"count": 1
},
{
"date": "2015-04-16",
"count": 1
},
{
"date": "2015-04-25",
"count": 2
},
{
"date": "2015-05-07",
"count": 1
},
{
"date": "2015-05-13",
"count": 1
},
{
"date": "2015-05-14",
"count": 1
},
{
"date": "2015-05-16",
"count": 1
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-06-03",
"count": 1
},
{
"date": "2015-06-04",
"count": 2
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-06-19",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-09",
"count": 1
},
{
"date": "2015-07-10",
"count": 1
},
{
"date": "2015-07-13",
"count": 1
},
{
"date": "2015-07-15",
"count": 3
},
{
"date": "2015-07-19",
"count": 2
},
{
"date": "2015-07-24",
"count": 1
},
{
"date": "2015-07-26",
"count": 1
},
{
"date": "2015-08-05",
"count": 1
},
{
"date": "2015-08-08",
"count": 1
},
{
"date": "2015-08-10",
"count": 1
},
{
"date": "2015-08-19",
"count": 1
},
{
"date": "2015-08-23",
"count": 1
},
{
"date": "2015-08-26",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-20",
"count": 1
},
{
"date": "2015-09-23",
"count": 1
},
{
"date": "2015-09-25",
"count": 1
},
{
"date": "2015-10-01",
"count": 1
},
{
"date": "2015-10-22",
"count": 1
},
{
"date": "2015-10-26",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-08",
"count": 1
},
{
"date": "2015-11-15",
"count": 1
},
{
"date": "2015-11-17",
"count": 1
},
{
"date": "2015-11-22",
"count": 1
},
{
"date": "2015-11-29",
"count": 1
},
{
"date": "2015-12-01",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-12",
"count": 1
},
{
"date": "2016-01-12",
"count": 1
},
{
"date": "2016-02-15",
"count": 1
},
{
"date": "2016-02-18",
"count": 1
},
{
"date": "2016-02-21",
"count": 1
},
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-03-11",
"count": 2
},
{
"date": "2016-03-14",
"count": 1
},
{
"date": "2016-03-22",
"count": 1
},
{
"date": "2016-03-24",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-04-06",
"count": 1
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-05-02",
"count": 1
},
{
"date": "2016-05-06",
"count": 2
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-23",
"count": 1
},
{
"date": "2016-05-27",
"count": 1
},
{
"date": "2016-06-18",
"count": 1
},
{
"date": "2016-06-20",
"count": 1
},
{
"date": "2016-07-01",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2016-07-21",
"count": 1
},
{
"date": "2016-07-22",
"count": 1
},
{
"date": "2016-07-24",
"count": 1
},
{
"date": "2016-08-10",
"count": 1
},
{
"date": "2016-08-17",
"count": 1
},
{
"date": "2016-08-19",
"count": 1
},
{
"date": "2016-08-25",
"count": 1
},
{
"date": "2016-09-07",
"count": 1
},
{
"date": "2016-09-08",
"count": 2
},
{
"date": "2016-09-10",
"count": 1
},
{
"date": "2016-09-12",
"count": 1
},
{
"date": "2016-09-13",
"count": 1
},
{
"date": "2016-09-14",
"count": 1
},
{
"date": "2016-09-15",
"count": 2
},
{
"date": "2016-09-16",
"count": 2
},
{
"date": "2016-09-18",
"count": 2
},
{
"date": "2016-10-03",
"count": 1
},
{
"date": "2016-10-04",
"count": 1
},
{
"date": "2016-10-12",
"count": 1
},
{
"date": "2016-10-17",
"count": 1
},
{
"date": "2016-10-23",
"count": 1
},
{
"date": "2016-11-07",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-20",
"count": 1
},
{
"date": "2016-11-22",
"count": 1
},
{
"date": "2016-11-25",
"count": 1
},
{
"date": "2016-12-01",
"count": 1
},
{
"date": "2016-12-14",
"count": 1
},
{
"date": "2016-12-21",
"count": 1
},
{
"date": "2017-01-07",
"count": 1
},
{
"date": "2017-01-10",
"count": 1
},
{
"date": "2017-01-14",
"count": 1
},
{
"date": "2017-01-17",
"count": 1
},
{
"date": "2017-02-19",
"count": 1
},
{
"date": "2017-02-20",
"count": 1
},
{
"date": "2017-02-23",
"count": 1
},
{
"date": "2017-03-03",
"count": 1
},
{
"date": "2017-04-09",
"count": 1
},
{
"date": "2017-04-11",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-17",
"count": 1
},
{
"date": "2017-05-27",
"count": 1
},
{
"date": "2017-06-08",
"count": 1
},
{
"date": "2017-06-19",
"count": 1
},
{
"date": "2017-06-21",
"count": 1
},
{
"date": "2017-06-30",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-08-01",
"count": 1
},
{
"date": "2017-08-07",
"count": 2
},
{
"date": "2017-08-09",
"count": 2
},
{
"date": "2017-08-16",
"count": 2
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-09-14",
"count": 1
},
{
"date": "2017-09-15",
"count": 1
},
{
"date": "2017-09-21",
"count": 1
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-10-23",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2018-01-16",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-01-21",
"count": 1
},
{
"date": "2018-01-23",
"count": 1
},
{
"date": "2018-01-28",
"count": 1
},
{
"date": "2018-02-13",
"count": 1
},
{
"date": "2018-02-18",
"count": 1
},
{
"date": "2018-03-25",
"count": 1
},
{
"date": "2018-03-30",
"count": 1
},
{
"date": "2018-04-04",
"count": 1
},
{
"date": "2018-04-05",
"count": 1
},
{
"date": "2018-04-19",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-06-03",
"count": 1
},
{
"date": "2018-06-14",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-06-30",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-09-11",
"count": 1
},
{
"date": "2018-09-14",
"count": 1
},
{
"date": "2018-11-04",
"count": 2
},
{
"date": "2018-11-10",
"count": 1
},
{
"date": "2018-11-12",
"count": 1
},
{
"date": "2018-12-01",
"count": 1
},
{
"date": "2018-12-08",
"count": 1
},
{
"date": "2019-01-12",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-05-21",
"count": 1
},
{
"date": "2019-06-10",
"count": 1
},
{
"date": "2019-06-19",
"count": 1
},
{
"date": "2019-07-02",
"count": 2
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-08-19",
"count": 1
},
{
"date": "2019-08-20",
"count": 2
},
{
"date": "2019-09-05",
"count": 1
},
{
"date": "2019-09-10",
"count": 1
},
{
"date": "2019-09-12",
"count": 1
},
{
"date": "2019-09-16",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-03-21",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-04-03",
"count": 1
},
{
"date": "2020-04-16",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-06-19",
"count": 1
},
{
"date": "2020-06-24",
"count": 1
},
{
"date": "2020-07-12",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-02-03",
"count": 1
},
{
"date": "2021-02-10",
"count": 1
},
{
"date": "2021-03-15",
"count": 1
},
{
"date": "2021-05-20",
"count": 1
},
{
"date": "2021-07-07",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2021-09-23",
"count": 1
},
{
"date": "2021-09-26",
"count": 1
},
{
"date": "2021-10-31",
"count": 1
},
{
"date": "2022-02-22",
"count": 1
},
{
"date": "2022-07-15",
"count": 1
},
{
"date": "2022-09-21",
"count": 1
},
{
"date": "2022-10-09",
"count": 1
},
{
"date": "2022-10-10",
"count": 1
},
{
"date": "2022-10-12",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-12-01",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-07-09",
"count": 1
},
{
"date": "2024-10-15",
"count": 1
},
{
"date": "2025-04-03",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-11-30",
"count": 1
},
{
"date": "2026-01-29",
"count": 1
},
{
"date": "2026-02-09",
"count": 1
},
{
"date": "2026-02-11",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 1087
},
"open_issues_and_prs": 32
},
"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": 26172,
"source_files_sampled": 27,
"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": 12,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rubysl-test-unit",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "psych",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 2.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "psych",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "fakeweb",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "json",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "mocha",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sdoc",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov-console",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "test-unit",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "thoughtbot-shoulda",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "yard",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ZenTest",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 12,
"direct_count": 1,
"indirect_count": 11
}
},
"maintainership": {
"issues": {
"open_prs": 10,
"merged_prs": 7,
"open_issues": 22,
"closed_ratio": 0.436,
"closed_issues": 17,
"closed_unmerged_prs": 12
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "chrisk",
"commits": 378,
"avatar_url": "https://avatars.githubusercontent.com/u/1426?v=4"
},
{
"type": "User",
"login": "technicalpickles",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/159?v=4"
},
{
"type": "User",
"login": "MarkMenard",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/23528?v=4"
},
{
"type": "User",
"login": "blaine",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/9954?v=4"
},
{
"type": "User",
"login": "mislav",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/887?v=4"
},
{
"type": "User",
"login": "kachick",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1180335?v=4"
},
{
"type": "User",
"login": "myronmarston",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/49391?v=4"
},
{
"type": "User",
"login": "davidcornu",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/325821?v=4"
},
{
"type": "User",
"login": "akahn",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/26099?v=4"
},
{
"type": "User",
"login": "Empact",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/5470?v=4"
}
],
"contributors_sampled": 18,
"top_contributor_share": 0.889
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 10 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": 10,
"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": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "2b08c1ff2714ec13a12f3497d67fcefce95c2cbe",
"ran_at": "2026-07-21T23:42:42Z",
"aggregate_score": 3,
"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": 23,
"created_at": "2010-12-04T00:11:04Z",
"last_comment_at": "2011-08-23T14:12:26Z",
"last_comment_author": "ryansch"
},
{
"number": 27,
"created_at": "2011-05-05T15:39:31Z",
"last_comment_at": "2012-05-12T00:59:44Z",
"last_comment_author": "jshou"
},
{
"number": 34,
"created_at": "2012-10-09T07:00:11Z",
"last_comment_at": "2014-03-19T11:35:29Z",
"last_comment_author": "rilian"
},
{
"number": 40,
"created_at": "2013-06-18T18:55:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 43,
"created_at": "2014-01-09T00:15:04Z",
"last_comment_at": "2016-06-01T19:12:06Z",
"last_comment_author": "dcosson"
},
{
"number": 44,
"created_at": "2014-01-09T00:32:04Z",
"last_comment_at": "2016-06-01T19:11:50Z",
"last_comment_author": "dcosson"
},
{
"number": 48,
"created_at": "2014-06-12T12:59:19Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2018-02-12T00:51:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 64,
"created_at": "2018-04-18T13:11:44Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2019-02-15T13:56:55Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2013-12-02T17:13:46Z",
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 6,
"created_at": "2009-10-09T17:12:23Z",
"last_comment_at": "2010-06-02T18:08:24Z",
"last_comment_author": "carlosantoniodasilva"
},
{
"number": 7,
"created_at": "2009-10-31T06:38:20Z",
"last_comment_at": "2009-12-17T13:47:35Z",
"last_comment_author": "akahn"
},
{
"number": 9,
"created_at": "2009-11-07T18:20:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 10,
"created_at": "2009-11-15T17:42:40Z",
"last_comment_at": "2012-04-30T11:28:32Z",
"last_comment_author": "dwo"
},
{
"number": 16,
"created_at": "2010-07-28T14:23:14Z",
"last_comment_at": "2010-08-25T18:31:39Z",
"last_comment_author": "jonleighton"
},
{
"number": 18,
"created_at": "2010-09-08T02:46:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 20,
"created_at": "2010-10-01T20:46:22Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 25,
"created_at": "2011-02-20T21:53:42Z",
"last_comment_at": "2012-07-13T04:07:49Z",
"last_comment_author": "sorentwo"
},
{
"number": 39,
"created_at": "2013-05-15T10:45:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2013-08-26T13:27:01Z",
"last_comment_at": "2015-10-08T07:59:43Z",
"last_comment_author": "ajay-vmware"
},
{
"number": 42,
"created_at": "2013-11-01T11:34:31Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 45,
"created_at": "2014-01-26T21:07:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2014-08-27T22:20:47Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 52,
"created_at": "2014-09-02T16:10:21Z",
"last_comment_at": "2014-10-14T02:36:15Z",
"last_comment_author": "exchgr"
},
{
"number": 54,
"created_at": "2015-06-24T19:27:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2016-01-22T19:34:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2016-07-04T16:32:37Z",
"last_comment_at": "2018-10-12T06:18:22Z",
"last_comment_author": "esbanarango"
},
{
"number": 61,
"created_at": "2017-08-02T20:21:43Z",
"last_comment_at": "2019-04-30T11:28:34Z",
"last_comment_author": "matthutchinson"
},
{
"number": 62,
"created_at": "2018-01-03T21:44:31Z",
"last_comment_at": "2018-08-15T15:44:32Z",
"last_comment_author": "stefanhorning"
},
{
"number": 66,
"created_at": "2019-04-08T10:09:07Z",
"last_comment_at": "2019-04-09T20:10:27Z",
"last_comment_author": "davidcornu"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/chrisk/fakeweb",
"host": "github.com",
"name": "fakeweb",
"owner": "chrisk"
},
"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": 30,
"vitality": 13,
"community": 68,
"governance": 48,
"engineering": 34,
"abandonment_cap": 49,
"abandonment_state": "likely_abandoned",
"abandonment_multiplier": 60,
"weighted_overall_before_abandonment": 38,
"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": 2713,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2713 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 2713
}
}
],
"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": 1,
"latest_release_tag": "v1.3.0",
"releases_from_tags": true,
"days_since_latest_release": 5811,
"mean_days_between_releases": null
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "1 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 1
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5811 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 5811
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "cadence unknown (single release)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence_unknown",
"params": {}
}
],
"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",
"issue_rot",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 60,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 10,
"unanswered_open_issues": 18,
"days_since_last_merged_pr": 4614,
"days_since_last_human_commit": 3271,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 3271 days; 3 unmet obligation(s): pull requests unanswered, issues unanswered, Scorecard reports it unmaintained",
"points": 60,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 3271,
"count": 3,
"signals": "pull requests unanswered, issues unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 68,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "good",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"forks": 130,
"stars": 1087,
"watchers": 10,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1,087 stars",
"points": 49.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 1087
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "130 forks",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 130
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"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": 87,
"inputs": {
"packages": [
"fakeweb"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 5272629,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "5,272,629 downloads all-time across rubygems",
"points": 69.8,
"status": "partial",
"details": [
{
"code": "downloads_total",
"params": {
"count": 5272629,
"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": "at_risk",
"name": "Sustainability & Governance",
"value": 48,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 18,
"top_contributor_share": 0.889
},
"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 89% of commits",
"points": 2.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 89
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "18 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 18
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 10 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"merged_prs": 7,
"open_issues": 22,
"closed_issues": 17,
"issue_closed_ratio": 0.436,
"closed_unmerged_prs": 12
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "44% of issues closed",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 44
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "7/19 decided PRs merged",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 7,
"decided": 19
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 59,
"inputs": {
"followers": 92,
"owner_type": "User",
"is_verified": null,
"owner_login": "chrisk",
"public_repos": 31,
"account_age_days": 6718
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "92 followers of chrisk",
"points": 14.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 92,
"login": "chrisk"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "31 public repos, account ~18 yr old",
"points": 23,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 31
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "moderate",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"fakeweb"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 5811
},
"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 5811 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5811
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "14 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 14
}
}
],
"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": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "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": 30,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 10 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.5,
"status": "met",
"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": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 19
},
"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": 21,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.4,
"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": "40 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 21.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 40,
"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": 26172,
"source_files_sampled": 27,
"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/27 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 27,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-21T23:42:53.121283Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/chrisk/fakeweb.svg",
"full_name": "chrisk/fakeweb",
"license_state": "standard",
"license_spdx": "MIT"
}