Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 1519,
"has_wiki": true,
"homepage": "http://groups.google.com/group/delayed_job",
"languages": {
"Ruby": 109070
},
"pushed_at": "2026-07-13T21:45:00Z",
"created_at": "2008-09-13T14:27:37Z",
"owner_type": "Organization",
"updated_at": "2026-07-13T21:45:10Z",
"description": "Database based asynchronous priority queue system -- Extracted from Shopify ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Ruby",
"significant_languages": [
"Ruby"
]
},
"owner": {
"blog": "https://collectiveidea.com",
"name": "Collective Idea",
"type": "Organization",
"login": "collectiveidea",
"company": null,
"location": "United States of America",
"followers": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/128?v=4",
"created_at": "2008-02-02T22:34:46Z",
"is_verified": null,
"public_repos": 184,
"account_age_days": 6744
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v4.2.0",
"kind": "minor",
"published_at": "2025-12-29T20:52:44Z"
},
{
"tag": "v4.1.13",
"kind": "patch",
"published_at": "2024-11-08T20:56:26Z"
},
{
"tag": "v4.1.12",
"kind": "patch",
"published_at": "2024-08-14T13:58:15Z"
},
{
"tag": "v4.1.12.rc1",
"kind": "other",
"published_at": "2024-08-13T20:54:54Z"
}
],
"recent_commits": [
{
"oid": "6863d0c2ed83f593918d63d1334d90ab817c3eff",
"body": "The 80.0.pre1 adapter proved out on Rails 8.0, so run jruby-10.0\nagainst it instead of excluding the combination. Nothing supports\nRails 8.1 or edge, whose Active Record fails the adapter's ~> 8.0.0\nconstraint and otherwise resolves the ancient 1.x adapter that\ncrashes on the long-removed alias_method_chain, so exclude those two\ncombinations for jruby-head as well.",
"is_bot": false,
"headline": "Align the JRuby matrix with JDBC adapter support",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T21:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbce6e44251bbdba3478ce5125eff1b0890ab7d4",
"body": null,
"is_bot": false,
"headline": "Update my name",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T21:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b605a8399ea08c8c5aeb0b7a68ee6bb0beabbb45",
"body": "JRuby 10.1 removed the RubyHash constructor the stable 72.x JDBC\nadapters were compiled against, so they crash at connection time with\nNoSuchMethodError. The 80.0.pre1 adapter works on JRuby 10.1, so\ndefault to Rails 8.0 with that adapter there, keeping the Rails 7.2\ndefault for JRuby 10.0, and pin the adapter explicitly for Rails 8\nsince the resolver never picks prereleases on its own.",
"is_bot": false,
"headline": "Support JRuby 10.1 with the prerelease JDBC adapter",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T21:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "952849c7142ba96b58e1dbf047645dab78b2501c",
"body": "Default RAILS_VERSION to 7.2 on JRuby, the newest release the JDBC\nadapters support, so railties, activerecord, and actionmailer resolve\nconsistently instead of the resolver pairing a modern Active Record\nwith an ancient 1.x adapter. Replace the adapter version pin from the\nprevious commit, which conflicted with mixed-platform lockfiles.\nDrop the Rails 5.1 dependency branch, which the matrix no longer\nexercises.",
"is_bot": false,
"headline": "Rework JRuby dependency resolution in the Gemfile",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T21:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d63b415d58d7c2845dca6d658686a8464eb091b",
"body": "The 1.x releases of activerecord-jdbcsqlite3-adapter have no upper\nbound on activerecord, so an unpinned resolve on JRuby paired Active\nRecord 8.1 with the 2016-era 1.3.22 adapter, which crashes on the\nlong-removed alias_method_chain while loading the specs. Resolve the\ncurrent stable adapter line instead, which brings in the matching\nActive Record 7.2.",
"is_bot": false,
"headline": "Pin the JRuby sqlite adapter when RAILS_VERSION is unset",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T11:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1018bfe1baba00f7afdcc351fef37d52b40e0847",
"body": "RuboCop 0.48 cannot parse its own configuration on modern Rubies\n(its ConfigLoader still uses the pre-Psych 4 safe_load signature)\nand does not recognize TargetRubyVersion 3.2. Rewrite .rubocop.yml\nwith department-qualified cop names preserving the existing style\nchoices, run the safe autocorrection\n[…]\nspond_to? override in\nPerformableMethod with respond_to_missing?, and prune Gemfile\nbranches for Rails versions the test matrix no longer includes.\nRun the RuboCop workflow on Ruby 3.4 instead of 2.7.",
"is_bot": false,
"headline": "Upgrade RuboCop from 0.48 to 1.88",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T11:48:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4c2850c2d6ebefeb98f02210fa6f51c135c8c051",
"body": "SimpleCov 1.0 requires Ruby >= 3.2, and Rails 8 dropped everything\nolder, so remove all CI matrix entries for Ruby < 3.2 (including\nJRuby 9.2 and 9.4, which target Ruby 3.1 compatibility) along with\nthe Gemfile branches that only existed for those rubies. Rails 6.0\nand 6.1 remain covered via Ruby 3.\n[…]\nhe gemspec and raise\nTargetRubyVersion to 3.2. Note that RuboCop 0.48 does not recognize\nRuby 3.2 as a target, so the RuboCop workflow will fail until\nRuboCop is upgraded and the config is modernized.",
"is_bot": false,
"headline": "Drop support for Rubies older than 3.2",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T11:48:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "af857f38e024b533dc77624b54236440c48100c4",
"body": null,
"is_bot": false,
"headline": "Update SimpleCov to version 1.0",
"author_name": "Erik Berlin",
"author_login": "sferik",
"committed_at": "2026-07-13T10:37:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaef62d844ea980433b807a496136bbd0a6ea625",
"body": "Prepare release 4.2.0",
"is_bot": false,
"headline": "Merge pull request #1242 from collectiveidea/release-4-2-0",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T20:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43b800cece2447af160ed39ce0500309c382a635",
"body": null,
"is_bot": false,
"headline": "Prepare release 4.2.0",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T20:44:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80beb5eb885a3e6d94a3d2186ad8725a4afadc4e",
"body": "Update build matrix for Ruby 4 and Rails 8.1",
"is_bot": false,
"headline": "Merge pull request #1241 from collectiveidea/test-matrix-updates-4-0",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T20:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b924416c51b56a60f52f711db969f2d18715109",
"body": null,
"is_bot": false,
"headline": "Add ruby 4 and rails 8.1",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T19:42:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357b12dd0beece8f9a9dd7d84081d66daa654dff",
"body": "Inhouse ActiveJob adapter",
"is_bot": false,
"headline": "Merge pull request #1236 from collectiveidea/inhouse-active-job-adapter",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T19:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd07c8dc71dc1d75d97707f60ab3fa27d24c1341",
"body": null,
"is_bot": false,
"headline": "Remove ruby 2.2 for now",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d52ba75292445cda51e35d384baeca6d60c5169b",
"body": null,
"is_bot": false,
"headline": "Need to use a slightly more complex skip for older ruby",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca5f14abea456cb585c770e364cc1702f46804a9",
"body": null,
"is_bot": false,
"headline": "Confirm broken state of 22.04",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfeadecc4ec7f9de00155596e3460171dbf7570",
"body": null,
"is_bot": false,
"headline": "Refactor ActiveJob adapter specs for speed",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ad31526f08e36ae33e2c5f2762e7d8dfe0f1e55",
"body": null,
"is_bot": false,
"headline": "Only run ActiveJob adapter specs in Rails 8.1+",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63b76e34a49afab53eed1dd1322196627a7d1bb1",
"body": null,
"is_bot": false,
"headline": "Setup ActiveJob adapter to only load with ActiveJob",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d036360995df22d96f27b7773b0c326f465fddb",
"body": null,
"is_bot": false,
"headline": "Apply rubocop updates",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4472e4b97f300766071aaa74c08898b3e64cb747",
"body": null,
"is_bot": false,
"headline": "We need string inflections",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "868fb94d1dc1d31cfb66072a7c3af7e40f1fa7fb",
"body": null,
"is_bot": false,
"headline": "Keep rails bundled adapter",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c7367a99dc6c551e44f2710d169112e9cff2b3c",
"body": null,
"is_bot": false,
"headline": "enqueue_after_transaction_commit has been removed",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e8ebda422a6e7dd56062d634d48cafc82f2c8b7",
"body": null,
"is_bot": false,
"headline": "Fix loading adapters with `const_defined?`",
"author_name": "Dino Maric",
"author_login": "dixpac",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed7133ce66a87b60e1d358bc82d960d0873fb058",
"body": null,
"is_bot": false,
"headline": "More testing cases",
"author_name": "Dino Maric",
"author_login": "dixpac",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f51ac8502ea315a2a77db35c0c1759158804420",
"body": null,
"is_bot": false,
"headline": "Test scheduled jobs",
"author_name": "Dino Maric",
"author_login": "dixpac",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ece0da4b807277ca18f34237533ac744b09df5f",
"body": null,
"is_bot": false,
"headline": "More testing",
"author_name": "Dino Maric",
"author_login": "dixpac",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea86f0debfd1ac527a7e72a8ac666a62128785f1",
"body": null,
"is_bot": false,
"headline": "Start writing tests",
"author_name": "Dino Maric",
"author_login": "dixpac",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834486654cc47b9423f3f01b53b9102e7e6307ca",
"body": null,
"is_bot": false,
"headline": "Use local adapter",
"author_name": "Dino Maric",
"author_login": "dixpac",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b5d0e093e0db96eaf58f71686f3653cd8ffb821",
"body": "Implements adapter for `ActiveJob` inside the gem.\nThis adapter is defined only if rails version is >=8,\nfor earlier rails versions adapter is definied inside the Rails itself",
"is_bot": false,
"headline": "Add `ActiveJob` adapter for `delayed_job`",
"author_name": "Dino Maric",
"author_login": "dixpac",
"committed_at": "2025-12-29T18:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0288d82769910dde037e2c6cf8ca414b8a2d2b5",
"body": "Add ruby 3.4 to the build matrix",
"is_bot": false,
"headline": "Merge pull request #1226 from collectiveidea/dg/add-ruby-3-4",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2025-07-09T16:09:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9ca8317e382f9a578d89b7367309df91e234ce3",
"body": null,
"is_bot": false,
"headline": "Use older logger in old ruby",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-12-27T16:08:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6bacbc905adf46ae3ffef637471662173648dff",
"body": null,
"is_bot": false,
"headline": "Update dependencies for things moving out of stdlib",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-12-27T15:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e08897f1525d8cefed9c70a699107e1fb2e6e4f",
"body": null,
"is_bot": false,
"headline": "Add ruby 3.4 to the build matrix",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-12-27T15:27:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea4879dd3c2f3f5aa7f616a6f0fd58f2bbc2a481",
"body": "Prepare release 4.1.13",
"is_bot": false,
"headline": "Merge pull request #1224 from collectiveidea/release-4.1.13",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-11-08T20:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c08d953e2074c96aedfb04cd7df933fcf6084647",
"body": null,
"is_bot": false,
"headline": "Prepare release 4.1.13",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-11-08T20:51:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7dbb01255bfb15c952fc45fc38f0a316dd763b3",
"body": "Rails 8",
"is_bot": false,
"headline": "Merge pull request #1223 from collectiveidea/dg/rails-8",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-11-08T20:47:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79b86255cfcbade2473f1528c173cfd237b88d8c",
"body": null,
"is_bot": false,
"headline": "Update matrix for Rails 8",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-11-08T20:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b60e70a20c45a767d9b8ae2ed12630b2f082f887",
"body": null,
"is_bot": false,
"headline": "Enable rails 8",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-11-08T20:15:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc3dfda87fa099aec4138c5e29e39e5e79f46739",
"body": "Prepare release 4.1.12",
"is_bot": false,
"headline": "Merge pull request #1217 from collectiveidea/release-4.1.12",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-14T13:57:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf3163b8dc37ed619f6a1d3ba924c4ccb4d5518",
"body": null,
"is_bot": false,
"headline": "Prepare release 4.1.12",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-14T13:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43375e4027cd5f0d703fbd1e9c1e19bb96139fa9",
"body": "Prepare 4.1.12.rc1 release",
"is_bot": false,
"headline": "Merge pull request #1216 from collectiveidea/release-4.1.12.rc1",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T20:52:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "062acf0eb4acff5a8d9dcc01bde108f035845abd",
"body": null,
"is_bot": false,
"headline": "Prepare 4.1.12.rc1 release",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T19:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0994cfae1c7d359ad1f6b4418b333c4450bd91b",
"body": "Add trusted publishing workflow",
"is_bot": false,
"headline": "Merge pull request #1215 from collectiveidea/trusted-publishing",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T19:36:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95840470ef9e8d260b8381c62a26e9eeb13d68ff",
"body": null,
"is_bot": false,
"headline": "Add trusted publishing workflow",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T19:28:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e283963bb30ee4c28d493c144773cc500407535",
"body": "Change US/Eastern => America/New_York",
"is_bot": false,
"headline": "Merge pull request #1203 from pravi/patch-1",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T19:11:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1420ad05726674b19da2ef061178c56156d31c4b",
"body": "CI: be precise regarding the Ubuntu version",
"is_bot": false,
"headline": "Merge pull request #1214 from collectiveidea/pull-envato-pr",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T18:44:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98028530b62f044fc6f84377a735cd1e98c5485c",
"body": "Older versions of Ruby segfault on newer versions of Ubuntu.",
"is_bot": false,
"headline": "CI: be precise regarding the Ubuntu version",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2024-08-13T18:38:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aea60a46101791cb93ee9e27fb99714ababbbba3",
"body": "Update build matrix",
"is_bot": false,
"headline": "Merge pull request #1213 from collectiveidea/update-build-matrix",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T18:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "604fb961a7e849a869091338d0a9d87a1368381b",
"body": null,
"is_bot": false,
"headline": "Update actions/cache",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T18:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c1d6a419317092ed4b87b9940d86e64de8687a",
"body": null,
"is_bot": false,
"headline": "Switch to coveralls main",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T18:15:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cbf1a31cddfc144b49c7560c152cc8659386c01",
"body": null,
"is_bot": false,
"headline": "Run jruby-9.4",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T18:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9947ab1727dc7ee46182f66f4a03a17aef9b021",
"body": null,
"is_bot": false,
"headline": "Update actions/checkout",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T18:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b27cdc97c73829d9ca5da3e611e38ecb514f20b7",
"body": null,
"is_bot": false,
"headline": "Handle ruby 3.4 message expectation",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T18:05:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e815df8d125b3da6254e4c47adbd852ac42b3523",
"body": null,
"is_bot": false,
"headline": "Ruby libraries moved out of standard lib in 3.4",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T17:54:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ded9a328b316de0a79c9f9af007197802877ba5",
"body": null,
"is_bot": false,
"headline": "Fix rails 4.2 and 5.0 test dependencies",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T17:37:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8327175b6355aa816136c4a3ae4339a188585ef4",
"body": null,
"is_bot": false,
"headline": "Fix BasicObject cleanup",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T16:07:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dfae6208eab29463eb8b4ddabc76abd3b1c9d4a",
"body": null,
"is_bot": false,
"headline": "Add sqlite restriction",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T16:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45680bb178c51ca190746acc239f03bf8cf4eecd",
"body": null,
"is_bot": false,
"headline": "Update build matrix",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T15:50:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61cfd032cc6b7f0278071dae3261231bd030fc2e",
"body": "…tion\n\nFix proxy object deprecation",
"is_bot": false,
"headline": "Merge pull request #1212 from collectiveidea/fix-proxy-object-depreca…",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T15:13:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21b3dad718549ca2600571004ac00960c498c46e",
"body": null,
"is_bot": false,
"headline": "Bring in missing functionality from ProxyObject",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2024-08-13T15:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25469d9622947562a6a70f179a572b4ac8ba438f",
"body": null,
"is_bot": false,
"headline": "Address `ActiveSupport::ProxyObject` deprecation on Rails 7.2.0.alpha",
"author_name": "Joshua Young",
"author_login": "joshuay03",
"committed_at": "2024-04-30T03:28:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f834aff6b8331e1e445631dee6bf1acd2c046ee",
"body": "This fixes Invalid Timezone: US/Eastern error\r\n\r\nhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052730",
"is_bot": false,
"headline": "Change US/Eastern => America/New_York",
"author_name": "Pirate Praveen Arimbrathodiyil",
"author_login": "pravi",
"committed_at": "2024-02-09T14:58:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66bb64437a8606a414a390531ac73108911434e",
"body": "Use a block for expect to raise_exception",
"is_bot": false,
"headline": "Merge pull request #1194 from collectiveidea/fix-rspec-deprecation",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2023-10-02T15:37:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e972d7b0216e10c2029dece1c4a3f0b3b309ef2",
"body": "This was probably the only way to do it 10 years ago when it was added.",
"is_bot": false,
"headline": "Use a block for expect to raise_exception",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2023-10-02T15:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a1c712169c77085e6a6e5ee194e08fd940feaea",
"body": "Ensure `Array` has been decorated with `#extract_options`",
"is_bot": false,
"headline": "Merge pull request #1185 from ragaskar/patch-1",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2023-10-02T14:44:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "715fd2d35c2c8bf8c594cffe346815cb6443cef4",
"body": null,
"is_bot": false,
"headline": "Ensure `Array` has been decorated with `#extract_options`",
"author_name": "Rajan Agaskar",
"author_login": "ragaskar",
"committed_at": "2023-01-24T23:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92fb435131d05b8a8715ac52acaacd9cde89619c",
"body": "CI: add Ruby 3.2 to the test matrix",
"is_bot": false,
"headline": "Merge pull request #1183 from envato/ruby3.2",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2023-01-16T19:44:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2f29f322d6bedf462084f2039d7a5e47f9b138d",
"body": "Rails 7 and above requires Ruby 2.7 compatibility, however JRuby 9.3.x\nprovides only Ruby 2.6 compatibility.",
"is_bot": false,
"headline": "CI: use JRuby 9.4 to test Rails 7.0 and edge",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2023-01-16T18:44:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a83d1a4ac8dfa5851eb4f701428c2c6f2b41bc65",
"body": null,
"is_bot": false,
"headline": "CI: add Ruby 3.2 to the test matrix",
"author_name": "Orien Madgwick",
"author_login": "orien",
"committed_at": "2023-01-15T11:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7042b1ddb87d3b3f468e8350bc2101a283922ed6",
"body": null,
"is_bot": false,
"headline": "Prepare 4.1.11 release",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-09-28T18:41:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ebfebd0b692e2c1e87aaa851169ed25ee2f73bf",
"body": "fix: ActiveSupport 7.0.3 Compatibility",
"is_bot": false,
"headline": "Merge pull request #1169 from arielvalentin/as-7.0.3",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-09-28T17:45:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5624ce694e6fba3170ee2ea93c160ef85ff2d95",
"body": "Fixes https://github.com/collectiveidea/delayed_job/issues/1168",
"is_bot": false,
"headline": "fix: ActiveSupport 7.0.3 Compatibility",
"author_name": "Ariel Valentin",
"author_login": "arielvalentin",
"committed_at": "2022-05-10T00:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11e0212fb112c5e11e4555ef1e24510819a66347",
"body": null,
"is_bot": false,
"headline": "Prepare 4.1.9 release",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-01-18T00:36:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f4c2e1eb5e236ca958c31bd8b1eda8ad784c6c3",
"body": "Wrap up rails 7 support",
"is_bot": false,
"headline": "Merge pull request #1161 from collectiveidea/dg-fixup-rails-7",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-01-17T23:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c62b69ed19a50ee16bac0f041c7db776b5cc513f",
"body": "ActiveSupport 7 drops classic dependency autoloading. This does a basic zeitwerk setup to test the newer Rails autoloading system",
"is_bot": false,
"headline": "Setup zeitwerk",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-01-17T23:49:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b6fd4b55d021acf263bbafeefb3ee8f44017f51",
"body": "Rails should not break anything in 7.x releases.",
"is_bot": false,
"headline": "Expand allowed version to less than 8.0",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-01-17T23:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ab1a68d889c91c0a7e0ec7fa236bb9d8da383a",
"body": null,
"is_bot": false,
"headline": "Fix remnant comment change",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-01-17T23:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc2c588c4d02a414561cc2d51c828bbe8be40c8b",
"body": "This reverts commit 069b642b01d904ff136ef46fbf9eb3d319932a47.\n\nDelayed Job does not require Rails so the specs should not require it.\n\n# Conflicts:\n#\tGemfile\n#\tspec/helper.rb",
"is_bot": false,
"headline": "Revert \"Add railties to use zeitwerk\"",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-01-17T23:37:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ac60f04bfa8188429629cf79b942f88eca5a3ba",
"body": null,
"is_bot": false,
"headline": "Bring back full matrix",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2022-01-17T23:37:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c58252a6f0b7367def73d4583b475c080a6b05bc",
"body": "When using Ruby 3.0 or 3.1, GitHub Actions fails likes following.\n\n```\n--- ERROR REPORT TEMPLATE -------------------------------------------------------\n\n ```\n NoMethodError: undefined method `metadata' for nil:NilClass\n /opt/hostedtoolcache/Ruby/3.0.3/x64/lib/ruby/3.0.0/bundler/cli/common.rb:2\n[…]\ne=bundler-related-issue.md, and copy and paste the report template above in there.\n Took 13.62 seconds\nError: The process '/opt/hostedtoolcache/Ruby/3.0.3/x64/bin/bundle' failed with exit code 1\n```",
"is_bot": false,
"headline": "Remove duplicated gem dependencies",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2022-01-17T08:16:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "462288be2fafd25a48b57d3a6d4fe92de600e857",
"body": "If we use Ruby 3.0 without quotations in YAML, It is interpreted as \"3\". If you specify 3 on GitHub Actions, it means the latest stable version of the 3 series, so 3.1 will be used.",
"is_bot": false,
"headline": "Enclose every ruby version in quotations",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2022-01-17T08:15:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a4ad455e1f170173f9497d52127e39b25ffdce8",
"body": "Rails 7.0.0 doesn't work with Ruby 3.1.\n\nref: https://github.com/rails/rails/pull/43951",
"is_bot": false,
"headline": "Use Rails 7.0.1 instead of 7.0.0 on CI",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2022-01-17T08:14:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "562a46064fc6e7a765acf8b76c7aa2c7936ecaac",
"body": null,
"is_bot": false,
"headline": "syck has nothing to do with the pych 4.0",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-27T09:08:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6861d2b16be1ac592ca34f2696fd5af9b7ba5e8c",
"body": null,
"is_bot": false,
"headline": "Remove useless gem dependency",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-27T09:05:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aedbbd1b2c5fae22d07aad83e0984fc0b1b38504",
"body": "we don't have to add digest gem explicitly.",
"is_bot": false,
"headline": "Ruby 3.1 released",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-27T09:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5accab438177e4b02a29477a49cc2f96f1806194",
"body": null,
"is_bot": false,
"headline": "Bump rails from 7.0.0.rc1 to 7.0.0",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-20T07:58:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a63bc1e2ce0543a3e6319313996805df34734c9",
"body": null,
"is_bot": false,
"headline": "Bump rails from 7.0.0.alpha2 to 7.0.0.rc1",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da97d704293369a69b1df528f3aa3413adcf04ab",
"body": "net-smtp 0.3.0 dependents digest 3.0.0, but edge ruby activates 3.1.0.pre2.\n\nThe error was avoided by explicitly specifying the version in the Gemfile.\n\n```\nbundler: failed to load command: rspec (/home/runner/work/delayed_job/delayed_job/vendor/bundle/ruby/3.1.0/bin/rspec)\n/home/runner/.rubies/ruby\n[…]\nems/3.1.0/gems/bundler-2.3.0.dev/libexec/bundle:37:in `<top (required)>'\n\tfrom /home/runner/.rubies/ruby-head/bin/bundle:23:in `load'\n\tfrom /home/runner/.rubies/ruby-head/bin/bundle:23:in `<main>'\n```",
"is_bot": false,
"headline": "Fix a dependency error on ruby-head",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "80864629c1cd452a8eafa85e2ad69d6285f37c33",
"body": "Since psych4.0, the load method has been safe_load, which causes the following error: YAML#load_dj retains the existing safeYAML support, but uses the version of psych that implements unsafe_load. In YAML#load_dj\n\n```\n 1) YAML autoloads the class of an anonymous struct\n Failure/Error:\n ex\n[…]\nn `block (3 levels) in <top (required)>'\n # ./spec/yaml_ext_spec.rb:26:in `block (2 levels) in <top (required)>'\n # ./spec/yaml_ext_spec.rb:26:in `block (2 levels) in <top (required)>'\n```",
"is_bot": false,
"headline": "Fix a broken spec due to Psych >= 4",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "587f501fedf59c7331052e27d88cf70bdbde0eb0",
"body": "```\nconfig.eager_load is set to nil. Please update your config/environments/*.rb files accordingly:\n\n * development - set it to false\n * test - set it to false (unless you use a tool that preloads your test environment)\n * production - set it to true\n````",
"is_bot": false,
"headline": "Fix a warning from rails",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7246e56baa58d7f6e92981b58364779bbc84ca22",
"body": null,
"is_bot": false,
"headline": "net/smtp isn't bundled with Ruby from 3.1.0-dev",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "069b642b01d904ff136ef46fbf9eb3d319932a47",
"body": "specs about autoload needs zeitwerk which raitlies depends on\n\nref https://github.com/willnet/delayed_job/runs/3856963931?check_suite_focus=true",
"is_bot": false,
"headline": "Add railties to use zeitwerk",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56ae06889814c7619a68d7110c96cd6c06ed7f5a",
"body": "jruby 9.3 seems not to work with rails",
"is_bot": false,
"headline": "Split jruby version with 9.2.x and 9.3.x",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bd70707c388aea23394bb8dc7fbf2bea0750983",
"body": "ref: https://bugs.ruby-lang.org/issues/17873",
"is_bot": false,
"headline": "net/smtp isn't bundled by default from Ruby 3.1",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6bc5cc1eb5ec7984443e852b299d8f110dea4d0",
"body": null,
"is_bot": false,
"headline": "Add Rails7 support",
"author_name": "willnet",
"author_login": "willnet",
"committed_at": "2021-12-13T08:22:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "baed6e813870e1144e7a4291bc71e06a67a533de",
"body": null,
"is_bot": false,
"headline": "Prepare 4.1.9 release",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2020-12-09T20:17:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50a071225505ece504b80601c0374fe9b96b9513",
"body": "Make .delay method work with ActionMailer::Parameterized::Mailer",
"is_bot": false,
"headline": "Merge pull request #1121 from johnnyshields/patch-3",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2020-12-09T19:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c35dd0f2df8169ebab243ca1d61522b1a89aa9f5",
"body": "Add metadata link",
"is_bot": false,
"headline": "Merge pull request #1101 from viraptor/patch-1",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2020-12-09T18:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d8178aad1cef8ee50593283ebc1f4f6f33b359",
"body": "Allow rails 6.1",
"is_bot": false,
"headline": "Merge pull request #1129 from collectiveidea/dg-add-rails-6-1",
"author_name": "David Genord II",
"author_login": "albus522",
"committed_at": "2020-12-09T16:56:02Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 13,
"latest_release_at": "2025-12-29T20:52:44Z",
"latest_release_tag": "v4.2.0",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 2,
"days_since_latest_release": 204,
"mean_days_between_releases": 167.7
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "delayed_job",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "rubygems",
"matches_repo": true,
"registry_url": "https://rubygems.org/gems/delayed_job",
"is_deprecated": false,
"latest_version": "4.2.0",
"repository_url": "https://github.com/collectiveidea/delayed_job",
"versions_count": 59,
"total_downloads": 65580785,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2009-09-06T19:09:46Z",
"latest_published_at": "2025-12-29T20:53:07.440000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 204
}
]
},
"popularity": {
"forks": 946,
"stars": 4823,
"watchers": 68,
"fork_history": {
"days": [
{
"date": "2009-05-09",
"count": 1
},
{
"date": "2009-07-21",
"count": 1
},
{
"date": "2009-07-22",
"count": 1
},
{
"date": "2009-07-24",
"count": 1
},
{
"date": "2009-08-07",
"count": 1
},
{
"date": "2009-09-10",
"count": 1
},
{
"date": "2009-09-14",
"count": 1
},
{
"date": "2009-09-17",
"count": 1
},
{
"date": "2009-10-06",
"count": 1
},
{
"date": "2009-10-11",
"count": 1
},
{
"date": "2009-10-21",
"count": 1
},
{
"date": "2009-10-28",
"count": 1
},
{
"date": "2009-11-03",
"count": 1
},
{
"date": "2009-11-13",
"count": 1
},
{
"date": "2009-12-03",
"count": 1
},
{
"date": "2009-12-04",
"count": 1
},
{
"date": "2010-01-11",
"count": 1
},
{
"date": "2010-01-13",
"count": 1
},
{
"date": "2010-01-19",
"count": 1
},
{
"date": "2010-01-22",
"count": 1
},
{
"date": "2010-02-05",
"count": 1
},
{
"date": "2010-02-14",
"count": 1
},
{
"date": "2010-02-18",
"count": 2
},
{
"date": "2010-02-28",
"count": 1
},
{
"date": "2010-03-10",
"count": 1
},
{
"date": "2010-03-24",
"count": 1
},
{
"date": "2010-03-25",
"count": 1
},
{
"date": "2010-04-01",
"count": 1
},
{
"date": "2010-04-05",
"count": 1
},
{
"date": "2010-04-09",
"count": 2
},
{
"date": "2010-04-10",
"count": 1
},
{
"date": "2010-04-13",
"count": 1
},
{
"date": "2010-04-14",
"count": 1
},
{
"date": "2010-05-04",
"count": 1
},
{
"date": "2010-05-07",
"count": 2
},
{
"date": "2010-05-13",
"count": 1
},
{
"date": "2010-05-22",
"count": 1
},
{
"date": "2010-05-23",
"count": 1
},
{
"date": "2010-05-24",
"count": 1
},
{
"date": "2010-06-04",
"count": 1
},
{
"date": "2010-06-06",
"count": 2
},
{
"date": "2010-06-09",
"count": 2
},
{
"date": "2010-06-21",
"count": 1
},
{
"date": "2010-06-23",
"count": 1
},
{
"date": "2010-06-29",
"count": 1
},
{
"date": "2010-07-07",
"count": 1
},
{
"date": "2010-07-08",
"count": 1
},
{
"date": "2010-07-10",
"count": 1
},
{
"date": "2010-07-11",
"count": 1
},
{
"date": "2010-07-13",
"count": 1
},
{
"date": "2010-07-14",
"count": 1
},
{
"date": "2010-07-24",
"count": 1
},
{
"date": "2010-07-27",
"count": 2
},
{
"date": "2010-08-02",
"count": 1
},
{
"date": "2010-08-05",
"count": 1
},
{
"date": "2010-08-15",
"count": 1
},
{
"date": "2010-08-17",
"count": 2
},
{
"date": "2010-08-25",
"count": 1
},
{
"date": "2010-08-28",
"count": 1
},
{
"date": "2010-08-30",
"count": 1
},
{
"date": "2010-08-31",
"count": 1
},
{
"date": "2010-09-01",
"count": 1
},
{
"date": "2010-09-06",
"count": 1
},
{
"date": "2010-09-07",
"count": 1
},
{
"date": "2010-09-10",
"count": 1
},
{
"date": "2010-09-16",
"count": 1
},
{
"date": "2010-09-25",
"count": 1
},
{
"date": "2010-10-07",
"count": 1
},
{
"date": "2010-10-12",
"count": 2
},
{
"date": "2010-10-13",
"count": 1
},
{
"date": "2010-10-14",
"count": 1
},
{
"date": "2010-10-17",
"count": 1
},
{
"date": "2010-10-22",
"count": 1
},
{
"date": "2010-10-24",
"count": 3
},
{
"date": "2010-10-28",
"count": 1
},
{
"date": "2010-10-31",
"count": 1
},
{
"date": "2010-11-03",
"count": 1
},
{
"date": "2010-11-07",
"count": 1
},
{
"date": "2010-11-16",
"count": 2
},
{
"date": "2010-11-21",
"count": 1
},
{
"date": "2010-11-23",
"count": 1
},
{
"date": "2010-11-24",
"count": 1
},
{
"date": "2010-12-01",
"count": 1
},
{
"date": "2010-12-02",
"count": 1
},
{
"date": "2010-12-03",
"count": 1
},
{
"date": "2010-12-04",
"count": 1
},
{
"date": "2010-12-06",
"count": 1
},
{
"date": "2010-12-08",
"count": 1
},
{
"date": "2010-12-22",
"count": 1
},
{
"date": "2010-12-23",
"count": 1
},
{
"date": "2011-01-03",
"count": 1
},
{
"date": "2011-01-04",
"count": 1
},
{
"date": "2011-01-06",
"count": 1
},
{
"date": "2011-01-15",
"count": 1
},
{
"date": "2011-01-17",
"count": 3
},
{
"date": "2011-01-21",
"count": 1
},
{
"date": "2011-01-24",
"count": 1
},
{
"date": "2011-01-26",
"count": 1
},
{
"date": "2011-02-01",
"count": 1
},
{
"date": "2011-02-02",
"count": 2
},
{
"date": "2011-02-09",
"count": 1
},
{
"date": "2011-02-16",
"count": 1
},
{
"date": "2011-02-18",
"count": 1
},
{
"date": "2011-02-27",
"count": 1
},
{
"date": "2011-03-03",
"count": 1
},
{
"date": "2011-03-05",
"count": 1
},
{
"date": "2011-03-17",
"count": 1
},
{
"date": "2011-03-25",
"count": 1
},
{
"date": "2011-03-28",
"count": 1
},
{
"date": "2011-03-29",
"count": 1
},
{
"date": "2011-04-04",
"count": 1
},
{
"date": "2011-04-07",
"count": 1
},
{
"date": "2011-04-08",
"count": 1
},
{
"date": "2011-04-10",
"count": 1
},
{
"date": "2011-04-18",
"count": 2
},
{
"date": "2011-04-20",
"count": 1
},
{
"date": "2011-04-21",
"count": 1
},
{
"date": "2011-04-23",
"count": 1
},
{
"date": "2011-04-30",
"count": 1
},
{
"date": "2011-05-06",
"count": 1
},
{
"date": "2011-05-13",
"count": 1
},
{
"date": "2011-05-14",
"count": 1
},
{
"date": "2011-05-23",
"count": 2
},
{
"date": "2011-05-24",
"count": 1
},
{
"date": "2011-05-25",
"count": 1
},
{
"date": "2011-05-26",
"count": 3
},
{
"date": "2011-06-01",
"count": 1
},
{
"date": "2011-06-03",
"count": 1
},
{
"date": "2011-06-10",
"count": 1
},
{
"date": "2011-06-11",
"count": 1
},
{
"date": "2011-06-12",
"count": 1
},
{
"date": "2011-06-17",
"count": 1
},
{
"date": "2011-06-20",
"count": 1
},
{
"date": "2011-06-26",
"count": 1
},
{
"date": "2011-06-28",
"count": 1
},
{
"date": "2011-07-07",
"count": 1
},
{
"date": "2011-07-08",
"count": 1
},
{
"date": "2011-07-13",
"count": 1
},
{
"date": "2011-07-15",
"count": 1
},
{
"date": "2011-07-16",
"count": 1
},
{
"date": "2011-07-17",
"count": 1
},
{
"date": "2011-07-22",
"count": 1
},
{
"date": "2011-07-26",
"count": 1
},
{
"date": "2011-07-27",
"count": 2
},
{
"date": "2011-07-31",
"count": 1
},
{
"date": "2011-08-02",
"count": 1
},
{
"date": "2011-08-04",
"count": 1
},
{
"date": "2011-08-05",
"count": 1
},
{
"date": "2011-08-10",
"count": 1
},
{
"date": "2011-08-19",
"count": 1
},
{
"date": "2011-08-23",
"count": 1
},
{
"date": "2011-08-24",
"count": 1
},
{
"date": "2011-08-30",
"count": 2
},
{
"date": "2011-09-05",
"count": 1
},
{
"date": "2011-09-06",
"count": 1
},
{
"date": "2011-09-09",
"count": 2
},
{
"date": "2011-09-10",
"count": 1
},
{
"date": "2011-09-16",
"count": 1
},
{
"date": "2011-09-19",
"count": 1
},
{
"date": "2011-09-30",
"count": 1
},
{
"date": "2011-10-01",
"count": 1
},
{
"date": "2011-10-05",
"count": 1
},
{
"date": "2011-10-06",
"count": 1
},
{
"date": "2011-10-10",
"count": 1
},
{
"date": "2011-10-12",
"count": 2
},
{
"date": "2011-10-14",
"count": 1
},
{
"date": "2011-10-17",
"count": 1
},
{
"date": "2011-10-21",
"count": 1
},
{
"date": "2011-10-25",
"count": 1
},
{
"date": "2011-10-30",
"count": 1
},
{
"date": "2011-11-01",
"count": 1
},
{
"date": "2011-11-09",
"count": 1
},
{
"date": "2011-11-14",
"count": 1
},
{
"date": "2011-11-17",
"count": 1
},
{
"date": "2011-11-18",
"count": 2
},
{
"date": "2011-11-25",
"count": 1
},
{
"date": "2011-11-28",
"count": 2
},
{
"date": "2011-12-01",
"count": 1
},
{
"date": "2011-12-08",
"count": 1
},
{
"date": "2011-12-20",
"count": 1
},
{
"date": "2011-12-27",
"count": 1
},
{
"date": "2012-01-05",
"count": 1
},
{
"date": "2012-01-06",
"count": 2
},
{
"date": "2012-01-17",
"count": 3
},
{
"date": "2012-01-19",
"count": 3
},
{
"date": "2012-01-26",
"count": 1
},
{
"date": "2012-01-28",
"count": 1
},
{
"date": "2012-02-06",
"count": 3
},
{
"date": "2012-02-14",
"count": 1
},
{
"date": "2012-02-18",
"count": 1
},
{
"date": "2012-02-19",
"count": 1
},
{
"date": "2012-02-22",
"count": 1
},
{
"date": "2012-02-26",
"count": 3
},
{
"date": "2012-02-27",
"count": 1
},
{
"date": "2012-03-01",
"count": 2
},
{
"date": "2012-03-02",
"count": 1
},
{
"date": "2012-03-10",
"count": 1
},
{
"date": "2012-03-11",
"count": 1
},
{
"date": "2012-03-14",
"count": 1
},
{
"date": "2012-03-17",
"count": 1
},
{
"date": "2012-03-20",
"count": 1
},
{
"date": "2012-03-21",
"count": 1
},
{
"date": "2012-03-22",
"count": 1
},
{
"date": "2012-03-23",
"count": 1
},
{
"date": "2012-03-27",
"count": 1
},
{
"date": "2012-03-31",
"count": 1
},
{
"date": "2012-04-01",
"count": 2
},
{
"date": "2012-04-16",
"count": 2
},
{
"date": "2012-04-19",
"count": 1
},
{
"date": "2012-04-27",
"count": 1
},
{
"date": "2012-04-30",
"count": 1
},
{
"date": "2012-05-10",
"count": 1
},
{
"date": "2012-05-23",
"count": 1
},
{
"date": "2012-05-29",
"count": 1
},
{
"date": "2012-05-31",
"count": 1
},
{
"date": "2012-06-04",
"count": 1
},
{
"date": "2012-06-25",
"count": 1
},
{
"date": "2012-06-30",
"count": 1
},
{
"date": "2012-07-12",
"count": 1
},
{
"date": "2012-07-14",
"count": 1
},
{
"date": "2012-07-16",
"count": 3
},
{
"date": "2012-07-20",
"count": 1
},
{
"date": "2012-07-23",
"count": 3
},
{
"date": "2012-07-24",
"count": 2
},
{
"date": "2012-07-30",
"count": 1
},
{
"date": "2012-07-31",
"count": 1
},
{
"date": "2012-08-01",
"count": 2
},
{
"date": "2012-08-03",
"count": 1
},
{
"date": "2012-08-06",
"count": 1
},
{
"date": "2012-08-10",
"count": 1
},
{
"date": "2012-08-17",
"count": 1
},
{
"date": "2012-08-19",
"count": 1
},
{
"date": "2012-08-28",
"count": 1
},
{
"date": "2012-09-06",
"count": 1
},
{
"date": "2012-09-07",
"count": 1
},
{
"date": "2012-09-08",
"count": 1
},
{
"date": "2012-09-11",
"count": 1
},
{
"date": "2012-09-17",
"count": 2
},
{
"date": "2012-09-18",
"count": 1
},
{
"date": "2012-09-25",
"count": 1
},
{
"date": "2012-10-01",
"count": 1
},
{
"date": "2012-10-02",
"count": 1
},
{
"date": "2012-10-03",
"count": 1
},
{
"date": "2012-10-05",
"count": 3
},
{
"date": "2012-10-06",
"count": 1
},
{
"date": "2012-10-08",
"count": 2
},
{
"date": "2012-10-10",
"count": 1
},
{
"date": "2012-10-12",
"count": 2
},
{
"date": "2012-10-16",
"count": 1
},
{
"date": "2012-10-17",
"count": 1
},
{
"date": "2012-10-18",
"count": 1
},
{
"date": "2012-10-19",
"count": 1
},
{
"date": "2012-10-22",
"count": 1
},
{
"date": "2012-10-27",
"count": 1
},
{
"date": "2012-10-30",
"count": 1
},
{
"date": "2012-11-08",
"count": 2
},
{
"date": "2012-11-09",
"count": 1
},
{
"date": "2012-11-10",
"count": 1
},
{
"date": "2012-11-15",
"count": 1
},
{
"date": "2012-11-22",
"count": 1
},
{
"date": "2012-11-26",
"count": 1
},
{
"date": "2012-12-03",
"count": 1
},
{
"date": "2012-12-06",
"count": 1
},
{
"date": "2012-12-09",
"count": 1
},
{
"date": "2012-12-13",
"count": 1
},
{
"date": "2012-12-14",
"count": 1
},
{
"date": "2012-12-15",
"count": 1
},
{
"date": "2012-12-19",
"count": 1
},
{
"date": "2012-12-26",
"count": 1
},
{
"date": "2012-12-29",
"count": 1
},
{
"date": "2013-01-05",
"count": 1
},
{
"date": "2013-01-09",
"count": 3
},
{
"date": "2013-01-11",
"count": 4
},
{
"date": "2013-01-15",
"count": 1
},
{
"date": "2013-01-16",
"count": 1
},
{
"date": "2013-01-23",
"count": 2
},
{
"date": "2013-01-24",
"count": 3
},
{
"date": "2013-01-26",
"count": 1
},
{
"date": "2013-01-29",
"count": 1
},
{
"date": "2013-01-30",
"count": 1
},
{
"date": "2013-02-05",
"count": 1
},
{
"date": "2013-02-12",
"count": 2
},
{
"date": "2013-02-15",
"count": 1
},
{
"date": "2013-02-18",
"count": 1
},
{
"date": "2013-02-19",
"count": 2
},
{
"date": "2013-02-20",
"count": 1
},
{
"date": "2013-02-22",
"count": 1
},
{
"date": "2013-02-23",
"count": 2
},
{
"date": "2013-02-25",
"count": 1
},
{
"date": "2013-02-26",
"count": 1
},
{
"date": "2013-03-02",
"count": 1
},
{
"date": "2013-03-04",
"count": 8
},
{
"date": "2013-03-05",
"count": 2
},
{
"date": "2013-03-13",
"count": 1
},
{
"date": "2013-03-15",
"count": 1
},
{
"date": "2013-03-17",
"count": 1
},
{
"date": "2013-03-18",
"count": 1
},
{
"date": "2013-03-20",
"count": 1
},
{
"date": "2013-03-22",
"count": 1
},
{
"date": "2013-03-23",
"count": 1
},
{
"date": "2013-03-26",
"count": 1
},
{
"date": "2013-04-02",
"count": 1
},
{
"date": "2013-04-08",
"count": 1
},
{
"date": "2013-04-09",
"count": 1
},
{
"date": "2013-04-16",
"count": 1
},
{
"date": "2013-04-20",
"count": 1
},
{
"date": "2013-05-02",
"count": 1
},
{
"date": "2013-05-15",
"count": 1
},
{
"date": "2013-05-17",
"count": 1
},
{
"date": "2013-05-21",
"count": 1
},
{
"date": "2013-05-22",
"count": 1
},
{
"date": "2013-05-25",
"count": 1
},
{
"date": "2013-05-29",
"count": 1
},
{
"date": "2013-05-30",
"count": 1
},
{
"date": "2013-05-31",
"count": 1
},
{
"date": "2013-06-02",
"count": 2
},
{
"date": "2013-06-06",
"count": 1
},
{
"date": "2013-06-12",
"count": 1
},
{
"date": "2013-06-14",
"count": 1
},
{
"date": "2013-06-16",
"count": 1
},
{
"date": "2013-06-19",
"count": 1
},
{
"date": "2013-06-22",
"count": 1
},
{
"date": "2013-06-27",
"count": 2
},
{
"date": "2013-06-30",
"count": 1
},
{
"date": "2013-07-02",
"count": 1
},
{
"date": "2013-07-03",
"count": 2
},
{
"date": "2013-07-04",
"count": 1
},
{
"date": "2013-07-05",
"count": 1
},
{
"date": "2013-07-06",
"count": 1
},
{
"date": "2013-07-15",
"count": 1
},
{
"date": "2013-07-16",
"count": 2
},
{
"date": "2013-07-19",
"count": 1
},
{
"date": "2013-07-20",
"count": 1
},
{
"date": "2013-07-23",
"count": 1
},
{
"date": "2013-08-12",
"count": 1
},
{
"date": "2013-08-14",
"count": 2
},
{
"date": "2013-08-15",
"count": 2
},
{
"date": "2013-08-18",
"count": 1
},
{
"date": "2013-08-20",
"count": 1
},
{
"date": "2013-08-21",
"count": 1
},
{
"date": "2013-08-22",
"count": 1
},
{
"date": "2013-08-28",
"count": 1
},
{
"date": "2013-09-05",
"count": 1
},
{
"date": "2013-09-09",
"count": 1
},
{
"date": "2013-09-13",
"count": 1
},
{
"date": "2013-09-18",
"count": 2
},
{
"date": "2013-09-20",
"count": 3
},
{
"date": "2013-09-21",
"count": 1
},
{
"date": "2013-09-26",
"count": 2
},
{
"date": "2013-10-01",
"count": 1
},
{
"date": "2013-10-02",
"count": 1
},
{
"date": "2013-10-08",
"count": 1
},
{
"date": "2013-10-11",
"count": 1
},
{
"date": "2013-10-15",
"count": 2
},
{
"date": "2013-10-16",
"count": 1
},
{
"date": "2013-10-24",
"count": 1
},
{
"date": "2013-10-27",
"count": 1
},
{
"date": "2013-11-03",
"count": 1
},
{
"date": "2013-11-06",
"count": 1
},
{
"date": "2013-11-08",
"count": 1
},
{
"date": "2013-11-13",
"count": 1
},
{
"date": "2013-11-14",
"count": 1
},
{
"date": "2013-11-15",
"count": 1
},
{
"date": "2013-11-18",
"count": 1
},
{
"date": "2013-11-27",
"count": 1
},
{
"date": "2013-11-28",
"count": 1
},
{
"date": "2013-11-29",
"count": 1
},
{
"date": "2013-12-02",
"count": 1
},
{
"date": "2013-12-03",
"count": 1
},
{
"date": "2013-12-05",
"count": 1
},
{
"date": "2013-12-14",
"count": 1
},
{
"date": "2013-12-19",
"count": 1
},
{
"date": "2013-12-24",
"count": 1
},
{
"date": "2014-01-02",
"count": 1
},
{
"date": "2014-01-05",
"count": 1
},
{
"date": "2014-01-07",
"count": 1
},
{
"date": "2014-01-08",
"count": 1
},
{
"date": "2014-01-09",
"count": 1
},
{
"date": "2014-01-10",
"count": 1
},
{
"date": "2014-01-14",
"count": 1
},
{
"date": "2014-01-16",
"count": 1
},
{
"date": "2014-01-19",
"count": 1
},
{
"date": "2014-02-03",
"count": 1
},
{
"date": "2014-02-05",
"count": 1
},
{
"date": "2014-02-06",
"count": 1
},
{
"date": "2014-02-09",
"count": 1
},
{
"date": "2014-02-19",
"count": 1
},
{
"date": "2014-02-24",
"count": 3
},
{
"date": "2014-03-02",
"count": 1
},
{
"date": "2014-03-11",
"count": 1
},
{
"date": "2014-03-16",
"count": 1
},
{
"date": "2014-03-19",
"count": 1
},
{
"date": "2014-03-20",
"count": 1
},
{
"date": "2014-03-21",
"count": 1
},
{
"date": "2014-03-22",
"count": 1
},
{
"date": "2014-04-01",
"count": 1
},
{
"date": "2014-04-03",
"count": 3
},
{
"date": "2014-04-04",
"count": 1
},
{
"date": "2014-04-05",
"count": 1
},
{
"date": "2014-04-09",
"count": 3
},
{
"date": "2014-04-10",
"count": 3
},
{
"date": "2014-04-26",
"count": 2
},
{
"date": "2014-04-27",
"count": 1
},
{
"date": "2014-05-02",
"count": 1
},
{
"date": "2014-05-07",
"count": 1
},
{
"date": "2014-05-10",
"count": 1
},
{
"date": "2014-05-13",
"count": 2
},
{
"date": "2014-05-22",
"count": 1
},
{
"date": "2014-05-23",
"count": 1
},
{
"date": "2014-06-02",
"count": 1
},
{
"date": "2014-06-08",
"count": 1
},
{
"date": "2014-06-10",
"count": 1
},
{
"date": "2014-06-16",
"count": 1
},
{
"date": "2014-06-18",
"count": 1
},
{
"date": "2014-06-19",
"count": 1
},
{
"date": "2014-06-25",
"count": 1
},
{
"date": "2014-07-11",
"count": 1
},
{
"date": "2014-07-13",
"count": 1
},
{
"date": "2014-07-15",
"count": 1
},
{
"date": "2014-07-18",
"count": 1
},
{
"date": "2014-07-27",
"count": 1
},
{
"date": "2014-08-05",
"count": 2
},
{
"date": "2014-08-13",
"count": 1
},
{
"date": "2014-08-17",
"count": 1
},
{
"date": "2014-08-24",
"count": 1
},
{
"date": "2014-08-25",
"count": 1
},
{
"date": "2014-08-27",
"count": 1
},
{
"date": "2014-09-09",
"count": 1
},
{
"date": "2014-09-10",
"count": 2
},
{
"date": "2014-09-23",
"count": 1
},
{
"date": "2014-09-29",
"count": 1
},
{
"date": "2014-10-02",
"count": 1
},
{
"date": "2014-10-04",
"count": 1
},
{
"date": "2014-10-08",
"count": 1
},
{
"date": "2014-10-11",
"count": 1
},
{
"date": "2014-10-12",
"count": 1
},
{
"date": "2014-10-20",
"count": 1
},
{
"date": "2014-10-21",
"count": 1
},
{
"date": "2014-10-22",
"count": 2
},
{
"date": "2014-10-31",
"count": 1
},
{
"date": "2014-11-03",
"count": 1
},
{
"date": "2014-11-04",
"count": 1
},
{
"date": "2014-11-06",
"count": 1
},
{
"date": "2014-11-12",
"count": 1
},
{
"date": "2014-11-15",
"count": 1
},
{
"date": "2014-11-23",
"count": 1
},
{
"date": "2014-11-25",
"count": 1
},
{
"date": "2014-12-01",
"count": 1
},
{
"date": "2014-12-04",
"count": 1
},
{
"date": "2014-12-06",
"count": 1
},
{
"date": "2014-12-08",
"count": 1
},
{
"date": "2014-12-10",
"count": 1
},
{
"date": "2014-12-17",
"count": 2
},
{
"date": "2014-12-18",
"count": 1
},
{
"date": "2014-12-19",
"count": 1
},
{
"date": "2014-12-20",
"count": 1
},
{
"date": "2014-12-21",
"count": 2
},
{
"date": "2014-12-22",
"count": 1
},
{
"date": "2014-12-26",
"count": 1
},
{
"date": "2014-12-30",
"count": 1
},
{
"date": "2015-01-05",
"count": 2
},
{
"date": "2015-01-08",
"count": 1
},
{
"date": "2015-01-15",
"count": 2
},
{
"date": "2015-01-20",
"count": 1
},
{
"date": "2015-02-08",
"count": 1
},
{
"date": "2015-02-13",
"count": 1
},
{
"date": "2015-02-17",
"count": 1
},
{
"date": "2015-02-19",
"count": 1
},
{
"date": "2015-02-27",
"count": 1
},
{
"date": "2015-03-06",
"count": 1
},
{
"date": "2015-03-11",
"count": 1
},
{
"date": "2015-03-16",
"count": 1
},
{
"date": "2015-03-18",
"count": 1
},
{
"date": "2015-04-13",
"count": 1
},
{
"date": "2015-04-19",
"count": 1
},
{
"date": "2015-04-22",
"count": 1
},
{
"date": "2015-04-27",
"count": 1
},
{
"date": "2015-04-28",
"count": 1
},
{
"date": "2015-04-30",
"count": 1
},
{
"date": "2015-05-05",
"count": 2
},
{
"date": "2015-05-26",
"count": 1
},
{
"date": "2015-05-29",
"count": 1
},
{
"date": "2015-06-01",
"count": 1
},
{
"date": "2015-06-12",
"count": 1
},
{
"date": "2015-06-15",
"count": 1
},
{
"date": "2015-06-20",
"count": 1
},
{
"date": "2015-06-25",
"count": 1
},
{
"date": "2015-06-26",
"count": 1
},
{
"date": "2015-07-02",
"count": 1
},
{
"date": "2015-07-08",
"count": 1
},
{
"date": "2015-07-17",
"count": 1
},
{
"date": "2015-07-23",
"count": 1
},
{
"date": "2015-08-11",
"count": 1
},
{
"date": "2015-08-12",
"count": 1
},
{
"date": "2015-08-14",
"count": 1
},
{
"date": "2015-08-25",
"count": 1
},
{
"date": "2015-08-28",
"count": 1
},
{
"date": "2015-09-09",
"count": 1
},
{
"date": "2015-09-10",
"count": 1
},
{
"date": "2015-09-12",
"count": 1
},
{
"date": "2015-09-21",
"count": 1
},
{
"date": "2015-09-22",
"count": 1
},
{
"date": "2015-10-04",
"count": 1
},
{
"date": "2015-10-05",
"count": 1
},
{
"date": "2015-10-08",
"count": 1
},
{
"date": "2015-10-12",
"count": 1
},
{
"date": "2015-10-13",
"count": 1
},
{
"date": "2015-10-19",
"count": 1
},
{
"date": "2015-10-22",
"count": 1
},
{
"date": "2015-10-23",
"count": 1
},
{
"date": "2015-11-05",
"count": 1
},
{
"date": "2015-11-07",
"count": 2
},
{
"date": "2015-11-12",
"count": 1
},
{
"date": "2015-11-19",
"count": 1
},
{
"date": "2015-11-20",
"count": 1
},
{
"date": "2015-11-23",
"count": 1
},
{
"date": "2015-11-27",
"count": 1
},
{
"date": "2015-12-03",
"count": 1
},
{
"date": "2015-12-04",
"count": 1
},
{
"date": "2015-12-08",
"count": 1
},
{
"date": "2016-01-05",
"count": 1
},
{
"date": "2016-01-08",
"count": 1
},
{
"date": "2016-01-18",
"count": 1
},
{
"date": "2016-01-20",
"count": 1
},
{
"date": "2016-01-22",
"count": 1
},
{
"date": "2016-01-25",
"count": 2
},
{
"date": "2016-01-27",
"count": 1
},
{
"date": "2016-02-06",
"count": 2
},
{
"date": "2016-02-09",
"count": 1
},
{
"date": "2016-02-23",
"count": 1
},
{
"date": "2016-03-02",
"count": 1
},
{
"date": "2016-03-03",
"count": 1
},
{
"date": "2016-03-11",
"count": 1
},
{
"date": "2016-03-15",
"count": 1
},
{
"date": "2016-03-26",
"count": 1
},
{
"date": "2016-03-27",
"count": 1
},
{
"date": "2016-04-01",
"count": 1
},
{
"date": "2016-04-02",
"count": 1
},
{
"date": "2016-04-07",
"count": 1
},
{
"date": "2016-04-08",
"count": 1
},
{
"date": "2016-04-11",
"count": 2
},
{
"date": "2016-04-13",
"count": 1
},
{
"date": "2016-04-15",
"count": 1
},
{
"date": "2016-04-25",
"count": 2
},
{
"date": "2016-05-03",
"count": 1
},
{
"date": "2016-05-04",
"count": 2
},
{
"date": "2016-05-13",
"count": 1
},
{
"date": "2016-05-16",
"count": 1
},
{
"date": "2016-05-18",
"count": 2
},
{
"date": "2016-05-20",
"count": 2
},
{
"date": "2016-05-31",
"count": 1
},
{
"date": "2016-06-02",
"count": 1
},
{
"date": "2016-06-06",
"count": 1
},
{
"date": "2016-06-07",
"count": 1
},
{
"date": "2016-06-11",
"count": 1
},
{
"date": "2016-06-16",
"count": 1
},
{
"date": "2016-06-17",
"count": 1
},
{
"date": "2016-06-22",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-06-29",
"count": 1
},
{
"date": "2016-07-03",
"count": 1
},
{
"date": "2016-07-07",
"count": 1
},
{
"date": "2016-07-10",
"count": 1
},
{
"date": "2016-07-11",
"count": 1
},
{
"date": "2016-07-12",
"count": 1
},
{
"date": "2016-07-14",
"count": 1
},
{
"date": "2016-07-26",
"count": 1
},
{
"date": "2016-07-28",
"count": 1
},
{
"date": "2016-08-01",
"count": 1
},
{
"date": "2016-08-03",
"count": 1
},
{
"date": "2016-08-05",
"count": 1
},
{
"date": "2016-08-21",
"count": 1
},
{
"date": "2016-08-29",
"count": 1
},
{
"date": "2016-09-08",
"count": 1
},
{
"date": "2016-09-22",
"count": 1
},
{
"date": "2016-10-03",
"count": 1
},
{
"date": "2016-10-13",
"count": 1
},
{
"date": "2016-10-21",
"count": 1
},
{
"date": "2016-11-09",
"count": 1
},
{
"date": "2016-11-10",
"count": 1
},
{
"date": "2016-11-13",
"count": 1
},
{
"date": "2016-11-14",
"count": 1
},
{
"date": "2016-11-16",
"count": 1
},
{
"date": "2016-11-18",
"count": 1
},
{
"date": "2016-12-10",
"count": 1
},
{
"date": "2016-12-15",
"count": 1
},
{
"date": "2017-01-27",
"count": 1
},
{
"date": "2017-02-05",
"count": 1
},
{
"date": "2017-02-09",
"count": 1
},
{
"date": "2017-02-13",
"count": 1
},
{
"date": "2017-02-20",
"count": 1
},
{
"date": "2017-02-22",
"count": 2
},
{
"date": "2017-03-21",
"count": 1
},
{
"date": "2017-03-28",
"count": 1
},
{
"date": "2017-04-07",
"count": 1
},
{
"date": "2017-04-28",
"count": 1
},
{
"date": "2017-05-01",
"count": 1
},
{
"date": "2017-05-02",
"count": 1
},
{
"date": "2017-05-03",
"count": 1
},
{
"date": "2017-05-05",
"count": 1
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-11",
"count": 1
},
{
"date": "2017-05-13",
"count": 1
},
{
"date": "2017-05-15",
"count": 1
},
{
"date": "2017-05-17",
"count": 2
},
{
"date": "2017-05-19",
"count": 2
},
{
"date": "2017-05-20",
"count": 1
},
{
"date": "2017-05-22",
"count": 2
},
{
"date": "2017-05-23",
"count": 3
},
{
"date": "2017-06-08",
"count": 2
},
{
"date": "2017-06-14",
"count": 1
},
{
"date": "2017-06-15",
"count": 1
},
{
"date": "2017-06-22",
"count": 1
},
{
"date": "2017-07-27",
"count": 1
},
{
"date": "2017-07-28",
"count": 1
},
{
"date": "2017-08-07",
"count": 1
},
{
"date": "2017-08-15",
"count": 1
},
{
"date": "2017-08-25",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-03",
"count": 1
},
{
"date": "2017-09-13",
"count": 1
},
{
"date": "2017-10-10",
"count": 2
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-10-20",
"count": 2
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-11-22",
"count": 1
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-12-13",
"count": 1
},
{
"date": "2017-12-20",
"count": 1
},
{
"date": "2017-12-29",
"count": 1
},
{
"date": "2018-01-04",
"count": 1
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-02-02",
"count": 1
},
{
"date": "2018-02-06",
"count": 1
},
{
"date": "2018-02-07",
"count": 2
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-27",
"count": 1
},
{
"date": "2018-03-01",
"count": 1
},
{
"date": "2018-03-09",
"count": 1
},
{
"date": "2018-03-16",
"count": 2
},
{
"date": "2018-03-22",
"count": 1
},
{
"date": "2018-03-31",
"count": 1
},
{
"date": "2018-04-09",
"count": 1
},
{
"date": "2018-04-11",
"count": 1
},
{
"date": "2018-04-12",
"count": 1
},
{
"date": "2018-04-17",
"count": 1
},
{
"date": "2018-04-18",
"count": 1
},
{
"date": "2018-04-23",
"count": 1
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-29",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-17",
"count": 1
},
{
"date": "2018-06-29",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-12",
"count": 1
},
{
"date": "2018-07-15",
"count": 1
},
{
"date": "2018-07-17",
"count": 1
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-08-22",
"count": 2
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-09-27",
"count": 1
},
{
"date": "2018-10-10",
"count": 1
},
{
"date": "2018-10-25",
"count": 1
},
{
"date": "2018-11-11",
"count": 1
},
{
"date": "2018-11-19",
"count": 1
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-11",
"count": 1
},
{
"date": "2019-01-15",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-26",
"count": 1
},
{
"date": "2019-01-28",
"count": 1
},
{
"date": "2019-02-01",
"count": 1
},
{
"date": "2019-02-07",
"count": 1
},
{
"date": "2019-02-08",
"count": 2
},
{
"date": "2019-02-11",
"count": 1
},
{
"date": "2019-02-12",
"count": 1
},
{
"date": "2019-02-17",
"count": 1
},
{
"date": "2019-03-07",
"count": 3
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-13",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-04-04",
"count": 2
},
{
"date": "2019-04-08",
"count": 1
},
{
"date": "2019-05-09",
"count": 1
},
{
"date": "2019-05-30",
"count": 2
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-07-29",
"count": 2
},
{
"date": "2019-10-03",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-18",
"count": 1
},
{
"date": "2019-10-21",
"count": 1
},
{
"date": "2019-10-24",
"count": 1
},
{
"date": "2019-11-18",
"count": 1
},
{
"date": "2019-11-21",
"count": 1
},
{
"date": "2019-12-04",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-01-29",
"count": 1
},
{
"date": "2020-03-04",
"count": 1
},
{
"date": "2020-04-11",
"count": 1
},
{
"date": "2020-04-29",
"count": 1
},
{
"date": "2020-05-10",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-22",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-08-21",
"count": 1
},
{
"date": "2020-09-10",
"count": 1
},
{
"date": "2020-09-18",
"count": 1
},
{
"date": "2020-09-28",
"count": 1
},
{
"date": "2020-10-10",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-11-10",
"count": 1
},
{
"date": "2020-11-12",
"count": 1
},
{
"date": "2020-11-18",
"count": 1
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-09",
"count": 1
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-31",
"count": 1
},
{
"date": "2021-01-13",
"count": 1
},
{
"date": "2021-02-05",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-09",
"count": 1
},
{
"date": "2021-02-20",
"count": 1
},
{
"date": "2021-03-03",
"count": 1
},
{
"date": "2021-03-17",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-04-08",
"count": 1
},
{
"date": "2021-05-06",
"count": 1
},
{
"date": "2021-05-17",
"count": 1
},
{
"date": "2021-06-02",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-08-04",
"count": 1
},
{
"date": "2021-08-12",
"count": 1
},
{
"date": "2021-08-26",
"count": 1
},
{
"date": "2021-08-28",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-09-17",
"count": 1
},
{
"date": "2021-10-11",
"count": 1
},
{
"date": "2021-10-18",
"count": 1
},
{
"date": "2021-11-05",
"count": 1
},
{
"date": "2021-11-24",
"count": 1
},
{
"date": "2021-12-16",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2021-12-25",
"count": 1
},
{
"date": "2022-01-09",
"count": 1
},
{
"date": "2022-01-14",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-19",
"count": 1
},
{
"date": "2022-03-04",
"count": 1
},
{
"date": "2022-03-05",
"count": 1
},
{
"date": "2022-04-20",
"count": 1
},
{
"date": "2022-05-10",
"count": 1
},
{
"date": "2022-06-07",
"count": 1
},
{
"date": "2022-06-09",
"count": 1
},
{
"date": "2022-06-10",
"count": 1
},
{
"date": "2022-07-05",
"count": 1
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-07-25",
"count": 1
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-02",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-14",
"count": 1
},
{
"date": "2022-09-19",
"count": 1
},
{
"date": "2022-11-14",
"count": 1
},
{
"date": "2022-11-21",
"count": 1
},
{
"date": "2022-12-13",
"count": 1
},
{
"date": "2022-12-28",
"count": 1
},
{
"date": "2023-01-24",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-08",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-17",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-16",
"count": 1
},
{
"date": "2023-03-29",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-19",
"count": 1
},
{
"date": "2023-05-10",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-06-07",
"count": 2
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-26",
"count": 1
},
{
"date": "2023-10-08",
"count": 2
},
{
"date": "2023-11-29",
"count": 1
},
{
"date": "2023-12-20",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-03-22",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-06-18",
"count": 2
},
{
"date": "2024-07-15",
"count": 1
},
{
"date": "2024-09-16",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-02-18",
"count": 1
},
{
"date": "2025-02-19",
"count": 1
},
{
"date": "2025-02-26",
"count": 1
},
{
"date": "2025-04-27",
"count": 1
},
{
"date": "2025-05-06",
"count": 1
},
{
"date": "2025-05-18",
"count": 1
},
{
"date": "2025-06-10",
"count": 1
},
{
"date": "2025-08-14",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-03-12",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
}
],
"complete": true,
"collected": 946,
"total_forks": 946
},
"star_history": {
"days": [
{
"date": "2017-04-15",
"count": 1
},
{
"date": "2017-04-17",
"count": 2
},
{
"date": "2017-04-19",
"count": 1
},
{
"date": "2017-04-21",
"count": 1
},
{
"date": "2017-04-24",
"count": 2
},
{
"date": "2017-04-25",
"count": 2
},
{
"date": "2017-05-02",
"count": 1
},
{
"date": "2017-05-03",
"count": 3
},
{
"date": "2017-05-05",
"count": 2
},
{
"date": "2017-05-08",
"count": 1
},
{
"date": "2017-05-09",
"count": 2
},
{
"date": "2017-05-11",
"count": 2
},
{
"date": "2017-05-12",
"count": 2
},
{
"date": "2017-05-14",
"count": 2
},
{
"date": "2017-05-16",
"count": 3
},
{
"date": "2017-05-18",
"count": 1
},
{
"date": "2017-05-19",
"count": 1
},
{
"date": "2017-05-26",
"count": 1
},
{
"date": "2017-05-30",
"count": 1
},
{
"date": "2017-06-03",
"count": 1
},
{
"date": "2017-06-06",
"count": 1
},
{
"date": "2017-06-07",
"count": 1
},
{
"date": "2017-06-13",
"count": 1
},
{
"date": "2017-06-15",
"count": 1
},
{
"date": "2017-06-19",
"count": 2
},
{
"date": "2017-06-20",
"count": 1
},
{
"date": "2017-06-23",
"count": 2
},
{
"date": "2017-06-26",
"count": 1
},
{
"date": "2017-06-27",
"count": 1
},
{
"date": "2017-06-28",
"count": 2
},
{
"date": "2017-06-29",
"count": 1
},
{
"date": "2017-07-01",
"count": 1
},
{
"date": "2017-07-02",
"count": 2
},
{
"date": "2017-07-05",
"count": 1
},
{
"date": "2017-07-06",
"count": 2
},
{
"date": "2017-07-09",
"count": 1
},
{
"date": "2017-07-10",
"count": 2
},
{
"date": "2017-07-12",
"count": 2
},
{
"date": "2017-07-14",
"count": 1
},
{
"date": "2017-07-18",
"count": 1
},
{
"date": "2017-07-21",
"count": 1
},
{
"date": "2017-07-25",
"count": 1
},
{
"date": "2017-07-28",
"count": 2
},
{
"date": "2017-07-30",
"count": 1
},
{
"date": "2017-07-31",
"count": 1
},
{
"date": "2017-08-03",
"count": 1
},
{
"date": "2017-08-05",
"count": 2
},
{
"date": "2017-08-07",
"count": 3
},
{
"date": "2017-08-08",
"count": 2
},
{
"date": "2017-08-09",
"count": 1
},
{
"date": "2017-08-10",
"count": 1
},
{
"date": "2017-08-11",
"count": 1
},
{
"date": "2017-08-12",
"count": 1
},
{
"date": "2017-08-13",
"count": 3
},
{
"date": "2017-08-14",
"count": 1
},
{
"date": "2017-08-16",
"count": 3
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-08-20",
"count": 2
},
{
"date": "2017-08-21",
"count": 2
},
{
"date": "2017-08-28",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-08-31",
"count": 1
},
{
"date": "2017-09-01",
"count": 1
},
{
"date": "2017-09-03",
"count": 1
},
{
"date": "2017-09-05",
"count": 1
},
{
"date": "2017-09-06",
"count": 2
},
{
"date": "2017-09-07",
"count": 1
},
{
"date": "2017-09-08",
"count": 1
},
{
"date": "2017-09-09",
"count": 2
},
{
"date": "2017-09-12",
"count": 1
},
{
"date": "2017-09-18",
"count": 3
},
{
"date": "2017-09-22",
"count": 1
},
{
"date": "2017-09-23",
"count": 2
},
{
"date": "2017-09-24",
"count": 1
},
{
"date": "2017-09-26",
"count": 1
},
{
"date": "2017-10-02",
"count": 1
},
{
"date": "2017-10-04",
"count": 1
},
{
"date": "2017-10-05",
"count": 1
},
{
"date": "2017-10-07",
"count": 2
},
{
"date": "2017-10-11",
"count": 1
},
{
"date": "2017-10-12",
"count": 1
},
{
"date": "2017-10-17",
"count": 2
},
{
"date": "2017-10-18",
"count": 1
},
{
"date": "2017-10-20",
"count": 1
},
{
"date": "2017-10-24",
"count": 1
},
{
"date": "2017-10-25",
"count": 1
},
{
"date": "2017-10-27",
"count": 1
},
{
"date": "2017-11-01",
"count": 2
},
{
"date": "2017-11-03",
"count": 1
},
{
"date": "2017-11-05",
"count": 1
},
{
"date": "2017-11-06",
"count": 1
},
{
"date": "2017-11-09",
"count": 3
},
{
"date": "2017-11-14",
"count": 1
},
{
"date": "2017-11-18",
"count": 1
},
{
"date": "2017-11-19",
"count": 1
},
{
"date": "2017-11-20",
"count": 2
},
{
"date": "2017-11-24",
"count": 1
},
{
"date": "2017-11-25",
"count": 1
},
{
"date": "2017-11-28",
"count": 1
},
{
"date": "2017-11-29",
"count": 1
},
{
"date": "2017-12-01",
"count": 1
},
{
"date": "2017-12-05",
"count": 1
},
{
"date": "2017-12-11",
"count": 1
},
{
"date": "2017-12-14",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2017-12-19",
"count": 1
},
{
"date": "2017-12-21",
"count": 1
},
{
"date": "2017-12-26",
"count": 1
},
{
"date": "2017-12-28",
"count": 1
},
{
"date": "2017-12-29",
"count": 3
},
{
"date": "2018-01-02",
"count": 1
},
{
"date": "2018-01-03",
"count": 2
},
{
"date": "2018-01-05",
"count": 1
},
{
"date": "2018-01-06",
"count": 3
},
{
"date": "2018-01-07",
"count": 1
},
{
"date": "2018-01-08",
"count": 1
},
{
"date": "2018-01-09",
"count": 1
},
{
"date": "2018-01-11",
"count": 2
},
{
"date": "2018-01-15",
"count": 1
},
{
"date": "2018-01-16",
"count": 1
},
{
"date": "2018-01-17",
"count": 2
},
{
"date": "2018-01-18",
"count": 1
},
{
"date": "2018-01-24",
"count": 1
},
{
"date": "2018-01-25",
"count": 1
},
{
"date": "2018-01-26",
"count": 2
},
{
"date": "2018-01-30",
"count": 1
},
{
"date": "2018-01-31",
"count": 1
},
{
"date": "2018-02-01",
"count": 1
},
{
"date": "2018-02-02",
"count": 2
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-02-06",
"count": 3
},
{
"date": "2018-02-07",
"count": 3
},
{
"date": "2018-02-08",
"count": 3
},
{
"date": "2018-02-09",
"count": 1
},
{
"date": "2018-02-11",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-02-15",
"count": 1
},
{
"date": "2018-02-16",
"count": 1
},
{
"date": "2018-02-17",
"count": 1
},
{
"date": "2018-02-20",
"count": 2
},
{
"date": "2018-02-22",
"count": 1
},
{
"date": "2018-02-24",
"count": 2
},
{
"date": "2018-02-27",
"count": 2
},
{
"date": "2018-03-02",
"count": 1
},
{
"date": "2018-03-07",
"count": 2
},
{
"date": "2018-03-08",
"count": 1
},
{
"date": "2018-03-09",
"count": 2
},
{
"date": "2018-03-11",
"count": 1
},
{
"date": "2018-03-16",
"count": 1
},
{
"date": "2018-03-19",
"count": 2
},
{
"date": "2018-03-21",
"count": 1
},
{
"date": "2018-03-26",
"count": 2
},
{
"date": "2018-03-28",
"count": 2
},
{
"date": "2018-03-29",
"count": 2
},
{
"date": "2018-03-31",
"count": 1
},
{
"date": "2018-04-04",
"count": 2
},
{
"date": "2018-04-05",
"count": 2
},
{
"date": "2018-04-07",
"count": 1
},
{
"date": "2018-04-08",
"count": 1
},
{
"date": "2018-04-10",
"count": 3
},
{
"date": "2018-04-12",
"count": 2
},
{
"date": "2018-04-15",
"count": 1
},
{
"date": "2018-04-16",
"count": 1
},
{
"date": "2018-04-17",
"count": 2
},
{
"date": "2018-04-18",
"count": 2
},
{
"date": "2018-04-25",
"count": 2
},
{
"date": "2018-04-26",
"count": 1
},
{
"date": "2018-04-28",
"count": 1
},
{
"date": "2018-04-30",
"count": 1
},
{
"date": "2018-05-03",
"count": 2
},
{
"date": "2018-05-07",
"count": 1
},
{
"date": "2018-05-08",
"count": 2
},
{
"date": "2018-05-09",
"count": 1
},
{
"date": "2018-05-10",
"count": 1
},
{
"date": "2018-05-12",
"count": 1
},
{
"date": "2018-05-14",
"count": 1
},
{
"date": "2018-05-18",
"count": 2
},
{
"date": "2018-05-23",
"count": 1
},
{
"date": "2018-05-25",
"count": 1
},
{
"date": "2018-05-28",
"count": 2
},
{
"date": "2018-05-29",
"count": 2
},
{
"date": "2018-06-03",
"count": 1
},
{
"date": "2018-06-04",
"count": 1
},
{
"date": "2018-06-12",
"count": 1
},
{
"date": "2018-06-13",
"count": 2
},
{
"date": "2018-06-19",
"count": 2
},
{
"date": "2018-06-21",
"count": 1
},
{
"date": "2018-06-23",
"count": 1
},
{
"date": "2018-06-25",
"count": 1
},
{
"date": "2018-06-26",
"count": 1
},
{
"date": "2018-07-09",
"count": 1
},
{
"date": "2018-07-10",
"count": 1
},
{
"date": "2018-07-12",
"count": 2
},
{
"date": "2018-07-17",
"count": 4
},
{
"date": "2018-07-18",
"count": 1
},
{
"date": "2018-07-22",
"count": 1
},
{
"date": "2018-07-23",
"count": 2
},
{
"date": "2018-07-24",
"count": 1
},
{
"date": "2018-07-25",
"count": 1
},
{
"date": "2018-08-01",
"count": 1
},
{
"date": "2018-08-06",
"count": 2
},
{
"date": "2018-08-08",
"count": 1
},
{
"date": "2018-08-10",
"count": 2
},
{
"date": "2018-08-12",
"count": 2
},
{
"date": "2018-08-17",
"count": 2
},
{
"date": "2018-08-21",
"count": 1
},
{
"date": "2018-08-24",
"count": 1
},
{
"date": "2018-08-25",
"count": 2
},
{
"date": "2018-08-26",
"count": 2
},
{
"date": "2018-08-27",
"count": 1
},
{
"date": "2018-08-28",
"count": 1
},
{
"date": "2018-08-31",
"count": 1
},
{
"date": "2018-09-03",
"count": 2
},
{
"date": "2018-09-04",
"count": 1
},
{
"date": "2018-09-07",
"count": 1
},
{
"date": "2018-09-12",
"count": 1
},
{
"date": "2018-09-13",
"count": 2
},
{
"date": "2018-09-15",
"count": 1
},
{
"date": "2018-09-17",
"count": 1
},
{
"date": "2018-09-20",
"count": 1
},
{
"date": "2018-09-21",
"count": 1
},
{
"date": "2018-09-23",
"count": 1
},
{
"date": "2018-09-25",
"count": 2
},
{
"date": "2018-09-26",
"count": 1
},
{
"date": "2018-09-28",
"count": 1
},
{
"date": "2018-10-01",
"count": 1
},
{
"date": "2018-10-05",
"count": 1
},
{
"date": "2018-10-07",
"count": 1
},
{
"date": "2018-10-09",
"count": 3
},
{
"date": "2018-10-11",
"count": 1
},
{
"date": "2018-10-15",
"count": 1
},
{
"date": "2018-10-19",
"count": 1
},
{
"date": "2018-10-25",
"count": 1
},
{
"date": "2018-10-27",
"count": 1
},
{
"date": "2018-10-28",
"count": 1
},
{
"date": "2018-10-29",
"count": 1
},
{
"date": "2018-11-01",
"count": 1
},
{
"date": "2018-11-08",
"count": 1
},
{
"date": "2018-11-13",
"count": 1
},
{
"date": "2018-11-15",
"count": 1
},
{
"date": "2018-11-16",
"count": 2
},
{
"date": "2018-11-20",
"count": 1
},
{
"date": "2018-11-28",
"count": 1
},
{
"date": "2018-11-29",
"count": 1
},
{
"date": "2018-12-01",
"count": 1
},
{
"date": "2018-12-03",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-06",
"count": 1
},
{
"date": "2018-12-08",
"count": 1
},
{
"date": "2018-12-10",
"count": 1
},
{
"date": "2018-12-11",
"count": 1
},
{
"date": "2018-12-13",
"count": 1
},
{
"date": "2018-12-16",
"count": 1
},
{
"date": "2018-12-17",
"count": 1
},
{
"date": "2018-12-18",
"count": 1
},
{
"date": "2018-12-19",
"count": 1
},
{
"date": "2018-12-25",
"count": 1
},
{
"date": "2019-01-02",
"count": 1
},
{
"date": "2019-01-03",
"count": 1
},
{
"date": "2019-01-08",
"count": 1
},
{
"date": "2019-01-09",
"count": 1
},
{
"date": "2019-01-10",
"count": 1
},
{
"date": "2019-01-12",
"count": 2
},
{
"date": "2019-01-14",
"count": 1
},
{
"date": "2019-01-18",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-01-25",
"count": 1
},
{
"date": "2019-01-28",
"count": 3
},
{
"date": "2019-01-29",
"count": 1
},
{
"date": "2019-01-31",
"count": 1
},
{
"date": "2019-02-06",
"count": 1
},
{
"date": "2019-02-08",
"count": 1
},
{
"date": "2019-02-18",
"count": 3
},
{
"date": "2019-02-19",
"count": 2
},
{
"date": "2019-02-20",
"count": 1
},
{
"date": "2019-02-21",
"count": 1
},
{
"date": "2019-03-04",
"count": 1
},
{
"date": "2019-03-08",
"count": 1
},
{
"date": "2019-03-09",
"count": 2
},
{
"date": "2019-03-11",
"count": 1
},
{
"date": "2019-03-12",
"count": 1
},
{
"date": "2019-03-13",
"count": 2
},
{
"date": "2019-03-14",
"count": 1
},
{
"date": "2019-03-17",
"count": 1
},
{
"date": "2019-03-18",
"count": 1
},
{
"date": "2019-03-21",
"count": 3
},
{
"date": "2019-03-25",
"count": 1
},
{
"date": "2019-03-26",
"count": 2
},
{
"date": "2019-03-27",
"count": 3
},
{
"date": "2019-04-02",
"count": 2
},
{
"date": "2019-04-03",
"count": 2
},
{
"date": "2019-04-04",
"count": 1
},
{
"date": "2019-04-05",
"count": 1
},
{
"date": "2019-04-06",
"count": 1
},
{
"date": "2019-04-08",
"count": 2
},
{
"date": "2019-04-09",
"count": 1
},
{
"date": "2019-04-12",
"count": 1
},
{
"date": "2019-04-17",
"count": 1
},
{
"date": "2019-04-20",
"count": 1
},
{
"date": "2019-04-22",
"count": 1
},
{
"date": "2019-04-26",
"count": 1
},
{
"date": "2019-04-27",
"count": 1
},
{
"date": "2019-04-29",
"count": 1
},
{
"date": "2019-05-01",
"count": 1
},
{
"date": "2019-05-03",
"count": 1
},
{
"date": "2019-05-06",
"count": 1
},
{
"date": "2019-05-13",
"count": 1
},
{
"date": "2019-05-14",
"count": 2
},
{
"date": "2019-05-15",
"count": 1
},
{
"date": "2019-05-17",
"count": 1
},
{
"date": "2019-05-23",
"count": 1
},
{
"date": "2019-05-29",
"count": 1
},
{
"date": "2019-06-07",
"count": 1
},
{
"date": "2019-06-12",
"count": 2
},
{
"date": "2019-06-14",
"count": 1
},
{
"date": "2019-06-20",
"count": 1
},
{
"date": "2019-06-24",
"count": 1
},
{
"date": "2019-06-25",
"count": 1
},
{
"date": "2019-06-26",
"count": 2
},
{
"date": "2019-07-05",
"count": 2
},
{
"date": "2019-07-08",
"count": 1
},
{
"date": "2019-07-10",
"count": 2
},
{
"date": "2019-07-15",
"count": 4
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-07-23",
"count": 1
},
{
"date": "2019-07-28",
"count": 1
},
{
"date": "2019-08-01",
"count": 1
},
{
"date": "2019-08-03",
"count": 1
},
{
"date": "2019-08-09",
"count": 1
},
{
"date": "2019-08-11",
"count": 1
},
{
"date": "2019-08-16",
"count": 2
},
{
"date": "2019-08-20",
"count": 1
},
{
"date": "2019-08-23",
"count": 1
},
{
"date": "2019-08-27",
"count": 1
},
{
"date": "2019-08-28",
"count": 1
},
{
"date": "2019-08-29",
"count": 1
},
{
"date": "2019-08-30",
"count": 1
},
{
"date": "2019-09-01",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-09-06",
"count": 1
},
{
"date": "2019-09-12",
"count": 1
},
{
"date": "2019-09-13",
"count": 1
},
{
"date": "2019-09-15",
"count": 2
},
{
"date": "2019-09-19",
"count": 2
},
{
"date": "2019-09-20",
"count": 1
},
{
"date": "2019-09-22",
"count": 1
},
{
"date": "2019-09-23",
"count": 1
},
{
"date": "2019-09-24",
"count": 1
},
{
"date": "2019-09-25",
"count": 1
},
{
"date": "2019-09-27",
"count": 1
},
{
"date": "2019-10-02",
"count": 2
},
{
"date": "2019-10-07",
"count": 1
},
{
"date": "2019-10-08",
"count": 1
},
{
"date": "2019-10-10",
"count": 1
},
{
"date": "2019-10-11",
"count": 1
},
{
"date": "2019-10-15",
"count": 1
},
{
"date": "2019-10-22",
"count": 1
},
{
"date": "2019-10-26",
"count": 1
},
{
"date": "2019-10-30",
"count": 1
},
{
"date": "2019-10-31",
"count": 1
},
{
"date": "2019-11-01",
"count": 1
},
{
"date": "2019-11-04",
"count": 1
},
{
"date": "2019-11-08",
"count": 1
},
{
"date": "2019-11-09",
"count": 1
},
{
"date": "2019-11-10",
"count": 1
},
{
"date": "2019-11-15",
"count": 3
},
{
"date": "2019-11-17",
"count": 1
},
{
"date": "2019-11-19",
"count": 1
},
{
"date": "2019-11-20",
"count": 2
},
{
"date": "2019-11-25",
"count": 1
},
{
"date": "2019-12-01",
"count": 1
},
{
"date": "2019-12-06",
"count": 1
},
{
"date": "2019-12-11",
"count": 1
},
{
"date": "2019-12-16",
"count": 1
},
{
"date": "2019-12-17",
"count": 1
},
{
"date": "2019-12-18",
"count": 1
},
{
"date": "2019-12-22",
"count": 1
},
{
"date": "2019-12-25",
"count": 1
},
{
"date": "2019-12-27",
"count": 1
},
{
"date": "2020-01-07",
"count": 1
},
{
"date": "2020-01-08",
"count": 1
},
{
"date": "2020-01-09",
"count": 3
},
{
"date": "2020-01-13",
"count": 1
},
{
"date": "2020-01-15",
"count": 1
},
{
"date": "2020-01-24",
"count": 3
},
{
"date": "2020-01-26",
"count": 1
},
{
"date": "2020-01-28",
"count": 1
},
{
"date": "2020-01-30",
"count": 1
},
{
"date": "2020-02-04",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-07",
"count": 1
},
{
"date": "2020-02-10",
"count": 2
},
{
"date": "2020-02-12",
"count": 1
},
{
"date": "2020-02-17",
"count": 1
},
{
"date": "2020-02-19",
"count": 2
},
{
"date": "2020-02-28",
"count": 1
},
{
"date": "2020-03-06",
"count": 1
},
{
"date": "2020-03-11",
"count": 1
},
{
"date": "2020-03-14",
"count": 1
},
{
"date": "2020-03-16",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-25",
"count": 1
},
{
"date": "2020-03-26",
"count": 1
},
{
"date": "2020-03-30",
"count": 2
},
{
"date": "2020-03-31",
"count": 1
},
{
"date": "2020-04-02",
"count": 1
},
{
"date": "2020-04-08",
"count": 2
},
{
"date": "2020-04-09",
"count": 1
},
{
"date": "2020-04-11",
"count": 2
},
{
"date": "2020-04-12",
"count": 1
},
{
"date": "2020-04-14",
"count": 2
},
{
"date": "2020-04-15",
"count": 1
},
{
"date": "2020-04-19",
"count": 1
},
{
"date": "2020-05-03",
"count": 1
},
{
"date": "2020-05-04",
"count": 1
},
{
"date": "2020-05-06",
"count": 1
},
{
"date": "2020-05-07",
"count": 1
},
{
"date": "2020-05-08",
"count": 1
},
{
"date": "2020-05-14",
"count": 1
},
{
"date": "2020-05-17",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-23",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-05-29",
"count": 1
},
{
"date": "2020-06-01",
"count": 2
},
{
"date": "2020-06-09",
"count": 1
},
{
"date": "2020-06-11",
"count": 1
},
{
"date": "2020-06-12",
"count": 1
},
{
"date": "2020-06-16",
"count": 1
},
{
"date": "2020-06-17",
"count": 1
},
{
"date": "2020-06-20",
"count": 1
},
{
"date": "2020-06-24",
"count": 2
},
{
"date": "2020-06-28",
"count": 2
},
{
"date": "2020-07-10",
"count": 1
},
{
"date": "2020-07-23",
"count": 1
},
{
"date": "2020-07-24",
"count": 1
},
{
"date": "2020-07-31",
"count": 1
},
{
"date": "2020-08-01",
"count": 1
},
{
"date": "2020-08-06",
"count": 1
},
{
"date": "2020-08-10",
"count": 1
},
{
"date": "2020-08-19",
"count": 1
},
{
"date": "2020-08-20",
"count": 2
},
{
"date": "2020-08-26",
"count": 1
},
{
"date": "2020-08-27",
"count": 1
},
{
"date": "2020-08-31",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-05",
"count": 1
},
{
"date": "2020-09-09",
"count": 1
},
{
"date": "2020-09-11",
"count": 2
},
{
"date": "2020-09-13",
"count": 1
},
{
"date": "2020-09-16",
"count": 2
},
{
"date": "2020-09-17",
"count": 1
},
{
"date": "2020-09-19",
"count": 1
},
{
"date": "2020-09-20",
"count": 1
},
{
"date": "2020-10-02",
"count": 1
},
{
"date": "2020-10-06",
"count": 1
},
{
"date": "2020-10-15",
"count": 2
},
{
"date": "2020-10-21",
"count": 2
},
{
"date": "2020-10-29",
"count": 1
},
{
"date": "2020-11-02",
"count": 1
},
{
"date": "2020-11-03",
"count": 1
},
{
"date": "2020-11-04",
"count": 1
},
{
"date": "2020-11-05",
"count": 1
},
{
"date": "2020-11-26",
"count": 2
},
{
"date": "2020-12-01",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-08",
"count": 1
},
{
"date": "2020-12-10",
"count": 2
},
{
"date": "2020-12-19",
"count": 1
},
{
"date": "2020-12-21",
"count": 1
},
{
"date": "2020-12-22",
"count": 1
},
{
"date": "2020-12-26",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-01-03",
"count": 1
},
{
"date": "2021-01-04",
"count": 3
},
{
"date": "2021-01-06",
"count": 1
},
{
"date": "2021-01-11",
"count": 1
},
{
"date": "2021-01-12",
"count": 1
},
{
"date": "2021-01-15",
"count": 1
},
{
"date": "2021-01-28",
"count": 1
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-02-01",
"count": 2
},
{
"date": "2021-02-02",
"count": 1
},
{
"date": "2021-02-08",
"count": 1
},
{
"date": "2021-02-11",
"count": 2
},
{
"date": "2021-02-15",
"count": 1
},
{
"date": "2021-02-16",
"count": 1
},
{
"date": "2021-02-19",
"count": 1
},
{
"date": "2021-02-21",
"count": 1
},
{
"date": "2021-02-22",
"count": 1
},
{
"date": "2021-02-23",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-03-09",
"count": 2
},
{
"date": "2021-03-18",
"count": 1
},
{
"date": "2021-03-22",
"count": 1
},
{
"date": "2021-03-23",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-05",
"count": 1
},
{
"date": "2021-04-07",
"count": 2
},
{
"date": "2021-04-11",
"count": 1
},
{
"date": "2021-04-12",
"count": 3
},
{
"date": "2021-04-14",
"count": 1
},
{
"date": "2021-04-19",
"count": 1
},
{
"date": "2021-04-23",
"count": 1
},
{
"date": "2021-04-26",
"count": 1
},
{
"date": "2021-05-08",
"count": 1
},
{
"date": "2021-05-09",
"count": 1
},
{
"date": "2021-05-18",
"count": 2
},
{
"date": "2021-05-24",
"count": 2
},
{
"date": "2021-05-28",
"count": 1
},
{
"date": "2021-06-01",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-06-16",
"count": 1
},
{
"date": "2021-06-18",
"count": 1
},
{
"date": "2021-06-22",
"count": 1
},
{
"date": "2021-06-25",
"count": 1
},
{
"date": "2021-06-29",
"count": 1
},
{
"date": "2021-06-30",
"count": 2
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-07-02",
"count": 1
},
{
"date": "2021-07-19",
"count": 2
},
{
"date": "2021-07-22",
"count": 1
},
{
"date": "2021-07-23",
"count": 1
},
{
"date": "2021-08-08",
"count": 1
},
{
"date": "2021-08-09",
"count": 1
},
{
"date": "2021-08-13",
"count": 2
},
{
"date": "2021-08-14",
"count": 1
},
{
"date": "2021-08-17",
"count": 2
},
{
"date": "2021-08-19",
"count": 1
},
{
"date": "2021-08-21",
"count": 1
},
{
"date": "2021-08-24",
"count": 1
},
{
"date": "2021-08-25",
"count": 1
},
{
"date": "2021-08-30",
"count": 1
},
{
"date": "2021-08-31",
"count": 1
},
{
"date": "2021-09-06",
"count": 2
},
{
"date": "2021-09-07",
"count": 1
},
{
"date": "2021-09-08",
"count": 1
},
{
"date": "2021-09-09",
"count": 1
},
{
"date": "2021-09-10",
"count": 1
},
{
"date": "2021-09-13",
"count": 1
},
{
"date": "2021-09-15",
"count": 1
},
{
"date": "2021-09-16",
"count": 1
},
{
"date": "2021-10-05",
"count": 1
},
{
"date": "2021-10-06",
"count": 1
},
{
"date": "2021-10-12",
"count": 2
},
{
"date": "2021-10-16",
"count": 1
},
{
"date": "2021-10-19",
"count": 1
},
{
"date": "2021-10-20",
"count": 1
},
{
"date": "2021-10-26",
"count": 2
},
{
"date": "2021-10-29",
"count": 1
},
{
"date": "2021-11-02",
"count": 1
},
{
"date": "2021-11-10",
"count": 1
},
{
"date": "2021-11-14",
"count": 1
},
{
"date": "2021-11-17",
"count": 1
},
{
"date": "2021-11-18",
"count": 1
},
{
"date": "2021-11-28",
"count": 1
},
{
"date": "2021-12-14",
"count": 1
},
{
"date": "2021-12-18",
"count": 1
},
{
"date": "2021-12-25",
"count": 1
},
{
"date": "2021-12-27",
"count": 1
},
{
"date": "2022-01-05",
"count": 1
},
{
"date": "2022-01-07",
"count": 1
},
{
"date": "2022-01-08",
"count": 1
},
{
"date": "2022-01-13",
"count": 1
},
{
"date": "2022-01-17",
"count": 1
},
{
"date": "2022-01-22",
"count": 1
},
{
"date": "2022-01-26",
"count": 1
},
{
"date": "2022-01-27",
"count": 1
},
{
"date": "2022-01-28",
"count": 1
},
{
"date": "2022-02-08",
"count": 2
},
{
"date": "2022-02-09",
"count": 1
},
{
"date": "2022-02-11",
"count": 1
},
{
"date": "2022-02-14",
"count": 1
},
{
"date": "2022-02-15",
"count": 1
},
{
"date": "2022-02-16",
"count": 2
},
{
"date": "2022-02-17",
"count": 1
},
{
"date": "2022-02-18",
"count": 2
},
{
"date": "2022-02-23",
"count": 1
},
{
"date": "2022-02-24",
"count": 2
},
{
"date": "2022-02-25",
"count": 1
},
{
"date": "2022-02-26",
"count": 1
},
{
"date": "2022-02-27",
"count": 1
},
{
"date": "2022-03-07",
"count": 1
},
{
"date": "2022-03-09",
"count": 1
},
{
"date": "2022-03-10",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-12",
"count": 1
},
{
"date": "2022-03-22",
"count": 1
},
{
"date": "2022-03-23",
"count": 1
},
{
"date": "2022-04-08",
"count": 1
},
{
"date": "2022-04-11",
"count": 2
},
{
"date": "2022-04-25",
"count": 1
},
{
"date": "2022-04-29",
"count": 2
},
{
"date": "2022-04-30",
"count": 1
},
{
"date": "2022-05-16",
"count": 2
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-23",
"count": 3
},
{
"date": "2022-05-27",
"count": 1
},
{
"date": "2022-06-04",
"count": 1
},
{
"date": "2022-06-06",
"count": 1
},
{
"date": "2022-06-13",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-06-30",
"count": 1
},
{
"date": "2022-07-04",
"count": 1
},
{
"date": "2022-07-13",
"count": 1
},
{
"date": "2022-07-20",
"count": 2
},
{
"date": "2022-07-22",
"count": 1
},
{
"date": "2022-07-27",
"count": 1
},
{
"date": "2022-08-01",
"count": 1
},
{
"date": "2022-08-06",
"count": 1
},
{
"date": "2022-08-08",
"count": 1
},
{
"date": "2022-08-14",
"count": 1
},
{
"date": "2022-08-15",
"count": 1
},
{
"date": "2022-08-17",
"count": 1
},
{
"date": "2022-08-20",
"count": 1
},
{
"date": "2022-08-22",
"count": 1
},
{
"date": "2022-09-01",
"count": 1
},
{
"date": "2022-09-04",
"count": 2
},
{
"date": "2022-09-13",
"count": 1
},
{
"date": "2022-09-15",
"count": 1
},
{
"date": "2022-09-29",
"count": 1
},
{
"date": "2022-10-04",
"count": 2
},
{
"date": "2022-10-05",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-14",
"count": 1
},
{
"date": "2022-10-15",
"count": 1
},
{
"date": "2022-10-19",
"count": 1
},
{
"date": "2022-11-04",
"count": 1
},
{
"date": "2022-11-09",
"count": 1
},
{
"date": "2022-11-10",
"count": 1
},
{
"date": "2022-11-11",
"count": 1
},
{
"date": "2022-11-18",
"count": 1
},
{
"date": "2022-11-25",
"count": 1
},
{
"date": "2022-11-28",
"count": 1
},
{
"date": "2022-12-01",
"count": 1
},
{
"date": "2022-12-09",
"count": 1
},
{
"date": "2022-12-15",
"count": 2
},
{
"date": "2022-12-16",
"count": 1
},
{
"date": "2022-12-19",
"count": 1
},
{
"date": "2022-12-20",
"count": 1
},
{
"date": "2022-12-21",
"count": 1
},
{
"date": "2022-12-27",
"count": 1
},
{
"date": "2023-01-02",
"count": 1
},
{
"date": "2023-01-04",
"count": 1
},
{
"date": "2023-01-08",
"count": 1
},
{
"date": "2023-01-12",
"count": 1
},
{
"date": "2023-01-13",
"count": 1
},
{
"date": "2023-01-17",
"count": 1
},
{
"date": "2023-01-19",
"count": 1
},
{
"date": "2023-01-20",
"count": 3
},
{
"date": "2023-01-27",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-02-06",
"count": 1
},
{
"date": "2023-02-13",
"count": 1
},
{
"date": "2023-02-16",
"count": 1
},
{
"date": "2023-02-21",
"count": 1
},
{
"date": "2023-02-22",
"count": 1
},
{
"date": "2023-02-24",
"count": 3
},
{
"date": "2023-02-28",
"count": 1
},
{
"date": "2023-03-03",
"count": 1
},
{
"date": "2023-03-05",
"count": 1
},
{
"date": "2023-03-13",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-10",
"count": 2
},
{
"date": "2023-04-11",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-05-02",
"count": 1
},
{
"date": "2023-05-15",
"count": 1
},
{
"date": "2023-05-18",
"count": 1
},
{
"date": "2023-05-22",
"count": 1
},
{
"date": "2023-05-29",
"count": 1
},
{
"date": "2023-06-07",
"count": 1
},
{
"date": "2023-06-13",
"count": 1
},
{
"date": "2023-06-22",
"count": 1
},
{
"date": "2023-06-23",
"count": 1
},
{
"date": "2023-06-28",
"count": 1
},
{
"date": "2023-07-03",
"count": 1
},
{
"date": "2023-07-10",
"count": 1
},
{
"date": "2023-07-14",
"count": 1
},
{
"date": "2023-07-15",
"count": 1
},
{
"date": "2023-07-23",
"count": 1
},
{
"date": "2023-07-31",
"count": 2
},
{
"date": "2023-08-17",
"count": 1
},
{
"date": "2023-08-18",
"count": 1
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-08-22",
"count": 1
},
{
"date": "2023-08-28",
"count": 1
},
{
"date": "2023-09-06",
"count": 2
},
{
"date": "2023-09-07",
"count": 1
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-09-12",
"count": 2
},
{
"date": "2023-09-18",
"count": 1
},
{
"date": "2023-09-20",
"count": 1
},
{
"date": "2023-09-29",
"count": 1
},
{
"date": "2023-10-01",
"count": 1
},
{
"date": "2023-10-02",
"count": 1
},
{
"date": "2023-10-05",
"count": 1
},
{
"date": "2023-10-11",
"count": 1
},
{
"date": "2023-10-25",
"count": 1
},
{
"date": "2023-11-07",
"count": 1
},
{
"date": "2023-11-09",
"count": 1
},
{
"date": "2023-11-22",
"count": 1
},
{
"date": "2023-11-27",
"count": 1
},
{
"date": "2023-11-28",
"count": 1
},
{
"date": "2023-12-02",
"count": 1
},
{
"date": "2023-12-03",
"count": 1
},
{
"date": "2023-12-17",
"count": 1
},
{
"date": "2023-12-21",
"count": 1
},
{
"date": "2023-12-22",
"count": 1
},
{
"date": "2023-12-29",
"count": 1
},
{
"date": "2024-01-09",
"count": 1
},
{
"date": "2024-01-11",
"count": 1
},
{
"date": "2024-01-16",
"count": 1
},
{
"date": "2024-01-24",
"count": 1
},
{
"date": "2024-01-30",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-02-08",
"count": 2
},
{
"date": "2024-02-09",
"count": 1
},
{
"date": "2024-02-21",
"count": 1
},
{
"date": "2024-02-22",
"count": 1
},
{
"date": "2024-02-23",
"count": 2
},
{
"date": "2024-02-26",
"count": 1
},
{
"date": "2024-02-27",
"count": 1
},
{
"date": "2024-03-03",
"count": 1
},
{
"date": "2024-03-20",
"count": 1
},
{
"date": "2024-03-27",
"count": 1
},
{
"date": "2024-04-02",
"count": 1
},
{
"date": "2024-04-03",
"count": 1
},
{
"date": "2024-04-04",
"count": 1
},
{
"date": "2024-04-10",
"count": 1
},
{
"date": "2024-04-13",
"count": 1
},
{
"date": "2024-04-19",
"count": 1
},
{
"date": "2024-04-21",
"count": 1
},
{
"date": "2024-04-27",
"count": 1
},
{
"date": "2024-05-15",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-05-19",
"count": 1
},
{
"date": "2024-06-05",
"count": 1
},
{
"date": "2024-06-06",
"count": 1
},
{
"date": "2024-06-13",
"count": 1
},
{
"date": "2024-06-20",
"count": 2
},
{
"date": "2024-07-04",
"count": 1
},
{
"date": "2024-07-05",
"count": 1
},
{
"date": "2024-07-16",
"count": 1
},
{
"date": "2024-07-25",
"count": 1
},
{
"date": "2024-08-13",
"count": 1
},
{
"date": "2024-08-26",
"count": 1
},
{
"date": "2024-08-27",
"count": 1
},
{
"date": "2024-08-31",
"count": 1
},
{
"date": "2024-09-02",
"count": 1
},
{
"date": "2024-09-07",
"count": 2
},
{
"date": "2024-09-08",
"count": 1
},
{
"date": "2024-09-10",
"count": 1
},
{
"date": "2024-09-17",
"count": 1
},
{
"date": "2024-09-22",
"count": 1
},
{
"date": "2024-09-24",
"count": 1
},
{
"date": "2024-10-06",
"count": 2
},
{
"date": "2024-10-14",
"count": 1
},
{
"date": "2024-11-03",
"count": 1
},
{
"date": "2024-11-04",
"count": 1
},
{
"date": "2024-11-06",
"count": 1
},
{
"date": "2025-01-01",
"count": 1
},
{
"date": "2025-01-06",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-02-09",
"count": 1
},
{
"date": "2025-02-21",
"count": 1
},
{
"date": "2025-02-22",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-02-25",
"count": 1
},
{
"date": "2025-04-07",
"count": 1
},
{
"date": "2025-04-08",
"count": 1
},
{
"date": "2025-04-21",
"count": 1
},
{
"date": "2025-05-03",
"count": 1
},
{
"date": "2025-05-07",
"count": 1
},
{
"date": "2025-05-22",
"count": 1
},
{
"date": "2025-05-24",
"count": 1
},
{
"date": "2025-06-23",
"count": 1
},
{
"date": "2025-07-02",
"count": 1
},
{
"date": "2025-07-11",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-08-25",
"count": 1
},
{
"date": "2025-09-06",
"count": 1
},
{
"date": "2025-09-22",
"count": 1
},
{
"date": "2025-10-07",
"count": 1
},
{
"date": "2025-10-12",
"count": 1
},
{
"date": "2025-10-16",
"count": 1
},
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-03",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-14",
"count": 1
},
{
"date": "2025-12-22",
"count": 1
},
{
"date": "2025-12-25",
"count": 1
},
{
"date": "2025-12-30",
"count": 1
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-02-03",
"count": 1
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-04-11",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-28",
"count": 2
},
{
"date": "2026-06-02",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-06",
"count": 1
},
{
"date": "2026-06-22",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
}
],
"complete": false,
"collected": 1000,
"total_stars": 4823
},
"open_issues_and_prs": 142
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"recipes"
],
"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": 25342,
"source_files_sampled": 45,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Gemfile"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 23,
"direct_affected_count": 0
},
"ecosystems": [
"rubygems"
],
"dependencies": [
{
"name": "rake",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "sqlite3",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.4"
},
{
"name": "sqlite3",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "activerecord-jdbcsqlite3-adapter",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 60.0"
},
{
"name": "activerecord-jdbcsqlite3-adapter",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 61.0"
},
{
"name": "activerecord-jdbcsqlite3-adapter",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "80.0.pre1"
},
{
"name": "activerecord-jdbcsqlite3-adapter",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "jruby-openssl",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "mime-types",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rdoc",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "< 8"
},
{
"name": "railties",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "railties",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "railties",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "psych",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "net-smtp",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rspec",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": ">= 3"
},
{
"name": "simplecov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": ">= 1"
},
{
"name": "simplecov-lcov",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "base64",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "bigdecimal",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "mutex_m",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "ostruct",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "concurrent-ruby",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "zeitwerk",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": null
},
{
"name": "rubocop",
"manifest": "Gemfile",
"ecosystem": "rubygems",
"version_constraint": "~> 1.88"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "activerecord-jdbcsqlite3-adapter",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activerecord-jdbcsqlite3-adapter",
"direct": true,
"version": "80.0.pre1",
"ecosystem": "rubygems"
},
{
"name": "base64",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "bigdecimal",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "concurrent-ruby",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jruby-openssl",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "mutex_m",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "net-smtp",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "ostruct",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "psych",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "railties",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rake",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rdoc",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rspec",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "rubocop",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "simplecov-lcov",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "sqlite3",
"direct": true,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "actionmailer",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activejob",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activerecord",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "activesupport",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "benchmark",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "logger",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 24,
"direct_count": 18,
"indirect_count": 6
}
},
"maintainership": {
"issues": {
"open_prs": 66,
"merged_prs": 162,
"open_issues": 76,
"closed_ratio": 0.907,
"closed_issues": 737,
"closed_unmerged_prs": 203
},
"bus_factor": 2,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "albus522",
"commits": 290,
"avatar_url": "https://avatars.githubusercontent.com/u/7812?v=4"
},
{
"type": "User",
"login": "bkeepers",
"commits": 228,
"avatar_url": "https://avatars.githubusercontent.com/u/173?v=4"
},
{
"type": "User",
"login": "bryckbost",
"commits": 76,
"avatar_url": "https://avatars.githubusercontent.com/u/692?v=4"
},
{
"type": "User",
"login": "sferik",
"commits": 73,
"avatar_url": "https://avatars.githubusercontent.com/u/10308?v=4"
},
{
"type": "User",
"login": "betamatt",
"commits": 59,
"avatar_url": "https://avatars.githubusercontent.com/u/23032?v=4"
},
{
"type": "User",
"login": "willnet",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/82371?v=4"
},
{
"type": "User",
"login": "laserlemon",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/34264?v=4"
},
{
"type": "User",
"login": "lpetre",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/193260?v=4"
},
{
"type": "User",
"login": "gaffneyc",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/7095?v=4"
},
{
"type": "User",
"login": "nightshade427",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/56510?v=4"
}
],
"contributors_sampled": 100,
"top_contributor_share": 0.299
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish_gem.yml",
"rubocop.yml"
],
"has_docs_dir": false,
"linter_configs": [
".rubocop.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"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": 2,
"reason": "Found 3/11 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 41 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6863d0c2ed83f593918d63d1334d90ab817c3eff",
"ran_at": "2026-07-21T23:41:25Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-13T21:45:33Z",
"oldest_open_prs": [
{
"number": 459,
"created_at": "2012-12-13T11:28:19Z",
"last_comment_at": "2021-01-05T15:09:07Z",
"last_comment_author": "joshuapinter"
},
{
"number": 615,
"created_at": "2014-01-09T02:40:37Z",
"last_comment_at": "2021-04-03T12:41:15Z",
"last_comment_author": "johnnyshields"
},
{
"number": 672,
"created_at": "2014-06-19T09:06:07Z",
"last_comment_at": "2015-04-02T15:32:39Z",
"last_comment_author": "albus522"
},
{
"number": 855,
"created_at": "2015-10-12T07:07:57Z",
"last_comment_at": "2022-12-07T18:50:06Z",
"last_comment_author": "wsthum"
},
{
"number": 871,
"created_at": "2016-01-25T06:25:43Z",
"last_comment_at": "2016-01-25T07:08:27Z",
"last_comment_author": "timaro"
},
{
"number": 878,
"created_at": "2016-02-09T16:00:01Z",
"last_comment_at": "2016-02-09T16:19:16Z",
"last_comment_author": "Hampei"
},
{
"number": 898,
"created_at": "2016-03-26T18:23:32Z",
"last_comment_at": "2016-03-28T15:30:31Z",
"last_comment_author": "yvbeek"
},
{
"number": 900,
"created_at": "2016-04-01T16:16:45Z",
"last_comment_at": "2023-02-07T14:27:53Z",
"last_comment_author": "johha"
},
{
"number": 907,
"created_at": "2016-04-07T14:10:26Z",
"last_comment_at": "2016-04-07T14:22:19Z",
"last_comment_author": "coveralls"
},
{
"number": 909,
"created_at": "2016-04-15T14:42:29Z",
"last_comment_at": "2016-05-16T22:34:02Z",
"last_comment_author": "coveralls"
},
{
"number": 925,
"created_at": "2016-06-23T15:07:46Z",
"last_comment_at": "2018-12-13T09:56:57Z",
"last_comment_author": "c960657"
},
{
"number": 928,
"created_at": "2016-07-04T00:11:42Z",
"last_comment_at": "2016-07-04T00:12:39Z",
"last_comment_author": "coveralls"
},
{
"number": 930,
"created_at": "2016-07-10T21:49:37Z",
"last_comment_at": "2024-10-01T19:20:45Z",
"last_comment_author": "luisfonsivevo"
},
{
"number": 943,
"created_at": "2016-09-22T17:05:11Z",
"last_comment_at": "2017-12-29T18:53:06Z",
"last_comment_author": "albus522"
},
{
"number": 956,
"created_at": "2016-11-18T08:56:15Z",
"last_comment_at": "2016-11-18T09:04:35Z",
"last_comment_author": "coveralls"
},
{
"number": 975,
"created_at": "2017-05-04T22:11:57Z",
"last_comment_at": "2017-05-05T21:31:04Z",
"last_comment_author": "coveralls"
},
{
"number": 978,
"created_at": "2017-05-11T12:37:56Z",
"last_comment_at": "2019-08-05T01:38:49Z",
"last_comment_author": "kou"
},
{
"number": 987,
"created_at": "2017-06-22T23:55:14Z",
"last_comment_at": "2021-04-13T00:45:13Z",
"last_comment_author": "mjobin-mdsol"
},
{
"number": 988,
"created_at": "2017-06-28T22:10:34Z",
"last_comment_at": "2021-04-19T03:03:11Z",
"last_comment_author": "mileslane"
},
{
"number": 1003,
"created_at": "2017-10-23T11:37:06Z",
"last_comment_at": "2018-01-29T22:08:17Z",
"last_comment_author": "albus522"
}
],
"last_merged_pr_at": "2025-12-29T20:50:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 202,
"created_at": "2011-02-04T15:35:49Z",
"last_comment_at": "2018-01-31T22:41:34Z",
"last_comment_author": "albus522"
},
{
"number": 212,
"created_at": "2011-02-28T22:12:19Z",
"last_comment_at": "2012-09-17T14:29:46Z",
"last_comment_author": "saten"
},
{
"number": 280,
"created_at": "2011-08-14T02:11:44Z",
"last_comment_at": "2018-08-07T22:44:08Z",
"last_comment_author": "pedros007"
},
{
"number": 320,
"created_at": "2011-12-19T21:32:12Z",
"last_comment_at": "2012-04-13T19:15:19Z",
"last_comment_author": "yfeldblum"
},
{
"number": 376,
"created_at": "2012-04-05T17:09:31Z",
"last_comment_at": "2012-04-05T19:12:29Z",
"last_comment_author": "betamatt"
},
{
"number": 380,
"created_at": "2012-04-07T09:56:53Z",
"last_comment_at": "2012-04-08T11:34:19Z",
"last_comment_author": "heaven"
},
{
"number": 419,
"created_at": "2012-08-01T23:16:35Z",
"last_comment_at": "2021-09-09T19:32:06Z",
"last_comment_author": "nomasprime"
},
{
"number": 431,
"created_at": "2012-09-17T05:49:42Z",
"last_comment_at": "2013-12-13T01:27:19Z",
"last_comment_author": "wedy"
},
{
"number": 491,
"created_at": "2013-02-27T20:52:27Z",
"last_comment_at": "2015-01-20T17:56:27Z",
"last_comment_author": "substantial-philipbjorge"
},
{
"number": 499,
"created_at": "2013-03-09T12:29:17Z",
"last_comment_at": "2013-05-29T04:51:20Z",
"last_comment_author": "synth"
},
{
"number": 513,
"created_at": "2013-04-09T18:13:28Z",
"last_comment_at": "2014-09-24T21:08:56Z",
"last_comment_author": "albus522"
},
{
"number": 516,
"created_at": "2013-04-26T05:59:48Z",
"last_comment_at": "2014-10-02T09:57:37Z",
"last_comment_author": "TomNaessens"
},
{
"number": 550,
"created_at": "2013-07-23T08:04:06Z",
"last_comment_at": "2024-08-01T19:47:47Z",
"last_comment_author": "edusantana"
},
{
"number": 551,
"created_at": "2013-07-24T17:18:45Z",
"last_comment_at": "2017-04-14T21:56:07Z",
"last_comment_author": "bobzhang199102"
},
{
"number": 557,
"created_at": "2013-08-02T11:33:44Z",
"last_comment_at": "2013-08-09T09:56:53Z",
"last_comment_author": "CallumD"
},
{
"number": 577,
"created_at": "2013-09-13T03:00:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 579,
"created_at": "2013-09-18T08:31:49Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 581,
"created_at": "2013-09-20T12:56:31Z",
"last_comment_at": "2024-09-02T05:55:31Z",
"last_comment_author": "camallen"
},
{
"number": 584,
"created_at": "2013-09-24T14:45:48Z",
"last_comment_at": "2020-07-22T22:34:14Z",
"last_comment_author": "pschrammel"
},
{
"number": 592,
"created_at": "2013-10-16T20:15:42Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/collectiveidea/delayed_job",
"host": "github.com",
"name": "delayed_job",
"owner": "collectiveidea"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"security": 56,
"vitality": 52,
"community": 72,
"governance": 70,
"engineering": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 52,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 13,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "13 commits in the last year",
"points": 10.3,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 13
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v4.2.0",
"releases_from_tags": false,
"days_since_latest_release": 204,
"mean_days_between_releases": 167.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 204 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 204
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~167.7 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 167.7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 8,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 8 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 8
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "good",
"name": "Community & Adoption",
"value": 72,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "excellent",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 95,
"inputs": {
"forks": 946,
"stars": 4823,
"watchers": 68,
"growth_state": "organic",
"growth_factor_pct": 100
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "4,823 stars",
"points": 59.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 4823
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "946 forks",
"points": 24.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 946
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "68 watchers",
"points": 10.2,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 68
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 100,
"inputs": {
"packages": [
"delayed_job"
],
"dependents": null,
"ecosystems": "rubygems",
"total_downloads": 65580785,
"monthly_downloads": null
},
"components": [
{
"key": "total_downloads",
"name": "Total downloads",
"detail": "65,580,785 downloads all-time across rubygems",
"points": 80,
"status": "met",
"details": [
{
"code": "downloads_total",
"params": {
"count": 65580785,
"ecosystems": "rubygems"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "good",
"name": "Sustainability & Governance",
"value": 70,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 100,
"top_contributor_share": 0.299
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 30% of commits",
"points": 15.8,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 30
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "100 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 100
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 41 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"merged_prs": 162,
"open_issues": 76,
"closed_issues": 737,
"issue_closed_ratio": 0.907,
"closed_unmerged_prs": 203
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "162/365 decided PRs merged",
"points": 17,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 162,
"decided": 365
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 3/11 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 86,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "collectiveidea",
"public_repos": 184,
"account_age_days": 6744
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "86 followers of collectiveidea",
"points": 13.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 86,
"login": "collectiveidea"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "184 public repos, account ~18 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 184
}
},
{
"code": "account_age_years",
"params": {
"years": 18
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 91,
"inputs": {
"packages": [
"delayed_job"
],
"ecosystems": "rubygems",
"any_deprecated": false,
"min_days_since_publish": 204
},
"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 204 days ago",
"points": 26,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 204
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "59 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 59
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 60,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".rubocop.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "http://groups.google.com/group/delayed_job",
"has_readme": false,
"has_docs_dir": false,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "http://groups.google.com/group/delayed_job",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 3/11 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 41 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV; 23 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 23
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 23,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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": "at_risk",
"name": "AI Readiness",
"value": 34,
"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": "at_risk",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".rubocop.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".rubocop.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Ruby",
"largest_source_bytes": 25342,
"source_files_sampled": 45,
"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/45 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 45,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"recipes"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "recipes",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "recipes"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable"
],
"report_type": "repository",
"generated_at": "2026-07-21T23:41:48.844961Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/collectiveidea/delayed_job.svg",
"full_name": "collectiveidea/delayed_job",
"license_state": "standard",
"license_spdx": "MIT"
}