Rubyhooks

Lastest updates from Rubygems.org

ID Gem Version Body Updated At
l4IP57TG5HualL5g2OI_e

vellum_ai

The Vellum Ruby Library provides access to the Vellum API from Ruby.

0.14.86
Content{ "name": "vellum_ai", "downloads": 12492, "version": "0.14.86", "version_created_at": "2025-07-10T22:19:10.339Z", "version_downloads": 0, "platform": "ruby", "authors": "Vellum", "info": "The Vellum Ruby Library provides access to the Vellum API from Ruby.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/vellum-ai/vellum-client-ruby", "changelog_uri": "https://github.com/vellum-ai/vellum-client-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/vellum-ai/vellum-client-ruby" }, "yanked": false, "sha": "f8121134391f3022594128f9b701bf82232616dd57c307e43d5ae07aa3c6ec0c", "spec_sha": "d3aa3c189ee4e474464d0e48ec128ce5fd4b16cf066064cb1165532bda97dbe3", "project_uri": "https://rubygems.org/gems/vellum_ai", "gem_uri": "https://rubygems.org/gems/vellum_ai-0.14.86.gem", "homepage_uri": "https://github.com/vellum-ai/vellum-client-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/vellum-ai/vellum-client-ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/vellum-ai/vellum-client-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "async-http-faraday", "requirements": ">= 0.0, < 1.0" }, { "name": "faraday", "requirements": ">= 1.10, < 3.0" }, { "name": "faraday-multipart", "requirements": ">= 0.0, < 2.0" }, { "name": "faraday-net_http", "requirements": ">= 1.0, < 4.0" }, { "name": "faraday-retry", "requirements": ">= 1.0, < 3.0" }, { "name": "mini_mime", "requirements": ">= 0" } ] } }
2025-07-10 22:19:12 UTC
chWYpBh3BW6EsbpSlZlZv

coupdoeil

Easy and powerful popover system for Ruby On Rails.

1.0.1
Content{ "name": "coupdoeil", "downloads": 1715, "version": "1.0.1", "version_created_at": "2025-07-10T22:17:51.892Z", "version_downloads": 0, "platform": "ruby", "authors": "PageHey", "info": "Easy and powerful popover system for Ruby On Rails.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://coupdoeil.org", "changelog_uri": "https://gitlab.com/Pagehey/coupdoeil/-/blob/main/CHANGELOG.md", "source_code_uri": "https://gitlab.com/Pagehey/coupdoeil" }, "yanked": false, "sha": "aedb46f3da43e5fe3e0ebf2634b310cf4818bb2f93755086f01b12afb58984f2", "spec_sha": "7e75083f900473f47ea55a015b1982fe93546c6204ea2d12fd95520750e54885", "project_uri": "https://rubygems.org/gems/coupdoeil", "gem_uri": "https://rubygems.org/gems/coupdoeil-1.0.1.gem", "homepage_uri": "https://coupdoeil.org", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://gitlab.com/Pagehey/coupdoeil", "bug_tracker_uri": null, "changelog_uri": "https://gitlab.com/Pagehey/coupdoeil/-/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "activerecord", "requirements": ">= 0" }, { "name": "jekyll", "requirements": ">= 0" }, { "name": "stimulus-rails", "requirements": ">= 0" }, { "name": "turbo-rails", "requirements": ">= 0" } ], "runtime": [ { "name": "actionpack", "requirements": ">= 7.1.0" }, { "name": "activemodel", "requirements": ">= 7.1.0" }, { "name": "globalid", "requirements": "~> 1.2, >= 1.2.1" }, { "name": "railties", "requirements": ">= 7.1.0" } ] } }
2025-07-10 22:17:53 UTC
by1ixEsk5NhOFsRGiILTI

redis-rails-instrumentation

Log Redis commands and their total runtime in Rails request log.

2.0.0
Content{ "name": "redis-rails-instrumentation", "downloads": 1090595, "version": "2.0.0", "version_created_at": "2025-07-10T22:11:24.375Z", "version_downloads": 0, "platform": "ruby", "authors": "Ville Lautanala", "info": "Log Redis commands and their total runtime in Rails request log.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "db2b7d9d3960190439405391f9c096df73dc0c58aa2d60e06fb1bce9738c44d7", "spec_sha": "ee149661bb42f5c9c593b06d0f9e2ce3f95dd42542c6c427f6ec373b309f038f", "project_uri": "https://rubygems.org/gems/redis-rails-instrumentation", "gem_uri": "https://rubygems.org/gems/redis-rails-instrumentation-2.0.0.gem", "homepage_uri": "https://github.com/lautis/redis-rails-instrumentation", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/redis-rails-instrumentation/2.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.6" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 3.0" }, { "name": "redis", "requirements": ">= 5, < 6" }, { "name": "sweet_notifications", "requirements": "~> 1.0" } ] } }
2025-07-10 22:11:27 UTC
0VJsfA4VbUyEzKjW-8PbY

jsonrpc-middleware

Implements the JSON-RPC 2.0 protocol, enabling standardized remote procedure calls encoded in JSON.

0.2.0
Content{ "name": "jsonrpc-middleware", "downloads": 148, "version": "0.2.0", "version_created_at": "2025-07-10T22:10:29.008Z", "version_downloads": 0, "platform": "ruby", "authors": "Wilson Silva", "info": "Implements the JSON-RPC 2.0 protocol, enabling standardized remote procedure calls encoded in JSON.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/wilsonsilva/jsonrpc-middleware", "changelog_uri": "https://github.com/wilsonsilva/jsonrpc-middleware/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/wilsonsilva/jsonrpc-middleware", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c1786f82c764d7fff8e1df9c87c6c5f1388d38a4fbea35b862adf837000b9bda", "spec_sha": "cd4fe382972698109c8ed3338ed0e5dae77ac0e33fe7e1df418e110c1f499ee2", "project_uri": "https://rubygems.org/gems/jsonrpc-middleware", "gem_uri": "https://rubygems.org/gems/jsonrpc-middleware-0.2.0.gem", "homepage_uri": "https://github.com/wilsonsilva/jsonrpc-middleware", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/wilsonsilva/jsonrpc-middleware", "bug_tracker_uri": null, "changelog_uri": "https://github.com/wilsonsilva/jsonrpc-middleware/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "dry-validation", "requirements": "~> 1.11" }, { "name": "zeitwerk", "requirements": "~> 2.7" } ] } }
2025-07-10 22:10:30 UTC
Ktg997XN7WqCb70znmjm3

meta_workflows

MetaWorkflows provides a flexible framework for creating and executing AI-powered workflows with human interaction points, built as a Rails engine for easy integration into existing applications.

0.9.10
Content{ "name": "meta_workflows", "downloads": 4944, "version": "0.9.10", "version_created_at": "2025-07-10T22:04:59.603Z", "version_downloads": 0, "platform": "ruby", "authors": "Leonid Medovyy, Sami Tanquary", "info": "MetaWorkflows provides a flexible framework for creating and executing AI-powered workflows with human interaction points, built as a Rails engine for easy integration into existing applications.", "licenses": [ "None" ], "metadata": { "homepage_uri": "https://github.com/strongmind/meta-workflows", "changelog_uri": "https://github.com/strongmind/meta-workflows/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/strongmind/meta-workflows", "allowed_push_host": "https://rubygems.org", "documentation_uri": "https://github.com/strongmind/meta-workflows/blob/main/README.md", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c59578fb0ef5a79ac89c89b788fff2c021a9ea98df8cf0ef955f5260d2f97c2b", "spec_sha": "108f3e8c2c810ea99180682b628098525b2dc68e476da6ecf0283746793ca594", "project_uri": "https://rubygems.org/gems/meta_workflows", "gem_uri": "https://rubygems.org/gems/meta_workflows-0.9.10.gem", "homepage_uri": "https://github.com/strongmind/meta-workflows", "wiki_uri": null, "documentation_uri": "https://github.com/strongmind/meta-workflows/blob/main/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/strongmind/meta-workflows", "bug_tracker_uri": null, "changelog_uri": "https://github.com/strongmind/meta-workflows/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rails", "requirements": ">= 7.2.0, < 9.0" }, { "name": "ruby_conversations", "requirements": ">= 0" }, { "name": "ruby_llm", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": ">= 6.0" }, { "name": "stimulus-rails", "requirements": ">= 1.0" }, { "name": "turbo-rails", "requirements": ">= 1.0" } ] } }
2025-07-10 22:05:01 UTC
pCKA8uWc6LW4Qd5oFb8Xb

candidhealth

This rubygem does not have a description or summary.

1.3.1
Content{ "name": "candidhealth", "downloads": 26219, "version": "1.3.1", "version_created_at": "2025-07-10T21:56:32.552Z", "version_downloads": 0, "platform": "ruby", "authors": "", "info": "This rubygem does not have a description or summary.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/candidhealth/candid-ruby", "changelog_uri": "https://github.com/candidhealth/candid-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/candidhealth/candid-ruby" }, "yanked": false, "sha": "cb31e07c05a490735df218a026ccd9a8f8091e8ca7a282514312804e9a8770e1", "spec_sha": "2fd4e68335fb3d8b3e2786074d2531426e5ebb34bab338abc45f5764dff4f640", "project_uri": "https://rubygems.org/gems/candidhealth", "gem_uri": "https://rubygems.org/gems/candidhealth-1.3.1.gem", "homepage_uri": "https://github.com/candidhealth/candid-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/candidhealth/candid-ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/candidhealth/candid-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "async-http-faraday", "requirements": ">= 0.0, < 1.0" }, { "name": "faraday", "requirements": ">= 1.10, < 3.0" }, { "name": "faraday-multipart", "requirements": ">= 0.0, < 2.0" }, { "name": "faraday-net_http", "requirements": ">= 1.0, < 4.0" }, { "name": "faraday-retry", "requirements": ">= 1.0, < 3.0" }, { "name": "mini_mime", "requirements": ">= 0" } ] } }
2025-07-10 21:56:34 UTC
dD0vAXwUAsc9NPIv1oulx

elasticgraph-support

ElasticGraph gem providing support utilities to the other ElasticGraph gems.

1.0.0.rc3
Content{ "name": "elasticgraph-support", "downloads": 4087, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:37:07.383Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem providing support utilities to the other ElasticGraph gems.", "licenses": [ "MIT" ], "metadata": { "gem_category": "core", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-support", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "666e7a3954f00dcff6a4701489ad362cd0b8924afb52cf1d0ffd853c99b9535b", "spec_sha": "ad5084a1be2b8fe566d874560c893cae288abc9461a3589b978a0eb11440840a", "project_uri": "https://rubygems.org/gems/elasticgraph-support", "gem_uri": "https://rubygems.org/gems/elasticgraph-support-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-support", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "faraday", "requirements": "~> 2.13, >= 2.13.2" } ], "runtime": [ { "name": "logger", "requirements": "~> 1.7" } ] } }
2025-07-10 21:37:08 UTC
EBO9c4ytQ-Pxt-l4Bl3cY

elasticgraph-schema_definition

ElasticGraph gem that provides the schema definition API and generates schema artifacts.

1.0.0.rc3
Content{ "name": "elasticgraph-schema_definition", "downloads": 3909, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:37:04.214Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that provides the schema definition API and generates schema artifacts.", "licenses": [ "MIT" ], "metadata": { "gem_category": "local", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-schema_definition", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "4a1c03da7761b5408190b00c2e17dccd1edab1bec1c0bca195ff24bf40f58471", "spec_sha": "7b828aaa155d49db1d9aec23a9c33f58bd8cdec633fb652049458e78f2bb9d96", "project_uri": "https://rubygems.org/gems/elasticgraph-schema_definition", "gem_uri": "https://rubygems.org/gems/elasticgraph-schema_definition-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-schema_definition", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-datastore_core", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-json_schema", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_artifacts", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "graphql", "requirements": "~> 2.5.11" }, { "name": "graphql-c_parser", "requirements": "~> 1.1, >= 1.1.3" }, { "name": "rake", "requirements": "~> 13.3" } ] } }
2025-07-10 21:37:05 UTC
XIi_krCvVzvPezX0AyDCm

elasticgraph-schema_artifacts

ElasticGraph gem containing code related to generated schema artifacts.

1.0.0.rc3
Content{ "name": "elasticgraph-schema_artifacts", "downloads": 4634, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:37:00.714Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem containing code related to generated schema artifacts.", "licenses": [ "MIT" ], "metadata": { "gem_category": "core", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-schema_artifacts", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "8a68e699a617e987d84174398cb6f87488d43f01056bfd5ced0c15fbf30d091b", "spec_sha": "c54962bdd532c7d901054195a4af88f204448b940a1fdd2f021f3cca3198b144", "project_uri": "https://rubygems.org/gems/elasticgraph-schema_artifacts", "gem_uri": "https://rubygems.org/gems/elasticgraph-schema_artifacts-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-schema_artifacts", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" } ] } }
2025-07-10 21:37:02 UTC
518NB3nCv7GB7IE0sgn0g

elasticgraph-rack

ElasticGraph gem for serving an ElasticGraph GraphQL endpoint using rack.

1.0.0.rc3
Content{ "name": "elasticgraph-rack", "downloads": 3934, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:57.195Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem for serving an ElasticGraph GraphQL endpoint using rack.", "licenses": [ "MIT" ], "metadata": { "gem_category": "local", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-rack", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "0b2626c7d83f7f67e5d03e5aa00d73e7645bba99d0e8aa52edcd1a23650cf787", "spec_sha": "8f4420824780b3a11298fac0d7335518f55c78ebc0ac2fd2bd6f3cb82dbdd583", "project_uri": "https://rubygems.org/gems/elasticgraph-rack", "gem_uri": "https://rubygems.org/gems/elasticgraph-rack-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-rack", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "rack", "requirements": "~> 3.1, >= 3.1.16" } ] } }
2025-07-10 21:36:58 UTC
XE219wNvsT31rTk5hlnTy

