Rubyhooks

Lastest updates from Rubygems.org

ID Gem Version Body Updated At
VcM1TQnJghM5qaKVddJbJ

ollama_chat

The app provides a command-line interface (CLI) to an Ollama AI model, allowing users to engage in text-based conversations and generate human-like responses. Users can import data from local files or web pages, which are then processed through three different modes: fully importing the content into the conversation context, summarizing the information for concise reference, or storing it in an embedding vector database for later retrieval based on the conversation.

0.0.17
Content{ "name": "ollama_chat", "downloads": 2963, "version": "0.0.17", "version_created_at": "2025-07-13T23:11:13.457Z", "version_downloads": 0, "platform": "ruby", "authors": "Florian Frank", "info": "The app provides a command-line interface (CLI) to an Ollama AI model,\nallowing users to engage in text-based conversations and generate\nhuman-like responses. Users can import data from local files or web pages,\nwhich are then processed through three different modes: fully importing the\ncontent into the conversation context, summarizing the information for\nconcise reference, or storing it in an embedding vector database for later\nretrieval based on the conversation.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "b775633bc753325b1c264b392a7f084b415cf65a5212288d8e6c84f1323d0032", "spec_sha": "482816f1f106462ebbf5b54d4fabc107c9d0a8236caaedf6a04ff8d72f4dd4e9", "project_uri": "https://rubygems.org/gems/ollama_chat", "gem_uri": "https://rubygems.org/gems/ollama_chat-0.0.17.gem", "homepage_uri": "https://github.com/flori/ollama_chat", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ollama_chat/0.0.17", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "all_images", "requirements": "~> 0.6" }, { "name": "debug", "requirements": ">= 0" }, { "name": "gem_hadar", "requirements": "~> 1.20" }, { "name": "kramdown", "requirements": "~> 2.0" }, { "name": "rspec", "requirements": "~> 3.2" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "amatch", "requirements": "~> 0.4.1" }, { "name": "complex_config", "requirements": "~> 0.22, >= 0.22.2" }, { "name": "csv", "requirements": "~> 3.0" }, { "name": "documentrix", "requirements": "~> 0.0, >= 0.0.2" }, { "name": "excon", "requirements": "~> 1.0" }, { "name": "kramdown-ansi", "requirements": "~> 0.0, >= 0.0.1" }, { "name": "mime-types", "requirements": "~> 3.0" }, { "name": "ollama-ruby", "requirements": "~> 1.2" }, { "name": "pdf-reader", "requirements": "~> 2.0" }, { "name": "redis", "requirements": "~> 5.0" }, { "name": "reverse_markdown", "requirements": "~> 3.0" }, { "name": "rss", "requirements": "~> 0.3" }, { "name": "search_ui", "requirements": "~> 0.0" }, { "name": "term-ansicolor", "requirements": "~> 1.11" }, { "name": "tins", "requirements": "~> 1.34" }, { "name": "unix_socks", "requirements": ">= 0.0.1" }, { "name": "xdg", "requirements": ">= 0" } ] } }
2025-07-13 23:11:15 UTC
T_1Dj3pJxja1SapeAU4cw

iso_1996

Ruby implementation of ISO 1996 - Acoustics - Description, measurement and assessment of environmental noise. Includes all three parts: - ISO 1996-1:2003: Basic quantities and assessment procedures - ISO 1996-2:2007: Determination of sound pressure levels - ISO 1996-3:1987: Application to noise limits

2.0.0
Content{ "name": "iso_1996", "downloads": 188, "version": "2.0.0", "version_created_at": "2025-07-13T23:09:17.540Z", "version_downloads": 0, "platform": "ruby", "authors": "Maciej Ciemborowicz", "info": " Ruby implementation of ISO 1996 - Acoustics - Description, measurement and assessment of environmental noise.\n Includes all three parts:\n - ISO 1996-1:2003: Basic quantities and assessment procedures\n - ISO 1996-2:2007: Determination of sound pressure levels\n - ISO 1996-3:1987: Application to noise limits\n", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://github.com/ciembor/iso_1996", "documentation_uri": "https://rubydoc.info/gems/iso_1996" }, "yanked": false, "sha": "9118f02480000d01f058961c72126d620079871bbcc02c12720ad364ee2da2a9", "spec_sha": "6868eee4e147dc00700578842eeb0e5c5bd64205168d7a33b7ea334892275367", "project_uri": "https://rubygems.org/gems/iso_1996", "gem_uri": "https://rubygems.org/gems/iso_1996-2.0.0.gem", "homepage_uri": "https://github.com/ciembor/iso_1996", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/iso_1996", "mailing_list_uri": null, "source_code_uri": "https://github.com/ciembor/iso_1996", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rdoc", "requirements": "~> 6.5" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [] } }
2025-07-13 23:09:19 UTC
PajuFY4DObCv-wkaUGwn8

rdf

RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.

3.3.4
Content{ "name": "rdf", "downloads": 4127611, "version": "3.3.4", "version_created_at": "2025-07-13T22:59:35.952Z", "version_downloads": 0, "platform": "ruby", "authors": "Arto Bendiken, Ben Lavender, Gregg Kellogg", "info": "RDF.rb is a pure-Ruby library for working with Resource Description Framework (RDF) data.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/ruby-rdf/rdf", "bug_tracker_uri": "https://github.com/ruby-rdf/rdf/issues", "source_code_uri": "https://github.com/ruby-rdf/rdf", "mailing_list_uri": "https://lists.w3.org/Archives/Public/public-rdf-ruby/", "documentation_uri": "https://ruby-rdf.github.io/rdf" }, "yanked": false, "sha": "a77fa0821e5b4e2bea9fdbb7c9d980564c89d27e81979690ce5c9e6bc80859c1", "spec_sha": "67e3937988b68ad4318bdf286ac128841d202fafbf3876d18bf8d9f8f3fc78f9", "project_uri": "https://rubygems.org/gems/rdf", "gem_uri": "https://rubygems.org/gems/rdf-3.3.4.gem", "homepage_uri": "https://github.com/ruby-rdf/rdf", "wiki_uri": null, "documentation_uri": "https://ruby-rdf.github.io/rdf", "mailing_list_uri": "https://lists.w3.org/Archives/Public/public-rdf-ruby/", "source_code_uri": "https://github.com/ruby-rdf/rdf", "bug_tracker_uri": "https://github.com/ruby-rdf/rdf/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "base64", "requirements": "~> 0.2" }, { "name": "faraday", "requirements": "~> 1.10" }, { "name": "faraday_middleware", "requirements": "~> 1.2" }, { "name": "rdf-spec", "requirements": "~> 3.3" }, { "name": "rdf-turtle", "requirements": "~> 3.3" }, { "name": "rdf-vocab", "requirements": "~> 3.3" }, { "name": "rdf-xsd", "requirements": "~> 3.3" }, { "name": "rest-client", "requirements": "~> 2.1" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "webmock", "requirements": "~> 3.23" }, { "name": "yard", "requirements": "~> 0.9" } ], "runtime": [ { "name": "bcp47_spec", "requirements": "~> 0.2" }, { "name": "bigdecimal", "requirements": "~> 3.1, >= 3.1.5" }, { "name": "link_header", "requirements": "~> 0.0, >= 0.0.8" }, { "name": "logger", "requirements": "~> 1.5" }, { "name": "ostruct", "requirements": "~> 0.6" }, { "name": "readline", "requirements": "~> 0.0" } ] } }
2025-07-13 22:59:37 UTC
v-_eE14ZVusCxS-iFJqIl

llm.rb

llm.rb is a zero-dependency Ruby toolkit for Large Language Models that includes OpenAI, Gemini, Anthropic, DeepSeek, Ollama, and LlamaCpp. The toolkit includes full support for chat, streaming, tool calling, audio, images, files, and JSON Schema generation.

0.9.1
Content{ "name": "llm.rb", "downloads": 3538, "version": "0.9.1", "version_created_at": "2025-07-13T22:55:31.132Z", "version_downloads": 0, "platform": "ruby", "authors": "Antar Azri, 0x1eef", "info": "llm.rb is a zero-dependency Ruby toolkit for Large Language Models that includes OpenAI, Gemini, Anthropic, DeepSeek, Ollama, and LlamaCpp. The toolkit includes full support for chat, streaming, tool calling, audio, images, files, and JSON Schema generation.", "licenses": [ "0BSDL" ], "metadata": { "homepage_uri": "https://github.com/llmrb/llm", "source_code_uri": "https://github.com/llmrb/llm" }, "yanked": false, "sha": "63d724f38ea12180260b9c7daaafc74e9ac912c148824892309a7ff4c99493a2", "spec_sha": "fe04877d4c5c20adbe97076bab7d7ee1a7122faf46fcc0a1e67f5c7fa74070cd", "project_uri": "https://rubygems.org/gems/llm.rb", "gem_uri": "https://rubygems.org/gems/llm.rb-0.9.1.gem", "homepage_uri": "https://github.com/llmrb/llm", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/llmrb/llm", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dotenv", "requirements": "~> 2.8" }, { "name": "kramdown", "requirements": "~> 2.4" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "standard", "requirements": "~> 1.40" }, { "name": "test-cmd.rb", "requirements": "~> 0.12.0" }, { "name": "vcr", "requirements": "~> 6.0" }, { "name": "webmock", "requirements": "~> 3.24.0" }, { "name": "webrick", "requirements": "~> 1.8" }, { "name": "yard", "requirements": "~> 0.9.37" } ], "runtime": [] } }
2025-07-13 22:55:34 UTC
kDz79FOdIz5-dtBaigXpA

rails-pg-extras

Rails port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin.

5.6.12
Content{ "name": "rails-pg-extras", "downloads": 2757807, "version": "5.6.12", "version_created_at": "2025-07-13T22:17:29.132Z", "version_downloads": 0, "platform": "ruby", "authors": "pawurb", "info": " Rails port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin. ", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "03f0ce6d62bcf7326a130d219a1b26161b67a3c947b47b9993658ab422e950c5", "spec_sha": "68120ba24c6847f3bb1cd84c53117216e9b3bd24bda4d16834e27cea68d0606d", "project_uri": "https://rubygems.org/gems/rails-pg-extras", "gem_uri": "https://rubygems.org/gems/rails-pg-extras-5.6.12.gem", "homepage_uri": "http://github.com/pawurb/rails-pg-extras", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rails-pg-extras/5.6.12", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rufo", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 0" }, { "name": "ruby-pg-extras", "requirements": "= 5.6.12" } ] } }
2025-07-13 22:17:30 UTC
FCcXzl55SECo7zrwiFpES

ruby-pg-extras

Ruby port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin.

5.6.12
Content{ "name": "ruby-pg-extras", "downloads": 2908259, "version": "5.6.12", "version_created_at": "2025-07-13T22:16:47.598Z", "version_downloads": 0, "platform": "ruby", "authors": "pawurb", "info": " Ruby port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin. ", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ff80f57a0cbea3aaa940183bdb269788f17fb50ca157efdc5eb4386a42e1d425", "spec_sha": "ecbb83078e7e8d412a37faaf3b8f46455749e2216382b5196465706ee2534bd3", "project_uri": "https://rubygems.org/gems/ruby-pg-extras", "gem_uri": "https://rubygems.org/gems/ruby-pg-extras-5.6.12.gem", "homepage_uri": "http://github.com/pawurb/ruby-pg-extras", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ruby-pg-extras/5.6.12", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dbg-rb", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rufo", "requirements": ">= 0" } ], "runtime": [ { "name": "pg", "requirements": ">= 0" }, { "name": "terminal-table", "requirements": ">= 0" } ] } }
2025-07-13 22:16:49 UTC
w3Q_RISFpzNf9rRQlLvQH

rails-pg-extras

Rails port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin.

5.6.11
Content{ "name": "rails-pg-extras", "downloads": 2757807, "version": "5.6.11", "version_created_at": "2025-07-13T22:13:38.701Z", "version_downloads": 0, "platform": "ruby", "authors": "pawurb", "info": " Rails port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin. ", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "38c067ded0d0c0816f438b7b095441e25cb54cc49f8db9d848d9e92ad4f66add", "spec_sha": "f176ae4f0c546e003bcecd542b4a880edb3b75112f9fde5075a1cc4ab9de4a90", "project_uri": "https://rubygems.org/gems/rails-pg-extras", "gem_uri": "https://rubygems.org/gems/rails-pg-extras-5.6.11.gem", "homepage_uri": "http://github.com/pawurb/rails-pg-extras", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rails-pg-extras/5.6.11", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rufo", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 0" }, { "name": "ruby-pg-extras", "requirements": "= 5.6.11" } ] } }
2025-07-13 22:13:40 UTC
h-bt7uqOPRuvluVKMJG62

ruby-pg-extras

Ruby port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin.

5.6.11
Content{ "name": "ruby-pg-extras", "downloads": 2908256, "version": "5.6.11", "version_created_at": "2025-07-13T22:10:02.326Z", "version_downloads": 0, "platform": "ruby", "authors": "pawurb", "info": " Ruby port of Heroku PG Extras. The goal of this project is to provide a powerful insights into PostgreSQL database for Ruby on Rails apps that are not using the default Heroku PostgreSQL plugin. ", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1015f5b3e37388f5607ce712c54324acff6acc019a3197afa923f5b560b68b92", "spec_sha": "10fd9d5ad85cbc3995b1e36ebcc987cf9c46222d89d1849629a1d595598df0a4", "project_uri": "https://rubygems.org/gems/ruby-pg-extras", "gem_uri": "https://rubygems.org/gems/ruby-pg-extras-5.6.11.gem", "homepage_uri": "http://github.com/pawurb/ruby-pg-extras", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ruby-pg-extras/5.6.11", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dbg-rb", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rufo", "requirements": ">= 0" } ], "runtime": [ { "name": "pg", "requirements": ">= 0" }, { "name": "terminal-table", "requirements": ">= 0" } ] } }
2025-07-13 22:10:04 UTC
bMTeKmCTp1yaI7onoTCqf

claude_swarm

Claude Swarm enables you to run multiple Claude Code instances that communicate with each other via MCP (Model Context Protocol). Create AI development teams where each instance has specialized roles, tools, and directory contexts. Define your swarm topology in simple YAML and let Claude instances collaborate across codebases. Perfect for complex projects requiring specialized AI agents for frontend, backend, testing, DevOps, or research tasks.

0.3.3
Content{ "name": "claude_swarm", "downloads": 8405, "version": "0.3.3", "version_created_at": "2025-07-13T21:55:21.334Z", "version_downloads": 0, "platform": "ruby", "authors": "Paulo Arruda", "info": "Claude Swarm enables you to run multiple Claude Code instances that communicate with each other\nvia MCP (Model Context Protocol). Create AI development teams where each instance has specialized\nroles, tools, and directory contexts. Define your swarm topology in simple YAML and let Claude\ninstances collaborate across codebases. Perfect for complex projects requiring specialized AI\nagents for frontend, backend, testing, DevOps, or research tasks.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/parruda/claude-swarm", "changelog_uri": "https://github.com/parruda/claude-swarm/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/parruda/claude-swarm" }, "yanked": false, "sha": "c15e54fbfeff17f164850252babfda4046074df8b909f4a7428201f21bf178ae", "spec_sha": "a310dda09606b32392ea5abd432ffd329666a049a9bb9c4906c43d9f7da72fa6", "project_uri": "https://rubygems.org/gems/claude_swarm", "gem_uri": "https://rubygems.org/gems/claude_swarm-0.3.3.gem", "homepage_uri": "https://github.com/parruda/claude-swarm", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/parruda/claude-swarm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/parruda/claude-swarm/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "fast-mcp-annotations", "requirements": "~> 1.5.3" }, { "name": "ruby-mcp-client", "requirements": "~> 0.7" }, { "name": "ruby-openai", "requirements": ">= 7.0, < 9.0" }, { "name": "thor", "requirements": "~> 1.3" }, { "name": "zeitwerk", "requirements": "~> 2.6" } ] } }
2025-07-13 21:55:24 UTC
eq8u87dwSWZGi5WEfyu6j