elasticgraph-query_registry

An ElasticGraph extension that supports safer schema evolution by limiting GraphQL queries based on a registry and validating registered queries against the schema.

1.0.0.rc3
Content{ "name": "elasticgraph-query_registry", "downloads": 3967, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:54.051Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "An ElasticGraph extension that supports safer schema evolution by limiting GraphQL queries based on a registry and validating registered queries against the schema.", "licenses": [ "MIT" ], "metadata": { "gem_category": "extension", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-query_registry", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "3d5c4d1bfb5dc4a270cdcdfe1b408cbe4e89e337edc0bcf7fb967a2783b56c3b", "spec_sha": "a91842fda0166374b9a09e71d3fde82cbada4df2dcd397d3f8c647faa1b60302", "project_uri": "https://rubygems.org/gems/elasticgraph-query_registry", "gem_uri": "https://rubygems.org/gems/elasticgraph-query_registry-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-query_registry", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "graphql", "requirements": "~> 2.5.11" }, { "name": "graphql-c_parser", "requirements": "~> 1.1, >= 1.1.3" }, { "name": "rake", "requirements": "~> 13.3" } ] } }
2025-07-10 21:36:55 UTC
nB9bPqY2EfdC0eFXqYTq7

elasticgraph-query_interceptor

An ElasticGraph extension for intercepting datastore queries.

1.0.0.rc3
Content{ "name": "elasticgraph-query_interceptor", "downloads": 3731, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:51.221Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "An ElasticGraph extension for intercepting datastore queries.", "licenses": [ "MIT" ], "metadata": { "gem_category": "extension", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-query_interceptor", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "4c9c92d37504feb81a805fae28ed35c520cd1fe28eb4fc29a57de4c2d0b4007e", "spec_sha": "4bae74b9cca3d1fffa627d669e508adcd927dd75af5808877ccf5c5760d36d4f", "project_uri": "https://rubygems.org/gems/elasticgraph-query_interceptor", "gem_uri": "https://rubygems.org/gems/elasticgraph-query_interceptor-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-query_interceptor", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_artifacts", "requirements": "= 1.0.0.rc3" } ] } }
2025-07-10 21:36:52 UTC
UaZbdNjiyFBUz4gielByX

elasticgraph-opensearch

Wraps the OpenSearch client for use by ElasticGraph.

1.0.0.rc3
Content{ "name": "elasticgraph-opensearch", "downloads": 3896, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:48.273Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "Wraps the OpenSearch client for use by ElasticGraph.", "licenses": [ "MIT" ], "metadata": { "gem_category": "datastore_adapter", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-opensearch", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "48e866bcfb15fc946ccbbd3ef4b95c2b2489497916b7a8aa0c7db098029ba0d7", "spec_sha": "2d6f2a8f325f4770f6d811f465bbe2dcc258a602fd84bf43ac8355ce733f9011", "project_uri": "https://rubygems.org/gems/elasticgraph-opensearch", "gem_uri": "https://rubygems.org/gems/elasticgraph-opensearch-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-opensearch", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "faraday", "requirements": "~> 2.13, >= 2.13.2" }, { "name": "faraday-retry", "requirements": "~> 2.3, >= 2.3.2" }, { "name": "opensearch-ruby", "requirements": "~> 3.4" } ] } }
2025-07-10 21:36:49 UTC
j98zHEGg1NBhmOdtPeDGR

elasticgraph-local

Provides support for developing and running ElasticGraph applications locally.

1.0.0.rc3
Content{ "name": "elasticgraph-local", "downloads": 4229, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:45.105Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "Provides support for developing and running ElasticGraph applications locally.", "licenses": [ "MIT" ], "metadata": { "gem_category": "local", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-local", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "8719ada1447725942c56a3774c42cc935d96ce72cc5c7ffcad5d4f4934800d01", "spec_sha": "f598cec882df9f409166a8bf4fd3492c69976c2d1034adbc2476d1d0fb48facb", "project_uri": "https://rubygems.org/gems/elasticgraph-local", "gem_uri": "https://rubygems.org/gems/elasticgraph-local-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-local", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-apollo", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-graphiql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" }, { "name": "rackup", "requirements": "~> 2.2, >= 2.2.1" }, { "name": "rake", "requirements": "~> 13.3" }, { "name": "webrick", "requirements": "~> 1.9, >= 1.9.1" } ] } }
2025-07-10 21:36:46 UTC
zjII6ejoUfqlYGhaoAHiK

elasticgraph-lambda_support

ElasticGraph gem that supports running ElasticGraph using AWS Lambda.

1.0.0.rc3
Content{ "name": "elasticgraph-lambda_support", "downloads": 3865, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:42.081Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that supports running ElasticGraph using AWS Lambda.", "licenses": [ "MIT" ], "metadata": { "gem_category": "lambda", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-lambda_support", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "da9fd7ed0bf17da623f0b568a580754a4900dd78e227ea284b9c7c87bfdd599e", "spec_sha": "c5f4e202688557e4c87dce7546a59229cdfe0331f5be95ee7a457092872e43f2", "project_uri": "https://rubygems.org/gems/elasticgraph-lambda_support", "gem_uri": "https://rubygems.org/gems/elasticgraph-lambda_support-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-lambda_support", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer_autoscaler_lambda", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "faraday_middleware-aws-sigv4", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-07-10 21:36:43 UTC
4bmwyoDmd6cqaKhsdnIKQ

elasticgraph-json_schema

ElasticGraph gem that provides JSON Schema validation.

1.0.0.rc3
Content{ "name": "elasticgraph-json_schema", "downloads": 3941, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:39.146Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that provides JSON Schema validation.", "licenses": [ "MIT" ], "metadata": { "gem_category": "core", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-json_schema", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "dc25b268b9005da5542864ae56aa35ca8bd8222ac87425bc30e1ee4f79c5251e", "spec_sha": "5ea5b0d6275f0bceb04dd3148ec36022c92aa2fcff3086be3e3d0761b705031c", "project_uri": "https://rubygems.org/gems/elasticgraph-json_schema", "gem_uri": "https://rubygems.org/gems/elasticgraph-json_schema-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-json_schema", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "json_schemer", "requirements": "~> 2.4" } ] } }
2025-07-10 21:36:40 UTC
-jtOk50qi76mJS6wDGZiI

elasticgraph-indexer_lambda

Provides an AWS Lambda interface for an elasticgraph API

1.0.0.rc3
Content{ "name": "elasticgraph-indexer_lambda", "downloads": 3739, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:35.935Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "Provides an AWS Lambda interface for an elasticgraph API", "licenses": [ "MIT" ], "metadata": { "gem_category": "lambda", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-indexer_lambda", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "a9129b2857742e5db4ec49d003e5a41cd109a8abfe6b592d712b74bc605a74b4", "spec_sha": "78c6960b7b1ef5c0b598f51ccbbbf58bde5c8c87c62a750f8128652f2da7568f", "project_uri": "https://rubygems.org/gems/elasticgraph-indexer_lambda", "gem_uri": "https://rubygems.org/gems/elasticgraph-indexer_lambda-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-indexer_lambda", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-s3", "requirements": "~> 1.192" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-lambda_support", "requirements": "= 1.0.0.rc3" }, { "name": "ox", "requirements": "~> 2.14, >= 2.14.23" } ] } }
2025-07-10 21:36:37 UTC
T44EZOLHhskp2wWZUepF3

elasticgraph-indexer_autoscaler_lambda

ElasticGraph gem that monitors OpenSearch CPU utilization to autoscale indexer lambda concurrency.

1.0.0.rc3
Content{ "name": "elasticgraph-indexer_autoscaler_lambda", "downloads": 3601, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:33.109Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that monitors OpenSearch CPU utilization to autoscale indexer lambda concurrency.", "licenses": [ "MIT" ], "metadata": { "gem_category": "lambda", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-indexer_autoscaler_lambda", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "afa9b46c2ca2adf86e7c1f79379a65c9da42c4ce9b9e1e2893d634fe97fa90f4", "spec_sha": "adf49829666962be5360fa35fa5d7939e575adb90549a2730e3d0bf1278510f2", "project_uri": "https://rubygems.org/gems/elasticgraph-indexer_autoscaler_lambda", "gem_uri": "https://rubygems.org/gems/elasticgraph-indexer_autoscaler_lambda-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-indexer_autoscaler_lambda", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "aws-sdk-cloudwatch", "requirements": "~> 1.116" }, { "name": "aws-sdk-lambda", "requirements": "~> 1.153" }, { "name": "aws-sdk-sqs", "requirements": "~> 1.96" }, { "name": "elasticgraph-datastore_core", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-lambda_support", "requirements": "= 1.0.0.rc3" }, { "name": "ox", "requirements": "~> 2.14, >= 2.14.23" } ] } }
2025-07-10 21:36:34 UTC
AeDR3O8PyERGdtouCNA8w

elasticgraph-indexer

ElasticGraph gem that provides APIs to robustly index data into a datastore.

1.0.0.rc3
Content{ "name": "elasticgraph-indexer", "downloads": 3931, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:29.923Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that provides APIs to robustly index data into a datastore.", "licenses": [ "MIT" ], "metadata": { "gem_category": "core", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-indexer", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "a64dbf3b684d1228fe71ee469e7269a5d73e556ae1e878d847e3ffdaa17a2db6", "spec_sha": "dddcdf92185f69e30b178bd8d9bf60f6ff08e3c19791a6a0218e8554f831c023", "project_uri": "https://rubygems.org/gems/elasticgraph-indexer", "gem_uri": "https://rubygems.org/gems/elasticgraph-indexer-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-indexer", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-datastore_core", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-json_schema", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_artifacts", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "hashdiff", "requirements": "~> 1.2" } ] } }
2025-07-10 21:36:31 UTC
cyKMLhWk0YSKo17_qxc8o

sweet_notifications

Syntactic sugar for ActiveSupport::LogSubscriber for easy instrumentation and logging from third-party libraries.

1.1.2
Content{ "name": "sweet_notifications", "downloads": 1178158, "version": "1.1.2", "version_created_at": "2025-07-10T21:36:28.669Z", "version_downloads": 0, "platform": "ruby", "authors": "Ville Lautanala", "info": "Syntactic sugar for ActiveSupport::LogSubscriber for easy instrumentation and logging from third-party libraries.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "0806d88c1bea7236865ffa35247a0cb8dae3384ff0ea3f46f53214a03a3371e1", "spec_sha": "fca41155ab673a92d20e8b7cf54e16ce56403bdf38528ea909c04c4e31eb2431", "project_uri": "https://rubygems.org/gems/sweet_notifications", "gem_uri": "https://rubygems.org/gems/sweet_notifications-1.1.2.gem", "homepage_uri": "https://github.com/lautis/sweet_notifications", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sweet_notifications/1.1.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "actionpack", "requirements": ">= 5.2" }, { "name": "appraisal", "requirements": "~> 2.0" }, { "name": "bundler", "requirements": ">= 1.6" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rubocop", "requirements": "~> 1.2.0" }, { "name": "rubocop-rails", "requirements": "~> 2.0" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "yard", "requirements": "~> 0.9.7" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 5.2" }, { "name": "railties", "requirements": ">= 5.2" }, { "name": "request_store", "requirements": "~> 1.0" } ] } }
2025-07-10 21:36:30 UTC
mcGzQ6XBV6h3I4SnVZ1aY

elasticgraph-health_check

An ElasticGraph extension that provides a health check for high availability deployments.

1.0.0.rc3
Content{ "name": "elasticgraph-health_check", "downloads": 3635, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:26.264Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "An ElasticGraph extension that provides a health check for high availability deployments.", "licenses": [ "MIT" ], "metadata": { "gem_category": "extension", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-health_check", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "f4fae4f25cb8e0a348e60ff17955ac3040817ac496473d2af2a813e7d3bfcd19", "spec_sha": "2aabb044debbb8da53dbb5c8c7e60b26552809f776ab1c8b083d57749967c87e", "project_uri": "https://rubygems.org/gems/elasticgraph-health_check", "gem_uri": "https://rubygems.org/gems/elasticgraph-health_check-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-health_check", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-datastore_core", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" } ] } }
2025-07-10 21:36:28 UTC
sqbXVOJFsSf4HHToHRDKF

elasticgraph-graphql_lambda

ElasticGraph gem that wraps elasticgraph-graphql in an AWS Lambda.

1.0.0.rc3
Content{ "name": "elasticgraph-graphql_lambda", "downloads": 3954, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:23.235Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that wraps elasticgraph-graphql in an AWS Lambda.", "licenses": [ "MIT" ], "metadata": { "gem_category": "lambda", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-graphql_lambda", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "d025e65fe70508c82d37f3293e5f58a6db2154946a3b268d561153a33b3f8dfe", "spec_sha": "fcb1941973af7203efc99ce129266e2900056e1e016b3df763dea8748c223e1f", "project_uri": "https://rubygems.org/gems/elasticgraph-graphql_lambda", "gem_uri": "https://rubygems.org/gems/elasticgraph-graphql_lambda-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-graphql_lambda", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-query_registry", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-lambda_support", "requirements": "= 1.0.0.rc3" } ] } }
2025-07-10 21:36:24 UTC
22ibGmF7VYNg5pkGoJpWd

elasticgraph-graphql

The ElasticGraph GraphQL query engine.

1.0.0.rc3
Content{ "name": "elasticgraph-graphql", "downloads": 4398, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:20.203Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "The ElasticGraph GraphQL query engine.", "licenses": [ "MIT" ], "metadata": { "gem_category": "core", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-graphql", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "dcb5630b3169a5420ecb61c2beac24b95bbb55af1238a1e6332a1ff43ee38a16", "spec_sha": "9df875ae69e438fb98217a606150b75d1ebfad89f06854826f5742cb7ed09e69", "project_uri": "https://rubygems.org/gems/elasticgraph-graphql", "gem_uri": "https://rubygems.org/gems/elasticgraph-graphql-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-graphql", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "base64", "requirements": "~> 0.3" }, { "name": "elasticgraph-datastore_core", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_artifacts", "requirements": "= 1.0.0.rc3" }, { "name": "graphql", "requirements": "~> 2.5.11" }, { "name": "graphql-c_parser", "requirements": "~> 1.1, >= 1.1.3" } ] } }
2025-07-10 21:36:21 UTC
zWDohwfG30reS7_YDtXpB

elasticgraph-graphiql

Provides a GraphiQL IDE for ElasticGraph projects.

1.0.0.rc3
Content{ "name": "elasticgraph-graphiql", "downloads": 0, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:17.071Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "Provides a GraphiQL IDE for ElasticGraph projects.", "licenses": [ "MIT" ], "metadata": { "gem_category": "local", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-graphiql", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "9a3977fc1e5cbab708a449ed3ae95103a828529c487238976520a04d5a2faca7", "spec_sha": "f5d35ae2f56855d1b05ec81b521a7d811b83a8adcf68bfa13e4dd48252ac0fba", "project_uri": "https://rubygems.org/gems/elasticgraph-graphiql", "gem_uri": "https://rubygems.org/gems/elasticgraph-graphiql-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-graphiql", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-rack", "requirements": "= 1.0.0.rc3" } ] } }
2025-07-10 21:36:18 UTC
-DvpAA3ENjRRXbztJztYA

elasticgraph-elasticsearch

Wraps the Elasticsearch client for use by ElasticGraph.

1.0.0.rc3
Content{ "name": "elasticgraph-elasticsearch", "downloads": 3588, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:13.442Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "Wraps the Elasticsearch client for use by ElasticGraph.", "licenses": [ "MIT" ], "metadata": { "gem_category": "datastore_adapter", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-elasticsearch", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "ea974fe436c9352d777b73ecdc9428355204251d162f94f95c6724b6da7260c0", "spec_sha": "d796cae59c6a80cdb3eebf770e3dfdb9a635fb2e080817a6f54c5afdf0249ef9", "project_uri": "https://rubygems.org/gems/elasticgraph-elasticsearch", "gem_uri": "https://rubygems.org/gems/elasticgraph-elasticsearch-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-elasticsearch", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "elasticsearch", "requirements": "~> 9.0, >= 9.0.3" }, { "name": "faraday", "requirements": "~> 2.13, >= 2.13.2" }, { "name": "faraday-retry", "requirements": "~> 2.3, >= 2.3.2" } ] } }
2025-07-10 21:36:14 UTC
d8tjaJbEv0KJ145BHuONi

elasticgraph-datastore_core

ElasticGraph gem containing the core datastore support types and logic.

1.0.0.rc3
Content{ "name": "elasticgraph-datastore_core", "downloads": 3985, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:10.555Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem containing the core datastore support types and logic.", "licenses": [ "MIT" ], "metadata": { "gem_category": "core", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-datastore_core", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "7a0c7a162c7753b1871722620e14d0c3e6ea4ed155a3fda14f9a86a99679878e", "spec_sha": "fd0240f99a66a15e5c71ce4f744dcbd9530be81e000f1ca1a474db4e2bed49de", "project_uri": "https://rubygems.org/gems/elasticgraph-datastore_core", "gem_uri": "https://rubygems.org/gems/elasticgraph-datastore_core-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-datastore_core", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-schema_artifacts", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" } ] } }
2025-07-10 21:36:11 UTC
6TnyiCrRIeaiRp9i7BUCP

elasticgraph-apollo

An ElasticGraph extension that implements the Apollo federation spec.

1.0.0.rc3
Content{ "name": "elasticgraph-apollo", "downloads": 3461, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:07.476Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "An ElasticGraph extension that implements the Apollo federation spec.", "licenses": [ "MIT" ], "metadata": { "gem_category": "extension", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-apollo", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "3d41e00eb6fc30367c5cf61f01c5da998f9ed7fdda48439e28dfc86f624b7786", "spec_sha": "0593106a74cadcbd0e560a17f4959ee945cb57e3c19ea2a5227c0e8f482b0a16", "project_uri": "https://rubygems.org/gems/elasticgraph-apollo", "gem_uri": "https://rubygems.org/gems/elasticgraph-apollo-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-apollo", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "apollo-federation", "requirements": "~> 3.10, >= 3.10.1" }, { "name": "elasticgraph-graphql", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "graphql", "requirements": "~> 2.5.11" } ] } }
2025-07-10 21:36:08 UTC
Sldqn8RYvAr-QQCDV9opr

elasticgraph-admin_lambda

ElasticGraph gem that wraps elasticgraph-admin in an AWS Lambda.

1.0.0.rc3
Content{ "name": "elasticgraph-admin_lambda", "downloads": 3357, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:04.462Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that wraps elasticgraph-admin in an AWS Lambda.", "licenses": [ "MIT" ], "metadata": { "gem_category": "lambda", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-admin_lambda", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "b1168307bf521c80025a64ec9fd3524f1507f4be55601757f1302067ceeb81ca", "spec_sha": "4f7c8e9222fe525aae9d3b54daee1c34af0e32d624ac117bd8c3d2347b363328", "project_uri": "https://rubygems.org/gems/elasticgraph-admin_lambda", "gem_uri": "https://rubygems.org/gems/elasticgraph-admin_lambda-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-admin_lambda", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "elasticgraph-admin", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-lambda_support", "requirements": "= 1.0.0.rc3" }, { "name": "rake", "requirements": "~> 13.3" } ] } }
2025-07-10 21:36:05 UTC
csHKir2ouGcd896Od3DqO

elasticgraph-admin

ElasticGraph gem that provides datastore administrative tasks, to keep a datastore up-to-date with an ElasticGraph schema.

1.0.0.rc3
Content{ "name": "elasticgraph-admin", "downloads": 3969, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:36:01.090Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "ElasticGraph gem that provides datastore administrative tasks, to keep a datastore up-to-date with an ElasticGraph schema.", "licenses": [ "MIT" ], "metadata": { "gem_category": "core", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-admin", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "18447acaa4a7fb0499b632228c4cdc42ae8bc921bf7c3ca3ae9118c5a033445a", "spec_sha": "4ad5ec48f7b03b3c6ad0b1f92ceb7451a32f0ce3038b8dfb78d7141fdb9c3fe8", "project_uri": "https://rubygems.org/gems/elasticgraph-admin", "gem_uri": "https://rubygems.org/gems/elasticgraph-admin-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph-admin", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [ { "name": "elasticgraph-elasticsearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-opensearch", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_definition", "requirements": "= 1.0.0.rc3" } ], "runtime": [ { "name": "elasticgraph-datastore_core", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-indexer", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-schema_artifacts", "requirements": "= 1.0.0.rc3" }, { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "rake", "requirements": "~> 13.3" } ] } }
2025-07-10 21:36:02 UTC
ea1Kv-cTwv3ymHN8rApp0

elasticgraph

Bootstraps ElasticGraph projects.

1.0.0.rc3
Content{ "name": "elasticgraph", "downloads": 3819, "version": "1.0.0.rc3", "version_created_at": "2025-07-10T21:35:57.594Z", "version_downloads": 0, "platform": "ruby", "authors": "Myron Marston, Ben VandenBos, Block Engineering", "info": "Bootstraps ElasticGraph projects.", "licenses": [ "MIT" ], "metadata": { "gem_category": "local", "homepage_uri": "https://block.github.io/elasticgraph/", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph", "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/" }, "yanked": false, "sha": "e49072357e83924c60e93c60712c92d8d91bed44e6d222682bf5883b2b4d2efb", "spec_sha": "5406a0cda26e5cf7c1eea886586f1d2df632478b823d7cdd4bffc61c3911fb89", "project_uri": "https://rubygems.org/gems/elasticgraph", "gem_uri": "https://rubygems.org/gems/elasticgraph-1.0.0.rc3.gem", "homepage_uri": "https://block.github.io/elasticgraph/", "wiki_uri": null, "documentation_uri": "https://block.github.io/elasticgraph/api-docs/v1.0.0.rc3/", "mailing_list_uri": null, "source_code_uri": "https://github.com/block/elasticgraph/tree/v1.0.0.rc3/elasticgraph", "bug_tracker_uri": "https://github.com/block/elasticgraph/issues", "changelog_uri": "https://github.com/block/elasticgraph/releases/tag/v1.0.0.rc3", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "elasticgraph-support", "requirements": "= 1.0.0.rc3" }, { "name": "thor", "requirements": "~> 1.3, >= 1.3.2" } ] } }
2025-07-10 21:36:01 UTC
ZhmOFIQyrXSYNDiJjRa5G

amatch

Amatch is a library for approximate string matching and searching in strings. Several algorithms can be used to do this, and it's also possible to compute a similarity metric number between 0.0 and 1.0 for two given strings.

0.4.2
Content{ "name": "amatch", "downloads": 26172785, "version": "0.4.2", "version_created_at": "2025-07-10T21:19:54.500Z", "version_downloads": 0, "platform": "ruby", "authors": "Florian Frank", "info": "Amatch is a library for approximate string matching and searching in strings.\nSeveral algorithms can be used to do this, and it's also possible to compute a\nsimilarity metric number between 0.0 and 1.0 for two given strings.\n", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "5a7c8c08882864621b81bf3bbc0447bb638afe6066ceeead6b9d11f34cf0d911", "spec_sha": "ad48881051ca692ed843edf99e1ef3bb3b5f5706a8d844e94ab7a03309d1b935", "project_uri": "https://rubygems.org/gems/amatch", "gem_uri": "https://rubygems.org/gems/amatch-0.4.2.gem", "homepage_uri": "http://github.com/flori/amatch", "wiki_uri": "", "documentation_uri": "http://flori.github.com/amatch/doc/index.html", "mailing_list_uri": "", "source_code_uri": "http://github.com/flori/amatch", "bug_tracker_uri": "http://github.com/flori/amatch/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "all_images", "requirements": ">= 0" }, { "name": "gem_hadar", "requirements": "~> 1.20" }, { "name": "test-unit", "requirements": "~> 3.0" } ], "runtime": [ { "name": "mize", "requirements": ">= 0" }, { "name": "tins", "requirements": "~> 1.0" } ] } }
2025-07-10 21:19:56 UTC
Rr3L7tLivEkhZiOdvVie5

plutonium

Plutonium extends Rails' capabilities with a powerful, generator-driven toolkit designed to supercharge your development process. It transforms the way you build applications with Rails, optimizing for rapid application development.

0.26.1
Content{ "name": "plutonium", "downloads": 29222, "version": "0.26.1", "version_created_at": "2025-07-10T21:02:56.854Z", "version_downloads": 0, "platform": "ruby", "authors": "Stefan Froelich", "info": "Plutonium extends Rails' capabilities with a powerful, generator-driven toolkit designed to supercharge your development process. It transforms the way you build applications with Rails, optimizing for rapid application development.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://radioactive-labs.github.io/plutonium-core/", "source_code_uri": "https://github.com/radioactive-labs/plutonium-core", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "c98dbdb995f50fd9de84b209328938ab7a1688c154363b3cea10ad28fa754a0e", "spec_sha": "48664fddd0b5a86ee19e3927874e3522a715f58afe5e73e9b4b1d24a791c723d", "project_uri": "https://rubygems.org/gems/plutonium", "gem_uri": "https://rubygems.org/gems/plutonium-0.26.1.gem", "homepage_uri": "https://radioactive-labs.github.io/plutonium-core/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/radioactive-labs/plutonium-core", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" }, { "name": "brakeman", "requirements": ">= 0" }, { "name": "bundle-audit", "requirements": ">= 0" }, { "name": "combustion", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "action_policy", "requirements": "~> 0.7.0" }, { "name": "listen", "requirements": "~> 3.8" }, { "name": "pagy", "requirements": "~> 9.0" }, { "name": "phlex", "requirements": "~> 2.0" }, { "name": "phlexi-display", "requirements": ">= 0.2.0" }, { "name": "phlexi-field", "requirements": ">= 0.2.0" }, { "name": "phlexi-form", "requirements": ">= 0.10.0" }, { "name": "phlexi-menu", "requirements": ">= 0.4.0" }, { "name": "phlexi-table", "requirements": ">= 0.2.0" }, { "name": "phlex-rails", "requirements": ">= 0" }, { "name": "phlex-slotable", "requirements": ">= 1.0.0" }, { "name": "phlex-tabler_icons", "requirements": ">= 0" }, { "name": "rabl", "requirements": "~> 0.16.1" }, { "name": "rails", "requirements": ">= 7.2" }, { "name": "redcarpet", "requirements": ">= 0" }, { "name": "semantic_range", "requirements": "~> 3.0" }, { "name": "tailwind_merge", "requirements": ">= 0" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-07-10 21:02:58 UTC
HO1jtNYfGW9UVG2ELtAEI

phlexi-form

A better way to customize and build forms for your Rails application

0.11.0
Content{ "name": "phlexi-form", "downloads": 9814, "version": "0.11.0", "version_created_at": "2025-07-10T21:00:13.354Z", "version_downloads": 0, "platform": "ruby", "authors": "Stefan Froelich", "info": "A better way to customize and build forms for your Rails application", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/radioactive-labs/phlexi-form", "changelog_uri": "https://github.com/radioactive-labs/phlexi-form", "source_code_uri": "https://github.com/radioactive-labs/phlexi-form", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "f72ede89201d21c9ecf13ac49eea3f8c15cdc405504e15307eecd835888b7c6a", "spec_sha": "786d3b7170d65b89753b7070ab214756f996f5f0d44b89403bbb41037c4d91f1", "project_uri": "https://rubygems.org/gems/phlexi-form", "gem_uri": "https://rubygems.org/gems/phlexi-form-0.11.0.gem", "homepage_uri": "https://github.com/radioactive-labs/phlexi-form", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/radioactive-labs/phlexi-form", "bug_tracker_uri": null, "changelog_uri": "https://github.com/radioactive-labs/phlexi-form", "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" }, { "name": "bundle-audit", "requirements": ">= 0" }, { "name": "combustion", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "phlex-testing-capybara", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "phlex", "requirements": "~> 2.0" }, { "name": "phlexi-field", "requirements": "~> 0.2.0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-07-10 21:00:15 UTC
88hyskEr3LrnkLsuJF6GR

dub

Ruby Client SDK Generated by Speakeasy

0.2.2.pre.alpha.131
Content{ "name": "dub", "downloads": 65879, "version": "0.2.2.pre.alpha.131", "version_created_at": "2025-07-10T20:52:35.152Z", "version_downloads": 0, "platform": "ruby", "authors": "Dub", "info": "Ruby Client SDK Generated by Speakeasy", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/dubinc/dub-ruby.git", "source_code_uri": "https://github.com/dubinc/dub-ruby.git", "documentation_uri": "https://github.com/dubinc/dub-ruby.git" }, "yanked": false, "sha": "a6cd885c58cb1a48dfae14eea056341d146ac6c24ed103433bbb990b5c50fe93", "spec_sha": "9f2a7175622bb006a3b10d53ed97053b733063a94bcf0ce64d5928eb2d158615", "project_uri": "https://rubygems.org/gems/dub", "gem_uri": "https://rubygems.org/gems/dub-0.2.2.pre.alpha.131.gem", "homepage_uri": "https://github.com/dubinc/dub-ruby.git", "wiki_uri": null, "documentation_uri": "https://github.com/dubinc/dub-ruby.git", "mailing_list_uri": null, "source_code_uri": "https://github.com/dubinc/dub-ruby.git", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-focus", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 1.73.2" }, { "name": "rubocop-minitest", "requirements": "~> 0.37.1" }, { "name": "sorbet", "requirements": ">= 0" }, { "name": "tapioca", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "faraday-retry", "requirements": "~> 2.2.1" }, { "name": "rack", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "sorbet-runtime", "requirements": ">= 0" } ] } }
2025-07-10 20:52:36 UTC
1RWO7YH7i63VSl5PPSJkw

zxc

`zxc` is a command line program that takes in text, turns it into a tree, and exposes procedures to manipulate this tree.

0.1.1
Content{ "name": "zxc", "downloads": 29, "version": "0.1.1", "version_created_at": "2025-07-10T20:46:43.931Z", "version_downloads": 0, "platform": "ruby", "authors": "tiago-macedo", "info": "`zxc` is a command line program that takes in text, turns it into a tree, and exposes procedures to manipulate this tree.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/tiago-macedo/zxc", "source_code_uri": "https://github.com/tiago-macedo/zxc" }, "yanked": false, "sha": "65923f235c4ea809fe004a263ea2b8a85c2c8ca55b28514a7f1ac8247bc0d552", "spec_sha": "7f90196be738c12b3bcf01ef0f278520f36ff013c74f4cfd18662a379e2231fd", "project_uri": "https://rubygems.org/gems/zxc", "gem_uri": "https://rubygems.org/gems/zxc-0.1.1.gem", "homepage_uri": "https://github.com/tiago-macedo/zxc", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/tiago-macedo/zxc", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 20:46:45 UTC
SgtYPFstsg7QVGorRfNSb

five-two-nw-olivander

Description of Olivander.

0.2.0.48
Content{ "name": "five-two-nw-olivander", "downloads": 38216, "version": "0.2.0.48", "version_created_at": "2025-07-10T20:41:59.934Z", "version_downloads": 0, "platform": "ruby", "authors": "Eric Dennis", "info": "Description of Olivander.", "licenses": [ "MIT" ], "metadata": { "wiki_uri": "https://github.com/5and2northwest/olivander/wiki", "homepage_uri": "https://rubygems.org/gems/olivander", "changelog_uri": "https://github.com/5and2northwest/olivander/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/5and2northwest/olivander/issues", "source_code_uri": "https://github.com/5and2northwest/olivander" }, "yanked": false, "sha": "14cef76af2ebf480a0d618d24c47a2c66378abab0b4b9cd7f67da4a51b338aa5", "spec_sha": "4a92f473532d8fedded129b10cdde1e8d5864012b9a7e7b77abf91b0f3f52b8c", "project_uri": "https://rubygems.org/gems/five-two-nw-olivander", "gem_uri": "https://rubygems.org/gems/five-two-nw-olivander-0.2.0.48.gem", "homepage_uri": "https://rubygems.org/gems/olivander", "wiki_uri": "https://github.com/5and2northwest/olivander/wiki", "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/5and2northwest/olivander", "bug_tracker_uri": "https://github.com/5and2northwest/olivander/issues", "changelog_uri": "https://github.com/5and2northwest/olivander/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "chartkick", "requirements": "= 5.0.5" }, { "name": "devise", "requirements": "= 4.9.3" }, { "name": "effective_bootstrap", "requirements": "= 1.17.6" }, { "name": "effective_datatables", "requirements": "= 4.24.1" }, { "name": "effective_resources", "requirements": "= 2.19.8" }, { "name": "ffi", "requirements": "~> 1.16" }, { "name": "haml-rails", "requirements": "~> 2.0" }, { "name": "net-http", "requirements": "~> 0.4" }, { "name": "rails", "requirements": ">= 7.0" }, { "name": "simple_form", "requirements": "= 5.3.0" }, { "name": "view_component", "requirements": "= 3.10.0" } ] } }
2025-07-10 20:42:01 UTC
F3r9LBFl_JU3gcBTixXOc

ultracart_api

UltraCart REST API Version 2

4.1.14
Content{ "name": "ultracart_api", "downloads": 409884, "version": "4.1.14", "version_created_at": "2025-07-10T20:32:25.699Z", "version_downloads": 0, "platform": "ruby", "authors": "UltraCart", "info": "UltraCart REST API Version 2", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "f7d7111240a757678821def7248c9151a6b5650a34465a9c53cfcde3f34165af", "spec_sha": "4df5481b9817a890a222c834a7327e1cfd6d9f271cb3453182088575472caf5f", "project_uri": "https://rubygems.org/gems/ultracart_api", "gem_uri": "https://rubygems.org/gems/ultracart_api-4.1.14.gem", "homepage_uri": "https://github.com/UltraCart/rest_api_v2_sdk_ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ultracart_api/4.1.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-07-10 20:32:29 UTC
CnXWXQfrh3r_Jh1k7TuY4

ultracart_api

UltraCart REST API Version 2

3.11.14
Content{ "name": "ultracart_api", "downloads": 409878, "version": "3.11.14", "version_created_at": "2025-07-10T20:18:45.370Z", "version_downloads": 0, "platform": "ruby", "authors": "UltraCart", "info": "UltraCart REST API Version 2", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "d4f0e2a963d2f4e6d1de1b880b70095c46cbe443cb8630593b7311c1b6c4396c", "spec_sha": "e314e74e1afc93bf5fa95a3b832a9fa47c2f149fbb4ba2d4f758759ff1900af0", "project_uri": "https://rubygems.org/gems/ultracart_api", "gem_uri": "https://rubygems.org/gems/ultracart_api-3.11.14.gem", "homepage_uri": "https://github.com/UltraCart/rest_api_v2_sdk_ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ultracart_api/3.11.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "autotest", "requirements": "~> 4.4, >= 4.4.6" }, { "name": "autotest-fsevent", "requirements": "~> 0.2, >= 0.2.12" }, { "name": "autotest-growl", "requirements": "~> 0.2, >= 0.2.16" }, { "name": "autotest-rails-pure", "requirements": "~> 4.1, >= 4.1.2" }, { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" }, { "name": "vcr", "requirements": "~> 3.0, >= 3.0.1" }, { "name": "webmock", "requirements": "~> 1.24, >= 1.24.3" } ], "runtime": [ { "name": "addressable", "requirements": "~> 2.8, >= 2.8.0" }, { "name": "json", "requirements": "~> 2.1, >= 2.1.0" }, { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-07-10 20:18:47 UTC
bN_ot75OiOA6rhzLLvu21

files.com

The Files.com Ruby client.

1.1.294
Content{ "name": "files.com", "downloads": 790654, "version": "1.1.294", "version_created_at": "2025-07-10T20:00:12.340Z", "version_downloads": 0, "platform": "ruby", "authors": "files.com", "info": "The Files.com Ruby client.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "4fb130acadfa3bfa994b080aa1abc90026904be7b25758504ae90999a91e2dfa", "spec_sha": "803311066219fa0af7f956bc7179e01991d44aef67e036022299e2cbd9ba2839", "project_uri": "https://rubygems.org/gems/files.com", "gem_uri": "https://rubygems.org/gems/files.com-1.1.294.gem", "homepage_uri": "https://www.files.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/files.com/1.1.294", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 2.8.0" }, { "name": "concurrent-ruby", "requirements": ">= 1.1.3" }, { "name": "faraday", "requirements": ">= 1.0.1" }, { "name": "faraday-multipart", "requirements": ">= 1.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 2.0" }, { "name": "net-http-persistent", "requirements": ">= 4.0" } ] } }
2025-07-10 20:00:15 UTC
-32OvqFEvtg4dwM2B--t0

zxc

`zxc` allows you to quickly perform a few common opperations on STDIN, for example: ``` $ echo $PATH | zxc split : split / present print ``` The command chain above will 1. get the list of directories in your `$PATH`, 2. split it into a list, using ":" as a delimiter, 3. split each element of said list into a sublist, using "/" as a delimiter, 4. remove empty elements, 5. print every element of every sublist. This works by generating a tree, where each node contains text, and exposing "steps" to the user, which are procedures over said tree, In the example above, "split", "present" and "print" are steps, the first one taking arguments. Use `zxc -H` to read a manual listing available steps.

0.1.0
Content{ "name": "zxc", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-07-10T19:43:20.980Z", "version_downloads": 0, "platform": "ruby", "authors": "tiago-macedo", "info": "`zxc` allows you to quickly perform a few common opperations on STDIN, for example:\n```\n$ echo $PATH | zxc split : split / present print\n```\nThe command chain above will\n1. get the list of directories in your `$PATH`,\n2. split it into a list, using \":\" as a delimiter,\n3. split each element of said list into a sublist, using \"/\" as a delimiter,\n4. remove empty elements,\n5. print every element of every sublist.\n\nThis works by generating a tree, where each node contains text, and exposing\n\"steps\" to the user, which are procedures over said tree, In the example above,\n\"split\", \"present\" and \"print\" are steps, the first one taking arguments.\n\nUse `zxc -H` to read a manual listing available steps.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/tiago-macedo/zxc", "source_code_uri": "https://github.com/tiago-macedo/zxc" }, "yanked": false, "sha": "e0207de786954c0618c3109b73b9e2e57839d222e28889d74ba3c5fc549ec403", "spec_sha": "69b19d1a1d06a79768c9022de5fa256efb41287ff1d2c48b4e6a1c4f59cad1d3", "project_uri": "https://rubygems.org/gems/zxc", "gem_uri": "https://rubygems.org/gems/zxc-0.1.0.gem", "homepage_uri": "https://github.com/tiago-macedo/zxc", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/tiago-macedo/zxc", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 19:43:22 UTC
2zVkCgcnn2DX3S3cawaHa

keydb-copy

cody zacharias PoC

22.0.0
Content{ "name": "keydb-copy", "downloads": 1256, "version": "22.0.0", "version_created_at": "2022-06-06T03:02:06.335Z", "version_downloads": 1090, "platform": "ruby", "authors": "xen", "info": "cody zacharias PoC", "licenses": [], "metadata": {}, "yanked": true, "sha": "37edd18018e81878267cdfca0f22622e548fff7c6390d5ccdabee0ebe4b39f77", "spec_sha": "c69051563b5a342bba4caa0da6df31c7d0f2a24e6de62e209e77f6c7b6f84960", "project_uri": "https://rubygems.org/gems/keydb-copy", "gem_uri": "https://rubygems.org/gems/keydb-copy-22.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/keydb-copy/22.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 19:40:46 UTC
qCtCYP74zu94blsWK95Fq

safra

Extract data from APIs with mininal configuration

0.0.3
Content{ "name": "safra", "downloads": 38179, "version": "0.0.3", "version_created_at": "2025-07-10T19:37:14.667Z", "version_downloads": 0, "platform": "ruby", "authors": "Felipe Mesquita", "info": "Extract data from APIs with mininal configuration", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "038d5cd6093b4b94b1a54f49f029498c4d16f805fab9256bb2a5f64372a25ca8", "spec_sha": "d55b0767b71d28197cd8e81194d61c4a83273f4553a07f5057bd86e3a5d448a7", "project_uri": "https://rubygems.org/gems/safra", "gem_uri": "https://rubygems.org/gems/safra-0.0.3.gem", "homepage_uri": "https://github.com/felipedmesquita/extractor", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/safra/0.0.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 6" }, { "name": "railties", "requirements": ">= 6" }, { "name": "typhoeus", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-07-10 19:37:16 UTC
gYEb1VBn1S7EoVwfmwGPe

makit

CI/CD tools for Ruby developers.

0.0.99
Content{ "name": "makit", "downloads": 16832, "version": "0.0.99", "version_created_at": "2025-07-10T19:33:02.877Z", "version_downloads": 0, "platform": "ruby", "authors": "Lou Parslow", "info": "CI/CD tools for Ruby developers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://gitlab.com/gems-rb/makit", "changelog_uri": "https://gitlab.com/gems-rb/makit/CHANGELOG.md", "source_code_uri": "https://gitlab.com/gems-rb/makit" }, "yanked": false, "sha": "6f8fd1fd80f605f63c6ba3a250a85e458caa59ac63c88f98176a804406941482", "spec_sha": "8fd3641b40b83f067f1668d0a58cf8adb50db1bb280b377cb5e1cdcf9337da41", "project_uri": "https://rubygems.org/gems/makit", "gem_uri": "https://rubygems.org/gems/makit-0.0.99.gem", "homepage_uri": "https://gitlab.com/gems-rb/makit", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://gitlab.com/gems-rb/makit", "bug_tracker_uri": null, "changelog_uri": "https://gitlab.com/gems-rb/makit/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "clamp", "requirements": "~> 1.3" }, { "name": "colorize", "requirements": "~> 1.1" }, { "name": "fiddle", "requirements": ">= 0" }, { "name": "google-protobuf", "requirements": "~> 4.31" }, { "name": "grpc", "requirements": "~> 1.72" }, { "name": "grpc-tools", "requirements": "~> 1.72" }, { "name": "logger", "requirements": "~> 1.7" }, { "name": "rainbow", "requirements": "~> 3.1" }, { "name": "rubyzip", "requirements": "~> 2.3" }, { "name": "sorted_set", "requirements": "~> 1.0.3" }, { "name": "yaml", "requirements": "~> 0.4" } ] } }
2025-07-10 19:33:04 UTC
PpSHshYOkJHpYFPbXA6k-

safra

Extract data from APIs with mininal configuration

0.0.2
Content{ "name": "safra", "downloads": 38175, "version": "0.0.2", "version_created_at": "2025-07-10T19:32:22.583Z", "version_downloads": 0, "platform": "ruby", "authors": "Felipe Mesquita", "info": "Extract data from APIs with mininal configuration", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "8f556757a961cfd1b68fcf50ff13def356d55eb477f06048d7b58b395294b858", "spec_sha": "93739ffdf6176754253fa896800fe34821f98211e9a57e6fa9f8bf6b08036d9b", "project_uri": "https://rubygems.org/gems/safra", "gem_uri": "https://rubygems.org/gems/safra-0.0.2.gem", "homepage_uri": "https://github.com/felipedmesquita/extractor", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/safra/0.0.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 6" }, { "name": "railties", "requirements": ">= 6" }, { "name": "typhoeus", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-07-10 19:32:24 UTC
VrUh3lr-C_giW7Do4TKFc

holatestetst

I will choose Freewill!

1.0.0
Content{ "name": "holatestetst", "downloads": 6023, "version": "1.0.0", "version_created_at": "2021-09-28T10:56:13.147Z", "version_downloads": 1392, "platform": "ruby", "authors": "Nick Quaranto", "info": "I will choose Freewill!", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "44bfca3ec819cbaef191b8df3dbf3dedb8aa5e41fcd21428d47067b74ab1c4d8", "spec_sha": "03d0711e60a889e0adc431d630d1082f72973495adcaa3d47ec0a153360db1cd", "project_uri": "https://rubygems.org/gems/holatestetst", "gem_uri": "https://rubygems.org/gems/holatestetst-1.0.0.gem", "homepage_uri": "http://example.com/freewill", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/holatestetst/1.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 19:31:07 UTC
LM0f01Za5TUqukQXLabm4

holatestetst

I will choose Freewill!

1.0.3
Content{ "name": "holatestetst", "downloads": 6023, "version": "1.0.3", "version_created_at": "2021-09-29T07:48:57.964Z", "version_downloads": 1926, "platform": "ruby", "authors": "Nick Quaranto", "info": "I will choose Freewill!", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "39f942e703995d099bcd1e493b125c3a9ab685b1dfd27d033ae821ca7a622166", "spec_sha": "8116a6246c945d04ad67190eccdfc6c553962e3849da93513a02ae009d57a043", "project_uri": "https://rubygems.org/gems/holatestetst", "gem_uri": "https://rubygems.org/gems/holatestetst-1.0.3.gem", "homepage_uri": "http://example.com/freewill", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/holatestetst/1.0.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 19:31:07 UTC
Qc-Vt8Mf8cguHA8GwO0ce

holatestetst

I will choose Freewill!

1.0.2
Content{ "name": "holatestetst", "downloads": 6023, "version": "1.0.2", "version_created_at": "2021-09-29T07:39:43.946Z", "version_downloads": 1350, "platform": "ruby", "authors": "Nick Quaranto", "info": "I will choose Freewill!", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "04f2274e48c3fdde70dfd13c45cccf633687e7e1942d914bcc4c9b033068e29f", "spec_sha": "011a8971355f4d51ab4a8ac6239fe7870ba96b1da866f15831ba40964802929c", "project_uri": "https://rubygems.org/gems/holatestetst", "gem_uri": "https://rubygems.org/gems/holatestetst-1.0.2.gem", "homepage_uri": "http://example.com/freewill", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/holatestetst/1.0.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 19:31:06 UTC
iv9NEdYRqcp1k1q_aPfND

holatestetst

I will choose Freewill!

1.0.1
Content{ "name": "holatestetst", "downloads": 6023, "version": "1.0.1", "version_created_at": "2021-09-29T07:22:24.035Z", "version_downloads": 1355, "platform": "ruby", "authors": "Nick Quaranto", "info": "I will choose Freewill!", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "88607793462472710dc4e39d4c9de6d1dad56e02eddd2b3451475366d7a08aad", "spec_sha": "bdd0171f3a7ef62dfff4bd2c6b6ddd7adffba4ca80d3e4eb5a2289b18908e576", "project_uri": "https://rubygems.org/gems/holatestetst", "gem_uri": "https://rubygems.org/gems/holatestetst-1.0.1.gem", "homepage_uri": "http://example.com/freewill", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/holatestetst/1.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 19:31:06 UTC
1PLP53fCM6MVBz868bjyY

makit

CI/CD tools for Ruby developers.

0.0.98
Content{ "name": "makit", "downloads": 16831, "version": "0.0.98", "version_created_at": "2025-07-10T19:25:56.055Z", "version_downloads": 0, "platform": "ruby", "authors": "Lou Parslow", "info": "CI/CD tools for Ruby developers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://gitlab.com/gems-rb/makit", "changelog_uri": "https://gitlab.com/gems-rb/makit/CHANGELOG.md", "source_code_uri": "https://gitlab.com/gems-rb/makit" }, "yanked": false, "sha": "ea760d366852e95fd82336da95d1c614d426fd1ac7d6ba5f2e1393059f137852", "spec_sha": "edbedf4a0b96ef05bf1fed09f1f6524f0b96f2da39f852ba26f635cd1943c434", "project_uri": "https://rubygems.org/gems/makit", "gem_uri": "https://rubygems.org/gems/makit-0.0.98.gem", "homepage_uri": "https://gitlab.com/gems-rb/makit", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://gitlab.com/gems-rb/makit", "bug_tracker_uri": null, "changelog_uri": "https://gitlab.com/gems-rb/makit/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "clamp", "requirements": "~> 1.3" }, { "name": "colorize", "requirements": "~> 1.1" }, { "name": "fiddle", "requirements": ">= 0" }, { "name": "google-protobuf", "requirements": "~> 4.31" }, { "name": "grpc", "requirements": "~> 1.72" }, { "name": "grpc-tools", "requirements": "~> 1.72" }, { "name": "logger", "requirements": "~> 1.7" }, { "name": "rainbow", "requirements": "~> 3.1" }, { "name": "rubyzip", "requirements": "~> 2.3" }, { "name": "sorted_set", "requirements": "~> 1.0.3" }, { "name": "yaml", "requirements": "~> 0.4" } ] } }
2025-07-10 19:25:57 UTC
WR6ZzviTJRw0o9WQArEiy

safra

Extract data from APIs with mininal configuration

0.0.1
Content{ "name": "safra", "downloads": 38175, "version": "0.0.1", "version_created_at": "2025-07-10T19:21:35.170Z", "version_downloads": 0, "platform": "ruby", "authors": "Felipe Mesquita", "info": "Extract data from APIs with mininal configuration", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "71978256d875bd0df7025065ba5069852c3fb335ee36d856bafeb30ecc45a990", "spec_sha": "378432d1f0e48255811b8903cc590f99a94cd4192ca9f90ed97fe8107fdbb8e6", "project_uri": "https://rubygems.org/gems/safra", "gem_uri": "https://rubygems.org/gems/safra-0.0.1.gem", "homepage_uri": "http://merqurion.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/safra/0.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 6" }, { "name": "railties", "requirements": ">= 6" }, { "name": "typhoeus", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-07-10 19:21:36 UTC
gNcQ8pL8w-GaVniTABKL1

hello-package-fff

A simple hello world gem

0.0.0
Content{ "name": "hello-package-fff", "downloads": 1028, "version": "0.0.0", "version_created_at": "2022-05-06T15:57:07.045Z", "version_downloads": 1021, "platform": "x86_64-linux", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "88fbafe9a53e2c547efe1e6af87e7e003ad71d6ca70226467eadb01540be2d92", "spec_sha": "d395828bddbbe3c4829ff26e78199afab0e5bcada05fce6a1c3edb1059880d0d", "project_uri": "https://rubygems.org/gems/hello-package-fff", "gem_uri": "https://rubygems.org/gems/hello-package-fff-0.0.0-x86_64-linux.gem", "homepage_uri": "https://rubygems.org/gems/hello-package-fff", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hello-package-fff/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 19:01:33 UTC
sQvZ8r4TWq_0cmu0Xifzq

securial

Securial is a mountable Rails engine that provides robust, extensible authentication and access control for Rails applications. It supports JWT, API tokens, session-based auth, and is designed for easy integration with modern web and mobile apps.

2.1.6
Content{ "name": "securial", "downloads": 2448, "version": "2.1.6", "version_created_at": "2025-07-10T18:57:30.462Z", "version_downloads": 0, "platform": "ruby", "authors": "Aly Badawy", "info": "Securial is a mountable Rails engine that provides robust, extensible authentication and access control for Rails applications. It supports JWT, API tokens, session-based auth, and is designed for easy integration with modern web and mobile apps.", "licenses": [ "MIT" ], "metadata": { "wiki_uri": "https://github.com/AlyBadawy/Securial/wiki", "homepage_uri": "https://github.com/AlyBadawy/Securial/wiki", "release_date": "2025-07-10", "changelog_uri": "https://github.com/AlyBadawy/Securial/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/AlyBadawy/Securial", "allowed_push_host": "https://rubygems.org", "documentation_uri": "https://alybadawy.github.io/Securial/_index.html" }, "yanked": false, "sha": "16a69f25cad2391376acc955f452232986687796178e510944328bddd34de9e6", "spec_sha": "913e427334b1c15cd4c4fac9735d7e5260e0b0618c2d4e9f9678ef9315447b20", "project_uri": "https://rubygems.org/gems/securial", "gem_uri": "https://rubygems.org/gems/securial-2.1.6.gem", "homepage_uri": "https://github.com/AlyBadawy/Securial/wiki", "wiki_uri": "https://github.com/AlyBadawy/Securial/wiki", "documentation_uri": "https://alybadawy.github.io/Securial/_index.html", "mailing_list_uri": null, "source_code_uri": "https://github.com/AlyBadawy/Securial", "bug_tracker_uri": null, "changelog_uri": "https://github.com/AlyBadawy/Securial/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bcrypt", "requirements": "~> 3.1" }, { "name": "jbuilder", "requirements": "~> 2.13" }, { "name": "jwt", "requirements": ">= 3.0, < 3.2" }, { "name": "rack-attack", "requirements": "~> 6.7" }, { "name": "rails", "requirements": "~> 8.0" } ] } }
2025-07-10 18:57:33 UTC
RRasCHCZvbZZNyugo4t5H

noiseless

Noiseless is an ActiveRecord-style search adapter for Ruby. Supports multiple backends (Elasticsearch, OpenSearch, Typesense), async querying, and a clean DSL.

0.0.0
Content{ "name": "noiseless", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-07-10T18:54:09.279Z", "version_downloads": 0, "platform": "ruby", "authors": "Abdelkader Boudih", "info": "Noiseless is an ActiveRecord-style search adapter for Ruby. Supports multiple backends (Elasticsearch, OpenSearch, Typesense), async querying, and a clean DSL.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "c3828cf5b086bf7a88c436fa3fa96d759ca351652c2bffc3faabe4a47fa96a49", "spec_sha": "059a622b5900e06c7862d0643c8dc660ca7010c62a288143278eecbb2c507022", "project_uri": "https://rubygems.org/gems/noiseless", "gem_uri": "https://rubygems.org/gems/noiseless-0.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/noiseless/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:54:10 UTC
dJZI8xnQ1fMsUykNy5ebv

meta_workflows

MetaWorkflows provides a flexible framework for creating and executing AI-powered workflows with human interaction points, built as a Rails engine for easy integration into existing applications.

0.9.9
Content{ "name": "meta_workflows", "downloads": 4824, "version": "0.9.9", "version_created_at": "2025-07-10T18:47:20.623Z", "version_downloads": 0, "platform": "ruby", "authors": "Leonid Medovyy, Sami Tanquary", "info": "MetaWorkflows provides a flexible framework for creating and executing AI-powered workflows with human interaction points, built as a Rails engine for easy integration into existing applications.", "licenses": [ "None" ], "metadata": { "homepage_uri": "https://github.com/strongmind/meta-workflows", "changelog_uri": "https://github.com/strongmind/meta-workflows/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/strongmind/meta-workflows", "allowed_push_host": "https://rubygems.org", "documentation_uri": "https://github.com/strongmind/meta-workflows/blob/main/README.md", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "680f9275f4a6c214480b08718d15b2490a3c521e2ad3d903a9d90ce9db303dcd", "spec_sha": "841d3191a7d3286eab60ecebe543156d4ac0cfef8b2aeb739cbe5a250c35d385", "project_uri": "https://rubygems.org/gems/meta_workflows", "gem_uri": "https://rubygems.org/gems/meta_workflows-0.9.9.gem", "homepage_uri": "https://github.com/strongmind/meta-workflows", "wiki_uri": null, "documentation_uri": "https://github.com/strongmind/meta-workflows/blob/main/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/strongmind/meta-workflows", "bug_tracker_uri": null, "changelog_uri": "https://github.com/strongmind/meta-workflows/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rails", "requirements": ">= 7.2.0, < 9.0" }, { "name": "ruby_conversations", "requirements": ">= 0" }, { "name": "ruby_llm", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": ">= 6.0" }, { "name": "stimulus-rails", "requirements": ">= 1.0" }, { "name": "turbo-rails", "requirements": ">= 1.0" } ] } }
2025-07-10 18:47:22 UTC
lQErKrPXF-j7Fiogn8T7f

meta_workflows

MetaWorkflows provides a flexible framework for creating and executing AI-powered workflows with human interaction points, built as a Rails engine for easy integration into existing applications.

0.9.8
Content{ "name": "meta_workflows", "downloads": 4824, "version": "0.9.8", "version_created_at": "2025-07-10T18:46:27.937Z", "version_downloads": 0, "platform": "ruby", "authors": "Leonid Medovyy, Sami Tanquary", "info": "MetaWorkflows provides a flexible framework for creating and executing AI-powered workflows with human interaction points, built as a Rails engine for easy integration into existing applications.", "licenses": [ "None" ], "metadata": { "homepage_uri": "https://github.com/strongmind/meta-workflows", "changelog_uri": "https://github.com/strongmind/meta-workflows/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/strongmind/meta-workflows", "allowed_push_host": "https://rubygems.org", "documentation_uri": "https://github.com/strongmind/meta-workflows/blob/main/README.md", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ea5ed29e769f66bfee9ceed221e1748733012696cc5fe3c6b564dde568357f3a", "spec_sha": "71b9c77f60a84712394660b3dda481cc65411e1494b67bea16ae1d3f850694ab", "project_uri": "https://rubygems.org/gems/meta_workflows", "gem_uri": "https://rubygems.org/gems/meta_workflows-0.9.8.gem", "homepage_uri": "https://github.com/strongmind/meta-workflows", "wiki_uri": null, "documentation_uri": "https://github.com/strongmind/meta-workflows/blob/main/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/strongmind/meta-workflows", "bug_tracker_uri": null, "changelog_uri": "https://github.com/strongmind/meta-workflows/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rails", "requirements": ">= 7.2.0, < 9.0" }, { "name": "ruby_conversations", "requirements": ">= 0" }, { "name": "ruby_llm", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": ">= 6.0" }, { "name": "stimulus-rails", "requirements": ">= 1.0" }, { "name": "turbo-rails", "requirements": ">= 1.0" } ] } }
2025-07-10 18:46:29 UTC
Y50-hkmosUG6Ls6n6DCsm

plutonium

Plutonium extends Rails' capabilities with a powerful, generator-driven toolkit designed to supercharge your development process. It transforms the way you build applications with Rails, optimizing for rapid application development.

0.26.0
Content{ "name": "plutonium", "downloads": 29162, "version": "0.26.0", "version_created_at": "2025-07-10T18:44:15.811Z", "version_downloads": 0, "platform": "ruby", "authors": "Stefan Froelich", "info": "Plutonium extends Rails' capabilities with a powerful, generator-driven toolkit designed to supercharge your development process. It transforms the way you build applications with Rails, optimizing for rapid application development.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://radioactive-labs.github.io/plutonium-core/", "source_code_uri": "https://github.com/radioactive-labs/plutonium-core", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "2bfa91e787cf068668757d6d8601aad3a0b2d085109a377636212f37ed7892e6", "spec_sha": "a0ea537605b7676dca0c0c0dd8bacd6f10a34b90c773cdd2bf8b93b94500e795", "project_uri": "https://rubygems.org/gems/plutonium", "gem_uri": "https://rubygems.org/gems/plutonium-0.26.0.gem", "homepage_uri": "https://radioactive-labs.github.io/plutonium-core/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/radioactive-labs/plutonium-core", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" }, { "name": "brakeman", "requirements": ">= 0" }, { "name": "bundle-audit", "requirements": ">= 0" }, { "name": "combustion", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "action_policy", "requirements": "~> 0.7.0" }, { "name": "listen", "requirements": "~> 3.8" }, { "name": "pagy", "requirements": "~> 9.0" }, { "name": "phlex", "requirements": "~> 2.0" }, { "name": "phlexi-display", "requirements": "~> 0.2.0" }, { "name": "phlexi-field", "requirements": "~> 0.2.0" }, { "name": "phlexi-form", "requirements": "~> 0.10.0" }, { "name": "phlexi-menu", "requirements": "~> 0.4.0" }, { "name": "phlexi-table", "requirements": "~> 0.2.0" }, { "name": "phlex-rails", "requirements": ">= 0" }, { "name": "phlex-slotable", "requirements": "~> 1.0.0" }, { "name": "phlex-tabler_icons", "requirements": ">= 0" }, { "name": "rabl", "requirements": "~> 0.16.1" }, { "name": "rails", "requirements": ">= 7.2" }, { "name": "redcarpet", "requirements": ">= 0" }, { "name": "semantic_range", "requirements": "~> 3.0" }, { "name": "tailwind_merge", "requirements": ">= 0" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-07-10 18:44:17 UTC
jtAaWTNCqea8VydEPMTIB

hola-fbdtest

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest", "downloads": 1122, "version": "0.0.0", "version_created_at": "2022-05-06T15:39:52.966Z", "version_downloads": 1002, "platform": "x86_64-linux", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "d128f84df716479d3e39b27bbe6f02fb32d5dba5c4ad8d2c4e35744a8f73ac61", "spec_sha": "d629edf9d3ad24bda06c3eedbcbac952bb9ab2dfa2e35e7c725849c409aa33ab", "project_uri": "https://rubygems.org/gems/hola-fbdtest", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-0.0.0-x86_64-linux.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:41:06 UTC
OXYmnsx6bZCmdsgXdaLG1

hola-package-fbd

A simple hello world gem

0.0.0
Content{ "name": "hola-package-fbd", "downloads": 1123, "version": "0.0.0", "version_created_at": "2022-05-05T17:35:48.754Z", "version_downloads": 1123, "platform": "ruby", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "705bb6b521fc14e225f1e2f7073c3360319dc4050513d94ef56e62c7aa73d8ab", "spec_sha": "ce4c3acc8a2eea125814d56ac2a827878b6600630458dafede23f0d0d6a298a3", "project_uri": "https://rubygems.org/gems/hola-package-fbd", "gem_uri": "https://rubygems.org/gems/hola-package-fbd-0.0.0.gem", "homepage_uri": "https://rubygems.org/gems/hola-package-fbd", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-package-fbd/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:40:25 UTC
tCdMk7uaYaVHMX-ZT26PX

hola-package-fbd-testingstuff

A simple hello world gem

0.0.0
Content{ "name": "hola-package-fbd-testingstuff", "downloads": 1125, "version": "0.0.0", "version_created_at": "2022-05-05T17:38:11.769Z", "version_downloads": 1125, "platform": "ruby", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "89e3fe2ac154c2c02b70e51c409db3eff996afba35080a822889feca1752bf1c", "spec_sha": "73154e945f6a875845021a3f028c6336cba299394cea6c3893b1fca7704c651e", "project_uri": "https://rubygems.org/gems/hola-package-fbd-testingstuff", "gem_uri": "https://rubygems.org/gems/hola-package-fbd-testingstuff-0.0.0.gem", "homepage_uri": "https://rubygems.org/gems/hola-package-fbd-testingstuff", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-package-fbd-testingstuff/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:38:42 UTC
R-qqXvYFJMlCs4n9Sl2dH

hello-package-abc-testing

A simple hello world gem

0.0.0
Content{ "name": "hello-package-abc-testing", "downloads": 1158, "version": "0.0.0", "version_created_at": "2022-05-05T21:16:18.451Z", "version_downloads": 1158, "platform": "ruby", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "6ef74f5922dad728d295ed541f599a1139691d989321a976cd1919d6c2891903", "spec_sha": "bfb2665fc2725baf0e8b0f8ed780febd4e90af2f0ed9a1971dffbaca452a7f33", "project_uri": "https://rubygems.org/gems/hello-package-abc-testing", "gem_uri": "https://rubygems.org/gems/hello-package-abc-testing-0.0.0.gem", "homepage_uri": "https://rubygems.org/gems/hello-package-abc-testing", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hello-package-abc-testing/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:37:40 UTC
7pzMjL81HPe5WedWmy8Ed

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:13.465Z", "version_downloads": 4865, "platform": "universal-darwin-21-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "a8a026977a4befe5908059e74ad401a548e9d618adbdb89b6632ef3e40c49e93", "spec_sha": "d8275384fa02cfc89150cecd77d3c9262e17ca6a17d5668ee7232b81c8c1b71e", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-21-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
rQXr5XLQ_w_gF6DBYHR6Z

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:11.545Z", "version_downloads": 4854, "platform": "universal-darwin-19-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "b521a5e7ec1f30d7713bf17ea4f53642285cd37468a0bc5bfbc19a3e6af5f667", "spec_sha": "a7c221414875de9bef5b2a9022c77880f3977143d50f2879700d38a6ee0c5057", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-19-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
omOVXJlzvAggg9NDA69G3

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:08.391Z", "version_downloads": 4847, "platform": "arm64-darwin-20-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "ae4d1e6caf3dfb6025acf31a881e8bc0c5534a9b37e7162de29ef677f192ead5", "spec_sha": "54efc5cc88c2d67d1dc79a292d3a530866151ee53af3f1364654329c4302c5ed", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-20-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
Iiaa-7HlP2WGboLIuvT3M

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:10.494Z", "version_downloads": 4851, "platform": "universal-darwin-18-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "2f3a0ba99b5dcb09c1f9c9a2524adee694182bbe2ebda4feb601ac0c65528f1c", "spec_sha": "66926e2375e98adf0d2566ed18a179b385da3723f1952e1fa9730aa9cea1c058", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-18-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
JFDFZVns3talaas01X3YJ

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:12.534Z", "version_downloads": 4843, "platform": "universal-darwin-20-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "b3d76bbdff26d125d18283b0ce554778507eeb423159145cf8b020e281037d2b", "spec_sha": "ad20b39581333a5f825aeec79dcb07b84b1f891b778aa68a39961002ac7ab480", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-20-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
0AeByskzr7TW-wfFNFZiX

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:09.362Z", "version_downloads": 4849, "platform": "arm64-darwin-21-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "86e9ed1f74d1bb5fb8a4aa9272140e2cfcf81cae47d825d17191ef5995c902f4", "spec_sha": "89c610950a7f5d66d93bfdc90828c9f6e973e7496927f952c4f96579f20261af", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-21-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
DNoIAqqRAXSBQs5QBg9tK

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:06.413Z", "version_downloads": 4847, "platform": "arm64-darwin-18-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "5aa9c80f63e7a5e2e356df5e4e9287a4e7db9a16c731aada7b72480e995a9a68", "spec_sha": "a95a54b90233418c62b8fd8a2bb26597a8e2e5a98a85fc4490bc2a242f6bf70a", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-18-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
YZ42JpAET0POJR_9h6uJR

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:07.328Z", "version_downloads": 4856, "platform": "arm64-darwin-19-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "7e812675d034d0d3a9e9bc5b8189d9cd21774efc43fdc516da6a645a8e7557dd", "spec_sha": "e98661db6bc6616b43b25160f66bd7ddd945afc239a3b28a41253b12de8b5c5e", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-19-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:20 UTC
WmpVPDwFm7cCRWJ0iuKCI

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:02.811Z", "version_downloads": 4846, "platform": "aarch64-linux-musl-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "542da9c374a3f77b01724dfe462b946be98482ce758622e52f696bc83d16dff8", "spec_sha": "f5ea234cf40da6520eefebf955c1363c9a4d3ff647f43fb4bb4a1b0c0c95f4f5", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-aarch64-linux-musl-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:19 UTC
c7sp6OrngloUwa-vUs-yK

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T17:10:01.547Z", "version_downloads": 4885, "platform": "x86_64-linux-musl-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "34db684e70122ed15109f0fbcab6aafc3c5a4e1662e48e71a92442c1efc4caab", "spec_sha": "9a6d18071ae0afc845732087d18208693d6c961a84bdec5ddd1d6b1ba94daaa3", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-x86_64-linux-musl-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:15 UTC
NpJIl-5f_nXIKRtkMc5W1

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:32.662Z", "version_downloads": 4849, "platform": "arm64-darwin-21-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "bf50368257040af4f6972c2e23a9b386370f369e224dca5d7011c6c16edfc96b", "spec_sha": "d0d2b5d165a34ab59e9c657715e5b82c14d8f0682106a213b2a0115d3846ba20", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-21-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:15 UTC
1pkOSl6Wxz6L9tepcSlpQ

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:35.713Z", "version_downloads": 4851, "platform": "universal-darwin-20-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "51325542b268aec30dd2519b0f94dcb01bdbc5abd113fb2e4c52baf8da611068", "spec_sha": "77a291205398b8530d667935aa4cfd1c0020dc427b92fdff3038d23c707ea956", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-20-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:15 UTC
yvQCVPcc52yyRk7IChkKB

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:36.687Z", "version_downloads": 4851, "platform": "universal-darwin-21-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "6129295b13b527bc0ec54dea8d3c712397dcc79c5c066cf08b11a10f42f73ce0", "spec_sha": "8373672406f3e5a37a6a3dfa8d91ac8eed56d0e66c575a6605cf65b301e2cb0c", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-21-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:15 UTC
g439hillA7cZQ3_dO1ioC

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:34.665Z", "version_downloads": 4849, "platform": "universal-darwin-19-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "7f9bca622ffaa77c77b66b998fbb9cb7ff9165ea1c8084e3ef1d0f09f25d5403", "spec_sha": "8b2e65faa261826f010e0eac226fb05e75c9b15f225123dcea18f686783a29eb", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-19-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:15 UTC
lpPkBtx_S_jst7Wh1n_DF

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:31.647Z", "version_downloads": 4845, "platform": "arm64-darwin-20-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "ad1a58d95181c4621a6701f95ef0f2d02769982231f5f0d439231f8ce2ed59bf", "spec_sha": "6ece4d11dce599825a43b6d4699795062a43e8b015ee8b6e890370ce3e34ccdb", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-20-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:14 UTC
Qtx8GQ_t_vhTVU1vRrknZ

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:33.667Z", "version_downloads": 4845, "platform": "universal-darwin-18-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "c354e7edc3820057de97f442ab6d9273fb42a73c7470465fe2fe6f2dfd472917", "spec_sha": "ff7171495db9c6105f17d86b8ba64a6f6909f34c6bf8b474b36d42f548a59f16", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-18-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:14 UTC
B6_BEbG6d6_BtLM9FZTuF

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:30.687Z", "version_downloads": 4850, "platform": "arm64-darwin-19-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "51892fd7a35a1460131c031857d5acbfcf13ea66812dab70ffbd1cd080c21504", "spec_sha": "db732805ad4035ec2507698ee8257c32811624f3389b5960debb490c50c74f99", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-19-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:14 UTC
WHH1SOfPXFCxDLLOymFl7

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:29.762Z", "version_downloads": 4847, "platform": "arm64-darwin-18-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "1af64664e8ed13373c66b3733ece84ebf044919256b5ef20da519767396b5935", "spec_sha": "2056d94f1a2050b45253f7f192ca6317280988be79b6c194f41004b2ff655a8d", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-18-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:14 UTC
R_hOrevEIlZKFUde7ifqL

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:26.482Z", "version_downloads": 4849, "platform": "x86_64-linux-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "5e4af0b098a1eeb2671b245a21f9f8ec0cb8d079a47b402e942ba3928da6206c", "spec_sha": "64f02c6b250de9626735009e6b43ccbc1c3a05e6696f25d180d32be5a798488c", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-x86_64-linux-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:14 UTC
jdI05q1iuQ0bvHKn45Uxf

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:30:27.548Z", "version_downloads": 4839, "platform": "aarch64-linux-musl-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "85fcdaf1d698e34b3a6daab7d630072882e4d7f07856e7c5ccd7fb861c66b8dc", "spec_sha": "d5dddb80b4b7598644b3b17af2c8064c7c7eb13492ccd123ae4df35bb0d38f20", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-aarch64-linux-musl-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:14 UTC
dMFMRF7Jo2gAbyNEX9pfs

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:27:05.801Z", "version_downloads": 952, "platform": "universal-darwin-20", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "31fc72d387b57fbbf3c47162d6d13b64f58cbb30490a10ee52336c2db8369187", "spec_sha": "f564358809288bb23b285f915228f5a6617d37a36772bbf5e3363d5efe639b1d", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-20.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:13 UTC
2G4VOZtN4lYRLqENZFPjO

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:27:06.787Z", "version_downloads": 948, "platform": "universal-darwin-21", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "355ab1aa327f072b6c65b5cfea6bb8b0eeba82e2fb1f576dfbcd8adb21ac03fe", "spec_sha": "f16418fc4676386c0e25d24fe1a4cd4f13203389a0d3e59edf9d6b36a0b0c151", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-21.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:13 UTC
Y-7NjgRQZ7c7AePfcsD7o

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:27:04.875Z", "version_downloads": 948, "platform": "universal-darwin-19", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "e04d72e700de0a4a8074a98b50822c4a26d113ae5d9827cb85b4ede15c8a7ce1", "spec_sha": "294a9886d2c579a47a5852a40c1d6daf67ebe3b7b0796f01d342cf584a39f883", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-19.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:13 UTC
N3v_I36ihAztDl8Wd_eyl

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:27:03.835Z", "version_downloads": 949, "platform": "universal-darwin-18", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "037b37d0e65d352f456f4bd2c99c7b505f02fdc457d5e1357434b191020125fe", "spec_sha": "eabe9dc739aca3a9af38c22e69ebc1a862825bc6d5238eaf1277cc74106132d8", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-universal-darwin-18.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:13 UTC
lMNvEiDClvLkh5TzcpjV7

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:26:57.316Z", "version_downloads": 996, "platform": "x86_64-linux", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "0a0a4be22b11589881dd31a83a925300f17a38ddd29512372febc4813dd0c754", "spec_sha": "0bd7fac6905cfa664f0f6a6dc80121db8a84c0d730f9f81405b52217a5ba78e8", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-x86_64-linux.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:12 UTC
ch1uudsYS7cm-X9eTTszT

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:27:00.506Z", "version_downloads": 943, "platform": "arm64-darwin-19", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "28d06b4ffaa72d11b99d9cb884d2fd42c42236e140553aeeed3b7a459d6c8121", "spec_sha": "18969448ec6952b009c0d2fdb4c7c58fd8c7f17085db1d53ef75cf5edd0fba70", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-19.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:12 UTC
xBL3TpLl5wdzgJFZsMPty

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:27:02.864Z", "version_downloads": 947, "platform": "arm64-darwin-21", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "bde2e239191ea10128a5330ab938472b4dc2d8e6cb9a1436929c6ed2790856f2", "spec_sha": "05d5cd8530fe99caf003855a395f2902120cca6613b029123f50cdfc412144d2", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-21.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:11 UTC
eW4Y_-bfh6ooJGAf8gHRn

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:27:01.770Z", "version_downloads": 948, "platform": "arm64-darwin-20", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "47bcd4386c653ff1291168eaa4c42175dccc214fb697b29f335433a63dff5e89", "spec_sha": "86c5830881c5ee5461cc4c5e32f519b714b429d4e237b1ae175a39bbbae59441", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-20.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:11 UTC
paDOlYO0WulTdG0fgS4ev

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:26:59.428Z", "version_downloads": 947, "platform": "arm64-darwin-18", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "4cc15d7814c877d784fb7ce6128785e82d787db13b420a3cebd27308e6801ecb", "spec_sha": "bd1556971719117a3e9fa07278f4c3c7ec9e723e404f8658addbafc6a826160b", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-arm64-darwin-18.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:11 UTC
GpepIizgLCcd99-THZHbY

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:26:58.505Z", "version_downloads": 952, "platform": "aarch64-linux", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "a9de6123c04fbad277f32b46c90493fbdb0a4c000f61717a657d2196a4ba7210", "spec_sha": "0a1f7e8242d4be3db6827292908217d2a1bf2d3210864f3562ad994db9183958", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-aarch64-linux.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:10 UTC
qpvOySorwSB7PIOcBrDMp

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:26:56.019Z", "version_downloads": 942, "platform": "aarch64-linux-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "725c742254e51d33ed70fb6de67422daefac9325d5146e9b034da4f6cf21ad61", "spec_sha": "187a9ca37066d6feb1c8fd8fb8caf307d5b25f0abac3fc8dfe54e1784d45a986", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-aarch64-linux-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:10 UTC
SOQwE4PMuwyHp81Hlff2E

hola-fbdtest-abc

A simple hello world gem

0.0.0
Content{ "name": "hola-fbdtest-abc", "downloads": 108486, "version": "0.0.0", "version_created_at": "2022-05-05T16:26:55.074Z", "version_downloads": 984, "platform": "x86_64-linux-musl", "authors": "Hello World", "info": "A simple hello world gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": true, "sha": "a555058859de9b4519e295919ebc463d3f09272f0ee2f3580e5e486ce7cf42fd", "spec_sha": "202833a85a9fd6839707db56447c6dab2621ae1674be76ef6c1216c0038f103e", "project_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "gem_uri": "https://rubygems.org/gems/hola-fbdtest-abc-0.0.0-x86_64-linux-musl.gem", "homepage_uri": "https://rubygems.org/gems/hola-fbdtest-abc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hola-fbdtest-abc/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-10 18:36:10 UTC
_e1nsr4zvYJpfuYb6F46Z

openai

Ruby library to access the OpenAI API

0.13.0
Content{ "name": "openai", "downloads": 223093, "version": "0.13.0", "version_created_at": "2025-07-10T18:35:44.288Z", "version_downloads": 0, "platform": "ruby", "authors": "OpenAI", "info": "Ruby library to access the OpenAI API", "licenses": [], "metadata": { "homepage_uri": "https://gemdocs.org/gems/openai", "source_code_uri": "https://github.com/openai/openai-ruby", "rubygems_mfa_required": "false" }, "yanked": false, "sha": "cb2cab276964d4f18f0bc09787eafe88056069709a6247f8af6a7d73255ea756", "spec_sha": "a1f5b9f69267662d7c63dc85ced680124f3f3a2c808712b058687c1570e2af7c", "project_uri": "https://rubygems.org/gems/openai", "gem_uri": "https://rubygems.org/gems/openai-0.13.0.gem", "homepage_uri": "https://gemdocs.org/gems/openai", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/openai/openai-ruby", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "connection_pool", "requirements": ">= 0" } ] } }
2025-07-10 18:35:45 UTC
DWu2KNEBzSFcE62W6Aw4j

dependabot-python

Dependabot-Python provides support for bumping Python packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.321.1
Content{ "name": "dependabot-python", "downloads": 7842971, "version": "0.321.1", "version_created_at": "2025-07-10T18:32:21.376Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Python provides support for bumping Python packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "d3b78c508d24b303b724a7d58904a407a7b7b66b0fcfcbc9367b7f7654cc2c59", "spec_sha": "bcd15b1a823760ef2aa051c100afe872cb6874bf826ff6853c9285f49606e37a", "project_uri": "https://rubygems.org/gems/dependabot-python", "gem_uri": "https://rubygems.org/gems/dependabot-python-0.321.1.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9" }, { "name": "rubocop", "requirements": "~> 1.67" }, { "name": "rubocop-performance", "requirements": "~> 1.22" }, { "name": "rubocop-rspec", "requirements": "~> 2.29" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "turbo_tests", "requirements": "~> 2.2" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": "~> 1.9" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.321.1" } ] } }
2025-07-10 18:32:23 UTC
VKET8tVN9O4sAU6lZ3EW9

dependabot-pub

Dependabot-Pub provides support for bumping Dart (pub) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.321.1
Content{ "name": "dependabot-pub", "downloads": 5312686, "version": "0.321.1", "version_created_at": "2025-07-10T18:32:18.757Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Pub provides support for bumping Dart (pub) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "9b37326ce0fdbb3184f6e556f0170e79649795aef1e719e7cf02950ffb9a68ef", "spec_sha": "aa72719eedede9200cc9eb4327be0d17c06c50d56aec0b28e66869bf492d9f94", "project_uri": "https://rubygems.org/gems/dependabot-pub", "gem_uri": "https://rubygems.org/gems/dependabot-pub-0.321.1.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9" }, { "name": "rubocop", "requirements": "~> 1.67" }, { "name": "rubocop-performance", "requirements": "~> 1.22" }, { "name": "rubocop-rspec", "requirements": "~> 2.29" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "turbo_tests", "requirements": "~> 2.2" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": "~> 1.9" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.321.1" } ] } }
2025-07-10 18:32:20 UTC
m2VqJjsvmQyaZjwAMtc0S

dependabot-omnibus

Dependabot-Omnibus provides all the gems included in Dependabot. Dependabot provides automated dependency updates for multiple package managers.

0.321.1
Content{ "name": "dependabot-omnibus", "downloads": 7924358, "version": "0.321.1", "version_created_at": "2025-07-10T18:32:14.625Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Omnibus provides all the gems included in Dependabot. Dependabot provides automated dependency updates for multiple package managers.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "04cef85f815acc618b9ae4b4657292dd3caa5bd0fe0d46033811131201a40143", "spec_sha": "2d99f53c9e0ecc544fce9615996b84e1783260c0cf35bdd5881de9e0f73213fc", "project_uri": "https://rubygems.org/gems/dependabot-omnibus", "gem_uri": "https://rubygems.org/gems/dependabot-omnibus-0.321.1.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9" }, { "name": "rubocop", "requirements": "~> 1.67" }, { "name": "rubocop-performance", "requirements": "~> 1.22" }, { "name": "rubocop-rspec", "requirements": "~> 2.29" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "turbo_tests", "requirements": "~> 2.2" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": "~> 1.9" } ], "runtime": [ { "name": "dependabot-bun", "requirements": "= 0.321.1" }, { "name": "dependabot-bundler", "requirements": "= 0.321.1" }, { "name": "dependabot-cargo", "requirements": "= 0.321.1" }, { "name": "dependabot-common", "requirements": "= 0.321.1" }, { "name": "dependabot-composer", "requirements": "= 0.321.1" }, { "name": "dependabot-devcontainers", "requirements": "= 0.321.1" }, { "name": "dependabot-docker", "requirements": "= 0.321.1" }, { "name": "dependabot-docker_compose", "requirements": "= 0.321.1" }, { "name": "dependabot-dotnet_sdk", "requirements": "= 0.321.1" }, { "name": "dependabot-elm", "requirements": "= 0.321.1" }, { "name": "dependabot-github_actions", "requirements": "= 0.321.1" }, { "name": "dependabot-git_submodules", "requirements": "= 0.321.1" }, { "name": "dependabot-go_modules", "requirements": "= 0.321.1" }, { "name": "dependabot-gradle", "requirements": "= 0.321.1" }, { "name": "dependabot-helm", "requirements": "= 0.321.1" }, { "name": "dependabot-hex", "requirements": "= 0.321.1" }, { "name": "dependabot-maven", "requirements": "= 0.321.1" }, { "name": "dependabot-npm_and_yarn", "requirements": "= 0.321.1" }, { "name": "dependabot-nuget", "requirements": "= 0.321.1" }, { "name": "dependabot-pub", "requirements": "= 0.321.1" }, { "name": "dependabot-python", "requirements": "= 0.321.1" }, { "name": "dependabot-swift", "requirements": "= 0.321.1" }, { "name": "dependabot-terraform", "requirements": "= 0.321.1" }, { "name": "dependabot-uv", "requirements": "= 0.321.1" } ] } }
2025-07-10 18:32:17 UTC
123xXG0YWX2LY4JyJ8d8G

dependabot-nuget

Dependabot-Nuget provides support for bumping .NET (NuGet) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.321.1
Content{ "name": "dependabot-nuget", "downloads": 7848838, "version": "0.321.1", "version_created_at": "2025-07-10T18:32:11.342Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Nuget provides support for bumping .NET (NuGet) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "44e79f8f72ef2db0226b63635306d25c1019639221b3bba8eceb785488ddb504", "spec_sha": "979aaebf5dc23ba3bc45fe29e62aba286b8c606a1eeb999a5e9a61070d78626d", "project_uri": "https://rubygems.org/gems/dependabot-nuget", "gem_uri": "https://rubygems.org/gems/dependabot-nuget-0.321.1.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9" }, { "name": "rubocop", "requirements": "~> 1.67" }, { "name": "rubocop-performance", "requirements": "~> 1.22" }, { "name": "rubocop-rspec", "requirements": "~> 2.29" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "turbo_tests", "requirements": "~> 2.2" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": "~> 1.9" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.321.1" }, { "name": "rubyzip", "requirements": ">= 2.3.2, < 3.0" } ] } }
2025-07-10 18:32:13 UTC
YeIh8wiTgZkFCydW2j6-M

dependabot-npm_and_yarn

Dependabot-NPM_And_Yarn provides support for bumping Javascript (npm and yarn) libraries via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.321.1
Content{ "name": "dependabot-npm_and_yarn", "downloads": 7683639, "version": "0.321.1", "version_created_at": "2025-07-10T18:32:07.803Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-NPM_And_Yarn provides support for bumping Javascript (npm and yarn) libraries via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "71ec28d425d03b8a65e24336f960fbd41476e38cde1da25d7ae328065a144f24", "spec_sha": "496b31baf6add6805abc66207fcf002308904dace33aca92c407d89e1c3b99dc", "project_uri": "https://rubygems.org/gems/dependabot-npm_and_yarn", "gem_uri": "https://rubygems.org/gems/dependabot-npm_and_yarn-0.321.1.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9" }, { "name": "rubocop", "requirements": "~> 1.67" }, { "name": "rubocop-performance", "requirements": "~> 1.22" }, { "name": "rubocop-rspec", "requirements": "~> 2.29" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "turbo_tests", "requirements": "~> 2.2" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": "~> 1.9" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.321.1" } ] } }
2025-07-10 18:32:09 UTC
UYCI2Zv4mg7mcRPWRtl9m

dependabot-maven

Dependabot-Maven provides support for bumping Maven packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.321.1
Content{ "name": "dependabot-maven", "downloads": 7801267, "version": "0.321.1", "version_created_at": "2025-07-10T18:32:04.488Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Maven provides support for bumping Maven packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "8c54c4d1d25e66576e6bcd89ff2cdac88b92b8995db73885aa08c8c3bc094a4e", "spec_sha": "efcf2e03ee6f8e9b38594fbab770d22952931f092e10c26fc72c228eac4aaaf5", "project_uri": "https://rubygems.org/gems/dependabot-maven", "gem_uri": "https://rubygems.org/gems/dependabot-maven-0.321.1.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9" }, { "name": "rubocop", "requirements": "~> 1.67" }, { "name": "rubocop-performance", "requirements": "~> 1.22" }, { "name": "rubocop-rspec", "requirements": "~> 2.29" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "turbo_tests", "requirements": "~> 2.2" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": "~> 1.9" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.321.1" } ] } }
2025-07-10 18:32:06 UTC
CpZ1LOIp64XONHitQlE0y

dependabot-hex

Dependabot-Hex provides support for bumping Elixir (hex) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.321.1
Content{ "name": "dependabot-hex", "downloads": 7689476, "version": "0.321.1", "version_created_at": "2025-07-10T18:32:01.247Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Hex provides support for bumping Elixir (hex) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "44dc7553c0a38087744f58b8317a864a07a5c0dc244cb8b0d9e7af70d7ed554c", "spec_sha": "af0f37d52b56ec95815fdd8c3460066bbe7f3568dfd281ad03e411969e2b5063", "project_uri": "https://rubygems.org/gems/dependabot-hex", "gem_uri": "https://rubygems.org/gems/dependabot-hex-0.321.1.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.321.1", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9" }, { "name": "rubocop", "requirements": "~> 1.67" }, { "name": "rubocop-performance", "requirements": "~> 1.22" }, { "name": "rubocop-rspec", "requirements": "~> 2.29" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "turbo_tests", "requirements": "~> 2.2" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": "~> 1.9" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.321.1" } ] } }
2025-07-10 18:32:03 UTC