cloudmersive-spam-detection-api-client

Spam Detection API lets you scan content for spam using AI.

2.3.0
Content{ "name": "cloudmersive-spam-detection-api-client", "downloads": 425, "version": "2.3.0", "version_created_at": "2025-07-13T21:41:49.368Z", "version_downloads": 0, "platform": "ruby", "authors": "Cloudmersive", "info": "Spam Detection API lets you scan content for spam using AI.", "licenses": [ "Apache 2.0" ], "metadata": {}, "yanked": false, "sha": "c3cb446a577dbc5228caa9a2d3edc1182566f1cae7fba3b7f78baeb57d100fed", "spec_sha": "09a58642641a5a6855bcd799573175765dc7a6bc6cabdc1c72b933bc3afa5045", "project_uri": "https://rubygems.org/gems/cloudmersive-spam-detection-api-client", "gem_uri": "https://rubygems.org/gems/cloudmersive-spam-detection-api-client-2.3.0.gem", "homepage_uri": "https://www.cloudmersive.com/spam-api", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cloudmersive-spam-detection-api-client/2.3.0", "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": "json", "requirements": "~> 2.1, >= 2.1.0" }, { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-07-13 21:41:51 UTC
CWOYUSiRw0WBa_mkfU7u5

tasker-engine

Tasker is a comprehensive workflow orchestration engine that provides multi-step task processing, dependency management, state machine transitions, and enterprise observability features including OpenTelemetry tracing and Prometheus metrics for Rails applications.

0.1.0
Content{ "name": "tasker-engine", "downloads": 925, "version": "0.1.0", "version_created_at": "2025-07-13T21:06:55.781Z", "version_downloads": 0, "platform": "ruby", "authors": "Pete Taylor", "info": "Tasker is a comprehensive workflow orchestration engine that provides multi-step task processing, dependency management, state machine transitions, and enterprise observability features including OpenTelemetry tracing and Prometheus metrics for Rails applications.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/tasker-systems/tasker", "source_code_uri": "https://github.com/tasker-systems/tasker", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "7453011f1466b1a2160ea4ca4cd62ef7c3f9b399cff4654cfefbd4ac945ce370", "spec_sha": "6b12d7bd26fc0656f676ea3478d56aec1c9a41a8d7f21c3d638265ec356aed4d", "project_uri": "https://rubygems.org/gems/tasker-engine", "gem_uri": "https://rubygems.org/gems/tasker-engine-0.1.0.gem", "homepage_uri": "https://github.com/tasker-systems/tasker", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/tasker-systems/tasker", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "active_model_serializers", "requirements": "~> 0.10, >= 0.10.0" }, { "name": "concurrent-ruby", "requirements": "~> 1.3.5" }, { "name": "concurrent-ruby-ext", "requirements": "~> 1.3.5" }, { "name": "dry-events", "requirements": "~> 1.1" }, { "name": "dry-struct", "requirements": "~> 1.8" }, { "name": "dry-types", "requirements": "~> 1.8" }, { "name": "dry-validation", "requirements": "~> 1.10" }, { "name": "faraday", "requirements": "~> 2.12.2" }, { "name": "graphql", "requirements": "~> 2.0" }, { "name": "json-schema", "requirements": "~> 2.4, >= 2.4.0" }, { "name": "jwt", "requirements": "~> 2.10.0" }, { "name": "kamal", "requirements": "~> 1.9" }, { "name": "logger", "requirements": "~> 1.6" }, { "name": "opentelemetry-exporter-otlp", "requirements": "~> 0.30.0" }, { "name": "opentelemetry-sdk", "requirements": "~> 1.8.0" }, { "name": "pg", "requirements": "~> 1.5" }, { "name": "puma", "requirements": "~> 6.6" }, { "name": "rack-cors", "requirements": "~> 2.0" }, { "name": "rails", "requirements": "~> 7.2" }, { "name": "scenic", "requirements": "~> 1.8" }, { "name": "statesman", "requirements": "~> 12.0.0" } ] } }
2025-07-13 21:06:57 UTC
aVBSrtuGZNzWo36BcIZcB

systemd-journal

Provides the ability to navigate and read entries from the systemd journal in ruby, as well as write events to the journal.

2.1.1
Content{ "name": "systemd-journal", "downloads": 5363747, "version": "2.1.1", "version_created_at": "2025-07-13T20:35:26.051Z", "version_downloads": 0, "platform": "ruby", "authors": "John Ledbetter, Daniel Mack", "info": "Provides the ability to navigate and read entries from the systemd journal in ruby, as well as write events to the journal.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "92d111710acc7e3fa777415cce5be1ffb0e8b9f697b6fc1b9eaa58aec88bf58a", "spec_sha": "bfb4178cdaf3ee84fb2a694ac9146ff1b3af5b6782c11b710513a9ad1bcf471a", "project_uri": "https://rubygems.org/gems/systemd-journal", "gem_uri": "https://rubygems.org/gems/systemd-journal-2.1.1.gem", "homepage_uri": "https://github.com/ledbettj/systemd-journal", "wiki_uri": "https://github.com/ledbettj/systemd-journal/wiki", "documentation_uri": "http://rubydoc.info/gems/systemd-journal", "mailing_list_uri": "", "source_code_uri": "https://github.com/ledbettj/systemd-journal", "bug_tracker_uri": "https://github.com/ledbettj/systemd-journal/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "pry", "requirements": "~> 0.14" }, { "name": "rake", "requirements": "~> 13.1" }, { "name": "rake-compiler", "requirements": "~> 1.2" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "simplecov", "requirements": "~> 0.22" }, { "name": "standard", "requirements": "~> 1.31" }, { "name": "yard", "requirements": "~> 0.9" } ], "runtime": [ { "name": "ffi", "requirements": "~> 1.9" } ] } }
2025-07-13 20:35:28 UTC
lOiyLOrrUCUTcxbBQYpuw

tencentcloud-sdk-omics

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service OMICS.

3.0.1100
Content{ "name": "tencentcloud-sdk-omics", "downloads": 203705, "version": "3.0.1100", "version_created_at": "2025-07-13T20:29:01.568Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service OMICS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-omics" }, "yanked": false, "sha": "cc5a6c90dfd3abef086e655bc344fba9abc7b9500ada728a7940f5b7a37dfc32", "spec_sha": "10135c4104bce7d57d776cf9f1b581cf9732c48714ecb919dfb641f88281a076", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-omics", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-omics-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-omics", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:29:03 UTC
FTI2saC3sWrM9xXbxonca

tencentcloud-sdk-live

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service LIVE.

3.0.1100
Content{ "name": "tencentcloud-sdk-live", "downloads": 540192, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:56.879Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service LIVE.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-live" }, "yanked": false, "sha": "cf532c71f5d7229c3e4c114751f6b6ea19b1b9b463018dd56529bd029b410857", "spec_sha": "7645a1fa04c7c2c82d818a9c6ee751f819255339c3abe5d82ab03e08039f53d5", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-live", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-live-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-live", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:29:00 UTC
ekl33XsxuSYsKYus25kac

tencentcloud-sdk-faceid

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service FACEID.

3.0.1100
Content{ "name": "tencentcloud-sdk-faceid", "downloads": 553597, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:51.420Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service FACEID.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-faceid" }, "yanked": false, "sha": "a53ab8d6f3b796c8eb07df747fd6c42b45972d1b12f05ab7ec10d8f9afbcbcdf", "spec_sha": "2a5267a0818ea22759e7bd172900e91d2b68d771f6847dc722bbf0b34efc094d", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-faceid", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-faceid-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-faceid", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:55 UTC
Nqd732NKPiAyz5c2ZfMAB

tencentcloud-sdk-emr

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service EMR.

3.0.1100
Content{ "name": "tencentcloud-sdk-emr", "downloads": 516729, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:47.942Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service EMR.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-emr" }, "yanked": false, "sha": "48d62eb987c6845f287061470aa1d4c5c9d6644c23b111d2e1c1b3ac74fb3835", "spec_sha": "8f22b934661fc69218fb027493f0bd7ad6687d6c1b62e5118af72d5ae6e430ae", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-emr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-emr-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-emr", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:50 UTC
zQCjRSb9lRLcYn6aSTxab

tencentcloud-sdk-dts

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service DTS.

3.0.1100
Content{ "name": "tencentcloud-sdk-dts", "downloads": 529076, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:41.808Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service DTS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-dts" }, "yanked": false, "sha": "2f2e59cbaf02b850af408f4268863d2aae0fbe65e304a17faa808ccd52bb58aa", "spec_sha": "706aec659411ecc6d699aeae02ba1e4d69d0bc7f20f5fad84f029c83d593df2d", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-dts", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-dts-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-dts", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:44 UTC
uhiYtwwNcYb4RDJuGGiR2

tencentcloud-sdk-cvm

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CVM.

3.0.1100
Content{ "name": "tencentcloud-sdk-cvm", "downloads": 529172, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:38.386Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CVM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cvm" }, "yanked": false, "sha": "9612c151225954c26ba0c639759348b9d2f85078b92491b67e7fde0401f4d09c", "spec_sha": "59a1450035c4a61a3275fcdfbd060081106347cc435595ab53f125e2e3460717", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cvm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cvm-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cvm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:40 UTC
baIBNrlCPWYwtZpGoPVDy

tencentcloud-sdk-ctem

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CTEM.

3.0.1100
Content{ "name": "tencentcloud-sdk-ctem", "downloads": 268, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:35.656Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CTEM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ctem" }, "yanked": false, "sha": "c148ab55b804eb5a33780f91bd8702a9c2ab028398ade9e9187516d050f35f0f", "spec_sha": "d72db84bb346282d51e9800934b45dbc127dbb342b0b64b11e9992260f6b7130", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ctem", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ctem-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ctem", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:37 UTC
Jtu9SN9OQzb8NUw1AvIem

tencentcloud-sdk-common

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service.

3.0.1100
Content{ "name": "tencentcloud-sdk-common", "downloads": 1062361, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:32.573Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-common" }, "yanked": false, "sha": "3c4bdc1f6dbd52b054d5e049f66992a36e10934583f3fe55c2b6a7a17ee6b3b3", "spec_sha": "26e8670cb90deed427b7de61df6e23b01c46c3b836e3a05483b8aa364795ea12", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-common", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-common-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-common", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-13 20:28:34 UTC
1JSlyuYiIjws-ZYbdgzam

tencentcloud-sdk-ckafka

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CKAFKA.

3.0.1100
Content{ "name": "tencentcloud-sdk-ckafka", "downloads": 529844, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:28.772Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CKAFKA.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ckafka" }, "yanked": false, "sha": "9a8df00a8a3581d24fd768772e04b04fdd5424f4cb68d450317d2893b99adda7", "spec_sha": "82de54ea8cb7421b17c6d667859961430d72ad7f91f33069f5fc824132e98829", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ckafka", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ckafka-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ckafka", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:31 UTC
B7xJowskh0xkiaHn6YTZV

tencentcloud-sdk-cdwch

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDWCH.

3.0.1100
Content{ "name": "tencentcloud-sdk-cdwch", "downloads": 266624, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:23.175Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDWCH.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdwch" }, "yanked": false, "sha": "33aa6f41e2ab09177ae6e50f5796e9ad26f7a13e3a90eee2133a37b62a48bcf0", "spec_sha": "6960f8703c127ec4f239823be33947d8fa7288d66219438846a50e3d6466d742", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdwch", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdwch-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdwch", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:27 UTC
xqLVN_gZ-d0M3CgHa77ov

tencentcloud-sdk-batch

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BATCH.

3.0.1100
Content{ "name": "tencentcloud-sdk-batch", "downloads": 525688, "version": "3.0.1100", "version_created_at": "2025-07-13T20:28:17.777Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BATCH.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-batch" }, "yanked": false, "sha": "8416de438629a704feceede9fe1bc5fb68c4e4f21c3a9d47210d0b444eb5de07", "spec_sha": "1e118f20394bcf94af1bd0701f04a58885c6a60bc80f3d4f6aac51a98c9971d6", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-batch", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-batch-3.0.1100.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-batch", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2025-07-13 20:28:21 UTC
LZhhTPan0QwwpmwrZUFJU

graphqlmd

This gem will generate markdown by your GraphQL schema

1.0.4
Content{ "name": "graphqlmd", "downloads": 6279, "version": "1.0.4", "version_created_at": "2025-07-13T20:09:03.669Z", "version_downloads": 0, "platform": "ruby", "authors": "Alexander Kalinichev", "info": "This gem will generate markdown by your GraphQL schema", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "3b8a2ee678a3d71cb9b00fd488aca8cbbba672bb5cec75921e3c6847cf7e213f", "spec_sha": "acae41b1eb41c201fdb42a6db5145cd3e4390682539458dca078f0a4b9264d64", "project_uri": "https://rubygems.org/gems/graphqlmd", "gem_uri": "https://rubygems.org/gems/graphqlmd-1.0.4.gem", "homepage_uri": "https://github.com/blackchestnut/graphqlmd", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/graphqlmd/1.0.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-13 20:09:06 UTC
o7BN1ZBU155QP-Chaw-a-

pretty_console

A simple gem to colorize your console output

0.2.1
Content{ "name": "pretty_console", "downloads": 570, "version": "0.2.1", "version_created_at": "2025-07-13T19:53:26.650Z", "version_downloads": 0, "platform": "ruby", "authors": "Etienne Weil", "info": "A simple gem to colorize your console output", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://github.com/fitchMitch/pretty_console" }, "yanked": false, "sha": "cd2025eaf6a9019c691864747e5442f4b2b7153b49a5b34954d8afb56017abe0", "spec_sha": "c2022db618bd13832045db218e04493241d68e24e3a753ec756ea881422f47bf", "project_uri": "https://rubygems.org/gems/pretty_console", "gem_uri": "https://rubygems.org/gems/pretty_console-0.2.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/fitchMitch/pretty_console", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-13 19:53:28 UTC
R2D52MV39eVkegV-4rxu8

atomic_view

Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.

0.0.7
Content{ "name": "atomic_view", "downloads": 1198, "version": "0.0.7", "version_created_at": "2025-07-13T19:51:51.024Z", "version_downloads": 0, "platform": "ruby", "authors": "Joel Warrington", "info": "Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/joelzwarrington/atomic_view", "changelog_uri": "https://github.com/joelzwarrington/atomic_view/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/joelzwarrington/atomic_view/issues", "source_code_uri": "https://github.com/joelzwarrington/atomic_view", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "84600c54d1c4bc6a30a3b0f11c8ccbf93d11c126e9ef4fcaab6db9b20a021c3e", "spec_sha": "937abdc393549394fb306191952d03fd05bc1641c9f8e1a18b69fb3fd35ae6f6", "project_uri": "https://rubygems.org/gems/atomic_view", "gem_uri": "https://rubygems.org/gems/atomic_view-0.0.7.gem", "homepage_uri": "https://github.com/joelzwarrington/atomic_view", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/joelzwarrington/atomic_view", "bug_tracker_uri": "https://github.com/joelzwarrington/atomic_view/issues", "changelog_uri": "https://github.com/joelzwarrington/atomic_view/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "heroicons", "requirements": "~> 2.0" }, { "name": "rails", "requirements": "~> 8.0.1" }, { "name": "tailwindcss-rails", "requirements": "~> 4.3" }, { "name": "tailwind_merge", "requirements": "~> 0.12" }, { "name": "view_component", "requirements": "~> 3.21" }, { "name": "zeitwerk", "requirements": "~> 2.7.2" } ] } }
2025-07-13 19:51:54 UTC
nHJFCVEsrTfI9OQHscDfv

atomic_view

Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.

0.0.6
Content{ "name": "atomic_view", "downloads": 1159, "version": "0.0.6", "version_created_at": "2025-07-13T19:27:47.060Z", "version_downloads": 0, "platform": "ruby", "authors": "Joel Warrington", "info": "Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/joelzwarrington/atomic_view", "changelog_uri": "https://github.com/joelzwarrington/atomic_view/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/joelzwarrington/atomic_view/issues", "source_code_uri": "https://github.com/joelzwarrington/atomic_view", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "df37173d9b3680faa6269f8d222a18e9c2c29ea9079f1fa1657685176e1f2363", "spec_sha": "1d2e878c2d9e0514aee2f5c6e5bf0e8dfe8c83353e64f64adc0cdc51c2d4fad7", "project_uri": "https://rubygems.org/gems/atomic_view", "gem_uri": "https://rubygems.org/gems/atomic_view-0.0.6.gem", "homepage_uri": "https://github.com/joelzwarrington/atomic_view", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/joelzwarrington/atomic_view", "bug_tracker_uri": "https://github.com/joelzwarrington/atomic_view/issues", "changelog_uri": "https://github.com/joelzwarrington/atomic_view/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "heroicons", "requirements": "~> 2.0" }, { "name": "rails", "requirements": "~> 8.0.1" }, { "name": "tailwindcss-rails", "requirements": "~> 4.3" }, { "name": "tailwind_merge", "requirements": "~> 0.12" }, { "name": "view_component", "requirements": "~> 3.21" }, { "name": "zeitwerk", "requirements": "~> 2.7.2" } ] } }
2025-07-13 19:27:49 UTC
PMsHQvx0YY591cZRrtEPU

atomic_view

Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.

0.0.5
Content{ "name": "atomic_view", "downloads": 1158, "version": "0.0.5", "version_created_at": "2025-07-13T19:23:49.805Z", "version_downloads": 0, "platform": "ruby", "authors": "Joel Warrington", "info": "Component library built for Ruby on Rails with first-class support for ActionView using ViewComponent.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/joelzwarrington/atomic_view", "changelog_uri": "https://github.com/joelzwarrington/atomic_view/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/joelzwarrington/atomic_view/issues", "source_code_uri": "https://github.com/joelzwarrington/atomic_view", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "a249d9b5e778122be61281f3ff97c150997856ad99ba8639f1b13fbb6c70451b", "spec_sha": "7486a406980233b7c0d688c46c4fa0fa0b67ab925930429070d8ff0ba9aabba9", "project_uri": "https://rubygems.org/gems/atomic_view", "gem_uri": "https://rubygems.org/gems/atomic_view-0.0.5.gem", "homepage_uri": "https://github.com/joelzwarrington/atomic_view", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/joelzwarrington/atomic_view", "bug_tracker_uri": "https://github.com/joelzwarrington/atomic_view/issues", "changelog_uri": "https://github.com/joelzwarrington/atomic_view/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "heroicons", "requirements": "~> 2.0" }, { "name": "rails", "requirements": "~> 8.0.1" }, { "name": "tailwindcss-rails", "requirements": "~> 4.1.0" }, { "name": "tailwind_merge", "requirements": "~> 0.12" }, { "name": "view_component", "requirements": "~> 3.21" }, { "name": "zeitwerk", "requirements": "~> 2.7.2" } ] } }
2025-07-13 19:23:51 UTC
2ZUoyF_4qu6eJ5Zcqs_FQ

jirametrics

Extract metrics from Jira and export to either a report or to CSV files

2.12.1
Content{ "name": "jirametrics", "downloads": 24238, "version": "2.12.1", "version_created_at": "2025-07-13T19:22:56.274Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Bowler", "info": "Extract metrics from Jira and export to either a report or to CSV files", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://jirametrics.org/changes", "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "documentation_uri": "https://jirametrics.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d4a1905dbcb28baf3a6e7ec33f882f3af6314105dce00cbe21a7369310d3609d", "spec_sha": "8830ec5fdeeaa02c3912cf5b61180676c8cc4800fdccd4f5c9e1f0ced86ce480", "project_uri": "https://rubygems.org/gems/jirametrics", "gem_uri": "https://rubygems.org/gems/jirametrics-2.12.1.gem", "homepage_uri": "https://jirametrics.org", "wiki_uri": null, "documentation_uri": "https://jirametrics.org", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "changelog_uri": "https://jirametrics.org/changes", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "random-word", "requirements": "~> 2.1.1" }, { "name": "require_all", "requirements": "~> 3.0.0" }, { "name": "thor", "requirements": "~> 1.2.2" } ] } }
2025-07-13 19:22:58 UTC
8A--aRtk0MsLs98ce-Gmn

hokusai-zero

A Ruby library for writing GUI applications

0.2.6.pre.pinephone
Content{ "name": "hokusai-zero", "downloads": 2819, "version": "0.2.6.pre.pinephone", "version_created_at": "2025-07-13T19:19:09.110Z", "version_downloads": 0, "platform": "ruby", "authors": "skinnyjames", "info": "A Ruby library for writing GUI applications", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://codeberg.org/skinnyjames/hokusai" }, "yanked": false, "sha": "976d5f44e2773dfe2bbce47da719d537e82e251211cacd78c6643e3d3a3ee38c", "spec_sha": "ff63161807d31441b60e3aa6b975b1d853735ef60057a7eaf4e055298ca1e063", "project_uri": "https://rubygems.org/gems/hokusai-zero", "gem_uri": "https://rubygems.org/gems/hokusai-zero-0.2.6.pre.pinephone.gem", "homepage_uri": "https://codeberg.org/skinnyjames/hokusai", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://codeberg.org/skinnyjames/hokusai", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.16" }, { "name": "memory_profiler", "requirements": ">= 0" }, { "name": "mini_portile2", "requirements": ">= 0" }, { "name": "raylib-bindings", "requirements": "~> 0.7.9" }, { "name": "sdl2-bindings", "requirements": "~> 0.2.3" } ] } }
2025-07-13 19:19:10 UTC
rlna5RsoqBVy8N8Abyxrl

pec_ruby

A comprehensive Ruby library for handling Italian certified email (PEC) messages. Supports nested PEC detection, extracting postacert.eml contents, attachment management, and includes a CLI for exploring PEC messages. Features performance optimizations and secure credential handling.

0.2.2
Content{ "name": "pec_ruby", "downloads": 106, "version": "0.2.2", "version_created_at": "2025-07-13T19:17:53.527Z", "version_downloads": 0, "platform": "ruby", "authors": "EMG", "info": "A comprehensive Ruby library for handling Italian certified email (PEC) messages. Supports nested PEC detection, extracting postacert.eml contents, attachment management, and includes a CLI for exploring PEC messages. Features performance optimizations and secure credential handling.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/egio12/pec_ruby", "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/egio12/pec_ruby", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "dd4464df3e621a63bda0c8ea6cba5f1b94882b3585ea5bdb58497d0c2b7d28cc", "spec_sha": "fca2a89c8f6d8dd6eb7cead13ef3ae7e4c704e411bca3fc6f30818c32448bee7", "project_uri": "https://rubygems.org/gems/pec_ruby", "gem_uri": "https://rubygems.org/gems/pec_ruby-0.2.2.gem", "homepage_uri": "https://github.com/egio12/pec_ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/egio12/pec_ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.0" } ], "runtime": [ { "name": "mail", "requirements": "~> 2.7" }, { "name": "net-imap", "requirements": "~> 0.3" } ] } }
2025-07-13 19:17:55 UTC
Lo7R3pT4NAUue40Ms4_nB

partial_inspector

Partial Inspector

2.0.0
Content{ "name": "partial_inspector", "downloads": 300, "version": "2.0.0", "version_created_at": "2025-07-13T19:16:01.818Z", "version_downloads": 0, "platform": "ruby", "authors": "SalihaShahid", "info": "Partial Inspector", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "6dac2f71206939576474d8d5e74404d87e415be563e582a1506d19d15800bb22", "spec_sha": "15da679e1cda2b957b7e97dc4971c4f050d2a24a6e67644d059758151f0df08c", "project_uri": "https://rubygems.org/gems/partial_inspector", "gem_uri": "https://rubygems.org/gems/partial_inspector-2.0.0.gem", "homepage_uri": "https://github.com/SalihaShahid/partial_inspector", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/partial_inspector/2.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-13 19:16:03 UTC
AoL2g4R7LV0cTt71Fl1iz

jirametrics

Extract metrics from Jira and export to either a report or to CSV files

2.12
Content{ "name": "jirametrics", "downloads": 24234, "version": "2.12", "version_created_at": "2025-07-13T19:15:27.452Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Bowler", "info": "Extract metrics from Jira and export to either a report or to CSV files", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://jirametrics.org/changes", "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "documentation_uri": "https://jirametrics.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "3dda789277d34e12e7118b6abe8f825b299db3b8841cb94958c789ca2a85f776", "spec_sha": "cbe2462e010322763cc5ee9d2c544f89dc913f7602d3ccfa0d8714284ef375a8", "project_uri": "https://rubygems.org/gems/jirametrics", "gem_uri": "https://rubygems.org/gems/jirametrics-2.12.gem", "homepage_uri": "https://github.com/mikebowler/jirametrics", "wiki_uri": null, "documentation_uri": "https://jirametrics.org", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "changelog_uri": "https://jirametrics.org/changes", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "random-word", "requirements": "~> 2.1.1" }, { "name": "require_all", "requirements": "~> 3.0.0" }, { "name": "thor", "requirements": "~> 1.2.2" } ] } }
2025-07-13 19:15:29 UTC
J4A0k440bbdRZRG_BfWER

siru

Siru is a fast, flexible static site generator inspired by Hugo, built in Ruby with support for themes, markdown processing, and live reloading.

0.3.0
Content{ "name": "siru", "downloads": 0, "version": "0.3.0", "version_created_at": "2025-07-13T19:00:12.114Z", "version_downloads": 0, "platform": "ruby", "authors": "Tim Apple", "info": "Siru is a fast, flexible static site generator inspired by Hugo, built in Ruby with support for themes, markdown processing, and live reloading.", "licenses": [ "GPL-3.0" ], "metadata": {}, "yanked": false, "sha": "aec5c8fcd91ae79f048555c3c099118e90b9095711df2e0c24148f36524647aa", "spec_sha": "f1fe21e2f8e63a85c8170b9f3d932bd66f726eff7476b2e2e5fa34110510053c", "project_uri": "https://rubygems.org/gems/siru", "gem_uri": "https://rubygems.org/gems/siru-0.3.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/siru/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rubocop", "requirements": "~> 1.56" } ], "runtime": [ { "name": "base64", "requirements": ">= 0" }, { "name": "front_matter_parser", "requirements": "~> 1.0" }, { "name": "liquid", "requirements": "~> 5.4" }, { "name": "listen", "requirements": "~> 3.8" }, { "name": "logger", "requirements": ">= 0" }, { "name": "parslet", "requirements": ">= 0" }, { "name": "redcarpet", "requirements": "~> 3.6" }, { "name": "sassc", "requirements": "~> 2.4" }, { "name": "toml", "requirements": "~> 0.3" }, { "name": "webrick", "requirements": "~> 1.8" } ] } }
2025-07-13 19:00:13 UTC
X8t1imLKDTAecT6Oy5zYQ

props_template

PropsTemplate is a direct-to-Oj, JBuilder-like DSL for building JSON. It has support for Russian-Doll caching, layouts, and can be queried by giving the root a key path.

1.0.0.alpha
Content{ "name": "props_template", "downloads": 51930, "version": "1.0.0.alpha", "version_created_at": "2025-07-13T18:55:11.400Z", "version_downloads": 0, "platform": "ruby", "authors": "Johny Ho", "info": "PropsTemplate is a direct-to-Oj, JBuilder-like DSL for building JSON. It has support for Russian-Doll caching, layouts, and can be queried by giving the root a key path.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "717b8074d89eea0673121865e4f6b57f8a40d4d0b5c7e473cc36b2288a445a48", "spec_sha": "873b9770ac8a1d7ad6d2cec78e69143b4b9cf171b6920454551f23f56a532da7", "project_uri": "https://rubygems.org/gems/props_template", "gem_uri": "https://rubygems.org/gems/props_template-1.0.0.alpha.gem", "homepage_uri": "https://github.com/thoughtbot/props_template/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/props_template/1.0.0.alpha", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": ">= 7.0, < 9.0" }, { "name": "activesupport", "requirements": ">= 7.0, < 9.0" }, { "name": "oj", "requirements": "~> 3.9" } ] } }
2025-07-13 18:55:14 UTC
yctBInn3F4WA_-QlGUBx9

props_template

PropsTemplate is a direct-to-Oj, JBuilder-like DSL for building JSON. It has support for Russian-Doll caching, layouts, and can be queried by giving the root a key path.

0.38.0
Content{ "name": "props_template", "downloads": 51920, "version": "0.38.0", "version_created_at": "2025-07-13T18:39:55.873Z", "version_downloads": 0, "platform": "ruby", "authors": "Johny Ho", "info": "PropsTemplate is a direct-to-Oj, JBuilder-like DSL for building JSON. It has support for Russian-Doll caching, layouts, and can be queried by giving the root a key path.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "0c01b763e96bf282fa05cf15d304efe0a1842175861a16a29e699d946ed3fdbf", "spec_sha": "850e5ca52d5a7d1281d20ea82ea0bdf346473b990863a1b6660326d78bf82bab", "project_uri": "https://rubygems.org/gems/props_template", "gem_uri": "https://rubygems.org/gems/props_template-0.38.0.gem", "homepage_uri": "https://github.com/thoughtbot/props_template/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/props_template/0.38.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": ">= 7.0, < 9.0" }, { "name": "activesupport", "requirements": ">= 7.0, < 9.0" }, { "name": "oj", "requirements": "~> 3.9" } ] } }
2025-07-13 18:39:59 UTC
1wHFhX70n-HXTlR25hfDy

grydra

Implementación de redes neuronales con clases para neuronas, capas y red completa

0.1.1
Content{ "name": "grydra", "downloads": 19, "version": "0.1.1", "version_created_at": "2025-07-13T18:36:25.196Z", "version_downloads": 0, "platform": "ruby", "authors": "Razo", "info": "Implementación de redes neuronales con clases para neuronas, capas y red completa", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "5815604045d2c385f3754248cc6912b543b44e83443f1cd2e6ea52266bb61cd1", "spec_sha": "0b8ce8c81b1de053be7809ad275d45e07e918c527a0d664627b249d69cbec036", "project_uri": "https://rubygems.org/gems/grydra", "gem_uri": "https://rubygems.org/gems/grydra-0.1.1.gem", "homepage_uri": "https://rubygems.org/gems/gr", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grydra/0.1.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-13 18:36:27 UTC
LMzOm_xpCO4i9vM61Tipw

pec_ruby

A comprehensive Ruby library for handling Italian certified email (PEC) messages. Supports nested PEC detection, extracting postacert.eml contents, attachment management, and includes a CLI for exploring PEC messages. Features performance optimizations and secure credential handling.

0.2.1
Content{ "name": "pec_ruby", "downloads": 71, "version": "0.2.1", "version_created_at": "2025-07-13T18:29:38.437Z", "version_downloads": 0, "platform": "ruby", "authors": "EMG", "info": "A comprehensive Ruby library for handling Italian certified email (PEC) messages. Supports nested PEC detection, extracting postacert.eml contents, attachment management, and includes a CLI for exploring PEC messages. Features performance optimizations and secure credential handling.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/egio12/pec_ruby", "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/egio12/pec_ruby", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "5e604e3561d5c2244fa63d4ce3018bcfef04c1eb4bad4db40af8eee3cac41ae5", "spec_sha": "382f2af2576b9b5aa46c1dc00c8353842c4e1f6b0379b685a6f7fba8f7ccb921", "project_uri": "https://rubygems.org/gems/pec_ruby", "gem_uri": "https://rubygems.org/gems/pec_ruby-0.2.1.gem", "homepage_uri": "https://github.com/egio12/pec_ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/egio12/pec_ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.0" } ], "runtime": [ { "name": "mail", "requirements": "~> 2.7" }, { "name": "net-imap", "requirements": "~> 0.3" } ] } }
2025-07-13 18:29:41 UTC
Lh-aGyQAZ8QaevwBys73v

undercover

Actionable code coverage - detects untested code blocks in recent changes

0.7.4
Content{ "name": "undercover", "downloads": 28769360, "version": "0.7.4", "version_created_at": "2025-07-13T18:23:10.381Z", "version_downloads": 0, "platform": "ruby", "authors": "Jan Grodowski", "info": "Actionable code coverage - detects untested code blocks in recent changes", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "56ea18d64da97c9a5c40c3ecea23ae26d04b716e66540b2eb9e56fc3d6356071", "spec_sha": "829105c2564f3efe61d24dcdd46cc828be98796cbcb1c4b14def37563670e796", "project_uri": "https://rubygems.org/gems/undercover", "gem_uri": "https://rubygems.org/gems/undercover-0.7.4.gem", "homepage_uri": "https://github.com/grodowski/undercover", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/undercover/0.7.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "base64", "requirements": ">= 0" }, { "name": "bigdecimal", "requirements": ">= 0" }, { "name": "imagen", "requirements": ">= 0.2.0" }, { "name": "rainbow", "requirements": ">= 2.1, < 4.0" }, { "name": "rugged", "requirements": ">= 0.27, < 1.10" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "simplecov_json_formatter", "requirements": ">= 0" } ] } }
2025-07-13 18:23:14 UTC
pl32Wq6CAjLwKhT0zEt4y

grydra

Implementación de redes neuronales con clases para neuronas, capas y red completa

0.1.0
Content{ "name": "grydra", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-07-13T18:16:32.093Z", "version_downloads": 0, "platform": "ruby", "authors": "Razo", "info": "Implementación de redes neuronales con clases para neuronas, capas y red completa", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "7977c532051c86e5eeea55eeb1e89a5d1ebc66fa945dd737fac494aae4abfd45", "spec_sha": "7ddfe5b1aad18c92ac1dc6956832c7afcc2f639ad702b9db15e433e72791f2ea", "project_uri": "https://rubygems.org/gems/grydra", "gem_uri": "https://rubygems.org/gems/grydra-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grydra/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-13 18:16:34 UTC
2HwEy4_5vKY50N2fkum_J

specwrk

Parallel rspec test runner from a queue of pending jobs.

0.4.11
Content{ "name": "specwrk", "downloads": 1872, "version": "0.4.11", "version_created_at": "2025-07-13T18:08:01.774Z", "version_downloads": 0, "platform": "ruby", "authors": "Daniel Westendorf", "info": "Parallel rspec test runner from a queue of pending jobs.", "licenses": [ "GPL-3.0-or-later" ], "metadata": { "homepage_uri": "https://github.com/danielwestendorf/specwrk", "changelog_uri": "https://github.com/danielwestendorf/specwrk/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/danielwestendorf/specwrk" }, "yanked": false, "sha": "f7bd4ec41644ffed118e48f4c98190543c859fbdb4abacebee1cda090af80783", "spec_sha": "5ded9f8455f6b3da6873440785087725d66df58347c835158c2a348ba015e08d", "project_uri": "https://rubygems.org/gems/specwrk", "gem_uri": "https://rubygems.org/gems/specwrk-0.4.11.gem", "homepage_uri": "https://github.com/danielwestendorf/specwrk", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/danielwestendorf/specwrk", "bug_tracker_uri": null, "changelog_uri": "https://github.com/danielwestendorf/specwrk/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "gem-release", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "dry-cli", "requirements": ">= 0" }, { "name": "rack", "requirements": ">= 0" }, { "name": "rackup", "requirements": ">= 0" }, { "name": "rspec-core", "requirements": ">= 0" }, { "name": "webrick", "requirements": ">= 0" } ] } }
2025-07-13 18:08:03 UTC
bL6L4Kd7YPSUH_U6nwwE9

mkbrut

mkbrut is how you go from zero to having a Brut app where you can start working.

0.6.0
Content{ "name": "mkbrut", "downloads": 1541, "version": "0.6.0", "version_created_at": "2025-07-13T18:05:36.832Z", "version_downloads": 0, "platform": "ruby", "authors": "Dave Copeland", "info": "mkbrut is how you go from zero to having a Brut app where you can start working.", "licenses": [], "metadata": {}, "yanked": false, "sha": "1c62af481e2c6398e52e97ce173b804b3d5b11296053c42c71c23280027d2d96", "spec_sha": "28c5b366d85c7bd856b443a7c54367d4fccc945e9f8e493bf146b2a77ace2d55", "project_uri": "https://rubygems.org/gems/mkbrut", "gem_uri": "https://rubygems.org/gems/mkbrut-0.6.0.gem", "homepage_uri": "https://brutrb.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/mkbrut/0.6.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" } ], "runtime": [ { "name": "brut", "requirements": ">= 0" } ] } }
2025-07-13 18:05:38 UTC
UzuQfKDRLf34bu1JXFj1o

pec_ruby

A comprehensive Ruby library for handling Italian certified email (PEC) messages. Includes methods for extracting postacert.eml contents, decoding attachments, and a CLI for exploring PEC messages.

0.2.0
Content{ "name": "pec_ruby", "downloads": 45, "version": "0.2.0", "version_created_at": "2025-07-13T17:51:16.567Z", "version_downloads": 0, "platform": "ruby", "authors": "EMG", "info": "A comprehensive Ruby library for handling Italian certified email (PEC) messages. Includes methods for extracting postacert.eml contents, decoding attachments, and a CLI for exploring PEC messages.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/egio12/pec_ruby", "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/egio12/pec_ruby", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "f302c29d16bee43b3baf3628b3c19e9115871dbf2b1aaffc2f03107e49d0dc19", "spec_sha": "9483e026f17c4a33856a45625cab03746dba1624c7fa1ee0d865cf2c9b0b9ef5", "project_uri": "https://rubygems.org/gems/pec_ruby", "gem_uri": "https://rubygems.org/gems/pec_ruby-0.2.0.gem", "homepage_uri": "https://github.com/egio12/pec_ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/egio12/pec_ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.0" } ], "runtime": [ { "name": "mail", "requirements": "~> 2.7" }, { "name": "net-imap", "requirements": "~> 0.3" } ] } }
2025-07-13 17:51:18 UTC
JJpNqAfNr3PSvzjPbNdoy

schwab-api-ruby

This is a gem for connecting to the OAuth/JSON-based Schwab API. See

2.2.0
Content{ "name": "schwab-api-ruby", "downloads": 1341, "version": "2.2.0", "version_created_at": "2025-07-13T17:43:53.458Z", "version_downloads": 0, "platform": "ruby", "authors": "Winston Kotzan", "info": "This is a gem for connecting to the OAuth/JSON-based Schwab API. See ", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "4ccbfcfba4ccff3401c95d4401ac58a409ac3c8579effe0bfdbffd5828bdefba", "spec_sha": "b0e52ab05eeef7d3b36192c358cba023641bf1d1c0a4a357c2cecc17a20d5e44", "project_uri": "https://rubygems.org/gems/schwab-api-ruby", "gem_uri": "https://rubygems.org/gems/schwab-api-ruby-2.2.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/schwab-api-ruby/2.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "pry", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 3.2" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "bundler", "requirements": ">= 2.0" }, { "name": "httparty", "requirements": ">= 0.20" }, { "name": "rake", "requirements": ">= 0" } ] } }
2025-07-13 17:43:54 UTC
H04rQa-TxRPfPM3DUd7Zs

tldr

TLDR will run your tests, but only for 1.8 seconds.

1.1.0
Content{ "name": "tldr", "downloads": 16997, "version": "1.1.0", "version_created_at": "2025-07-13T17:27:30.886Z", "version_downloads": 0, "platform": "ruby", "authors": "Justin Searls, Aaron Patterson", "info": "TLDR will run your tests, but only for 1.8 seconds.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/tendersearls/tldr", "changelog_uri": "https://github.com/tendersearls/tldr/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/tendersearls/tldr" }, "yanked": false, "sha": "da273a76ce2d48192062e8a50db273a1dd28acb2061dd70f18cbbccd5694398c", "spec_sha": "8c1b25803b9f9d54d4e5cb3ef979269a9b6c342e7b09a41b2eff01406619d519", "project_uri": "https://rubygems.org/gems/tldr", "gem_uri": "https://rubygems.org/gems/tldr-1.1.0.gem", "homepage_uri": "https://github.com/tendersearls/tldr", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/tendersearls/tldr", "bug_tracker_uri": null, "changelog_uri": "https://github.com/tendersearls/tldr/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "concurrent-ruby", "requirements": "~> 1.2" }, { "name": "irb", "requirements": "~> 1.10" }, { "name": "super_diff", "requirements": "~> 0.10" } ] } }
2025-07-13 17:27:32 UTC
PaUJZRUdT-zW0Pb1MGqe-

vellum_ai

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

0.14.89
Content{ "name": "vellum_ai", "downloads": 12984, "version": "0.14.89", "version_created_at": "2025-07-13T17:20:21.194Z", "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": "f03e318bb3e4af743250d03c11f14634e72b49e9ab34bc214d53008efc83a4b0", "spec_sha": "84d75c8352d353c7ab42e8141df1c8b8f0ec3042b51dc1fdca23f9e40b7bb72b", "project_uri": "https://rubygems.org/gems/vellum_ai", "gem_uri": "https://rubygems.org/gems/vellum_ai-0.14.89.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-13 17:20:22 UTC
VF4NheFEIBfWWbaGCE6jK

followupboss_client

A comprehensive Ruby client for the Follow Up Boss API with Rails 8 compatibility, secure cookie authentication for SharedInbox, and enhanced features for real estate CRM integration.

1.1.0
Content{ "name": "followupboss_client", "downloads": 130, "version": "1.1.0", "version_created_at": "2025-07-13T16:36:26.865Z", "version_downloads": 0, "platform": "ruby", "authors": "Connor Gallopo, Kyoto Kopz", "info": "A comprehensive Ruby client for the Follow Up Boss API with Rails 8 compatibility, secure cookie authentication for SharedInbox, and enhanced features for real estate CRM integration.", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "ab9b4c1ec6d7a6273a149b242173f19f715b8126daa3743ddb7a7db61251ed31", "spec_sha": "9dd8e4cc2f08c055f8c46c44f29030c4597c2f1665a4a7b5fbef5c58ab47a4b7", "project_uri": "https://rubygems.org/gems/followupboss_client", "gem_uri": "https://rubygems.org/gems/followupboss_client-1.1.0.gem", "homepage_uri": "https://github.com/connorgallopo/followupboss_client", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/followupboss_client/1.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.4" }, { "name": "dotenv", "requirements": ">= 2.8.1" }, { "name": "pry", "requirements": ">= 0.14.2" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "vcr", "requirements": ">= 6.1.0" }, { "name": "webmock", "requirements": ">= 3.18.1" } ], "runtime": [ { "name": "activemodel", "requirements": ">= 7.1.0, < 9.0" }, { "name": "activesupport", "requirements": ">= 7.1.0, < 9.0" }, { "name": "facets", "requirements": "~> 3.1.0" }, { "name": "faraday", "requirements": ">= 1.10.3, < 3.0" }, { "name": "her", "requirements": "~> 1.1.1" }, { "name": "logger", "requirements": ">= 0" }, { "name": "multi_json", "requirements": "~> 1.15.0" }, { "name": "tzinfo", "requirements": "~> 2.0.6" } ] } }
2025-07-13 16:36:30 UTC
19T_kEGcvGIdWmFUlTMfM

undercover

Actionable code coverage - detects untested code blocks in recent changes

0.7.3
Content{ "name": "undercover", "downloads": 28769169, "version": "0.7.3", "version_created_at": "2025-07-13T16:11:47.233Z", "version_downloads": 0, "platform": "ruby", "authors": "Jan Grodowski", "info": "Actionable code coverage - detects untested code blocks in recent changes", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4e6460386228ce8a08dbbabab0301b03057da08f9c3165e19501cd40a2a8aee1", "spec_sha": "71eb0941edc7699aa663e72d92ab029072e005ebed0e2723b1148e80f53e3538", "project_uri": "https://rubygems.org/gems/undercover", "gem_uri": "https://rubygems.org/gems/undercover-0.7.3.gem", "homepage_uri": "https://github.com/grodowski/undercover", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/undercover/0.7.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "base64", "requirements": ">= 0" }, { "name": "bigdecimal", "requirements": ">= 0" }, { "name": "imagen", "requirements": ">= 0.2.0" }, { "name": "rainbow", "requirements": ">= 2.1, < 4.0" }, { "name": "rugged", "requirements": ">= 0.27, < 1.10" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "simplecov_json_formatter", "requirements": ">= 0" } ] } }
2025-07-13 16:11:51 UTC
drj894EYqooeEJpc3SAMw

logviewer

A command-line tool that converts NDJSON log files into readable HTML format with filtering capabilities by log level

2.2.1
Content{ "name": "logviewer", "downloads": 1286, "version": "2.2.1", "version_created_at": "2025-07-13T16:09:32.282Z", "version_downloads": 0, "platform": "ruby", "authors": "Justin Bishop", "info": "A command-line tool that converts NDJSON log files into readable HTML format with filtering capabilities by log level", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "6644606f4f5b6560cf7a011d5d2fc142fb133fd7e2dfa4bfec8793dca9547780", "spec_sha": "3f2f80293aff302e02c42f49d8a7919bc3366410bc29a9225c37d9198a327497", "project_uri": "https://rubygems.org/gems/logviewer", "gem_uri": "https://rubygems.org/gems/logviewer-2.2.1.gem", "homepage_uri": "https://github.com/jubishop/logviewer", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/logviewer/2.2.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" } ], "runtime": [] } }
2025-07-13 16:09:34 UTC
b1mw4nIVuA5wp9PD2jZPp

logviewer

A command-line tool that converts NDJSON log files into readable HTML format with filtering capabilities by log level

2.2.0
Content{ "name": "logviewer", "downloads": 1286, "version": "2.2.0", "version_created_at": "2025-07-13T16:05:20.964Z", "version_downloads": 0, "platform": "ruby", "authors": "Justin Bishop", "info": "A command-line tool that converts NDJSON log files into readable HTML format with filtering capabilities by log level", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "0da07cb3a86e2f76095701c9f58ca3a67fc8aa7de6a3b52d64c051d62739bc55", "spec_sha": "424d2f7e33ad92406a9c285ac79b156d3aa0c864293153e66621ab48b198b983", "project_uri": "https://rubygems.org/gems/logviewer", "gem_uri": "https://rubygems.org/gems/logviewer-2.2.0.gem", "homepage_uri": "https://github.com/jubishop/logviewer", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/logviewer/2.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" } ], "runtime": [] } }
2025-07-13 16:05:23 UTC
XstMHWtH9gC1Wkqg9uQMn

epub_worm

EpubWorm is just another EPUB parser gem, with only two dependencies: "rubyzip" and "nokogiri".

0.1.0
Content{ "name": "epub_worm", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-07-13T15:25:56.034Z", "version_downloads": 0, "platform": "ruby", "authors": "Luis Adrián Chávez Fregoso", "info": "EpubWorm is just another EPUB parser gem, with only two dependencies: \"rubyzip\" and \"nokogiri\".", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/lacf95/epub_worm", "changelog_uri": "https://github.com/lacf95/epub_worm/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/lacf95/epub_worm" }, "yanked": false, "sha": "79bbe5267c3ab75c1a06dc1c785e3935ed878b7f636bd6379edbc8ef7e512844", "spec_sha": "dc84f09b6d6c5313b7ad82dafb9e17b4a56bf0e0f8a261a35df2a459eb6647df", "project_uri": "https://rubygems.org/gems/epub_worm", "gem_uri": "https://rubygems.org/gems/epub_worm-0.1.0.gem", "homepage_uri": "https://github.com/lacf95/epub_worm", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/lacf95/epub_worm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/lacf95/epub_worm/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "nokogiri", "requirements": "~> 1.18" }, { "name": "rubyzip", "requirements": "~> 2.4" } ] } }
2025-07-13 15:25:57 UTC
hPcp7rLNOYh3R1wfLmRIu

faker-japanese-name

Provides Japanese family and given names (male/female) with kana readings. Data sourced from Wikidata.

0.2.1
Content{ "name": "faker-japanese-name", "downloads": 20, "version": "0.2.1", "version_created_at": "2025-07-13T15:24:53.574Z", "version_downloads": 0, "platform": "ruby", "authors": "Shuhei YOSHIDA", "info": "Provides Japanese family and given names (male/female) with kana readings. Data sourced from Wikidata.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/yantene/faker-japanese-name", "source_code_uri": "https://github.com/yantene/faker-japanese-name" }, "yanked": false, "sha": "7e768b771a293b4427814a92c5042fa6f2de7cc65d6b540f31053bfa8214221d", "spec_sha": "76aeee88b1dddd0f30bbdba380ef8b2f7047378f91114902083e4503232734bb", "project_uri": "https://rubygems.org/gems/faker-japanese-name", "gem_uri": "https://rubygems.org/gems/faker-japanese-name-0.2.1.gem", "homepage_uri": "https://github.com/yantene/faker-japanese-name", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/yantene/faker-japanese-name", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "faker", "requirements": "~> 3.0" } ] } }
2025-07-13 15:24:55 UTC
DYdv-b_7SveOwwXlj_nIC

faker-japanese-name

Provides Japanese family and given names (male/female) with kana readings. Data sourced from Wikidata.

0.2.0
Content{ "name": "faker-japanese-name", "downloads": 0, "version": "0.2.0", "version_created_at": "2025-07-13T15:04:15.198Z", "version_downloads": 0, "platform": "ruby", "authors": "Shuhei YOSHIDA", "info": "Provides Japanese family and given names (male/female) with kana readings. Data sourced from Wikidata.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/yantene/faker-japanese-name", "source_code_uri": "https://github.com/yantene/faker-japanese-name" }, "yanked": false, "sha": "cf95f9bf8b43f5f4763cfd67f9115a61751a5bebfb3ec3fbf11c3cf09dde7e15", "spec_sha": "9d0702ed5bc311081d525fa06e346e5c6761be0d0813fc5b904c556795b37ce3", "project_uri": "https://rubygems.org/gems/faker-japanese-name", "gem_uri": "https://rubygems.org/gems/faker-japanese-name-0.2.0.gem", "homepage_uri": "https://github.com/yantene/faker-japanese-name", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/yantene/faker-japanese-name", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "faker", "requirements": "~> 2.0" } ] } }
2025-07-13 15:04:18 UTC
NmphpwIrmdF79drdpfUBA

omniauth-qiita-v2

Qiita strategy for OmniAuth

0.0.0
Content{ "name": "omniauth-qiita-v2", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-07-13T14:57:20.907Z", "version_downloads": 0, "platform": "ruby", "authors": "Masahiro", "info": "Qiita strategy for OmniAuth", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://patreon.com/CadenzaTech", "homepage_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/tree/v0.0.0", "changelog_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/blob/v0.0.0/CHANGELOG.md", "bug_tracker_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/issues", "source_code_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/tree/v0.0.0", "documentation_uri": "https://rubydoc.info/gems/omniauth-qiita-v2/0.0.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "fbb62cb38c114d6be4b854ee41c981b773209c686faa242ebe47a991a91bf8a1", "spec_sha": "4fcec65db7112e8f2b37e9ca4458e418d56dc2c68de1213b3e4139c6254b50c1", "project_uri": "https://rubygems.org/gems/omniauth-qiita-v2", "gem_uri": "https://rubygems.org/gems/omniauth-qiita-v2-0.0.0.gem", "homepage_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/tree/v0.0.0", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/omniauth-qiita-v2/0.0.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/tree/v0.0.0", "bug_tracker_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/issues", "changelog_uri": "https://github.com/cadenza-tech/omniauth-qiita-v2/blob/v0.0.0/CHANGELOG.md", "funding_uri": "https://patreon.com/CadenzaTech", "dependencies": { "development": [], "runtime": [ { "name": "omniauth", "requirements": ">= 2.0" }, { "name": "omniauth-oauth2", "requirements": ">= 1.8" } ] } }
2025-07-13 14:57:24 UTC
TjNWiQvxQhekme5A_jpaS

langfuse-ruby

Ruby client library for Langfuse, providing tracing, prompt management, and evaluation capabilities for LLM applications

0.1.3
Content{ "name": "langfuse-ruby", "downloads": 255, "version": "0.1.3", "version_created_at": "2025-07-13T14:48:14.606Z", "version_downloads": 0, "platform": "ruby", "authors": "Richard Sun", "info": "Ruby client library for Langfuse, providing tracing, prompt management, and evaluation capabilities for LLM applications", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://langfuse.com/docs/sdk/ruby", "changelog_uri": "https://github.com/ai-firstly/langfuse-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/ai-firstly/langfuse-ruby/issues", "source_code_uri": "https://github.com/ai-firstly/langfuse-ruby", "allowed_push_host": "https://rubygems.org", "documentation_uri": "https://rubydoc.info/gems/langfuse-ruby" }, "yanked": false, "sha": "e36be1b8f49c3c9e46c79e0b66b5afb2e07c260f1d0156ba0b3b90a022229be1", "spec_sha": "584ab90f870ebb586118688bf5ba686467a1801c81dbdaebbe2ba1d185175144", "project_uri": "https://rubygems.org/gems/langfuse-ruby", "gem_uri": "https://rubygems.org/gems/langfuse-ruby-0.1.3.gem", "homepage_uri": "https://langfuse.com/docs/sdk/ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/langfuse-ruby", "mailing_list_uri": null, "source_code_uri": "https://github.com/ai-firstly/langfuse-ruby", "bug_tracker_uri": "https://github.com/ai-firstly/langfuse-ruby/issues", "changelog_uri": "https://github.com/ai-firstly/langfuse-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.0" }, { "name": "vcr", "requirements": "~> 6.0" }, { "name": "webmock", "requirements": "~> 3.0" }, { "name": "yard", "requirements": "~> 0.9" } ], "runtime": [ { "name": "concurrent-ruby", "requirements": "~> 1.0" }, { "name": "faraday", "requirements": "~> 2.0" }, { "name": "faraday-net_http", "requirements": "~> 3.0" }, { "name": "json", "requirements": "~> 2.0" } ] } }
2025-07-13 14:48:18 UTC
IlYR9fUZq_6-lL--H5kmw

jekyll-koziolekweb-deorphanter

Plugin that replaces spaces after single letter with &nbsp; that helps to avoid living single letter at the end of a line.

0.1.2
Content{ "name": "jekyll-koziolekweb-deorphanter", "downloads": 19, "version": "0.1.2", "version_created_at": "2025-07-13T14:46:05.836Z", "version_downloads": 0, "platform": "ruby", "authors": "Koziolek", "info": "Plugin that replaces spaces after single letter with &nbsp; that helps to avoid living single letter at the end of a line.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter/CHANGELOG.md", "source_code_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter" }, "yanked": false, "sha": "3d176c269addc8e88b42d54060ef9da631374cca3e070ea7a4011ad26375cbf8", "spec_sha": "7d2c03202d6c09c4912a30fbb6c59eaca0fd513b355be2b8aedacff1898b1ccb", "project_uri": "https://rubygems.org/gems/jekyll-koziolekweb-deorphanter", "gem_uri": "https://rubygems.org/gems/jekyll-koziolekweb-deorphanter-0.1.2.gem", "homepage_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter", "bug_tracker_uri": null, "changelog_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "jekyll", "requirements": ">= 3.7, < 5.0" } ] } }
2025-07-13 14:46:08 UTC
-fZF0TggDvmS604AJQmxQ

jekyll-koziolekweb-deorphanter

Plugin that replaces spaces after single letter with &nbsp; that helps to avoid living single letter at the end of a line.

0.1.1
Content{ "name": "jekyll-koziolekweb-deorphanter", "downloads": 6, "version": "0.1.1", "version_created_at": "2025-07-13T14:37:17.943Z", "version_downloads": 0, "platform": "ruby", "authors": "Koziolek", "info": "Plugin that replaces spaces after single letter with &nbsp; that helps to avoid living single letter at the end of a line.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter/CHANGELOG.md", "source_code_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter" }, "yanked": false, "sha": "aa902416078211d3596c10c10bf0bf09db0a8fa4284da34a7cdcef53ed5297fc", "spec_sha": "c01b487838040a6157fd1f47944f3aa285c3a6606e084b3e095d5298b4b65943", "project_uri": "https://rubygems.org/gems/jekyll-koziolekweb-deorphanter", "gem_uri": "https://rubygems.org/gems/jekyll-koziolekweb-deorphanter-0.1.1.gem", "homepage_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter", "bug_tracker_uri": null, "changelog_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "jekyll", "requirements": ">= 3.7, < 5.0" } ] } }
2025-07-13 14:37:19 UTC
g-Q3JptLjemg3ywVFqonz

internator

Internator is a Ruby-based CLI tool that automates iterative pull request improvements using OpenAI's Codex. It cycles through objectives, makes incremental changes, automatically commits and pushes each update, and optionally waits between iterations.

0.1.6
Content{ "name": "internator", "downloads": 727, "version": "0.1.6", "version_created_at": "2025-07-13T14:29:13.129Z", "version_downloads": 0, "platform": "ruby", "authors": "AlexLarra", "info": "Internator is a Ruby-based CLI tool that automates iterative pull request improvements using OpenAI's Codex. It cycles through objectives, makes incremental changes, automatically commits and pushes each update, and optionally waits between iterations.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "be2d762b9caea07494d636cf9c6ed3cfa693dc8828849095382572b1c6a28481", "spec_sha": "23dcd320164fdec6fdbbc7f0cc12c827e688d4abb47abbcd40ec55147f96bf35", "project_uri": "https://rubygems.org/gems/internator", "gem_uri": "https://rubygems.org/gems/internator-0.1.6.gem", "homepage_uri": "https://github.com/AlexLarra/internator", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/internator/0.1.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "rake", "requirements": ">= 0" } ], "runtime": [] } }
2025-07-13 14:29:14 UTC
nUZJHRfEte7bveBGH6KFv

jekyll-koziolekweb-deorphanter

Plugin that replaces spaces after single letter with &nbsp; that helps to avoid living single letter at the end of a line.

0.1.0
Content{ "name": "jekyll-koziolekweb-deorphanter", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-07-13T14:27:11.256Z", "version_downloads": 0, "platform": "ruby", "authors": "Koziolek", "info": "Plugin that replaces spaces after single letter with &nbsp; that helps to avoid living single letter at the end of a line.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter/CHANGELOG.md", "source_code_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter" }, "yanked": false, "sha": "f64b16bc89a38a217485ad4e9df4890d1569abc151b94e3ccb7cc69ec0f34510", "spec_sha": "fe7604a8c42cfd5fa2c2430185c07eec785a4c85e8fefa30700f4480ed4e7ee9", "project_uri": "https://rubygems.org/gems/jekyll-koziolekweb-deorphanter", "gem_uri": "https://rubygems.org/gems/jekyll-koziolekweb-deorphanter-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter", "bug_tracker_uri": null, "changelog_uri": "https://github.com/Koziolek/jekyll-koziolekweb-deorphanter/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "jekyll", "requirements": ">= 3.7, < 5.0" } ] } }
2025-07-13 14:27:12 UTC
5_0KcxvlOPnMJYzsEDhLe

solargraph

IDE tools for code completion, inline documentation, and static analysis

0.56.1
Content{ "name": "solargraph", "downloads": 30860371, "version": "0.56.1", "version_created_at": "2025-07-13T14:18:49.787Z", "version_downloads": 0, "platform": "ruby", "authors": "Fred Snyder", "info": "IDE tools for code completion, inline documentation, and static analysis", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://www.patreon.com/castwide", "changelog_uri": "https://github.com/castwide/solargraph/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/castwide/solargraph/issues", "source_code_uri": "https://github.com/castwide/solargraph" }, "yanked": false, "sha": "3283fae225642db3c20c03d1cffb00c45943694890f6e88ad09ba404c3d790fe", "spec_sha": "17c945c2604f368cd2fab10b73b1652049fa018765a8ee4f3304d0cf66302cf1", "project_uri": "https://rubygems.org/gems/solargraph", "gem_uri": "https://rubygems.org/gems/solargraph-0.56.1.gem", "homepage_uri": "https://solargraph.org", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/castwide/solargraph", "bug_tracker_uri": "https://github.com/castwide/solargraph/issues", "changelog_uri": "https://github.com/castwide/solargraph/blob/master/CHANGELOG.md", "funding_uri": "https://www.patreon.com/castwide", "dependencies": { "development": [ { "name": "irb", "requirements": "~> 1.15" }, { "name": "pry", "requirements": "~> 0.15" }, { "name": "public_suffix", "requirements": "~> 3.1" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.5" }, { "name": "simplecov", "requirements": "~> 0.14" }, { "name": "webmock", "requirements": "~> 3.6" } ], "runtime": [ { "name": "backport", "requirements": "~> 1.2" }, { "name": "benchmark", "requirements": "~> 0.4" }, { "name": "bundler", "requirements": "~> 2.0" }, { "name": "diff-lcs", "requirements": "~> 1.4" }, { "name": "jaro_winkler", "requirements": "~> 1.6, >= 1.6.1" }, { "name": "kramdown", "requirements": "~> 2.3" }, { "name": "kramdown-parser-gfm", "requirements": "~> 1.1" }, { "name": "logger", "requirements": "~> 1.6" }, { "name": "observer", "requirements": "~> 0.1" }, { "name": "ostruct", "requirements": "~> 0.6" }, { "name": "parser", "requirements": "~> 3.0" }, { "name": "prism", "requirements": "~> 1.4" }, { "name": "rbs", "requirements": "~> 3.6.1" }, { "name": "reverse_markdown", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.38" }, { "name": "thor", "requirements": "~> 1.0" }, { "name": "tilt", "requirements": "~> 2.0" }, { "name": "yard", "requirements": "~> 0.9, >= 0.9.24" }, { "name": "yard-solargraph", "requirements": "~> 0.1" } ] } }
2025-07-13 14:18:51 UTC
oOV_V9b2WudqQaDRsQRoV

red-candle

huggingface/candle for Ruby

1.0.0.pre.7
Content{ "name": "red-candle", "downloads": 1637, "version": "1.0.0.pre.7", "version_created_at": "2025-07-13T14:06:59.494Z", "version_downloads": 0, "platform": "ruby", "authors": "Christopher Petersen, kojix2", "info": "huggingface/candle for Ruby", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "bb7503cf85e52082c18725c4480181784b42446815e7ccb383e6eb4398241236", "spec_sha": "d8df8c4aa3edf3a074f8b8e9928e14e5b9694cf59af80fbe16d0967cfa90769c", "project_uri": "https://rubygems.org/gems/red-candle", "gem_uri": "https://rubygems.org/gems/red-candle-1.0.0.pre.7.gem", "homepage_uri": "https://github.com/assaydepot/red-candle", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/red-candle/1.0.0.pre.7", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rb_sys", "requirements": ">= 0" } ] } }
2025-07-13 14:07:01 UTC
JfMr2VLo0SMY7G90krv2y

adif

A rubygem for parsing and manipulating amateur radio ADIF files

0.1.0
Content{ "name": "adif", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-07-13T13:59:18.693Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Dinger", "info": "A rubygem for parsing and manipulating amateur radio ADIF files", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/cdinger/adifrb", "changelog_uri": "https://github.com/cdinger/adifrb/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/cdinger/adifrb" }, "yanked": false, "sha": "015893350fa844859fbe878190f51522dc2c24fce2630e42d420d3ea6864e2d4", "spec_sha": "54a16d74ac5e5edcc7c5652c4673a34b37f761778b6520608008ae357d1281da", "project_uri": "https://rubygems.org/gems/adif", "gem_uri": "https://rubygems.org/gems/adif-0.1.0.gem", "homepage_uri": "https://github.com/cdinger/adifrb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/cdinger/adifrb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/cdinger/adifrb/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-07-13 13:59:20 UTC
1CsfW0ekT2T5VIXWbAPAh

yonder

A gem for interacting with Bluesky's API.

0.4
Content{ "name": "yonder", "downloads": 285, "version": "0.4", "version_created_at": "2025-07-13T13:43:21.834Z", "version_downloads": 0, "platform": "ruby", "authors": "Daniel Bogan", "info": "A gem for interacting with Bluesky's API.", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8408123f7cb5114046976f2fbd98a180d3055ddf192756e77eb0d7e2bc443140", "spec_sha": "28f55e910fde755f40ff1e600634db6da23a1af6d76c8ea2815b27bafbd1b60a", "project_uri": "https://rubygems.org/gems/yonder", "gem_uri": "https://rubygems.org/gems/yonder-0.4.gem", "homepage_uri": "http://github.com/waferbaby/yonder", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/yonder/0.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "httpx", "requirements": "~> 1.5" } ] } }
2025-07-13 13:43:23 UTC
KWnfJwxjlGAXColjZDaoQ

cybrid_api_bank_ruby

View our documentation at https://github.com/Cybrid-app/cybrid-api-bank-ruby/

0.123.687
Content{ "name": "cybrid_api_bank_ruby", "downloads": 1470575, "version": "0.123.687", "version_created_at": "2025-07-13T13:36:55.193Z", "version_downloads": 0, "platform": "ruby", "authors": "Cybrid", "info": "View our documentation at https://github.com/Cybrid-app/cybrid-api-bank-ruby/", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "ee707b0053f17087c32dce2e7f79d7aae01084605f38faad3692979800e9be69", "spec_sha": "c800a5ce1011792d88cd78665ec84ed40fee90d0413757f014aa8bffdc573ddf", "project_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby-0.123.687.gem", "homepage_uri": "https://github.com/Cybrid-app/cybrid-api-bank-ruby/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cybrid_api_bank_ruby/0.123.687", "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-13 13:36:58 UTC
ExjnPv4Fh3ylfUB--geM8

cybrid_api_organization_ruby

View our documentation at https://github.com/Cybrid-app/cybrid-api-organization-ruby/

0.123.687
Content{ "name": "cybrid_api_organization_ruby", "downloads": 1513501, "version": "0.123.687", "version_created_at": "2025-07-13T13:36:35.344Z", "version_downloads": 0, "platform": "ruby", "authors": "Cybrid", "info": "View our documentation at https://github.com/Cybrid-app/cybrid-api-organization-ruby/", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "f2bdaaed88310af7e66403e65c19ac0debb4fd91f446485df324703e1622161b", "spec_sha": "1677c1bc4090957c9a441babc0fdff25ed26261702265ba62d6834e55c6e18dc", "project_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby-0.123.687.gem", "homepage_uri": "https://github.com/Cybrid-app/cybrid-api-organization-ruby/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cybrid_api_organization_ruby/0.123.687", "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-13 13:36:39 UTC
N45Ay70qpmpb7w4zuYWkR

cybrid_api_id_ruby

View our documentation at https://github.com/Cybrid-app/cybrid-api-id-ruby/

0.123.687
Content{ "name": "cybrid_api_id_ruby", "downloads": 1495067, "version": "0.123.687", "version_created_at": "2025-07-13T13:35:38.553Z", "version_downloads": 0, "platform": "ruby", "authors": "Cybrid", "info": "View our documentation at https://github.com/Cybrid-app/cybrid-api-id-ruby/", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "768491f7d6c26168cdea9dd8ddd3ebf60a35b8a7520d711b58038b04b34922ff", "spec_sha": "89bf4ad531818ad176d13e0c8e7c0a9587c2962ee71d7c897ff20805408cdf16", "project_uri": "https://rubygems.org/gems/cybrid_api_id_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_id_ruby-0.123.687.gem", "homepage_uri": "https://github.com/Cybrid-app/cybrid-api-id-ruby/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cybrid_api_id_ruby/0.123.687", "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-13 13:35:44 UTC
Kgiqc1tvg0ZvINp01OnQV

fiddle_fluidsynth

program/play (MIDI) music from your code.

0.0.2
Content{ "name": "fiddle_fluidsynth", "downloads": 113, "version": "0.0.2", "version_created_at": "2025-07-13T13:31:58.922Z", "version_downloads": 0, "platform": "ruby", "authors": "YAMAMOTO, Masayuki", "info": "program/play (MIDI) music from your code.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://voidptrjp.blogspot.com/2025/07/fiddlefluidsynth.html", "changelog_uri": "https://github.com/mephistobooks/fiddle_fluidsynth/CHANGELOG.md", "source_code_uri": "https://github.com/mephistobooks/fiddle_fluidsynth", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "31c8beec456695e275eaf6da92531f03cb39cac3647c832c79ace2acff984c0f", "spec_sha": "69ebcb16f9ec7344955325a30ff2ea0c69f111d2887a142b18d98dcb8b724604", "project_uri": "https://rubygems.org/gems/fiddle_fluidsynth", "gem_uri": "https://rubygems.org/gems/fiddle_fluidsynth-0.0.2.gem", "homepage_uri": "https://voidptrjp.blogspot.com/2025/07/fiddlefluidsynth.html", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mephistobooks/fiddle_fluidsynth", "bug_tracker_uri": null, "changelog_uri": "https://github.com/mephistobooks/fiddle_fluidsynth/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.17" } ] } }
2025-07-13 13:32:03 UTC
6Unyu_g_l-AKIvw0Tp_u8

pec_ruby

A comprehensive Ruby library for handling Italian certified email (PEC) messages. Includes methods for extracting postacert.eml contents, decoding attachments, and a CLI for exploring PEC messages.

0.1.0
Content{ "name": "pec_ruby", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-07-13T13:31:54.263Z", "version_downloads": 0, "platform": "ruby", "authors": "EMG", "info": "A comprehensive Ruby library for handling Italian certified email (PEC) messages. Includes methods for extracting postacert.eml contents, decoding attachments, and a CLI for exploring PEC messages.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/egio12/pec_ruby", "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/egio12/pec_ruby", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "77ff94f0d3acc56d2610924868158650c87f3d91414d0a0d721464c6c786386a", "spec_sha": "138634f45a3670c4057a77512011478b6d8fc3562bea2c6f85c15f9fdebf4ddf", "project_uri": "https://rubygems.org/gems/pec_ruby", "gem_uri": "https://rubygems.org/gems/pec_ruby-0.1.0.gem", "homepage_uri": "https://github.com/egio12/pec_ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/egio12/pec_ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/egio12/pec_ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.0" } ], "runtime": [ { "name": "mail", "requirements": "~> 2.7" }, { "name": "net-imap", "requirements": "~> 0.3" } ] } }
2025-07-13 13:31:56 UTC
iUamt6x02IbboctZQKEDa

cocoapods-binary-matchup

integrate pods in form of prebuilt frameworks conveniently, reducing compile time

0.0.22
Content{ "name": "cocoapods-binary-matchup", "downloads": 1247, "version": "0.0.22", "version_created_at": "2025-07-13T13:21:48.741Z", "version_downloads": 0, "platform": "ruby", "authors": "leavez", "info": "integrate pods in form of prebuilt frameworks conveniently, reducing compile time", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "d58828e196ef207884dac5baae69cf28c30052fcbf1f8145f51bfea131c899e4", "spec_sha": "39cc1b6486e1c1121c8c4a3f124238f8b025f26586108d9f3ea1e0533432620d", "project_uri": "https://rubygems.org/gems/cocoapods-binary-matchup", "gem_uri": "https://rubygems.org/gems/cocoapods-binary-matchup-0.0.22.gem", "homepage_uri": "https://github.com/omiapp/cocoapod_binary_matchup", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cocoapods-binary-matchup/0.0.22", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.6.9" }, { "name": "rake", "requirements": ">= 0" } ], "runtime": [ { "name": "cocoapods", "requirements": ">= 1.5.0, < 2.0" }, { "name": "fourflusher", "requirements": "~> 2.0" }, { "name": "xcpretty", "requirements": "~> 0.3.0" } ] } }
2025-07-13 13:21:50 UTC
jssGXdj1cmPIes0q19WBL

unix_socks

This library enables communication between processes using Unix sockets. It handles message transmission, socket management, and cleanup, supporting both synchronous and asynchronous operations while providing error handling for robust development.

0.0.1
Content{ "name": "unix_socks", "downloads": 187, "version": "0.0.1", "version_created_at": "2025-07-13T13:21:34.859Z", "version_downloads": 0, "platform": "ruby", "authors": "Florian Frank", "info": "This library enables communication between processes using Unix sockets. It\nhandles message transmission, socket management, and cleanup, supporting\nboth synchronous and asynchronous operations while providing error handling\nfor robust development.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "70841bf2175a4adc9398722210d7839efb43ec7ce9e5fddb9fe1adf2b38f26a6", "spec_sha": "50e9a0f33f2bda0c02507972ba83db1d3056a18e28fc9bcf7d28297dffea4d05", "project_uri": "https://rubygems.org/gems/unix_socks", "gem_uri": "https://rubygems.org/gems/unix_socks-0.0.1.gem", "homepage_uri": "https://github.com/flori/unix_socks", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/unix_socks/0.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "all_images", "requirements": "~> 0.4" }, { "name": "debug", "requirements": ">= 0" }, { "name": "gem_hadar", "requirements": "~> 1.20" }, { "name": "rspec", "requirements": "~> 3.2" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "json", "requirements": "~> 2.0" }, { "name": "tins", "requirements": "~> 1.3" } ] } }
2025-07-13 13:21:36 UTC
M5lEfUXLMWp3-29GFfnZn

active_record_compose

activemodel form object pattern. it embraces multiple AR models and provides a transparent interface as if they were a single model.

0.11.3
Content{ "name": "active_record_compose", "downloads": 43314, "version": "0.11.3", "version_created_at": "2025-07-13T13:16:48.266Z", "version_downloads": 0, "platform": "ruby", "authors": "hamajyotan", "info": "activemodel form object pattern. it embraces multiple AR models and provides a transparent interface as if they were a single model.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/hamajyotan/active_record_compose", "changelog_uri": "https://github.com/hamajyotan/active_record_compose/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/hamajyotan/active_record_compose", "documentation_uri": "https://hamajyotan.github.io/active_record_compose/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1fd599624cfdcbfd0f68b5e003f38869985bfeb5b2b9f13dbf3417063b2746e2", "spec_sha": "089767d360b1e95cf6737947b25914257262f5b51bb1dcba66c9df747d2bb37e", "project_uri": "https://rubygems.org/gems/active_record_compose", "gem_uri": "https://rubygems.org/gems/active_record_compose-0.11.3.gem", "homepage_uri": "https://github.com/hamajyotan/active_record_compose", "wiki_uri": null, "documentation_uri": "https://hamajyotan.github.io/active_record_compose/", "mailing_list_uri": null, "source_code_uri": "https://github.com/hamajyotan/active_record_compose", "bug_tracker_uri": null, "changelog_uri": "https://github.com/hamajyotan/active_record_compose/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 7.0, < 8.1" } ] } }
2025-07-13 13:16:51 UTC
nslGKygnoTUnEhvy8oJYS

gitdb-client

A Ruby client for GitDB, a GitHub-backed NoSQL database

1.0.0
Content{ "name": "gitdb-client", "downloads": 0, "version": "1.0.0", "version_created_at": "2025-07-13T13:04:13.622Z", "version_downloads": 0, "platform": "ruby", "authors": "AFOT Team, karthikeyanV2K", "info": "A Ruby client for GitDB, a GitHub-backed NoSQL database", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/karthikeyanV2K/GitDB", "changelog_uri": "https://github.com/karthikeyanV2K/GitDB", "source_code_uri": "https://github.com/karthikeyanV2K/GitDB" }, "yanked": false, "sha": "26062cd8862f9174268bd641cee6f44c9271fc41ba65e8297c8fea225258074e", "spec_sha": "f1439333e091fa0d05ccbc433aa42cb7660b6b03b59df7bce555e6cf49df6f46", "project_uri": "https://rubygems.org/gems/gitdb-client", "gem_uri": "https://rubygems.org/gems/gitdb-client-1.0.0.gem", "homepage_uri": "https://github.com/karthikeyanV2K/GitDB", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/karthikeyanV2K/GitDB", "bug_tracker_uri": null, "changelog_uri": "https://github.com/karthikeyanV2K/GitDB", "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "httparty", "requirements": "~> 0.21" }, { "name": "json", "requirements": "~> 2.6" } ] } }
2025-07-13 13:04:16 UTC
kYRp_tuIj9_YjSksjEOkv

raylib-bindings

Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).

0.7.14
Content{ "name": "raylib-bindings", "downloads": 49416, "version": "0.7.14", "version_created_at": "2025-07-13T12:50:26.054Z", "version_downloads": 0, "platform": "ruby", "authors": "vaiorabbit", "info": "Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).\n", "licenses": [ "Zlib" ], "metadata": {}, "yanked": false, "sha": "90aa93396d9e8bd241c6c3041cd14772ad7fcdcde836f4cc224725efea1df6f0", "spec_sha": "aad0b4fd91a4275e9ec62a548516a7001aab1ffaaeb3471144cf436109d3394c", "project_uri": "https://rubygems.org/gems/raylib-bindings", "gem_uri": "https://rubygems.org/gems/raylib-bindings-0.7.14.gem", "homepage_uri": "https://github.com/vaiorabbit/raylib-bindings", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/raylib-bindings/0.7.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.16" } ] } }
2025-07-13 12:50:27 UTC
3nj3rLwJEKYv9xfUcXZlI

raylib-bindings

Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).

0.7.14
Content{ "name": "raylib-bindings", "downloads": 49416, "version": "0.7.14", "version_created_at": "2025-07-13T12:50:23.639Z", "version_downloads": 0, "platform": "x86_64-linux", "authors": "vaiorabbit", "info": "Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).\n", "licenses": [ "Zlib" ], "metadata": {}, "yanked": false, "sha": "e72f60bd74ebb11d2673d6cdeea5385738090ecfa0a13c6fa6bc0a2e7be70eb4", "spec_sha": "efc83ec316f67f1e9b679cc9d3c1ac9e6f4484dbb3066b63ffcaaad8ee962983", "project_uri": "https://rubygems.org/gems/raylib-bindings", "gem_uri": "https://rubygems.org/gems/raylib-bindings-0.7.14-x86_64-linux.gem", "homepage_uri": "https://github.com/vaiorabbit/raylib-bindings", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/raylib-bindings/0.7.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.16" } ] } }
2025-07-13 12:50:25 UTC
JHo14QPDy0tflP6OM22zr

raylib-bindings

Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).

0.7.14
Content{ "name": "raylib-bindings", "downloads": 49416, "version": "0.7.14", "version_created_at": "2025-07-13T12:50:21.750Z", "version_downloads": 0, "platform": "x86_64-darwin", "authors": "vaiorabbit", "info": "Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).\n", "licenses": [ "Zlib" ], "metadata": {}, "yanked": false, "sha": "0da0518cdfe822ebdb0aed092b67afc8fe98c3efe423848985a27c622ff7629e", "spec_sha": "ac2bf6865d8b32af613a24ab0cb011182b498eec143869700972dd098b5834e4", "project_uri": "https://rubygems.org/gems/raylib-bindings", "gem_uri": "https://rubygems.org/gems/raylib-bindings-0.7.14-x86_64-darwin.gem", "homepage_uri": "https://github.com/vaiorabbit/raylib-bindings", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/raylib-bindings/0.7.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.16" } ] } }
2025-07-13 12:50:23 UTC
VuU-p8uwyMn5FX-jlHLwy

raylib-bindings

Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).

0.7.14
Content{ "name": "raylib-bindings", "downloads": 49416, "version": "0.7.14", "version_created_at": "2025-07-13T12:50:17.560Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "vaiorabbit", "info": "Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).\n", "licenses": [ "Zlib" ], "metadata": {}, "yanked": false, "sha": "7b5e55e28e47612a745ca4dd28fbe59bf5ba023567d53ac52c31aa0434c28812", "spec_sha": "071413d3a32c05e64a4b5dda8bb4a190936c4b6aaec61a5431e932a70cfb5994", "project_uri": "https://rubygems.org/gems/raylib-bindings", "gem_uri": "https://rubygems.org/gems/raylib-bindings-0.7.14-arm64-darwin.gem", "homepage_uri": "https://github.com/vaiorabbit/raylib-bindings", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/raylib-bindings/0.7.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.16" } ] } }
2025-07-13 12:50:23 UTC
fz3qqdhHnoMxkg4eUaQzA

raylib-bindings

Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).

0.7.14
Content{ "name": "raylib-bindings", "downloads": 49416, "version": "0.7.14", "version_created_at": "2025-07-13T12:50:19.886Z", "version_downloads": 0, "platform": "x64-mingw", "authors": "vaiorabbit", "info": "Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).\n", "licenses": [ "Zlib" ], "metadata": {}, "yanked": false, "sha": "ed62ed987cc536303842ce7951245226639e38168508b397bd4693adf7df7f78", "spec_sha": "c6450d54b312928e9aee82892fdf4aa8fa5a1b743244db6418bd9f6106a4bf56", "project_uri": "https://rubygems.org/gems/raylib-bindings", "gem_uri": "https://rubygems.org/gems/raylib-bindings-0.7.14-x64-mingw.gem", "homepage_uri": "https://github.com/vaiorabbit/raylib-bindings", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/raylib-bindings/0.7.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.16" } ] } }
2025-07-13 12:50:23 UTC
cvVdHCfiNFsJFnZ8WR-i-

raylib-bindings

Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).

0.7.14
Content{ "name": "raylib-bindings", "downloads": 49416, "version": "0.7.14", "version_created_at": "2025-07-13T12:50:15.619Z", "version_downloads": 0, "platform": "aarch64-linux", "authors": "vaiorabbit", "info": "Ruby bindings for raylib ( https://github.com/raysan5/raylib ), raygui ( https://github.com/raysan5/raygui ) and Physac ( https://github.com/raysan5/physac ).\n", "licenses": [ "Zlib" ], "metadata": {}, "yanked": false, "sha": "fcec653a9c3eed194714007b40ba0ab769afac912ccdc31543d64fce617b42c9", "spec_sha": "64571cdb555bf55ef986d975c143d907d19eedafc1aaba34a596b375ec06e116", "project_uri": "https://rubygems.org/gems/raylib-bindings", "gem_uri": "https://rubygems.org/gems/raylib-bindings-0.7.14-aarch64-linux.gem", "homepage_uri": "https://github.com/vaiorabbit/raylib-bindings", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/raylib-bindings/0.7.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffi", "requirements": "~> 1.16" } ] } }
2025-07-13 12:50:23 UTC
H1Z3hFHw3zpcVfYSv0529

sadad

Integration with Sadad API! All required resources are included to make your payment with Sadad

0.1.1
Content{ "name": "sadad", "downloads": 646, "version": "0.1.1", "version_created_at": "2025-07-13T12:20:10.470Z", "version_downloads": 0, "platform": "ruby", "authors": "Shimaa Marzouk Ali, Elaraby Elaidy", "info": "Integration with Sadad API! All required resources are included to make your payment with Sadad", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d0e9c7732534856658a933cdfb75146b7fa4432f9c40e878a6c139d0f41791ae", "spec_sha": "298c3c606a55492933fef9eded0cc9591355362adc1653e9fd0ccd2575ac823d", "project_uri": "https://rubygems.org/gems/sadad", "gem_uri": "https://rubygems.org/gems/sadad-0.1.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sadad/0.1.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 5.2, < 7.0" }, { "name": "faraday", "requirements": "~> 1.10.3" }, { "name": "json-schema", "requirements": "~> 4.3.1" } ] } }
2025-07-13 12:20:14 UTC
euEV8hTS278LL83fyAZ8m

tamara

Rails integration for Tamara payment solution.

0.1.3
Content{ "name": "tamara", "downloads": 3190, "version": "0.1.3", "version_created_at": "2025-07-13T12:10:50.522Z", "version_downloads": 0, "platform": "ruby", "authors": "Youssef Ossama", "info": "Rails integration for Tamara payment solution.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://gitlab.com/autocloud/tamara-rails", "source_code_uri": "https://gitlab.com/autocloud/tamara-rails", "allowed_push_host": "https://rubygems.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "71da7ea02ab8bc3220251a6e6c8923ccf3dd966031482c801962ec43b2cbc93d", "spec_sha": "38eac5c9f4ab96ab1382fa665c453250d1e72e8a9d920537e73ebc0b9c163a37", "project_uri": "https://rubygems.org/gems/tamara", "gem_uri": "https://rubygems.org/gems/tamara-0.1.3.gem", "homepage_uri": "https://gitlab.com/autocloud/tamara-rails", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://gitlab.com/autocloud/tamara-rails", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 5.2, < 7.0" }, { "name": "concurrent-ruby", "requirements": "~> 1.2.2" }, { "name": "faraday", "requirements": "~> 1.10.3" }, { "name": "json-schema", "requirements": "~> 4.3.1" }, { "name": "jwt", "requirements": "~> 2.2.1" } ] } }
2025-07-13 12:10:52 UTC
Mh_Rfmhux7s0zHKih5HqB

stigg-api-client

Stigg API Client for Ruby

2.463.0
Content{ "name": "stigg-api-client", "downloads": 288474, "version": "2.463.0", "version_created_at": "2025-07-13T11:49:55.791Z", "version_downloads": 0, "platform": "ruby", "authors": "Stigg", "info": "Stigg API Client for Ruby", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://stigg.io" }, "yanked": false, "sha": "92fb9e1d9e243732f5049c6cccaff8ca21b8fd9f89f869d528e8c3e787cd4a18", "spec_sha": "92bba53cbc851596a5035218479ef3fef6ab578edfe39afeedadb76b1560b048", "project_uri": "https://rubygems.org/gems/stigg-api-client", "gem_uri": "https://rubygems.org/gems/stigg-api-client-2.463.0.gem", "homepage_uri": "https://stigg.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "graphlient", "requirements": ">= 0.6.0, < 1.0" }, { "name": "graphql-client", "requirements": ">= 0.19, < 1.0" } ] } }
2025-07-13 11:49:58 UTC
7ITo7aOoepPRPis7KSrPy

ez-email

A very simple interface for sending email

0.4.0
Content{ "name": "ez-email", "downloads": 29514, "version": "0.4.0", "version_created_at": "2025-07-13T11:45:51.079Z", "version_downloads": 0, "platform": "ruby", "authors": "Daniel Berger", "info": "A very simple interface for sending email", "licenses": [ "Apache-2.0" ], "metadata": { "wiki_uri": "https://github.com/djberg96/ez-email/wiki", "funding_uri": "https://github.com/sponsors/djberg96", "github_repo": "https://github.com/djberg96/ez-email", "homepage_uri": "https://github.com/djberg96/ez-email", "changelog_uri": "https://github.com/djberg96/ez-email/blob/main/CHANGES.md", "bug_tracker_uri": "https://github.com/djberg96/ez-email/issues", "source_code_uri": "https://github.com/djberg96/ez-email", "documentation_uri": "https://github.com/djberg96/ez-email/wiki", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "52cb8e07ab4fc133dc94d677cb1956b50b4f7bea1789beaf322748cfcf01f7c4", "spec_sha": "a7cf1d940bbe264b70f499a6d673fd2b3f47c3d382304172f8d24d2317fe9114", "project_uri": "https://rubygems.org/gems/ez-email", "gem_uri": "https://rubygems.org/gems/ez-email-0.4.0.gem", "homepage_uri": "https://github.com/djberg96/ez-email", "wiki_uri": "https://github.com/djberg96/ez-email/wiki", "documentation_uri": "https://github.com/djberg96/ez-email/wiki", "mailing_list_uri": null, "source_code_uri": "https://github.com/djberg96/ez-email", "bug_tracker_uri": "https://github.com/djberg96/ez-email/issues", "changelog_uri": "https://github.com/djberg96/ez-email/blob/main/CHANGES.md", "funding_uri": "https://github.com/sponsors/djberg96", "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3.9" } ], "runtime": [ { "name": "base64", "requirements": ">= 0" }, { "name": "mime-types", "requirements": "~> 3.0" }, { "name": "net-smtp", "requirements": ">= 0" } ] } }
2025-07-13 11:45:54 UTC
s9nBm6hy7VX6pNrrEMc2y

breaker_machines

BreakerMachines is a production-ready circuit breaker implementation for Ruby that prevents cascade failures in distributed systems. Built on the battle-tested state_machines gem, it provides a clean DSL, thread-safe operations, multiple storage backends, and comprehensive introspection tools. Unlike other solutions, BreakerMachines prioritizes safety by avoiding dangerous forceful timeouts while supporting fallback chains, jitter, and event callbacks.

0.4.0
Content{ "name": "breaker_machines", "downloads": 585, "version": "0.4.0", "version_created_at": "2025-07-13T11:07:17.904Z", "version_downloads": 0, "platform": "ruby", "authors": "Abdelkader Boudih", "info": "BreakerMachines is a production-ready circuit breaker implementation for Ruby that prevents\ncascade failures in distributed systems. Built on the battle-tested state_machines gem, it\nprovides a clean DSL, thread-safe operations, multiple storage backends, and comprehensive\nintrospection tools. Unlike other solutions, BreakerMachines prioritizes safety by avoiding\ndangerous forceful timeouts while supporting fallback chains, jitter, and event callbacks.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/seuros/breaker_machines", "bug_tracker_uri": "https://github.com/seuros/breaker_machines/issues", "source_code_uri": "https://github.com/seuros/breaker_machines", "allowed_push_host": "https://rubygems.org", "documentation_uri": "https://github.com/seuros/breaker_machines#readme", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "2dba6b86c9ea035710b3274930b0f19fbc573bfbd0d1d312b042141f821d7349", "spec_sha": "99de065a4284e5d23fca0622a7cbdce6f792503929d5759b13527a733553d8f2", "project_uri": "https://rubygems.org/gems/breaker_machines", "gem_uri": "https://rubygems.org/gems/breaker_machines-0.4.0.gem", "homepage_uri": "https://github.com/seuros/breaker_machines", "wiki_uri": null, "documentation_uri": "https://github.com/seuros/breaker_machines#readme", "mailing_list_uri": null, "source_code_uri": "https://github.com/seuros/breaker_machines", "bug_tracker_uri": "https://github.com/seuros/breaker_machines/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.16" }, { "name": "rake", "requirements": "~> 13.0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 7.2" }, { "name": "concurrent-ruby", "requirements": "~> 1.3" }, { "name": "state_machines", "requirements": ">= 0.50.0" }, { "name": "zeitwerk", "requirements": "~> 2.7" } ] } }
2025-07-13 11:07:21 UTC
g0eARYDgOyak4v19oT1ZP

google-apis-workspaceevents_v1

This is the simple REST client for Google Workspace Events API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Workspace Events API, but note that some services may provide a separate modern client that is easier to use.

0.16.0
Content{ "name": "google-apis-workspaceevents_v1", "downloads": 5763, "version": "0.16.0", "version_created_at": "2025-07-13T10:49:15.104Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Google Workspace Events API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Workspace Events API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.16.0" }, "yanked": false, "sha": "c537aa3213d22cb7d3f5378b24bd6fe69bf564b858e793f3b97a7a32cd3622c9", "spec_sha": "903d5037b5d90fad13bbf5416dcd25a5912ec367fa1abca5102d673367f9d7e8", "project_uri": "https://rubygems.org/gems/google-apis-workspaceevents_v1", "gem_uri": "https://rubygems.org/gems/google-apis-workspaceevents_v1-0.16.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-workspaceevents_v1/v0.16.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workspaceevents_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:16 UTC
MFwfNxDFSbjGPWaJEOW5o

google-apis-workloadmanager_v1

This is the simple REST client for Workload Manager API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Workload Manager API, but note that some services may provide a separate modern client that is easier to use.

0.37.0
Content{ "name": "google-apis-workloadmanager_v1", "downloads": 13476, "version": "0.37.0", "version_created_at": "2025-07-13T10:49:13.786Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Workload Manager API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Workload Manager API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.37.0" }, "yanked": false, "sha": "78738f5721e0d8c4f2d12337a6fbcddbba0a906f3f2b315e373c5c94628a8c96", "spec_sha": "e4a8e88419b0c8e563e2151a21e7d3b1a2f95b33a25efcf09a90264028f82d9e", "project_uri": "https://rubygems.org/gems/google-apis-workloadmanager_v1", "gem_uri": "https://rubygems.org/gems/google-apis-workloadmanager_v1-0.37.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-workloadmanager_v1/v0.37.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-workloadmanager_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:15 UTC
wRZTqLsOYWZ_OQTfJjECm

google-apis-vmmigration_v1alpha1

This is the simple REST client for VM Migration API V1alpha1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the VM Migration API, but note that some services may provide a separate modern client that is easier to use.

0.59.0
Content{ "name": "google-apis-vmmigration_v1alpha1", "downloads": 35588, "version": "0.59.0", "version_created_at": "2025-07-13T10:49:12.368Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for VM Migration API V1alpha1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the VM Migration API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.59.0" }, "yanked": false, "sha": "f9bbff497eeccb49a8f81087dc72e0149a5133a3da18cfdc641813be6a6c311a", "spec_sha": "8a4dff06a9f579a801f37859968283aa9654afc2c165ec9086953987dcfc5406", "project_uri": "https://rubygems.org/gems/google-apis-vmmigration_v1alpha1", "gem_uri": "https://rubygems.org/gems/google-apis-vmmigration_v1alpha1-0.59.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-vmmigration_v1alpha1/v0.59.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1alpha1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:13 UTC
Px_rlZ0-eZP4Ie2NM84Ts

google-apis-vmmigration_v1

This is the simple REST client for VM Migration API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the VM Migration API, but note that some services may provide a separate modern client that is easier to use.

0.62.0
Content{ "name": "google-apis-vmmigration_v1", "downloads": 37037, "version": "0.62.0", "version_created_at": "2025-07-13T10:49:11.127Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for VM Migration API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the VM Migration API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.62.0" }, "yanked": false, "sha": "ec1ca1f92bb52604040b382e12fa895a487ce73f7176c68e352b3e29a6434911", "spec_sha": "421147db420e97dd6fb8a11f16131439a0eba1f7cb397c6f233664840d56366e", "project_uri": "https://rubygems.org/gems/google-apis-vmmigration_v1", "gem_uri": "https://rubygems.org/gems/google-apis-vmmigration_v1-0.62.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-vmmigration_v1/v0.62.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vmmigration_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:12 UTC
sM86dsxPA6ELB3KQWBd2G

google-apis-transcoder_v1

This is the simple REST client for Transcoder API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Transcoder API, but note that some services may provide a separate modern client that is easier to use.

0.31.0
Content{ "name": "google-apis-transcoder_v1", "downloads": 16419, "version": "0.31.0", "version_created_at": "2025-07-13T10:49:09.492Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Transcoder API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Transcoder API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.31.0" }, "yanked": false, "sha": "55a1ee3f3c7bbc9002bb9b9a88294a1b85107b474323b0003828bb46a898ee74", "spec_sha": "c324c31fbdd3422e40e74334f2e99aebcd2c9cd53c64724b450904b70c3eac16", "project_uri": "https://rubygems.org/gems/google-apis-transcoder_v1", "gem_uri": "https://rubygems.org/gems/google-apis-transcoder_v1-0.31.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.31.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:11 UTC
2Ya6_cvoR0SvUhXWoiAMh

google-apis-securitycenter_v1beta2

This is the simple REST client for Security Command Center API V1beta2. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Security Command Center API, but note that some services may provide a separate modern client that is easier to use.

0.86.0
Content{ "name": "google-apis-securitycenter_v1beta2", "downloads": 61004, "version": "0.86.0", "version_created_at": "2025-07-13T10:49:07.825Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Security Command Center API V1beta2. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Security Command Center API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2", "documentation_uri": "https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.86.0" }, "yanked": false, "sha": "b18019cac4d4d84adf15ad10cfa69f13c3d03cdaa424ba3204a5702efd9a801b", "spec_sha": "d857ebd12e8f2d83046d9e7a32adb33059b6707cd60fc52eecf41b28c7a94ecd", "project_uri": "https://rubygems.org/gems/google-apis-securitycenter_v1beta2", "gem_uri": "https://rubygems.org/gems/google-apis-securitycenter_v1beta2-0.86.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.86.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:09 UTC
GfIm6PTKd6XT_hJDvno2c

google-apis-securitycenter_v1

This is the simple REST client for Security Command Center API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Security Command Center API, but note that some services may provide a separate modern client that is easier to use.

0.104.0
Content{ "name": "google-apis-securitycenter_v1", "downloads": 77063, "version": "0.104.0", "version_created_at": "2025-07-13T10:49:06.183Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Security Command Center API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Security Command Center API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.104.0" }, "yanked": false, "sha": "bfe79f145aa1f6daef18890df2af254d6b2c810cc387c79542592de67fda9f3b", "spec_sha": "429fe726e7c62ac8d66bd5f1eab1ff12bc6bcd9042fce8c2823ca4e7c7a35e11", "project_uri": "https://rubygems.org/gems/google-apis-securitycenter_v1", "gem_uri": "https://rubygems.org/gems/google-apis-securitycenter_v1-0.104.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.104.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:07 UTC
sMoyhCc50Zbc8awXrucvN

google-apis-run_v2

This is the simple REST client for Cloud Run Admin API V2. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Cloud Run Admin API, but note that some services may provide a separate modern client that is easier to use.

0.91.0
Content{ "name": "google-apis-run_v2", "downloads": 53281, "version": "0.91.0", "version_created_at": "2025-07-13T10:49:04.731Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Cloud Run Admin API V2. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Cloud Run Admin API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2", "documentation_uri": "https://googleapis.dev/ruby/google-apis-run_v2/v0.91.0" }, "yanked": false, "sha": "ae36ffa439e8cf7b4356f8ac82ae6cf6c43103cec9774a8a5bcfbf0deee5e38d", "spec_sha": "895dd337c6021e5daf8aaee721372f76266c43696b697ad5cc510b48ce9e297d", "project_uri": "https://rubygems.org/gems/google-apis-run_v2", "gem_uri": "https://rubygems.org/gems/google-apis-run_v2-0.91.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-run_v2/v0.91.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:07 UTC
W-k39kXhO-d1o-bINybTn

google-apis-retail_v2beta

This is the simple REST client for Vertex AI Search for commerce API V2beta. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Vertex AI Search for commerce API, but note that some services may provide a separate modern client that is easier to use.

0.115.0
Content{ "name": "google-apis-retail_v2beta", "downloads": 91532, "version": "0.115.0", "version_created_at": "2025-07-13T10:49:03.138Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Vertex AI Search for commerce API V2beta. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Vertex AI Search for commerce API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta", "documentation_uri": "https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.115.0" }, "yanked": false, "sha": "c654b420051672dd19b7b791f59aea79f2c518981be0cdb321bb6e6ba4a92ab8", "spec_sha": "3aacbb9389dfca5f9c9fa255c481b5ce46706406628a573aa4a09df1ec189c39", "project_uri": "https://rubygems.org/gems/google-apis-retail_v2beta", "gem_uri": "https://rubygems.org/gems/google-apis-retail_v2beta-0.115.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-retail_v2beta/v0.115.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2beta/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:07 UTC
0vogwHpFwV1_eTL15sSvy

google-apis-retail_v2alpha

This is the simple REST client for Vertex AI Search for commerce API V2alpha. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Vertex AI Search for commerce API, but note that some services may provide a separate modern client that is easier to use.

0.122.0
Content{ "name": "google-apis-retail_v2alpha", "downloads": 94377, "version": "0.122.0", "version_created_at": "2025-07-13T10:49:01.303Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Vertex AI Search for commerce API V2alpha. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Vertex AI Search for commerce API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha", "documentation_uri": "https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.122.0" }, "yanked": false, "sha": "fddc9c89f46f4b4ded1181c695f691f034ddc6122856510ee88fe704a4023e22", "spec_sha": "de3f3b7c0b6a9afdf70f3fb7e30d62b79aa88dedc6f468d05a9fbdfab3628ab8", "project_uri": "https://rubygems.org/gems/google-apis-retail_v2alpha", "gem_uri": "https://rubygems.org/gems/google-apis-retail_v2alpha-0.122.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-retail_v2alpha/v0.122.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2alpha/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:02 UTC
XIGnpfOInC5I5Alfw4k0o

google-apis-retail_v2

This is the simple REST client for Vertex AI Search for commerce API V2. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Vertex AI Search for commerce API, but note that some services may provide a separate modern client that is easier to use.

0.120.0
Content{ "name": "google-apis-retail_v2", "downloads": 94177, "version": "0.120.0", "version_created_at": "2025-07-13T10:48:59.801Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Vertex AI Search for commerce API V2. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Vertex AI Search for commerce API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2", "documentation_uri": "https://googleapis.dev/ruby/google-apis-retail_v2/v0.120.0" }, "yanked": false, "sha": "a97272e86278552f6049e20c54e3cef95220a61464ee01f8eeb792e80b653645", "spec_sha": "1ffd657c9afae457d22f9afc3e7ec862afe9d40d65b69e7a50698687194174df", "project_uri": "https://rubygems.org/gems/google-apis-retail_v2", "gem_uri": "https://rubygems.org/gems/google-apis-retail_v2-0.120.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-retail_v2/v0.120.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-retail_v2/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:49:01 UTC
-fiMQXruTJQM5YRFbKtEz

google-apis-redis_v1beta1

This is the simple REST client for Google Cloud Memorystore for Redis API V1beta1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Cloud Memorystore for Redis API, but note that some services may provide a separate modern client that is easier to use.

0.65.0
Content{ "name": "google-apis-redis_v1beta1", "downloads": 51284, "version": "0.65.0", "version_created_at": "2025-07-13T10:48:58.334Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Google Cloud Memorystore for Redis API V1beta1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Cloud Memorystore for Redis API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.65.0" }, "yanked": false, "sha": "43bdc93a082d4ba852e1d036b01639dde4597666b32a355ea07af07633608346", "spec_sha": "d89ca2ba6653ed301c1b99b12fe5ec86741f1b87e6ca4d98edcab7c431b0ba9a", "project_uri": "https://rubygems.org/gems/google-apis-redis_v1beta1", "gem_uri": "https://rubygems.org/gems/google-apis-redis_v1beta1-0.65.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-redis_v1beta1/v0.65.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1beta1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:48:59 UTC
FthihhVDrTHqAuzV1zqlW

google-apis-redis_v1

This is the simple REST client for Google Cloud Memorystore for Redis API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Cloud Memorystore for Redis API, but note that some services may provide a separate modern client that is easier to use.

0.73.0
Content{ "name": "google-apis-redis_v1", "downloads": 62376, "version": "0.73.0", "version_created_at": "2025-07-13T10:48:56.858Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Google Cloud Memorystore for Redis API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Google Cloud Memorystore for Redis API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-redis_v1/v0.73.0" }, "yanked": false, "sha": "835c3dabb94b399b1b8d8cc75c07b7c44766c68ab90dcd50485c868b57127317", "spec_sha": "62b3fdb9e5c2917e4e9609744c2a2c427c40ed839ec2f2c1378225fbe0dfb30c", "project_uri": "https://rubygems.org/gems/google-apis-redis_v1", "gem_uri": "https://rubygems.org/gems/google-apis-redis_v1-0.73.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-redis_v1/v0.73.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-redis_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:48:58 UTC
4o7hexlfALFdGwUV45TK-

google-apis-recaptchaenterprise_v1

This is the simple REST client for reCAPTCHA Enterprise API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the reCAPTCHA Enterprise API, but note that some services may provide a separate modern client that is easier to use.

0.62.0
Content{ "name": "google-apis-recaptchaenterprise_v1", "downloads": 61006, "version": "0.62.0", "version_created_at": "2025-07-13T10:48:55.620Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for reCAPTCHA Enterprise API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the reCAPTCHA Enterprise API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.62.0" }, "yanked": false, "sha": "f2184b1eb1357118ab3837b8214d37aa82af006ff315b41f6ede0308f3b83323", "spec_sha": "1ae66c99cb676eeafb693b9cf0ea7e5fab94a11c96dc1d4a85f33f810fb8e741", "project_uri": "https://rubygems.org/gems/google-apis-recaptchaenterprise_v1", "gem_uri": "https://rubygems.org/gems/google-apis-recaptchaenterprise_v1-0.62.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-recaptchaenterprise_v1/v0.62.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-recaptchaenterprise_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:48:57 UTC
oUiH1jr-v0TP3h4CD_p2a

google-apis-paymentsresellersubscription_v1

This is the simple REST client for Payments Reseller Subscription API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Payments Reseller Subscription API, but note that some services may provide a separate modern client that is easier to use.

0.53.0
Content{ "name": "google-apis-paymentsresellersubscription_v1", "downloads": 36052, "version": "0.53.0", "version_created_at": "2025-07-13T10:48:54.024Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Payments Reseller Subscription API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Payments Reseller Subscription API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.53.0" }, "yanked": false, "sha": "99a60ad5287752372b95ae29e2c6a1209364e2c3850831af5556f20bc528ee2e", "spec_sha": "ef112b488966e4889585cd42fed1c6696e551b664ca34b12f173ea9ff8044f82", "project_uri": "https://rubygems.org/gems/google-apis-paymentsresellersubscription_v1", "gem_uri": "https://rubygems.org/gems/google-apis-paymentsresellersubscription_v1-0.53.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-paymentsresellersubscription_v1/v0.53.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-paymentsresellersubscription_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:48:55 UTC
rOuOp5lA3TgjU2O92uCmZ

google-apis-parametermanager_v1

This is the simple REST client for Parameter Manager API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Parameter Manager API, but note that some services may provide a separate modern client that is easier to use.

0.1.0
Content{ "name": "google-apis-parametermanager_v1", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-07-13T10:48:52.602Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Parameter Manager API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Parameter Manager API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parametermanager_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parametermanager_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-parametermanager_v1/v0.1.0" }, "yanked": false, "sha": "0b51ca1d24edc2987691b5d3099c06536ce55221aa16b1520314148b2cfbe2e3", "spec_sha": "f9276835b3181e28df6c6d30c9a2b625cf6f6a0fc91edf4a5a19c8ba30622633", "project_uri": "https://rubygems.org/gems/google-apis-parametermanager_v1", "gem_uri": "https://rubygems.org/gems/google-apis-parametermanager_v1-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-parametermanager_v1/v0.1.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parametermanager_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parametermanager_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:48:54 UTC
cwjSsPsLB5OUe5sgZY8B2

google-apis-networkmanagement_v1

This is the simple REST client for Network Management API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Network Management API, but note that some services may provide a separate modern client that is easier to use.

0.64.0
Content{ "name": "google-apis-networkmanagement_v1", "downloads": 44218, "version": "0.64.0", "version_created_at": "2025-07-13T10:48:50.722Z", "version_downloads": 0, "platform": "ruby", "authors": "Google LLC", "info": "This is the simple REST client for Network Management API V1. Simple REST clients are Ruby client libraries that provide access to Google services via their HTTP REST API endpoints. These libraries are generated and updated automatically based on the discovery documents published by the service, and they handle most concerns such as authentication, pagination, retry, timeouts, and logging. You can use this client to access the Network Management API, but note that some services may provide a separate modern client that is easier to use.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1", "documentation_uri": "https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.64.0" }, "yanked": false, "sha": "44fbfe69046c8bee67bc410898d7d70ae88c935363088a09a5461d8152202477", "spec_sha": "414eb17b9e3b44abb124f003f3d8336a9d42a0aa198b87b3de89a01b7f7fa85c", "project_uri": "https://rubygems.org/gems/google-apis-networkmanagement_v1", "gem_uri": "https://rubygems.org/gems/google-apis-networkmanagement_v1-0.64.0.gem", "homepage_uri": "https://github.com/google/google-api-ruby-client", "wiki_uri": null, "documentation_uri": "https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.64.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1", "bug_tracker_uri": "https://github.com/googleapis/google-api-ruby-client/issues", "changelog_uri": "https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "google-apis-core", "requirements": ">= 0.15.0, < 2.a" } ] } }
2025-07-13 10:48:52 UTC