Rubyhooks

Lastest updates from Rubygems.org

ID Gem Version Body Updated At
iG6wLZ44jXCEbtNlv65fG

producing

Check if wa are in production. It uses several metrics: - Does a $RAILS_ENV environment variable exist? Does it say 'production'? - Does a $RACK_ENV environment variable exist? Does it say 'production'? - Failing the above, are we on the Git "master" branch?

0.1.0
Content{ "name": "producing", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-06-11T00:25:11.018Z", "version_downloads": 0, "platform": "ruby", "authors": "Richard LeBer", "info": " Check if wa are in production. It uses several metrics:\n - Does a $RAILS_ENV environment variable exist? Does it say 'production'?\n - Does a $RACK_ENV environment variable exist? Does it say 'production'?\n - Failing the above, are we on the Git \"master\" branch?\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/rleber/producing", "changelog_uri": "https://github.com/rleber/producing/blob/master/CHANGELOG.md" }, "yanked": false, "sha": "c2a3197cece3d11ab9f9c9e0ddf620c8d630601c1936632fbd24bd3488917f56", "spec_sha": "f982ab9fea0dcd7051e3476cf30979e739cdf275be44349a69ef0d5acc24316a", "project_uri": "https://rubygems.org/gems/producing", "gem_uri": "https://rubygems.org/gems/producing-0.1.0.gem", "homepage_uri": "https://github.com/rleber/producing", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/rleber/producing/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-11 00:25:12 UTC
2g00NFoK9l-Wao-2jgW_j

active_act

Abstract spare methods from your controllers and models into actions in Ruby with Active Act 🚀

0.1.2
Content{ "name": "active_act", "downloads": 36, "version": "0.1.2", "version_created_at": "2025-06-11T00:25:02.096Z", "version_downloads": 0, "platform": "ruby", "authors": "Magdiel Cardoso", "info": "Abstract spare methods from your controllers and models into actions in Ruby with Active Act 🚀", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/magdielcardoso/active_act", "changelog_uri": "https://github.com/magdielcardoso/active_act/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/magdielcardoso/active_act", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "827d4f9a838b29c67299e3847589063befd40d0e0aff0f8ce8722de86c2708ef", "spec_sha": "a483323f89b9ae5be1083fd9ac1ea112e04d245c1cc04be18aacc265b9d402b7", "project_uri": "https://rubygems.org/gems/active_act", "gem_uri": "https://rubygems.org/gems/active_act-0.1.2.gem", "homepage_uri": "https://github.com/magdielcardoso/active_act", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/magdielcardoso/active_act", "bug_tracker_uri": null, "changelog_uri": "https://github.com/magdielcardoso/active_act/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-11 00:25:03 UTC
WnKqC5MX6NA522UkZfjW3

ding_sdk

Ding Ruby SDK

0.26.43
Content{ "name": "ding_sdk", "downloads": 56137, "version": "0.26.43", "version_created_at": "2025-06-11T00:24:19.456Z", "version_downloads": 0, "platform": "ruby", "authors": "Ding", "info": "Ding Ruby SDK", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/ding-live/ding-ruby.git", "source_code_uri": "https://github.com/ding-live/ding-ruby.git", "documentation_uri": "https://github.com/ding-live/ding-ruby.git" }, "yanked": false, "sha": "46e523db3794c8126e0bd527e200d70baff188d77fa0b79fa269b7aa02adddee", "spec_sha": "d5a5bbd46cf30c0f84c0f5517ff813507fff973baa58305fce2e4a795288937d", "project_uri": "https://rubygems.org/gems/ding_sdk", "gem_uri": "https://rubygems.org/gems/ding_sdk-0.26.43.gem", "homepage_uri": "https://github.com/ding-live/ding-ruby.git", "wiki_uri": null, "documentation_uri": "https://github.com/ding-live/ding-ruby.git", "mailing_list_uri": null, "source_code_uri": "https://github.com/ding-live/ding-ruby.git", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-focus", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 1.73.2" }, { "name": "rubocop-minitest", "requirements": "~> 0.37.1" }, { "name": "sorbet", "requirements": ">= 0" }, { "name": "tapioca", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "faraday-retry", "requirements": "~> 2.2.1" }, { "name": "rack", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "sorbet-runtime", "requirements": ">= 0" } ] } }
2025-06-11 00:24:21 UTC
LfTcGenx8Pda2nkh7Pu6Q

git_on

Provides a method to query status of the git repository in which the caller's source code resides. Handles cases where Git is not installed, not initiated for this code, or nothing has been checked in.

0.1.2
Content{ "name": "git_on", "downloads": 20, "version": "0.1.2", "version_created_at": "2025-06-11T00:23:10.563Z", "version_downloads": 0, "platform": "ruby", "authors": "Richard LeBer", "info": " Provides a method to query status of the git repository in which the caller's\n source code resides. Handles cases where Git is not installed, not initiated for\n this code, or nothing has been checked in.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/rleber/git_on", "changelog_uri": "https://github.com/rleber/git_on/blob/master/CHANGELOG.md" }, "yanked": false, "sha": "70a098123c8444675b531b8538706396923d0140dda0bd0efc6ab23791df5270", "spec_sha": "92f2a0d5576db03021df17b2d2dbeb17b03a8b36dfd49e680800d24b5a199ebf", "project_uri": "https://rubygems.org/gems/git_on", "gem_uri": "https://rubygems.org/gems/git_on-0.1.2.gem", "homepage_uri": "https://github.com/rleber/git_on", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/rleber/git_on/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-11 00:23:12 UTC
N3trFEykFAmHAuXkSdYox

simp-beaker-helpers

Beaker helper methods to help scaffold SIMP acceptance tests

1.35.0
Content{ "name": "simp-beaker-helpers", "downloads": 487795, "version": "1.35.0", "version_created_at": "2025-06-11T00:20:18.743Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Tessmer, Trevor Vaughan", "info": "Beaker helper methods to help scaffold SIMP acceptance tests\n", "licenses": [ "Apache-2.0" ], "metadata": { "issue_tracker": "https://github.com/simp/rubygem-simp-beaker-helpers/issues" }, "yanked": false, "sha": "f8674c5fe395130a43232e59a8793aab5d735e72f8fbe33c4fd47b43249b1de4", "spec_sha": "e92d9b8612f53d547f8dcadcca892d37d4690533d3807173d812aef1a182f7bb", "project_uri": "https://rubygems.org/gems/simp-beaker-helpers", "gem_uri": "https://rubygems.org/gems/simp-beaker-helpers-1.35.0.gem", "homepage_uri": "https://github.com/simp/rubygem-simp-beaker-helpers", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/simp-beaker-helpers/1.35.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "beaker", "requirements": ">= 4.17.0, < 7.0.0" }, { "name": "beaker-docker", "requirements": ">= 0.8.3, < 3.0.0" }, { "name": "beaker-puppet", "requirements": ">= 1.18.14, < 5.0.0" }, { "name": "beaker-rspec", "requirements": "~> 8.0" }, { "name": "beaker-vagrant", "requirements": ">= 0.6.4, < 2.0.0" }, { "name": "docker-api", "requirements": ">= 2.1.0, < 3.0.0" }, { "name": "highline", "requirements": ">= 2.0, < 4.0.0" }, { "name": "nokogiri", "requirements": "~> 1.8" } ] } }
2025-06-11 00:20:24 UTC
Nzs8bRLFf5uKAZqz6bda1

active_act

Abstract spare methods from your controllers and models into actions in Ruby with Active Act 🚀

0.1.1
Content{ "name": "active_act", "downloads": 7, "version": "0.1.1", "version_created_at": "2025-06-11T00:10:23.688Z", "version_downloads": 0, "platform": "ruby", "authors": "Magdiel Cardoso", "info": "Abstract spare methods from your controllers and models into actions in Ruby with Active Act 🚀", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/magdielcardoso/active_act", "changelog_uri": "https://github.com/magdielcardoso/active_act/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/magdielcardoso/active_act", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "c80066092b551b68ae001060da09b18c849a357d88ec1e0f82d1bc72de872f97", "spec_sha": "272260ee98ed87e2ecc91ac8defef9caef411183ee24c21214b448751fe6de60", "project_uri": "https://rubygems.org/gems/active_act", "gem_uri": "https://rubygems.org/gems/active_act-0.1.1.gem", "homepage_uri": "https://github.com/magdielcardoso/active_act", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/magdielcardoso/active_act", "bug_tracker_uri": null, "changelog_uri": "https://github.com/magdielcardoso/active_act/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-11 00:10:25 UTC
RcFChJZhIsbGeD32_2nGl

active_act

Abstract spare methods from your controllers and models into actions in Ruby with Active Act 🚀

0.1.0
Content{ "name": "active_act", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-06-10T23:57:35.657Z", "version_downloads": 0, "platform": "ruby", "authors": "Magdiel Cardoso", "info": "Abstract spare methods from your controllers and models into actions in Ruby with Active Act 🚀", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/magdielcardoso/active_act", "changelog_uri": "https://github.com/magdielcardoso/active_act/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/magdielcardoso/active_act", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "b5af32843d19c0ad818b94d94b57e637304d96db911e3d0862ca606ac40e45ba", "spec_sha": "766f874e8fe3df6d47c69c4dca91de39f5a9f0421cf0b47ee29c39c058efd569", "project_uri": "https://rubygems.org/gems/active_act", "gem_uri": "https://rubygems.org/gems/active_act-0.1.0.gem", "homepage_uri": "https://github.com/magdielcardoso/active_act", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/magdielcardoso/active_act", "bug_tracker_uri": null, "changelog_uri": "https://github.com/magdielcardoso/active_act/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 23:57:39 UTC
dt_hzREoLh8EjpN95zzXb

git_on

Provides a method to query status of the git repository in which the caller's source code resides. Handles cases where Git is not installed, not initiated for this code, or nothing has been checked in.

0.1.1
Content{ "name": "git_on", "downloads": 0, "version": "0.1.1", "version_created_at": "2025-06-10T23:51:52.315Z", "version_downloads": 0, "platform": "ruby", "authors": "Richard LeBer", "info": " Provides a method to query status of the git repository in which the caller's\n source code resides. Handles cases where Git is not installed, not initiated for\n this code, or nothing has been checked in.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/rleber/git_on", "changelog_uri": "https://github.com/rleber/git_on/blob/master/CHANGELOG.md" }, "yanked": false, "sha": "f4d0ba994cb1896cb666a9e56e14c011c40b9547411fe35bc003e07a4a7ca302", "spec_sha": "c213602d8bfd5adfed7bbbd9839b48f2b4b97c84413a20b5027fb618570e5dd1", "project_uri": "https://rubygems.org/gems/git_on", "gem_uri": "https://rubygems.org/gems/git_on-0.1.1.gem", "homepage_uri": "https://github.com/rleber/git_on", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/rleber/git_on/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 23:51:53 UTC
esRPYQxmdFynpovxB0Jqa

notion_ruby_mapping

Mapping tool from Notion Database/Page/Block to Ruby Objects.

1.0.0
Content{ "name": "notion_ruby_mapping", "downloads": 32727, "version": "1.0.0", "version_created_at": "2025-06-10T23:50:47.097Z", "version_downloads": 0, "platform": "ruby", "authors": "Hiroyuki KOBAYASHI", "info": "Mapping tool from Notion Database/Page/Block to Ruby Objects.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "9e48dd50ba14c3645f57caeb4fed833c742e93f47a544730ab151cd11c6363a5", "spec_sha": "3ed5516e4045db157d633e92a79f4a229793a667a664f46f425f3bb8b7fa60ff", "project_uri": "https://rubygems.org/gems/notion_ruby_mapping", "gem_uri": "https://rubygems.org/gems/notion_ruby_mapping-1.0.0.gem", "homepage_uri": "https://github.com/hkob/notion_ruby_mapping.git", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/notion_ruby_mapping/1.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "guard", "requirements": ">= 0" }, { "name": "guard-rspec", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 0" } ] } }
2025-06-10 23:50:48 UTC
vvAcQ_kw3pAanLcabuksO

ruby-esi

An OpenAPI for EVE Online

0.6.0
Content{ "name": "ruby-esi", "downloads": 8192, "version": "0.6.0", "version_created_at": "2025-06-10T23:50:13.498Z", "version_downloads": 0, "platform": "ruby", "authors": "OpenAPI-Generator", "info": "An OpenAPI for EVE Online", "licenses": [ "Unlicense" ], "metadata": {}, "yanked": false, "sha": "f1d8e724b45e365fedae8b1209068d3f862452aad15ddad32df6ab04d61af053", "spec_sha": "fb43d2aea8c2e86af2975bcfdd81b7507eb93e82159c440b474a135289ddf797", "project_uri": "https://rubygems.org/gems/ruby-esi", "gem_uri": "https://rubygems.org/gems/ruby-esi-0.6.0.gem", "homepage_uri": "https://rubygems.org/gems/ruby-esi", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ruby-esi/0.6.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.6, >= 3.6.0" } ], "runtime": [ { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-06-10 23:50:16 UTC
C-PKrvAdiRLZHHySLJOw7

rack-mini-profiler

Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.

4.0.0
Content{ "name": "rack-mini-profiler", "downloads": 65876425, "version": "4.0.0", "version_created_at": "2025-06-10T23:44:16.609Z", "version_downloads": 0, "platform": "ruby", "authors": "Sam Saffron, Robin Ward, Aleks Totic", "info": "Profiling toolkit for Rack applications with Rails integration. Client Side profiling, DB profiling and Server profiling.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/MiniProfiler/rack-mini-profiler" }, "yanked": false, "sha": "c37bedcb7d01e33ad4addd8c4e742986e75db7cd8908cba3432c60b4e812e00f", "spec_sha": "32efacb199382057cfe16304e76f4ca7284c942c8260be1576a1f292fc7eeebb", "project_uri": "https://rubygems.org/gems/rack-mini-profiler", "gem_uri": "https://rubygems.org/gems/rack-mini-profiler-4.0.0.gem", "homepage_uri": "https://miniprofiler.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/MiniProfiler/rack-mini-profiler", "bug_tracker_uri": null, "changelog_uri": "https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "dalli", "requirements": ">= 0" }, { "name": "listen", "requirements": ">= 0" }, { "name": "mini_racer", "requirements": ">= 0" }, { "name": "nokogiri", "requirements": ">= 0" }, { "name": "rack-test", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 7.1" }, { "name": "rake", "requirements": ">= 0" }, { "name": "redis", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3.12.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-discourse", "requirements": ">= 0" }, { "name": "rubyzip", "requirements": ">= 0" }, { "name": "sassc", "requirements": ">= 0" }, { "name": "stackprof", "requirements": ">= 0" }, { "name": "webmock", "requirements": "= 3.9.1" }, { "name": "webpacker", "requirements": ">= 0" } ], "runtime": [ { "name": "rack", "requirements": ">= 1.2.0" } ] } }
2025-06-10 23:44:20 UTC
rluuK92GO0JM-GZ4IopnK

hot-glue

Simple, plug & play Rails scaffold building companion for Turbo-Rails and Hotwire

0.6.19
Content{ "name": "hot-glue", "downloads": 74096, "version": "0.6.19", "version_created_at": "2025-06-10T23:19:53.516Z", "version_downloads": 0, "platform": "ruby", "authors": "Jason Fleetwood-Boldt", "info": "Simple, plug & play Rails scaffold building companion for Turbo-Rails and Hotwire", "licenses": [ "Nonstandard" ], "metadata": { "funding": "https://school.jfbcodes.com/8188", "homepage": "https://heliosdev.shop/hot-glue", "source_code_uri": "https://github.com/hot-glue-for-rails/hot-glue" }, "yanked": false, "sha": "ac384de130d0cd46b5c048b81f1b42bc01a5113e31537af26bc98ee42ad188f6", "spec_sha": "3716f7bcfa443572e1ebc41afc4c643e0abb112e6ab88b7e083ef8fc9743f3bf", "project_uri": "https://rubygems.org/gems/hot-glue", "gem_uri": "https://rubygems.org/gems/hot-glue-0.6.19.gem", "homepage_uri": "https://heliosdev.shop/p/hot-glue?utm_source=rubygems.org&utm_campaign=rubygems_link", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/hot-glue-for-rails/hot-glue", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffaker", "requirements": "~> 2.16" }, { "name": "kaminari", "requirements": "~> 1.2" }, { "name": "rails", "requirements": "> 5.1" } ] } }
2025-06-10 23:19:58 UTC
VXZ4nzglwyo_529Du8PXc

xaiml

xAIML parser library for ruby.

0.1.6
Content{ "name": "xaiml", "downloads": 14791, "version": "0.1.6", "version_created_at": "2025-06-10T22:57:22.663Z", "version_downloads": 0, "platform": "ruby", "authors": "jagrament", "info": "xAIML parser library for ruby.", "licenses": [], "metadata": {}, "yanked": false, "sha": "c648df46459f8a682a999320340075da496196439d3628816d442195cb9246cc", "spec_sha": "8ac36aa057d7c00de7ac0c7efe6f6157312668bee898c1abbd85403e94f6a912", "project_uri": "https://rubygems.org/gems/xaiml", "gem_uri": "https://rubygems.org/gems/xaiml-0.1.6.gem", "homepage_uri": "https://docs.xaiml.docomo-dialog.com/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/xaiml/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": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "reek", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rspec_junit_formatter", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "ox", "requirements": ">= 2.10.0" } ] } }
2025-06-10 22:57:26 UTC
_Bl_8efXkalVWiQlvA-Uo

omniai

An interface for OpenAI's ChatGPT, Google's Gemini, Anthropic's Claude, Mistral's LeChat, etc.

2.8.3
Content{ "name": "omniai", "downloads": 59624, "version": "2.8.3", "version_created_at": "2025-06-10T22:51:27.898Z", "version_downloads": 0, "platform": "ruby", "authors": "Kevin Sylvestre", "info": "An interface for OpenAI's ChatGPT, Google's Gemini, Anthropic's Claude, Mistral's LeChat, etc.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/ksylvest/omniai", "changelog_uri": "https://github.com/ksylvest/omniai/releases", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "010878101ac844ed2d6ff24ffe409d5a659e6ec69f749e627dacbc25822c7c1c", "spec_sha": "fdf26fe285281e7d4ecbeba53153729fb0987ab16ddcc5ec5a38927f51caab17", "project_uri": "https://rubygems.org/gems/omniai", "gem_uri": "https://rubygems.org/gems/omniai-2.8.3.gem", "homepage_uri": "https://github.com/ksylvest/omniai", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/ksylvest/omniai/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "base64", "requirements": ">= 0" }, { "name": "event_stream_parser", "requirements": ">= 0" }, { "name": "http", "requirements": ">= 0" }, { "name": "logger", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-06-10 22:51:31 UTC
gF3oIbVwfkZzybSPguoQ3

markdown_exec

Interactively select and execute fenced code blocks in markdown files. Build complex scripts by naming and requiring blocks. Log resulting scripts and output. Re-run scripts.

3.0.7
Content{ "name": "markdown_exec", "downloads": 41101, "version": "3.0.7", "version_created_at": "2025-06-10T22:09:36.006Z", "version_downloads": 0, "platform": "ruby", "authors": "Fareed Stevenson", "info": "Interactively select and execute fenced code blocks in markdown files. Build complex scripts by naming and requiring blocks. Log resulting scripts and output. Re-run scripts.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://rubygems.org/gems/markdown_exec", "changelog_uri": "https://github.com/fareedst/markdown_exec/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/fareedst/markdown_exec", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c0c0a9ad4ed09906a30e7c96cd420922525a7568443e9c24b064a7c9b7387534", "spec_sha": "bd19d99ae44319b5e786252b4237c5600bc7cc01876822d494e828780b69128f", "project_uri": "https://rubygems.org/gems/markdown_exec", "gem_uri": "https://rubygems.org/gems/markdown_exec-3.0.7.gem", "homepage_uri": "https://rubygems.org/gems/markdown_exec", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/fareedst/markdown_exec", "bug_tracker_uri": null, "changelog_uri": "https://github.com/fareedst/markdown_exec/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "clipboard", "requirements": "~> 1.3.6" }, { "name": "open3", "requirements": "~> 0.1.1" }, { "name": "optparse", "requirements": "~> 0.1.1" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "yaml", "requirements": "~> 0.2" } ] } }
2025-06-10 22:09:37 UTC
be0bfJSSOkq-jm2MlRX_v

effective_bootstrap

Everything you need to get set up with bootstrap 4.

1.21.1
Content{ "name": "effective_bootstrap", "downloads": 470987, "version": "1.21.1", "version_created_at": "2025-06-10T21:48:01.769Z", "version_downloads": 0, "platform": "ruby", "authors": "Code and Effect", "info": "Everything you need to get set up with bootstrap 4.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "ee9e681a7174e4bf6f253b9c02a5cf36ba732f08a9ffa7d59e79de766f5435a8", "spec_sha": "df2f5717751fd1e3e89475a64db35eff1e60745304ee7413b5044eb90c35e488", "project_uri": "https://rubygems.org/gems/effective_bootstrap", "gem_uri": "https://rubygems.org/gems/effective_bootstrap-1.21.1.gem", "homepage_uri": "https://github.com/code-and-effect/effective_bootstrap", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/effective_bootstrap/1.21.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bootstrap", "requirements": "< 5" }, { "name": "coffee-rails", "requirements": ">= 0" }, { "name": "effective_resources", "requirements": ">= 0" }, { "name": "haml", "requirements": ">= 0" }, { "name": "inline_svg", "requirements": ">= 0" }, { "name": "jquery-rails", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 4.0.0" }, { "name": "sassc", "requirements": ">= 0" }, { "name": "sprockets-rails", "requirements": ">= 0" } ] } }
2025-06-10 21:48:04 UTC
DDMy2h_wYF0HSGEgHBWAM

rbi

RBI generation framework

0.3.6
Content{ "name": "rbi", "downloads": 19474977, "version": "0.3.6", "version_created_at": "2025-06-10T21:31:25.514Z", "version_downloads": 0, "platform": "ruby", "authors": "Alexandre Terrasa", "info": "RBI generation framework", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "577e94ddd123d7c83794dd62c06c5f9bf32a22e9a3a0d2f9baf32f7c81b2b5fa", "spec_sha": "a766eef97fc0f3f7fbcda08e43a3844f490b31191422f0002ac1a4369f004549", "project_uri": "https://rubygems.org/gems/rbi", "gem_uri": "https://rubygems.org/gems/rbi-0.3.6.gem", "homepage_uri": "https://github.com/Shopify/rbi", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rbi/0.3.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "prism", "requirements": "~> 1.0" }, { "name": "rbs", "requirements": ">= 3.4.4" } ] } }
2025-06-10 21:31:28 UTC
U3WJuQD1ZL1odmeqdYd6V

cybrid_api_bank_ruby

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

0.123.571
Content{ "name": "cybrid_api_bank_ruby", "downloads": 1404570, "version": "0.123.571", "version_created_at": "2025-06-10T21:27:34.478Z", "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": "ebc1b0d970a958d6ba8b16b095d874909e9bfd91d22c97173c7ca193ebad984d", "spec_sha": "35f903290beb3aaf45f2c64973d50502d3dfdfcd88706dc2302f22dfc9473b35", "project_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby-0.123.571.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.571", "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-06-10 21:27:37 UTC
ZY-5TQ31jtMfDBUMQfMn4

cybrid_api_organization_ruby

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

0.123.571
Content{ "name": "cybrid_api_organization_ruby", "downloads": 1446807, "version": "0.123.571", "version_created_at": "2025-06-10T21:27:13.223Z", "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": "33ad5142ec5c70629b6d5da4453d573dbd81e8e0a6a48e4ee30a1dfa9cbd23e5", "spec_sha": "0fd61c46e83be3af454eb1667e3138b97582067114c30680db065db7cb43f482", "project_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby-0.123.571.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.571", "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-06-10 21:27:17 UTC
vzICN-hRQT1U8Y6704wxC

cybrid_api_id_ruby

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

0.123.571
Content{ "name": "cybrid_api_id_ruby", "downloads": 1428592, "version": "0.123.571", "version_created_at": "2025-06-10T21:27:04.025Z", "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": "0b5e7c4c89bbec89ad9ec2a141621d4c015cd357ce422607a1baf676aabfac40", "spec_sha": "72e273a639733e00097baf79cb371ded8d841d5b0a6e290d3f6b3b661c1384a6", "project_uri": "https://rubygems.org/gems/cybrid_api_id_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_id_ruby-0.123.571.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.571", "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-06-10 21:27:09 UTC
WuyBYCL6wbE9sy1i_ZU_N

shift4

Ruby gem simplifying integration with Shift4 API

2.2.0
Content{ "name": "shift4", "downloads": 5590, "version": "2.2.0", "version_created_at": "2025-06-10T21:15:11.970Z", "version_downloads": 0, "platform": "ruby", "authors": "Shift4", "info": "Ruby gem simplifying integration with Shift4 API", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "4bf48863a13716ec1aff5727b3b94f833694ae81d747528e3ce4959789065a0d", "spec_sha": "1d8e3adcd015dea1d9bb394f69db171ef16e085f5e1bfe9f2ce5a1e1ea0df0bc", "project_uri": "https://rubygems.org/gems/shift4", "gem_uri": "https://rubygems.org/gems/shift4-2.2.0.gem", "homepage_uri": "https://shift4.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/shift4/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.2" }, { "name": "dotenv", "requirements": "~> 2.1" }, { "name": "pry", "requirements": "~> 0.14" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.10" }, { "name": "rubocop-performance", "requirements": "~> 1.12" }, { "name": "rubocop-rake", "requirements": "~> 0.5.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.6" }, { "name": "simplecov", "requirements": "~> 0.21" }, { "name": "waitutil", "requirements": "~> 0.2.1" } ], "runtime": [ { "name": "httparty", "requirements": "~> 0.20" } ] } }
2025-06-10 21:15:13 UTC
YCyU-5yOQeCwuGgx1EUyv

dropsonde

Dropsonde is a simple telemetry probe designed to run as a regular cron job. It will gather metrics defined by self-contained plugins that each defines its own partial schema and then gathers the data to meet that schema.

0.1.0
Content{ "name": "dropsonde", "downloads": 23338, "version": "0.1.0", "version_created_at": "2025-06-10T21:14:34.431Z", "version_downloads": 0, "platform": "ruby", "authors": "Ben Ford", "info": "Dropsonde is a simple telemetry probe designed to run as a regular cron job. It\nwill gather metrics defined by self-contained plugins that each defines its own\npartial schema and then gathers the data to meet that schema.\n", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "6ea3d12694d506ab7eea0e537ef4070bcb11bedd9102c670d73461983f8fef1a", "spec_sha": "940048390998186244690029f0782e8054d4cf5de2c87baffa9ce411095360d8", "project_uri": "https://rubygems.org/gems/dropsonde", "gem_uri": "https://rubygems.org/gems/dropsonde-0.1.0.gem", "homepage_uri": "https://github.com/puppetlabs/dropsonde", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/dropsonde/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "gli", "requirements": ">= 0" }, { "name": "httpclient", "requirements": ">= 0" }, { "name": "inifile", "requirements": ">= 0" }, { "name": "json", "requirements": ">= 0" }, { "name": "little-plugger", "requirements": ">= 0" }, { "name": "puppetdb-ruby", "requirements": ">= 0" }, { "name": "puppet_forge", "requirements": ">= 0" }, { "name": "semantic_puppet", "requirements": ">= 0" } ] } }
2025-06-10 21:14:37 UTC
RsApoffVp7ftnQKBlXx7X

hokusai-zero

A Ruby library for writing GUI applications

0.2.2
Content{ "name": "hokusai-zero", "downloads": 1756, "version": "0.2.2", "version_created_at": "2025-06-10T20:52:44.643Z", "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": "508f34722015e3f81e36984e26872ac008f086df87b1fa495c3a823940175047", "spec_sha": "4e46f80ccea2f43b938864eca5197a4abde3916ebe9f3ae5042d4bdc68c3663a", "project_uri": "https://rubygems.org/gems/hokusai-zero", "gem_uri": "https://rubygems.org/gems/hokusai-zero-0.2.2.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": "concurrent-ruby", "requirements": "~> 1.3.4" }, { "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-06-10 20:52:46 UTC
jSeFJwnLE4htM2MJb4Hwq

webring-rails

Mountable Rails Engine for webring implementation with an embeddable styled widget

1.4.4
Content{ "name": "webring-rails", "downloads": 1240, "version": "1.4.4", "version_created_at": "2025-06-10T20:49:18.853Z", "version_downloads": 0, "platform": "ruby", "authors": "Nikita Shkoda", "info": "Mountable Rails Engine for webring implementation with an embeddable styled widget", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/cybergizer-hq/webring_rails" }, "yanked": false, "sha": "fd6d1c5321f3e21fee04d824f0bbb2f6c0780cc432c0e6282573bd134e891335", "spec_sha": "10788562f144e5bb4a19335ed3978dd5d6951599ede33d7542dc21df8a14b4ef", "project_uri": "https://rubygems.org/gems/webring-rails", "gem_uri": "https://rubygems.org/gems/webring-rails-1.4.4.gem", "homepage_uri": "https://github.com/cybergizer-hq/webring_rails", "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": [ { "name": "rubocop", "requirements": "~> 1.75" }, { "name": "rubocop-rails", "requirements": "~> 2.31" }, { "name": "terser", "requirements": "~> 1.2" } ], "runtime": [ { "name": "rails", "requirements": "~> 8.0" } ] } }
2025-06-10 20:49:20 UTC
RY4dnxScGVJRFBd9F6F9L

files.com

The Files.com Ruby client.

1.1.268
Content{ "name": "files.com", "downloads": 765716, "version": "1.1.268", "version_created_at": "2025-06-10T20:39:48.618Z", "version_downloads": 0, "platform": "ruby", "authors": "files.com", "info": "The Files.com Ruby client.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "8cf94fd47948966c1acb67d78f62d52f6e49bde9b01994e216deb63443ce47a4", "spec_sha": "bdd9b614d2b6a9cb72fa2cf97db0f2aa4c47ca46f8dd7b0b9a738c247f2c4989", "project_uri": "https://rubygems.org/gems/files.com", "gem_uri": "https://rubygems.org/gems/files.com-1.1.268.gem", "homepage_uri": "https://www.files.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/files.com/1.1.268", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 2.8.0" }, { "name": "concurrent-ruby", "requirements": ">= 1.1.3" }, { "name": "faraday", "requirements": ">= 1.0.1" }, { "name": "faraday-multipart", "requirements": ">= 1.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 2.0" }, { "name": "net-http-persistent", "requirements": ">= 4.0" } ] } }
2025-06-10 20:39:51 UTC
HECNnyQDc9bA4jeCoeY_G

typelizer

A TypeScript type generator for Ruby serializers.

0.4.1
Content{ "name": "typelizer", "downloads": 10230, "version": "0.4.1", "version_created_at": "2025-06-10T20:27:42.563Z", "version_downloads": 0, "platform": "ruby", "authors": "Svyatoslav Kryukov", "info": "A TypeScript type generator for Ruby serializers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/skryukov/typelizer", "changelog_uri": "https://github.com/skryukov/typelizer/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/skryukov/typelizer/issues", "source_code_uri": "https://github.com/skryukov/typelizer", "documentation_uri": "https://github.com/skryukov/typelizer/blob/main/README.md", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "e1e54cf9fa2ef5e962b4b1b209c1e6f9738365af439930784ca62eae8d502dd2", "spec_sha": "74927ea7caf682192dce13443fd8e722a5a782b10c607cdb403902b0542a2ce4", "project_uri": "https://rubygems.org/gems/typelizer", "gem_uri": "https://rubygems.org/gems/typelizer-0.4.1.gem", "homepage_uri": "https://github.com/skryukov/typelizer", "wiki_uri": null, "documentation_uri": "https://github.com/skryukov/typelizer/blob/main/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/skryukov/typelizer", "bug_tracker_uri": "https://github.com/skryukov/typelizer/issues", "changelog_uri": "https://github.com/skryukov/typelizer/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "railties", "requirements": ">= 6.0.0" } ] } }
2025-06-10 20:27:45 UTC
s6cnfYJ56SgOBy_u2tHI4

playbook_ui_docs

Display all the components from Playbook UI inside your own system.

14.21.2.pre.alpha.PLAY21898327
Content{ "name": "playbook_ui_docs", "downloads": 357687, "version": "14.21.2.pre.alpha.PLAY21898327", "version_created_at": "2025-06-10T20:23:46.577Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Display all the components from Playbook UI inside your own system.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "87e4b16a51e9cde72bcdcbe74b032e3d260ac36e67e57099f182e58f76a4329b", "spec_sha": "bba9d9881b910e1dcad960b30878e3f9e0e759e198f7c186f2a91fac3df20bf2", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.21.2.pre.alpha.PLAY21898327.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.21.2.pre.alpha.PLAY21898327", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "playbook_ui", "requirements": ">= 0" } ] } }
2025-06-10 20:23:49 UTC
Gw302uZBdGoVll6UwdFdt

playbook_ui

Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.

14.21.2.pre.alpha.PLAY21898327
Content{ "name": "playbook_ui", "downloads": 1497991, "version": "14.21.2.pre.alpha.PLAY21898327", "version_created_at": "2025-06-10T20:23:43.375Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "0c98f4bc19ff4ab2af22a7ca36d17e534818169786b145b61073eb5bf654009d", "spec_sha": "c66c06bf395440e919881723e7a429c9d11c898773e68808e717ff7cd485c63d", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.21.2.pre.alpha.PLAY21898327.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.21.2.pre.alpha.PLAY21898327", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "brakeman", "requirements": "= 7.0.0" }, { "name": "byebug", "requirements": ">= 11.0.0" }, { "name": "github_changelog_generator", "requirements": "= 1.15.2" }, { "name": "rails", "requirements": ">= 5.2.4.5" }, { "name": "rspec-html-matchers", "requirements": "= 0.9.1" }, { "name": "rspec-rails", "requirements": "~> 3.8, >= 3.8.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": "~> 1.11.5" }, { "name": "tzinfo-data", "requirements": "= 1.2018.9" }, { "name": "will_paginate", "requirements": "= 3.3.1" } ], "runtime": [ { "name": "actionpack", "requirements": ">= 5.2.4.5" }, { "name": "actionview", "requirements": ">= 5.2.4.5" }, { "name": "activesupport", "requirements": ">= 5.2.4.5" }, { "name": "react-rails", "requirements": "= 2.6.1" }, { "name": "view_component", "requirements": "= 2.83.0" }, { "name": "webpacker-react", "requirements": "~> 0.3.2" } ] } }
2025-06-10 20:23:48 UTC
HhxMwQpcdljFdrOQMRUbg

playbook_ui_docs

Display all the components from Playbook UI inside your own system.

14.21.2.pre.alpha.PLAY22358326
Content{ "name": "playbook_ui_docs", "downloads": 357669, "version": "14.21.2.pre.alpha.PLAY22358326", "version_created_at": "2025-06-10T20:20:10.675Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Display all the components from Playbook UI inside your own system.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "0d63741065c8285c64db5a62aea1063d9005fa38fbbdf47481f50f0280a78185", "spec_sha": "453ac645af8fb0238c9c4dbc14b69ac7d04b0a9c4ad9de85560c744d0d648da6", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.21.2.pre.alpha.PLAY22358326.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.21.2.pre.alpha.PLAY22358326", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "playbook_ui", "requirements": ">= 0" } ] } }
2025-06-10 20:20:14 UTC
1pNClzO1_LNpLfgaDrO3B

playbook_ui

Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.

14.21.2.pre.alpha.PLAY22358326
Content{ "name": "playbook_ui", "downloads": 1497968, "version": "14.21.2.pre.alpha.PLAY22358326", "version_created_at": "2025-06-10T20:20:07.143Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "569def1bf2056b5d34d31ff13d009d777e8130409cee8142749831fa225fc414", "spec_sha": "31cdaeef7788c20f098a9754b38b9f924641a3d64911f000e3790d065ce9faab", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.21.2.pre.alpha.PLAY22358326.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.21.2.pre.alpha.PLAY22358326", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "brakeman", "requirements": "= 7.0.0" }, { "name": "byebug", "requirements": ">= 11.0.0" }, { "name": "github_changelog_generator", "requirements": "= 1.15.2" }, { "name": "rails", "requirements": ">= 5.2.4.5" }, { "name": "rspec-html-matchers", "requirements": "= 0.9.1" }, { "name": "rspec-rails", "requirements": "~> 3.8, >= 3.8.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": "~> 1.11.5" }, { "name": "tzinfo-data", "requirements": "= 1.2018.9" }, { "name": "will_paginate", "requirements": "= 3.3.1" } ], "runtime": [ { "name": "actionpack", "requirements": ">= 5.2.4.5" }, { "name": "actionview", "requirements": ">= 5.2.4.5" }, { "name": "activesupport", "requirements": ">= 5.2.4.5" }, { "name": "react-rails", "requirements": "= 2.6.1" }, { "name": "view_component", "requirements": "= 2.83.0" }, { "name": "webpacker-react", "requirements": "~> 0.3.2" } ] } }
2025-06-10 20:20:10 UTC
H_6ybNUMJb9_DJiKOBwvn

krakend-openapi-importer

Import endpoints from OpenAPI spec to KrakenD endpoint configuration. Supports OpenAPI v3.0

1.1.0
Content{ "name": "krakend-openapi-importer", "downloads": 8164, "version": "1.1.0", "version_created_at": "2025-06-10T20:16:16.779Z", "version_downloads": 0, "platform": "ruby", "authors": "Denis Semenenko", "info": "Import endpoints from OpenAPI spec to KrakenD endpoint configuration. Supports OpenAPI v3.0", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/denblackstache/krakend-openapi-importer", "source_code_uri": "https://github.com/denblackstache/krakend-openapi-importer", "allowed_push_host": "https://rubygems.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "0ef4649dfdf7d595c1548e6efead678689c4338ea08d93a591f87225487015aa", "spec_sha": "bdbe2c6ead444fdb5e787302376ccf3e0acff989021666a6f2294e7b24bd8976", "project_uri": "https://rubygems.org/gems/krakend-openapi-importer", "gem_uri": "https://rubygems.org/gems/krakend-openapi-importer-1.1.0.gem", "homepage_uri": "https://github.com/denblackstache/krakend-openapi-importer", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/denblackstache/krakend-openapi-importer", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "thor", "requirements": "~> 1.2" } ] } }
2025-06-10 20:16:18 UTC
gQwEZRkvGyW8PtOSFahST

trusty-cms

TrustyCms is a simple and powerful publishing system designed for small teams. It is built with Rails and is similar to Textpattern or MovableType, but is a general purpose content management system--not merely a blogging engine.

7.0.32
Content{ "name": "trusty-cms", "downloads": 351205, "version": "7.0.32", "version_created_at": "2025-06-10T20:12:09.107Z", "version_downloads": 0, "platform": "ruby", "authors": "TrustyCms CMS dev team", "info": "TrustyCms is a simple and powerful publishing system designed for small teams.\nIt is built with Rails and is similar to Textpattern or MovableType, but is\na general purpose content management system--not merely a blogging engine.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "1793d91109ecba4ee5c213f6f20e170bdc2bb7cb60f4f503a669e4f77f9255a2", "spec_sha": "d41efd17daeb3cf32289f1503e1cffcc50122f76107ce54c6599bf705e8942a0", "project_uri": "https://rubygems.org/gems/trusty-cms", "gem_uri": "https://rubygems.org/gems/trusty-cms-7.0.32.gem", "homepage_uri": "https://github.com/pgharts/trusty-cms", "wiki_uri": "", "documentation_uri": "https://www.rubydoc.info/gems/trusty-cms/7.0.32", "mailing_list_uri": "", "source_code_uri": "https://github.com/pgharts/trusty-cms", "bug_tracker_uri": "", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activestorage-validator", "requirements": ">= 0" }, { "name": "acts_as_list", "requirements": ">= 0.9.5, < 1.3.0" }, { "name": "acts_as_tree", "requirements": "~> 2.9.1" }, { "name": "base64", "requirements": ">= 0" }, { "name": "bigdecimal", "requirements": ">= 0" }, { "name": "ckeditor", "requirements": ">= 4.2.2, < 4.4.0" }, { "name": "delocalize", "requirements": ">= 0.2, < 2.0" }, { "name": "devise", "requirements": ">= 0" }, { "name": "devise-two-factor", "requirements": ">= 0" }, { "name": "diffy", "requirements": ">= 0" }, { "name": "drb", "requirements": ">= 0" }, { "name": "execjs", "requirements": "~> 2.7" }, { "name": "haml", "requirements": ">= 5.0, < 6.0" }, { "name": "haml-rails", "requirements": ">= 0" }, { "name": "highline", "requirements": ">= 1.7.8, < 3.2.0" }, { "name": "image_processing", "requirements": ">= 0" }, { "name": "kraken-io", "requirements": ">= 0" }, { "name": "mini_racer", "requirements": ">= 0" }, { "name": "mutex_m", "requirements": ">= 0" }, { "name": "mysql2", "requirements": ">= 0" }, { "name": "paper_trail", "requirements": "~> 16.0.0" }, { "name": "paper_trail-association_tracking", "requirements": "~> 2.2.1" }, { "name": "psych", "requirements": "= 5.2.2" }, { "name": "rack", "requirements": ">= 2.0.1, < 3.2.0" }, { "name": "rack-cache", "requirements": "~> 1.7" }, { "name": "radius", "requirements": "~> 0.7" }, { "name": "rails", "requirements": "~> 7.0.0" }, { "name": "rake", "requirements": "< 14.0" }, { "name": "ransack", "requirements": "~> 4.2.1" }, { "name": "rdoc", "requirements": ">= 5.1, < 7.0" }, { "name": "RedCloth", "requirements": "= 4.3.3" }, { "name": "roadie-rails", "requirements": ">= 0" }, { "name": "rqrcode", "requirements": ">= 0" }, { "name": "sass-rails", "requirements": ">= 0" }, { "name": "stringex", "requirements": ">= 2.7.1, < 2.9.0" }, { "name": "tzinfo", "requirements": ">= 1.2.3, < 2.1.0" }, { "name": "uglifier", "requirements": ">= 3.2, < 5.0" }, { "name": "uri", "requirements": ">= 0" }, { "name": "will_paginate", "requirements": ">= 3, < 5" } ] } }
2025-06-10 20:12:12 UTC
TzO2_qoA_gjqYAZGqNeLv

tailwind_merge

Utility function to efficiently merge Tailwind CSS classes without style conflicts.

1.3.1
Content{ "name": "tailwind_merge", "downloads": 479157, "version": "1.3.1", "version_created_at": "2025-06-10T20:12:06.218Z", "version_downloads": 0, "platform": "ruby", "authors": "Garen J. Torikian", "info": "Utility function to efficiently merge Tailwind CSS classes without style conflicts.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/gjtorikian", "homepage_uri": "https://github.com/gjtorikian/tailwind_merge/tree/v1.3.1", "changelog_uri": "https://github.com/gjtorikian/tailwind_merge/blob/v1.3.1/CHANGELOG.md", "bug_tracker_uri": "https://github.com/gjtorikian/tailwind_merge/issues", "source_code_uri": "https://github.com/gjtorikian/tailwind_merge/tree/v1.3.1", "documentation_uri": "https://rubydoc.info/gems/tailwind_merge/1.3.1", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "611c19715afdf1b091a0c9aa5ded5dfcf651d2116bdf4a1d638839b6c7f65f72", "spec_sha": "07849432fa10305a4d1c84d05621acba096fbb8326361b1b503d5d043a34a073", "project_uri": "https://rubygems.org/gems/tailwind_merge", "gem_uri": "https://rubygems.org/gems/tailwind_merge-1.3.1.gem", "homepage_uri": "https://github.com/gjtorikian/tailwind_merge/tree/v1.3.1", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/tailwind_merge/1.3.1", "mailing_list_uri": null, "source_code_uri": "https://github.com/gjtorikian/tailwind_merge/tree/v1.3.1", "bug_tracker_uri": "https://github.com/gjtorikian/tailwind_merge/issues", "changelog_uri": "https://github.com/gjtorikian/tailwind_merge/blob/v1.3.1/CHANGELOG.md", "funding_uri": "https://github.com/sponsors/gjtorikian", "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.6" }, { "name": "minitest-focus", "requirements": "~> 1.1" } ], "runtime": [ { "name": "sin_lru_redux", "requirements": "~> 2.5" } ] } }
2025-06-10 20:12:07 UTC
tdJGRS3C47T6vap1tXz3Y

jekyll_picture_tag

Jekyll Picture Tag adds responsive images to your Jekyll static site. It automatically creates resized source images, is fully configurable, and covers all use cases, including art direction and resolution switching, with a little YAML configuration and a simple template tag.

2.1.3
Content{ "name": "jekyll_picture_tag", "downloads": 153922, "version": "2.1.3", "version_created_at": "2025-06-10T20:08:24.888Z", "version_downloads": 0, "platform": "ruby", "authors": "Robert Wierzbowski, Brendan Tobolaski, Robert Buchberger", "info": " Jekyll Picture Tag adds responsive images to your Jekyll static site. It\n automatically creates resized source images, is fully configurable, and\n covers all use cases, including art direction and resolution switching, with\n a little YAML configuration and a simple template tag.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "documentation_uri": "https://rbuchberger.github.io/jekyll_picture_tag/" }, "yanked": false, "sha": "424fe07302c4b5c4495a5723f32d9150ad8cd139d5bfd7620cb305933c3578ce", "spec_sha": "41dfb6e6137b8f7e63ee3174053e6f325314c112af3c0563b1fc31fd451c690a", "project_uri": "https://rubygems.org/gems/jekyll_picture_tag", "gem_uri": "https://rubygems.org/gems/jekyll_picture_tag-2.1.3.gem", "homepage_uri": "https://github.com/rbuchberger/jekyll_picture_tag", "wiki_uri": null, "documentation_uri": "https://rbuchberger.github.io/jekyll_picture_tag/", "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": "minitest", "requirements": "~> 5.14" }, { "name": "minitest-rg", "requirements": ">= 0" }, { "name": "mocha", "requirements": "~> 2.1" }, { "name": "nokogiri", "requirements": "~> 1.1" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 12.3" }, { "name": "rubocop", "requirements": "~> 1.7.0" }, { "name": "rubocop-minitest", "requirements": "~> 0.10.0" }, { "name": "rubocop-performance", "requirements": "~> 1.9.0" }, { "name": "rubocop-rake", "requirements": "~> 0.5.0" }, { "name": "simplecov", "requirements": "~> 0.20.0" } ], "runtime": [ { "name": "addressable", "requirements": "~> 2.6" }, { "name": "jekyll", "requirements": "~> 4.0" }, { "name": "mime-types", "requirements": "~> 3.0" }, { "name": "objective_elements", "requirements": "~> 1.1" }, { "name": "rainbow", "requirements": "~> 3.0" }, { "name": "ruby-vips", "requirements": "~> 2.2" } ] } }
2025-06-10 20:08:26 UTC
GBT1TaKwcNlWk7meYZRuQ

spoom

Useful tools for Sorbet enthusiasts.

1.7.3
Content{ "name": "spoom", "downloads": 20689122, "version": "1.7.3", "version_created_at": "2025-06-10T19:59:28.415Z", "version_downloads": 0, "platform": "ruby", "authors": "Alexandre Terrasa", "info": "Useful tools for Sorbet enthusiasts.", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "98bb69e7313b433532e2e57061101d9d450fea1a390c94907c0cfd6211fc44c4", "spec_sha": "50adf59f2d87bef566600836b0c2503642cafd3539e35a2ba8f52b1ea08a5221", "project_uri": "https://rubygems.org/gems/spoom", "gem_uri": "https://rubygems.org/gems/spoom-1.7.3.gem", "homepage_uri": "https://github.com/Shopify/spoom", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/spoom/1.7.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 2.2.10" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.3.0" } ], "runtime": [ { "name": "erubi", "requirements": ">= 1.10.0" }, { "name": "prism", "requirements": ">= 0.28.0" }, { "name": "rbi", "requirements": ">= 0.3.3" }, { "name": "rbs", "requirements": ">= 4.0.0.dev.4" }, { "name": "rexml", "requirements": ">= 3.2.6" }, { "name": "sorbet-static-and-runtime", "requirements": ">= 0.5.10187" }, { "name": "thor", "requirements": ">= 0.19.2" } ] } }
2025-06-10 19:59:30 UTC
JTHTdKFHv4G116LxF9T8Y

playbook_ui_docs

Display all the components from Playbook UI inside your own system.

14.22.0.pre.rc.3
Content{ "name": "playbook_ui_docs", "downloads": 357648, "version": "14.22.0.pre.rc.3", "version_created_at": "2025-06-10T19:43:48.425Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Display all the components from Playbook UI inside your own system.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "7550eb79361c4a1dd39d24a60e22c7c9470481614b0c34251f058ec4efc73b07", "spec_sha": "db29fa5cb0763bba6bd72862a65a9571005a9b2afe329c6c84da95d9955192c4", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.22.0.pre.rc.3.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.22.0.pre.rc.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "playbook_ui", "requirements": ">= 0" } ] } }
2025-06-10 19:43:51 UTC
1bSmALbyScTRT6zUFDWJZ

playbook_ui

Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.

14.22.0.pre.rc.3
Content{ "name": "playbook_ui", "downloads": 1497927, "version": "14.22.0.pre.rc.3", "version_created_at": "2025-06-10T19:43:43.767Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "347898cab467a6102fdd03c4775afd78a596739460a9cfe45a12ba079065b236", "spec_sha": "c1a0c985d0af773620d873701faa00667b21300c7cee00279cb9cfd01be18cd4", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.22.0.pre.rc.3.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.22.0.pre.rc.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "brakeman", "requirements": "= 7.0.0" }, { "name": "byebug", "requirements": ">= 11.0.0" }, { "name": "github_changelog_generator", "requirements": "= 1.15.2" }, { "name": "rails", "requirements": ">= 5.2.4.5" }, { "name": "rspec-html-matchers", "requirements": "= 0.9.1" }, { "name": "rspec-rails", "requirements": "~> 3.8, >= 3.8.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": "~> 1.11.5" }, { "name": "tzinfo-data", "requirements": "= 1.2018.9" }, { "name": "will_paginate", "requirements": "= 3.3.1" } ], "runtime": [ { "name": "actionpack", "requirements": ">= 5.2.4.5" }, { "name": "actionview", "requirements": ">= 5.2.4.5" }, { "name": "activesupport", "requirements": ">= 5.2.4.5" }, { "name": "react-rails", "requirements": "= 2.6.1" }, { "name": "view_component", "requirements": "= 2.83.0" }, { "name": "webpacker-react", "requirements": "~> 0.3.2" } ] } }
2025-06-10 19:43:48 UTC
9UuGDBG_n5FpnhkZpxOJG

jekyll-theme-doodle

Dark theme for a playful and creative aesthetic

5.2.4
Content{ "name": "jekyll-theme-doodle", "downloads": 3276, "version": "5.2.4", "version_created_at": "2025-06-10T19:42:45.187Z", "version_downloads": 0, "platform": "ruby", "authors": "Gul Noor", "info": "Dark theme for a playful and creative aesthetic", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "a708cac013b09bbc8e21a487e1bd79cf539512d30fb136a36803bec33c0721d5", "spec_sha": "a98ed31c61308f3dcfbfb85c6cc74b39073f3c24a598099ea2307c4b41655303", "project_uri": "https://rubygems.org/gems/jekyll-theme-doodle", "gem_uri": "https://rubygems.org/gems/jekyll-theme-doodle-5.2.4.gem", "homepage_uri": "https://github.com/gulnoor/jekyll-theme-handwritten", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/jekyll-theme-doodle/5.2.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "jekyll", "requirements": "> 3.5, < 5.0" }, { "name": "jekyll-seo-tag", "requirements": "~> 2.0" } ] } }
2025-06-10 19:42:47 UTC
fJkc3zuWxT6htP0_U5Gye

voxpupuli-release

Helpers for deploying Vox Pupuli modules

4.0.0
Content{ "name": "voxpupuli-release", "downloads": 89228, "version": "4.0.0", "version_created_at": "2025-06-10T19:42:21.923Z", "version_downloads": 0, "platform": "ruby", "authors": "Vox Pupuli", "info": "Helpers for deploying Vox Pupuli modules", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "b9871e9ea5b87eb6614b08c35dfec4f320ba7f9dc5d2bf259fddb26c2f922921", "spec_sha": "caedb06684092487f95274e504e2fd00f9ab78e2bd2d3dab937b94cfbc27ff41", "project_uri": "https://rubygems.org/gems/voxpupuli-release", "gem_uri": "https://rubygems.org/gems/voxpupuli-release-4.0.0.gem", "homepage_uri": "https://github.com/voxpupuli/voxpupuli-release", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/voxpupuli-release/4.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "voxpupuli-rubocop", "requirements": "~> 3.1.0" } ], "runtime": [ { "name": "faraday-retry", "requirements": "~> 2.1" }, { "name": "github_changelog_generator", "requirements": "~> 1.16, >= 1.16.4" }, { "name": "openvox-strings", "requirements": "~> 5" }, { "name": "puppet-blacksmith", "requirements": "~> 8.0" }, { "name": "rake", "requirements": "~> 13.0, >= 13.0.6" } ] } }
2025-06-10 19:42:23 UTC
bqGXWrzVaFzWiN0EL9kLU

elf_utils

Library for parsing ELF files and DWARF debugging information

0.3.2
Content{ "name": "elf_utils", "downloads": 230, "version": "0.3.2", "version_created_at": "2025-06-10T19:29:28.924Z", "version_downloads": 0, "platform": "ruby", "authors": "David M. Lary", "info": "Library for parsing ELF files and DWARF debugging information", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/cisco-open/elf_utils", "source_code_uri": "https://github.com/cisco-open/elf_utils" }, "yanked": false, "sha": "80b98821381830431488276833801efa548c56eaa7a5c664fc777a083b6f2261", "spec_sha": "4a8f7ee2d95c2945e976607cfbdbf3ebf8932ab3fc6715759477175d5d78a1b0", "project_uri": "https://rubygems.org/gems/elf_utils", "gem_uri": "https://rubygems.org/gems/elf_utils-0.3.2.gem", "homepage_uri": "https://github.com/cisco-open/elf_utils", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/cisco-open/elf_utils", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ctypes", "requirements": "~> 0.3" } ] } }
2025-06-10 19:29:30 UTC
Ry8X7lR3MtBTB5tiiM4t_

emanlib

Convenience methods and features, mostly done through monkey patching.

0.1.2
Content{ "name": "emanlib", "downloads": 261, "version": "0.1.2", "version_created_at": "2025-06-10T19:19:34.148Z", "version_downloads": 0, "platform": "ruby", "authors": "emanrdesu", "info": "Convenience methods and features, mostly done through monkey patching.", "licenses": [ "GPL-3.0-only" ], "metadata": {}, "yanked": false, "sha": "6cddc33935b343cc1009eb6f1c3392b8da9df68a4ee5376213ede757f4f9dc25", "spec_sha": "c31eff5c5104777a36e410d162ba28e9837158e827799507ebecdc777e3b2a0d", "project_uri": "https://rubygems.org/gems/emanlib", "gem_uri": "https://rubygems.org/gems/emanlib-0.1.2.gem", "homepage_uri": "https://github.com/emanrdesu/lib", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/emanlib/0.1.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 19:19:35 UTC
SM4nR4glvMkIktrzyv5UK

global-registry-bindings

Provides a common interface for mapping ActiveRecord models to Global Registry entities and relationships.

0.8.0
Content{ "name": "global-registry-bindings", "downloads": 55240, "version": "0.8.0", "version_created_at": "2025-06-10T19:14:44.788Z", "version_downloads": 0, "platform": "ruby", "authors": "Brian Zoetewey", "info": "Provides a common interface for mapping ActiveRecord models to Global Registry entities and relationships.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "a3b3435ca030e73e155469417a819e0cd1daabf2ea8f09933a8c7d74c5a801cd", "spec_sha": "e4a1cb2adeee611ff13ffb303f87b0166cdafb65ba0846517dec69885afa3f3d", "project_uri": "https://rubygems.org/gems/global-registry-bindings", "gem_uri": "https://rubygems.org/gems/global-registry-bindings-0.8.0.gem", "homepage_uri": "https://github.com/CruGlobal/global-registry-bindings", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/global-registry-bindings/0.8.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" }, { "name": "bundler", "requirements": "~> 2.1" }, { "name": "combustion", "requirements": "~> 1.0" }, { "name": "factory_girl", "requirements": "~> 4.8.0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 7.0, < 7.2" }, { "name": "rake", "requirements": "~> 12" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "simplecov", "requirements": "~> 0.14.0" }, { "name": "sqlite3", "requirements": "~> 1.4" }, { "name": "standard", "requirements": ">= 0" }, { "name": "webmock", "requirements": "~> 3.0.0" } ], "runtime": [ { "name": "activerecord", "requirements": ">= 4.0.0, < 8" }, { "name": "deepsort", "requirements": ">= 0.4.1, < 1.0.0" }, { "name": "global_registry", "requirements": "~> 1.4, < 2" }, { "name": "sidekiq", "requirements": ">= 7, < 9" }, { "name": "sidekiq-unique-jobs", "requirements": ">= 5.0.0, < 9" } ] } }
2025-06-10 19:14:46 UTC
vVMb1PoTEWAzXgYwjl23m

aws-sdk-s3

Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is part of the AWS SDK for Ruby.

1.189.1
Content{ "name": "aws-sdk-s3", "downloads": 874339521, "version": "1.189.1", "version_created_at": "2025-06-10T19:14:03.498Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon Simple Storage Service (Amazon S3). This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3" }, "yanked": false, "sha": "dd46336000eb3d78ff3ba4b648dd520c83c171ac29a04f13ddb08249fd1b7de4", "spec_sha": "53d762a0d82a20ae14fd33149a4159f8cdc6977bc71bae88e3a76966ff4e3500", "project_uri": "https://rubygems.org/gems/aws-sdk-s3", "gem_uri": "https://rubygems.org/gems/aws-sdk-s3-1.189.1.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-s3/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.225.0" }, { "name": "aws-sdk-kms", "requirements": "~> 1" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } }
2025-06-10 19:14:07 UTC
9gtQjJl-atnkI-KhHdnc9

aws-sdk-gameliftstreams

Official AWS Ruby gem for Amazon GameLift Streams. This gem is part of the AWS SDK for Ruby.

1.5.0
Content{ "name": "aws-sdk-gameliftstreams", "downloads": 410162, "version": "1.5.0", "version_created_at": "2025-06-10T19:14:03.443Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon GameLift Streams. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gameliftstreams/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gameliftstreams" }, "yanked": false, "sha": "79ac99d501db88e9794f99ca212d356a3a3ad2858c5a7fa3340b51776d2ce1fe", "spec_sha": "807898ae08c3c12c03232a8793cf80b66f9540d6878764083665c51a0668dd5b", "project_uri": "https://rubygems.org/gems/aws-sdk-gameliftstreams", "gem_uri": "https://rubygems.org/gems/aws-sdk-gameliftstreams-1.5.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gameliftstreams", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-gameliftstreams/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.225.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } }
2025-06-10 19:14:05 UTC
3diUHFW_WGze-5fXCMnz2

aws-sigv2

Amazon Web Services Signature Version 2 signing library. Generates sigv2 signature for HTTP requests.

1.3.1
Content{ "name": "aws-sigv2", "downloads": 67504615, "version": "1.3.1", "version_created_at": "2025-06-10T19:14:03.457Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Amazon Web Services Signature Version 2 signing library. Generates sigv2 signature for HTTP requests.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv2/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv2" }, "yanked": false, "sha": "dd7b72e867d611a0da310ebd8bee2071c6c9d4cc70f7e3d2526d1c1fa24c9410", "spec_sha": "90f171904cf40d5aa5ee9b3a38d4de4dc0d4301a6577a7eddb47a23580310326", "project_uri": "https://rubygems.org/gems/aws-sigv2", "gem_uri": "https://rubygems.org/gems/aws-sigv2-1.3.1.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv2", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv2/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 19:14:05 UTC
AeGtlhyDOpRFiC2dDcp4l

openvox-strings

Puppet documentation via YARD

5.0.0
Content{ "name": "openvox-strings", "downloads": 0, "version": "5.0.0", "version_created_at": "2025-06-10T19:13:52.389Z", "version_downloads": 0, "platform": "ruby", "authors": "Puppet Inc., Vox Pupuli", "info": "Puppet documentation via YARD", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "a5945b4ec0d68f1c6ab1bee6b9f0507bf1e5969a1cb6116f532f7bc5ca4695d6", "spec_sha": "e2295eb336266fef5033188b6dcf1fd4aece8e33771bb3e69e1ef49a575a41e1", "project_uri": "https://rubygems.org/gems/openvox-strings", "gem_uri": "https://rubygems.org/gems/openvox-strings-5.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/openvox-strings/5.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "openvox", "requirements": ">= 7, < 9" }, { "name": "rgen", "requirements": "~> 0.9" }, { "name": "yard", "requirements": "~> 0.9" } ] } }
2025-06-10 19:13:53 UTC
O2bbHYl4oILPqUeNKctcj

aws-sdk-core

Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.

3.225.2
Content{ "name": "aws-sdk-core", "downloads": 1441433306, "version": "3.225.2", "version_created_at": "2025-06-10T19:13:25.138Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Provides API clients for AWS. This gem is part of the official AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core" }, "yanked": false, "sha": "3ebed026b4bb527740cdf9f2a0c1b4a542d070ee015f8dd6bfc4c265d75dd4f8", "spec_sha": "efffab2df4487cbabecf6039800be633ac6ba5b2f28cda91423442343e21f828", "project_uri": "https://rubygems.org/gems/aws-sdk-core", "gem_uri": "https://rubygems.org/gems/aws-sdk-core-3.225.2.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-eventstream", "requirements": "~> 1, >= 1.3.0" }, { "name": "aws-partitions", "requirements": "~> 1, >= 1.992.0" }, { "name": "aws-sigv4", "requirements": "~> 1.9" }, { "name": "base64", "requirements": ">= 0" }, { "name": "jmespath", "requirements": "~> 1, >= 1.6.1" }, { "name": "logger", "requirements": ">= 0" } ] } }
2025-06-10 19:13:28 UTC
ZrvtVpNRM7ue6PNu3UFI6

aws-sigv4

Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.

1.12.1
Content{ "name": "aws-sigv4", "downloads": 1282082022, "version": "1.12.1", "version_created_at": "2025-06-10T19:12:23.144Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Amazon Web Services Signature Version 4 signing library. Generates sigv4 signature for HTTP requests.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv4/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv4" }, "yanked": false, "sha": "6973ff95cb0fd0dc58ba26e90e9510a2219525d07620c8babeb70ef831826c00", "spec_sha": "85b314884161f3ab9e45b013a4f0e7d74b2839554d5867bb8285171a4daba12b", "project_uri": "https://rubygems.org/gems/aws-sigv4", "gem_uri": "https://rubygems.org/gems/aws-sigv4-1.12.1.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv4", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sigv4/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-eventstream", "requirements": "~> 1, >= 1.0.2" } ] } }
2025-06-10 19:12:25 UTC
mAyBA7o8M2vo8N0dQvCQp

planetscale_rails

A collection of rake tasks to make managing schema migrations with PlanetScale easy

0.2.11
Content{ "name": "planetscale_rails", "downloads": 20596, "version": "0.2.11", "version_created_at": "2025-06-10T19:12:00.104Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Coutermarsh, Iheanyi Ekechukwu", "info": "A collection of rake tasks to make managing schema migrations with PlanetScale easy", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/planetscale/planetscale_rails", "source_code_uri": "https://github.com/planetscale/planetscale_rails", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "a69b978a9950160c09289c5259bde58f05d39ef58a0465f8490696d9c5d8bac3", "spec_sha": "0b19475998a0671e7e71e9daa0ab2c5db2725665610c95b98bf322828b6d26d3", "project_uri": "https://rubygems.org/gems/planetscale_rails", "gem_uri": "https://rubygems.org/gems/planetscale_rails-0.2.11.gem", "homepage_uri": "https://github.com/planetscale/planetscale_rails", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/planetscale/planetscale_rails", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1.0" }, { "name": "rails", "requirements": ">= 6.0, < 9" } ] } }
2025-06-10 19:12:01 UTC
IKORZoxtdg8rpQUAclWOA

aws-partitions

Provides interfaces to enumerate AWS partitions, regions, and services.

1.1115.0
Content{ "name": "aws-partitions", "downloads": 1213252494, "version": "1.1115.0", "version_created_at": "2025-06-10T19:11:43.945Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Provides interfaces to enumerate AWS partitions, regions, and services.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions" }, "yanked": false, "sha": "787dc8a8d8db2aeb1474b4ee9a71e9f8b315d8109063fea0021030a6522f9e6c", "spec_sha": "db9003bfa42f82ac5eed2ea6e9ba7619f173de30337c5000928b3cbc13a406ff", "project_uri": "https://rubygems.org/gems/aws-partitions", "gem_uri": "https://rubygems.org/gems/aws-partitions-1.1115.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 19:11:48 UTC
YPiqCjwm_T8r0bg7BqrnC

amplitude-experiment

Amplitude Experiment Ruby Server SDK

1.6.0
Content{ "name": "amplitude-experiment", "downloads": 953630, "version": "1.6.0", "version_created_at": "2025-06-10T19:11:19.763Z", "version_downloads": 0, "platform": "ruby", "authors": "Amplitude", "info": "Amplitude Experiment Ruby Server SDK", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "false" }, "yanked": false, "sha": "a0c96cd1e12f839722a79c6d6db9f491410733c708627356f6572efd1afc9fc6", "spec_sha": "87159b55c2bb50a5829eead0cc21b994b13d985ed858aeed86b94d0c4a6596c7", "project_uri": "https://rubygems.org/gems/amplitude-experiment", "gem_uri": "https://rubygems.org/gems/amplitude-experiment-1.6.0.gem", "homepage_uri": "https://github.com/amplitude/experiment-ruby-server", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/amplitude-experiment/1.6.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dotenv", "requirements": "~> 2.8.1" }, { "name": "jar-dependencies", "requirements": "= 0.4.1" }, { "name": "psych", "requirements": "~> 4.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rdoc", "requirements": "= 6.10" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "= 1.22.3" }, { "name": "simplecov", "requirements": "~> 0.21" }, { "name": "webmock", "requirements": "~> 3.14" }, { "name": "yard", "requirements": "~> 0.9" } ], "runtime": [ { "name": "concurrent-ruby", "requirements": "~> 1.2.2" } ] } }
2025-06-10 19:11:21 UTC
zqfWtC4DSx89FumBHM5rc

tapioca

A Ruby Interface file generator for gems, core types and the Ruby standard library

0.17.2
Content{ "name": "tapioca", "downloads": 21285364, "version": "0.17.2", "version_created_at": "2025-06-10T19:06:35.522Z", "version_downloads": 0, "platform": "ruby", "authors": "Ufuk Kayserilioglu, Alan Wu, Alexandre Terrasa, Peter Zhu", "info": "A Ruby Interface file generator for gems, core types and the Ruby standard library", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "de5c1a0eed8e22368c621fb8c3988cc154e3d3552757296486b4aa549b324bcd", "spec_sha": "33ac19192f6d7d11a2bfcea739d7a8877cc5c04244981abab3350db844d7cbb1", "project_uri": "https://rubygems.org/gems/tapioca", "gem_uri": "https://rubygems.org/gems/tapioca-0.17.2.gem", "homepage_uri": "https://github.com/Shopify/tapioca", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/tapioca/0.17.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "benchmark", "requirements": ">= 0" }, { "name": "bundler", "requirements": ">= 2.2.25" }, { "name": "netrc", "requirements": ">= 0.11.0" }, { "name": "parallel", "requirements": ">= 1.21.0" }, { "name": "rbi", "requirements": ">= 0.3.1" }, { "name": "require-hooks", "requirements": ">= 0.2.2" }, { "name": "sorbet-static-and-runtime", "requirements": ">= 0.5.11087" }, { "name": "spoom", "requirements": ">= 1.7.0" }, { "name": "thor", "requirements": ">= 1.2.0" }, { "name": "yard-sorbet", "requirements": ">= 0" } ] } }
2025-06-10 19:06:37 UTC
W4gNm2cZqTsEB7W5ZbXio

airfoil

Enough structure to get our Lambda handlers in the air

0.2.1
Content{ "name": "airfoil", "downloads": 5690, "version": "0.2.1", "version_created_at": "2025-06-10T19:00:52.933Z", "version_downloads": 0, "platform": "ruby", "authors": "Highwing Engineering", "info": "Enough structure to get our Lambda handlers in the air", "licenses": [], "metadata": {}, "yanked": false, "sha": "d7dc0258740d98e1049a0056bdada02f3ce60ab45a5080019660b15855623e9e", "spec_sha": "7524e8d493e96c58428498e92f075fe4efd081d499acc36122a5d653889747fa", "project_uri": "https://rubygems.org/gems/airfoil", "gem_uri": "https://rubygems.org/gems/airfoil-0.2.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/airfoil/0.2.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "aws_lambda_ric", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" } ], "runtime": [ { "name": "dry-monads", "requirements": ">= 0" }, { "name": "ibsciss-middleware", "requirements": "~> 0.4.3" }, { "name": "railties", "requirements": ">= 0" } ] } }
2025-06-10 19:00:54 UTC
vZ0TkRwjktHiH7LfHnB8L

solarwinds_apm

Automatic tracing and metrics for Ruby applications. Get started at cloud.solarwinds.com

7.0.0.prev1
Content{ "name": "solarwinds_apm", "downloads": 27364, "version": "7.0.0.prev1", "version_created_at": "2025-06-10T18:40:04.355Z", "version_downloads": 0, "platform": "ruby", "authors": "Maia Engeli, Peter Giacomo Lombardo, Spiros Eliopoulos, Xuan Cao", "info": "Automatic tracing and metrics for Ruby applications. Get started at cloud.solarwinds.com", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://documentation.solarwinds.com/en/success_center/observability/content/intro/landing-page.html", "changelog_uri": "https://github.com/solarwinds/apm-ruby/releases", "source_code_uri": "https://github.com/solarwinds/apm-ruby", "documentation_uri": "https://documentation.solarwinds.com/en/success_center/observability/default.htm#cshid=config-ruby-agent", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "89c83ae62056c6c7d79e4a84cbfedf497b071d85ed6ead920f4e9aa727ac1af1", "spec_sha": "af77aa262b2298b7764db2eea6cb07c921738963d5e38d9e5c5bbb447df882c8", "project_uri": "https://rubygems.org/gems/solarwinds_apm", "gem_uri": "https://rubygems.org/gems/solarwinds_apm-7.0.0.prev1.gem", "homepage_uri": "https://documentation.solarwinds.com/en/success_center/observability/content/intro/landing-page.html", "wiki_uri": null, "documentation_uri": "https://documentation.solarwinds.com/en/success_center/observability/default.htm#cshid=config-ruby-agent", "mailing_list_uri": null, "source_code_uri": "https://github.com/solarwinds/apm-ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/solarwinds/apm-ruby/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "opentelemetry-exporter-otlp", "requirements": ">= 0.29.1" }, { "name": "opentelemetry-exporter-otlp-metrics", "requirements": ">= 0.3.0" }, { "name": "opentelemetry-instrumentation-all", "requirements": ">= 0.31.0" }, { "name": "opentelemetry-metrics-sdk", "requirements": ">= 0.2.0" }, { "name": "opentelemetry-resource-detector-azure", "requirements": ">= 0.1.0" }, { "name": "opentelemetry-resource-detector-container", "requirements": ">= 0.1.0" }, { "name": "opentelemetry-sdk", "requirements": ">= 1.2.0" } ] } }
2025-06-10 18:40:05 UTC
mkS2YARAiU59hBwWmJogM

playbook_ui_docs

Display all the components from Playbook UI inside your own system.

14.21.2.pre.alpha.PLAY21318324
Content{ "name": "playbook_ui_docs", "downloads": 357616, "version": "14.21.2.pre.alpha.PLAY21318324", "version_created_at": "2025-06-10T18:40:02.642Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Display all the components from Playbook UI inside your own system.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "dec9d7231295fce5cacee30d80d15fd4ca077349f1583cb782bc488562f1a08d", "spec_sha": "7a2be53221adc7eb4b1bed7ef6cb56d70f2599c9273c2060279fdf2e54f80a66", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.21.2.pre.alpha.PLAY21318324.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.21.2.pre.alpha.PLAY21318324", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "playbook_ui", "requirements": ">= 0" } ] } }
2025-06-10 18:40:05 UTC
weioffLLe2UyoN4dpDShm

playbook_ui

Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.

14.21.2.pre.alpha.PLAY21318324
Content{ "name": "playbook_ui", "downloads": 1497862, "version": "14.21.2.pre.alpha.PLAY21318324", "version_created_at": "2025-06-10T18:39:57.571Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "45fb935ed1ee0830178b6b974cd690b25a0050c870adb0c1cf5cf5f2b52f1e1e", "spec_sha": "7be9a2c46ef4b6b119e558ae66b97fca89f5081e2b68ff12e0e8014584887f85", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.21.2.pre.alpha.PLAY21318324.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.21.2.pre.alpha.PLAY21318324", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "brakeman", "requirements": "= 7.0.0" }, { "name": "byebug", "requirements": ">= 11.0.0" }, { "name": "github_changelog_generator", "requirements": "= 1.15.2" }, { "name": "rails", "requirements": ">= 5.2.4.5" }, { "name": "rspec-html-matchers", "requirements": "= 0.9.1" }, { "name": "rspec-rails", "requirements": "~> 3.8, >= 3.8.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": "~> 1.11.5" }, { "name": "tzinfo-data", "requirements": "= 1.2018.9" }, { "name": "will_paginate", "requirements": "= 3.3.1" } ], "runtime": [ { "name": "actionpack", "requirements": ">= 5.2.4.5" }, { "name": "actionview", "requirements": ">= 5.2.4.5" }, { "name": "activesupport", "requirements": ">= 5.2.4.5" }, { "name": "react-rails", "requirements": "= 2.6.1" }, { "name": "view_component", "requirements": "= 2.83.0" }, { "name": "webpacker-react", "requirements": "~> 0.3.2" } ] } }
2025-06-10 18:40:02 UTC
6HXAuMnFu-aDqIp68khSO

mcp-datetime-ruby

A Ruby implementation of an MCP server that provides datetime tools for AI assistants

0.1.0
Content{ "name": "mcp-datetime-ruby", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-06-10T18:39:41.809Z", "version_downloads": 0, "platform": "ruby", "authors": "Wolfgang Teuber", "info": "A Ruby implementation of an MCP server that provides datetime tools for AI assistants", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/wteuber/mcp-datetime-ruby", "changelog_uri": "https://github.com/wteuber/mcp-datetime-ruby/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/wteuber/mcp-datetime-ruby", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "80201bd95dc2debe0536307026a8b1c47ba0c9077ea1744d0e4c1abecf5a63a6", "spec_sha": "9e8d557440ff0d8fc52139211afb299e77a0874999baa9369d19342fcf620758", "project_uri": "https://rubygems.org/gems/mcp-datetime-ruby", "gem_uri": "https://rubygems.org/gems/mcp-datetime-ruby-0.1.0.gem", "homepage_uri": "https://github.com/wteuber/mcp-datetime-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/wteuber/mcp-datetime-ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/wteuber/mcp-datetime-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "minitest", "requirements": "~> 5.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rubocop", "requirements": "~> 1.0" } ], "runtime": [ { "name": "json", "requirements": "~> 2.0" } ] } }
2025-06-10 18:39:45 UTC
sxtZhcrqyaYidxRcOy_gz

voxpupuli-gem-workflow-test

Within Voxpupuli there are a lot of repositories maintained by various people. That requires automation, but automation requires testing.

0.9.1
Content{ "name": "voxpupuli-gem-workflow-test", "downloads": 6876, "version": "0.9.1", "version_created_at": "2025-06-10T18:28:46.141Z", "version_downloads": 0, "platform": "ruby", "authors": "Voxpupuli", "info": "Within Voxpupuli there are a lot of repositories maintained by various people. That requires automation, but automation requires testing.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "8ec09642311662de261bcae7aea3f444ae06b18953561bec2b2a3a966d8eaba8", "spec_sha": "e3df6ed67a0d3e30512be82771b86c50163c7df38b552a8e1c095cdc7dd77ef6", "project_uri": "https://rubygems.org/gems/voxpupuli-gem-workflow-test", "gem_uri": "https://rubygems.org/gems/voxpupuli-gem-workflow-test-0.9.1.gem", "homepage_uri": "https://github.com/voxpupuli/gem-workflow-test", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/voxpupuli-gem-workflow-test/0.9.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 18:28:47 UTC
OpNZQ9JT-Yn_IMJXFmwmW

openproject-token

OpenProject EE token reader

7.1.0
Content{ "name": "openproject-token", "downloads": 132964, "version": "7.1.0", "version_created_at": "2025-06-10T18:24:40.465Z", "version_downloads": 0, "platform": "ruby", "authors": "OpenProject GmbH", "info": "OpenProject EE token reader", "licenses": [ "GPL-3.0" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8208c9dbbf23eedd0a67e78f1b46402dffe375e26512bafa01da91e2d2354b16", "spec_sha": "27b9ced233c59ea492d53c0cb1eff84c01960348909a49c7b8082b8155981858", "project_uri": "https://rubygems.org/gems/openproject-token", "gem_uri": "https://rubygems.org/gems/openproject-token-7.1.0.gem", "homepage_uri": "https://www.openproject.org", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/openproject-token/7.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activemodel", "requirements": ">= 0" } ] } }
2025-06-10 18:24:42 UTC
-HPVYHt71ubEyZJltm0ZE

boxcars

You simply set an OpenAI key, give a number of Boxcars to a Train, and magic ensues when you run it.

0.8.4
Content{ "name": "boxcars", "downloads": 31040, "version": "0.8.4", "version_created_at": "2025-06-10T18:15:10.741Z", "version_downloads": 0, "platform": "ruby", "authors": "Francis Sullivan, Tabrez Syed", "info": "You simply set an OpenAI key, give a number of Boxcars to a Train, and magic ensues when you run it.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/BoxcarsAI/boxcars", "changelog_uri": "https://github.com/BoxcarsAI/boxcars/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/BoxcarsAI/boxcars", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1aff109f500baa98071dd4e619726371941912d8ad4b8f7d1bdd6c538743be23", "spec_sha": "39c2a697fe0ec8e8095accfcfbc79b915d8555071f0ce6621486073e3e701e3d", "project_uri": "https://rubygems.org/gems/boxcars", "gem_uri": "https://rubygems.org/gems/boxcars-0.8.4.gem", "homepage_uri": "https://github.com/BoxcarsAI/boxcars", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/BoxcarsAI/boxcars", "bug_tracker_uri": null, "changelog_uri": "https://github.com/BoxcarsAI/boxcars/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "faraday-retry", "requirements": "~> 2.0" }, { "name": "google_search_results", "requirements": "~> 2.2" }, { "name": "gpt4all", "requirements": "~> 0.0.5" }, { "name": "hnswlib", "requirements": "~> 0.9" }, { "name": "intelligence", "requirements": ">= 0.8" }, { "name": "nokogiri", "requirements": "~> 1.18" }, { "name": "ruby-anthropic", "requirements": "~> 0.4" }, { "name": "ruby-openai", "requirements": ">= 7.3" } ] } }
2025-06-10 18:15:12 UTC
0v9npYHllDgF4Krb5ETKF

playbook_ui_docs

Display all the components from Playbook UI inside your own system.

14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323
Content{ "name": "playbook_ui_docs", "downloads": 357580, "version": "14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323", "version_created_at": "2025-06-10T17:47:24.957Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Display all the components from Playbook UI inside your own system.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "c17aa17b2c804f98e24df2c9094bdeb9ad30baa8d1b0d3a44f09ee7c2a02dee4", "spec_sha": "e8b19f0d319316691907d6adcf708eabdf7153f14b0b4cd154cc13371850eeac", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "playbook_ui", "requirements": ">= 0" } ] } }
2025-06-10 17:47:28 UTC
CKI0bUsKz-3XtT7w0J-KF

playbook_ui

Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.

14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323
Content{ "name": "playbook_ui", "downloads": 1497806, "version": "14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323", "version_created_at": "2025-06-10T17:47:21.133Z", "version_downloads": 0, "platform": "ruby", "authors": "Power UX, Power Devs", "info": "Playbook UI is built out in Ruby View Components and React Components. Playbook takes a modern design approach and applies it in a way that makes it easy to support bleeding edge or legacy systems.", "licenses": [ "ISC" ], "metadata": {}, "yanked": false, "sha": "3a81aa18fa2aac105995e7509851548d65da09a21404950979ee3c40f5d17135", "spec_sha": "a3acd4bd028404ec5e2a1e4cc7a323b50158262da6a37d2b1db183305c3f9657", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.21.2.pre.alpha.PLAY2018verticalBordertableheaderborders8323", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "brakeman", "requirements": "= 7.0.0" }, { "name": "byebug", "requirements": ">= 11.0.0" }, { "name": "github_changelog_generator", "requirements": "= 1.15.2" }, { "name": "rails", "requirements": ">= 5.2.4.5" }, { "name": "rspec-html-matchers", "requirements": "= 0.9.1" }, { "name": "rspec-rails", "requirements": "~> 3.8, >= 3.8.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": "~> 1.11.5" }, { "name": "tzinfo-data", "requirements": "= 1.2018.9" }, { "name": "will_paginate", "requirements": "= 3.3.1" } ], "runtime": [ { "name": "actionpack", "requirements": ">= 5.2.4.5" }, { "name": "actionview", "requirements": ">= 5.2.4.5" }, { "name": "activesupport", "requirements": ">= 5.2.4.5" }, { "name": "react-rails", "requirements": "= 2.6.1" }, { "name": "view_component", "requirements": "= 2.83.0" }, { "name": "webpacker-react", "requirements": "~> 0.3.2" } ] } }
2025-06-10 17:47:24 UTC
_CyX9nwd-iiBEnSlJ4Ghw

cedar_policy

Ruby bindings for Cedar policy evaluation engine.

0.5.3
Content{ "name": "cedar_policy", "downloads": 6747, "version": "0.5.3", "version_created_at": "2025-06-10T17:46:04.698Z", "version_downloads": 0, "platform": "x86_64-linux", "authors": "Aotokitsuruya", "info": "Ruby bindings for Cedar policy evaluation engine.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "a0c7956092594f2374f540f1e58c0fd79c4ab303234e01960c7bd63992ffe3ee", "spec_sha": "d0ae86e2134acb34d0866c54b69edb264645553fd4ae9295d18e8f96cf97a1c3", "project_uri": "https://rubygems.org/gems/cedar_policy", "gem_uri": "https://rubygems.org/gems/cedar_policy-0.5.3-x86_64-linux.gem", "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:46:06 UTC
m3FjcjpKnvX0ZPFvDwawX

cedar_policy

Ruby bindings for Cedar policy evaluation engine.

0.5.3
Content{ "name": "cedar_policy", "downloads": 6744, "version": "0.5.3", "version_created_at": "2025-06-10T17:41:11.975Z", "version_downloads": 0, "platform": "x86_64-darwin", "authors": "Aotokitsuruya", "info": "Ruby bindings for Cedar policy evaluation engine.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "99274df59ce8f851ca53b20469dd28213eb4ad4f0660d880198d236e475c6640", "spec_sha": "ff3d79b151b1df0b64ad905e314e4a1d659ee528782ae10c319d138487ef37a4", "project_uri": "https://rubygems.org/gems/cedar_policy", "gem_uri": "https://rubygems.org/gems/cedar_policy-0.5.3-x86_64-darwin.gem", "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:41:13 UTC
eQS9-xQN-2qDKp8bjUpcr

cedar_policy

Ruby bindings for Cedar policy evaluation engine.

0.5.3
Content{ "name": "cedar_policy", "downloads": 6744, "version": "0.5.3", "version_created_at": "2025-06-10T17:41:03.880Z", "version_downloads": 0, "platform": "aarch64-linux", "authors": "Aotokitsuruya", "info": "Ruby bindings for Cedar policy evaluation engine.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "80414304fb10808ea78a64834c4f1b6fe97db00613d153d5d2f195e68e026ef9", "spec_sha": "662ce4c45d1e21edd60c415bacd3b36bc25c4a1919178c0c5eb6efb7867a0bf5", "project_uri": "https://rubygems.org/gems/cedar_policy", "gem_uri": "https://rubygems.org/gems/cedar_policy-0.5.3-aarch64-linux.gem", "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:41:05 UTC
McJboZMTCMxDe0TldjEvi

cedar_policy

Ruby bindings for Cedar policy evaluation engine.

0.5.3
Content{ "name": "cedar_policy", "downloads": 6744, "version": "0.5.3", "version_created_at": "2025-06-10T17:40:52.847Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "Aotokitsuruya", "info": "Ruby bindings for Cedar policy evaluation engine.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "54ed4081ff53ace4f4530efa04104aa4c3e42547f4c538c0962b9cce0e185505", "spec_sha": "9145ee47c3890a8e1f85e669c7d726eac4edfe07c6d1ee5bc8305a859f230e9c", "project_uri": "https://rubygems.org/gems/cedar_policy", "gem_uri": "https://rubygems.org/gems/cedar_policy-0.5.3-arm64-darwin.gem", "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:40:54 UTC
fGsHUE9vFTH4dGqpQBxUN

cedar_policy

Ruby bindings for Cedar policy evaluation engine.

0.5.3
Content{ "name": "cedar_policy", "downloads": 6744, "version": "0.5.3", "version_created_at": "2025-06-10T17:40:25.636Z", "version_downloads": 0, "platform": "x64-mingw-ucrt", "authors": "Aotokitsuruya", "info": "Ruby bindings for Cedar policy evaluation engine.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "72f43f47b7832c0d4dc304d983fe7f587f2e036142788b565e441414dfa27f4c", "spec_sha": "7c47f7e0e8e153be6926db0c4acce20f61715806bc1d650fae24e2ea4cacfd3f", "project_uri": "https://rubygems.org/gems/cedar_policy", "gem_uri": "https://rubygems.org/gems/cedar_policy-0.5.3-x64-mingw-ucrt.gem", "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:40:27 UTC
Qb_UV3k62yICvsQYR6qjg

cybrid_api_id_ruby

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

0.123.570
Content{ "name": "cybrid_api_id_ruby", "downloads": 1427178, "version": "0.123.570", "version_created_at": "2025-06-10T17:38:25.652Z", "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": "72377ffd1848e878f0f3b57bd5d7fadc18462ef18d7c8918fe1ed9a7c56c35a6", "spec_sha": "bf71f36befec561be2d33cb9da5a9429f7104c41f62600d78571bb80c15d63f7", "project_uri": "https://rubygems.org/gems/cybrid_api_id_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_id_ruby-0.123.570.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.570", "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-06-10 17:38:29 UTC
gXNZ3V3q5dJNmXNMUCmyE

cybrid_api_bank_ruby

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

0.123.570
Content{ "name": "cybrid_api_bank_ruby", "downloads": 1403090, "version": "0.123.570", "version_created_at": "2025-06-10T17:37:52.201Z", "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": "50f215c75f6e7eed440168fcc5e5813fb1a9424b5f9d78e04b97bbecd7da6a9d", "spec_sha": "e0ed94ce68a5b77adb51bfe51276b492308ced5be87572b15c7b8a987cf9a229", "project_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby-0.123.570.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.570", "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-06-10 17:37:55 UTC
D9ERyrgpT3joisOSGz8V7

cybrid_api_organization_ruby

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

0.123.570
Content{ "name": "cybrid_api_organization_ruby", "downloads": 1445475, "version": "0.123.570", "version_created_at": "2025-06-10T17:37:27.743Z", "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": "c4499af0302b7afe0ebee57a04351e92ea6f030c6006e2f1f111c8f280de798f", "spec_sha": "164264b3f71ac09c1c4c76dd4a9a6e801b394016f3f458ef20e546d41d81fbc0", "project_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby-0.123.570.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.570", "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-06-10 17:37:32 UTC
lVo8I9_4AymXj7VtOdbG6

rich_text_renderer

Rich Text Renderer for the Contentful RichText field type

0.3.3
Content{ "name": "rich_text_renderer", "downloads": 1336687, "version": "0.3.3", "version_created_at": "2025-06-10T17:36:39.180Z", "version_downloads": 0, "platform": "ruby", "authors": "Contentful GmbH (David Litvak Bruno)", "info": "Rich Text Renderer for the Contentful RichText field type", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "59e1efb5612b9681444faae3020954c3c3163eb30c6a9aeff8319d7c7c695039", "spec_sha": "d203b9ef47cb82841b60d5a2a77bc044cdd2313321f99e2bda5b29353feb9093", "project_uri": "https://rubygems.org/gems/rich_text_renderer", "gem_uri": "https://rubygems.org/gems/rich_text_renderer-0.3.3.gem", "homepage_uri": "https://github.com/contentful/rich-text-renderer.rb", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rich_text_renderer/0.3.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "guard", "requirements": ">= 0" }, { "name": "guard-rspec", "requirements": ">= 0" }, { "name": "guard-rubocop", "requirements": ">= 0" }, { "name": "guard-yard", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.1.0" }, { "name": "rspec", "requirements": "~> 3" }, { "name": "rubocop", "requirements": "~> 1.62.1" }, { "name": "rubygems-tasks", "requirements": "~> 0.2" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [] } }
2025-06-10 17:36:42 UTC
3rwzQabQzkIXTa9uY-azc

jruby-jars

This gem includes JRuby core and the Ruby standard library as jar files. It provides a way to have other gems depend on JRuby without including (and freezing to) a specific jruby-complete jar version.

9.4.13.0
Content{ "name": "jruby-jars", "downloads": 4617887, "version": "9.4.13.0", "version_created_at": "2025-06-10T17:36:25.206Z", "version_downloads": 0, "platform": "ruby", "authors": "Charles Oliver Nutter", "info": "This gem includes JRuby core and the Ruby standard library as jar files.\nIt provides a way to have other gems depend on JRuby without including (and\nfreezing to) a specific jruby-complete jar version.", "licenses": [ "EPL-2.0", "GPL-2.0", "LGPL-2.1" ], "metadata": {}, "yanked": false, "sha": "6862f966ce7be7d416cff245cfd894cb45b8fb5e2c0e7ca987017fe29cc910e2", "spec_sha": "77db5eb24caa14d3252801500de1774683d3a87a9565d8c1225794d73f29eb28", "project_uri": "https://rubygems.org/gems/jruby-jars", "gem_uri": "https://rubygems.org/gems/jruby-jars-9.4.13.0.gem", "homepage_uri": "https://github.com/jruby/jruby/tree/master/maven/jruby-jars", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/jruby-jars/9.4.13.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:36:27 UTC
_AZMuPLHX6ztSl9ZzP4E4

cedar_policy

Ruby bindings for Cedar policy evaluation engine.

0.5.3
Content{ "name": "cedar_policy", "downloads": 6744, "version": "0.5.3", "version_created_at": "2025-06-10T17:36:20.016Z", "version_downloads": 0, "platform": "x64-mingw32", "authors": "Aotokitsuruya", "info": "Ruby bindings for Cedar policy evaluation engine.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "fa05b6d649ce9711d8ab5f32168e78909efe6fed5a49298b521ffe256e459676", "spec_sha": "635d475254791d9688e56d8388d44b2bcdba88e866d0dd72173f6d78d35fdc1c", "project_uri": "https://rubygems.org/gems/cedar_policy", "gem_uri": "https://rubygems.org/gems/cedar_policy-0.5.3-x64-mingw32.gem", "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:36:21 UTC
WFHDG37Q3DAavBNRekpV8

cedar_policy

Ruby bindings for Cedar policy evaluation engine.

0.5.3
Content{ "name": "cedar_policy", "downloads": 6744, "version": "0.5.3", "version_created_at": "2025-06-10T17:35:05.318Z", "version_downloads": 0, "platform": "ruby", "authors": "Aotokitsuruya", "info": "Ruby bindings for Cedar policy evaluation engine.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "5cec719669dff06b0219a063c5e931ede6268582aeb48c9be2d20567fd39210c", "spec_sha": "279e13a3d44528bfdd6391ab7b4913611e8cd8b5320de3a10e85ec6ad1d612fe", "project_uri": "https://rubygems.org/gems/cedar_policy", "gem_uri": "https://rubygems.org/gems/cedar_policy-0.5.3.gem", "homepage_uri": "https://github.com/elct9620/cedar-policy-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/elct9620/cedar-policy-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/elct9620/cedar-policy-rb", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:35:06 UTC
AmvplWmTC5a0gi1b8CBKG

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:54.723Z", "version_downloads": 0, "platform": "ruby", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "0528c0178c415e0c7a46710925a01b0f387d2a163e4416cf67e91fd2b9f978ed", "spec_sha": "4b668861a24651803197aeb8c1f94a088b64153cb84f79045e1102676f060493", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:56 UTC
uC7ve59OaZ8o2qP8VsZp-

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:53.116Z", "version_downloads": 0, "platform": "x86_64-linux-musl", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "ea4772b05bd85d5fd0d84082c10ae2c7123f27246572677ee357ab1e4667af77", "spec_sha": "97f53684f47d8a865c8ffbd5b68a86987be7f8727f7fb040cc8d41ab16543a98", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-x86_64-linux-musl.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:54 UTC
Poy-cpzVIe_KcYwQP7DQY

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:49.219Z", "version_downloads": 0, "platform": "x86_64-linux-gnu", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "7b6328ef823bf81d02f4287e091e5ac6b707806acf93b58c20e44f3494b042ee", "spec_sha": "023c389d0f9c38eb2f8dca011fb406ce9d22d4d22f3a37a7ee1f3fa7e782dbf2", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-x86_64-linux-gnu.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:50 UTC
39-hoY5thy0m4GhPPDLlP

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:45.464Z", "version_downloads": 0, "platform": "x86_64-darwin", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "8b811cc422be2be2b49cb585444978a4660f2790645a48e74e9bcd6d1cebcf24", "spec_sha": "7d58f584cfdae0d25bb2147fb3f6f5a51dc007fa05eb3e5bad06f5778473e7bf", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-x86_64-darwin.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:46 UTC
WS9Kmzkv0M06iYsVcJcZM

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:41.590Z", "version_downloads": 0, "platform": "x64-mingw32", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "4c94394270d43dcd71fea46687b738bfcc05cda7e075f87ea3a3829871e815d0", "spec_sha": "86d8cfb3882732cbe6ad7abac0f29113398e0b2405acf6b1c61fa872041c0ab2", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-x64-mingw32.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:43 UTC
Ui3ycSiMXPWJZzbQfj6mn

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:37.829Z", "version_downloads": 0, "platform": "x64-mingw-ucrt", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "6acdfa65a95d5187b4773ab35c4a449ad06235348879d56e224266917085be4b", "spec_sha": "5b5d242486ef9c812545b882f7de2ff35ed5a0933aa572f2dba7e68a5fe2fea7", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-x64-mingw-ucrt.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:39 UTC
aDN6ps4UAGFBlsNtIqxb0

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:34.046Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "8785ca97a06624f251014814920dff3cd0e0b7ac2fb4eb086d58009037a24913", "spec_sha": "dcb60e6074a1b8d00526abbd7158720a87966152d78e944387a9851f93658688", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-arm64-darwin.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:35 UTC
E_q0IYzVDUipXHdL8Mnq3

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:30.288Z", "version_downloads": 0, "platform": "aarch64-linux-musl", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "f903119ed7970b9da2ab3d60d76ebf3bad10b31dde0cead2586fceb97c22d951", "spec_sha": "2e4b471d957a64af35f845f6d2fdb1f6395449d45a818325ca74434f27cc9b2b", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-aarch64-linux-musl.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:31 UTC
9wk75dxO5TOxEPtE4m4gO

asimov-nexus-module

ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.

0.0.0
Content{ "name": "asimov-nexus-module", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-06-10T17:24:26.156Z", "version_downloads": 0, "platform": "aarch64-linux-gnu", "authors": "ASIMOV Protocol", "info": "ASIMOV module for knowledge import powered by the ASIMOV.Nexus intelligence platform.", "licenses": [ "Unlicense" ], "metadata": { "homepage_uri": "https://github.com/asimov-modules", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md" }, "yanked": false, "sha": "55fa9ee9e270102c3d34f3659d3de35e3033bc4e232cbb8a223a6e46d3a5552a", "spec_sha": "71bbfb874a588438efc45e1f4135a6f1e7f4cacedf8b0f1e93e276f22c818e22", "project_uri": "https://rubygems.org/gems/asimov-nexus-module", "gem_uri": "https://rubygems.org/gems/asimov-nexus-module-0.0.0-aarch64-linux-gnu.gem", "homepage_uri": "https://github.com/asimov-modules", "wiki_uri": null, "documentation_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/asimov-modules/asimov-nexus-module", "bug_tracker_uri": "https://github.com/asimov-modules/asimov-nexus-module/issues", "changelog_uri": "https://github.com/asimov-modules/asimov-nexus-module/blob/master/CHANGES.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 17:24:27 UTC
g0J_Zyphpxnsf3gD80EFI

contentful-management

Ruby client for the https://www.contentful.com Content Management API

3.10.1
Content{ "name": "contentful-management", "downloads": 2379166, "version": "3.10.1", "version_created_at": "2025-06-10T17:18:48.793Z", "version_downloads": 0, "platform": "ruby", "authors": "Piotr Protas, Tomasz Warkocki, Contentful GmbH (Andreas Tiefenthaler)", "info": "Ruby client for the https://www.contentful.com Content Management API", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "880874000e3523751ed0cf5218aead22c0ad99badf533f673bac0571f976759e", "spec_sha": "5d91abf124a57482b05a4121a7bcb47cd3011aa50fffccaa195a3d6745f0842b", "project_uri": "https://rubygems.org/gems/contentful-management", "gem_uri": "https://rubygems.org/gems/contentful-management-3.10.1.gem", "homepage_uri": "https://github.com/contentful/contentful-management.rb", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/contentful-management/3.10.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "guard", "requirements": ">= 0" }, { "name": "guard-rspec", "requirements": ">= 0" }, { "name": "guard-rubocop", "requirements": ">= 0" }, { "name": "guard-yard", "requirements": ">= 0" }, { "name": "listen", "requirements": "~> 3.0" }, { "name": "public_suffix", "requirements": "< 1.5" }, { "name": "rake", "requirements": ">= 12.3.3" }, { "name": "rspec", "requirements": "~> 3" }, { "name": "rspec-its", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 1.56.2" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "tins", "requirements": "~> 1.6.0" }, { "name": "vcr", "requirements": "~> 6.2.0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "http", "requirements": "~> 5.0" }, { "name": "json", "requirements": ">= 1.8, < 3.0" }, { "name": "multi_json", "requirements": "~> 1.15" } ] } }
2025-06-10 17:18:50 UTC
0mzgMry3A33gj-SX9n1mJ

servactory

A set of tools for building reliable services of any complexity

2.15.0
Content{ "name": "servactory", "downloads": 82467, "version": "2.15.0", "version_created_at": "2025-06-10T17:14:48.429Z", "version_downloads": 0, "platform": "ruby", "authors": "Anton Sokolov", "info": "A set of tools for building reliable services of any complexity", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/servactory/servactory", "changelog_uri": "https://github.com/servactory/servactory/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/servactory/servactory/issues", "source_code_uri": "https://github.com/servactory/servactory", "documentation_uri": "https://servactory.com", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "581fd82c661330073039d31b469a5ca57305453b968f8321d908724bc2f5e638", "spec_sha": "bd0db02f6cb6e410155288c5b862dff50733eba84c2d6cbf58f841092de84eaa", "project_uri": "https://rubygems.org/gems/servactory", "gem_uri": "https://rubygems.org/gems/servactory-2.15.0.gem", "homepage_uri": "https://github.com/servactory/servactory", "wiki_uri": null, "documentation_uri": "https://servactory.com", "mailing_list_uri": null, "source_code_uri": "https://github.com/servactory/servactory", "bug_tracker_uri": "https://github.com/servactory/servactory/issues", "changelog_uri": "https://github.com/servactory/servactory/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 2.5" }, { "name": "async", "requirements": ">= 2.23" }, { "name": "datory", "requirements": ">= 2.2.0" }, { "name": "rake", "requirements": ">= 13.2" }, { "name": "rbs", "requirements": ">= 3.8" }, { "name": "rspec", "requirements": ">= 3.13" }, { "name": "servactory-rubocop", "requirements": ">= 0.9" }, { "name": "steep", "requirements": ">= 1.9" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 5.1, < 8.1" }, { "name": "base64", "requirements": ">= 0.2" }, { "name": "bigdecimal", "requirements": ">= 3.1" }, { "name": "i18n", "requirements": ">= 1.14" }, { "name": "mutex_m", "requirements": ">= 0.3" }, { "name": "zeitwerk", "requirements": ">= 2.6" } ] } }
2025-06-10 17:14:52 UTC
OCl1xFl3LnZIw3ujPoqIi

prawndown-ext

Extension of Prawndown to include additional Markdown features. Currently supports custom header sizes, removing iframe content. Need to write more to make images work.

0.1.7
Content{ "name": "prawndown-ext", "downloads": 466, "version": "0.1.7", "version_created_at": "2025-06-10T17:04:44.223Z", "version_downloads": 0, "platform": "ruby", "authors": "PunishedFelix", "info": "Extension of Prawndown to include additional Markdown features. Currently supports custom header sizes, removing iframe content. Need to write more to make images work.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "f2f90279d7debec74ec9ed8fe33f8fd6bb4696ebf92d7c7a328b84b7a39bf5d6", "spec_sha": "ccbba430f4f464500960aa1301bb1bf7fca982a33a42475dc0a67928cf2ab2b4", "project_uri": "https://rubygems.org/gems/prawndown-ext", "gem_uri": "https://rubygems.org/gems/prawndown-ext-0.1.7.gem", "homepage_uri": "https://github.com/badgernested/prawndown-ext", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/prawndown-ext/0.1.7", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "prawn", "requirements": "~> 2.5, >= 2.5.0" } ] } }
2025-06-10 17:04:45 UTC
SQUED_8iAah5vDfvCpHP1

gitlab-customer-support-operations_zendesk

Zendesk gem of GitLab Customer Support Operations

1.0.2
Content{ "name": "gitlab-customer-support-operations_zendesk", "downloads": 319, "version": "1.0.2", "version_created_at": "2025-06-10T16:56:08.253Z", "version_downloads": 0, "platform": "ruby", "authors": "Jason Colyer", "info": "Zendesk gem of GitLab Customer Support Operations", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://gitlab.com/reyloc/gitlab-customer-support-operations_zendesk/-/issues", "documentation_uri": "https://reyloc.gitlab.io/gitlab-customer-support-operations_zendesk/" }, "yanked": false, "sha": "d5a0fa9cbce9f449c651f3403a24edfdb49aeaf7f145f2bbd4a55f865d4cc883", "spec_sha": "676d05daf10f0e62754c78561f902f9ad3b9fa476d60db5ae15a875d5f3c99d6", "project_uri": "https://rubygems.org/gems/gitlab-customer-support-operations_zendesk", "gem_uri": "https://rubygems.org/gems/gitlab-customer-support-operations_zendesk-1.0.2.gem", "homepage_uri": "https://gitlab.com/reyloc/gitlab-customer-support-operations_zendesk", "wiki_uri": null, "documentation_uri": "https://reyloc.gitlab.io/gitlab-customer-support-operations_zendesk/", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://gitlab.com/reyloc/gitlab-customer-support-operations_zendesk/-/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": "~> 7.0, <= 7.0.8" }, { "name": "cgi", "requirements": "~> 0.4.1" }, { "name": "concurrent-ruby", "requirements": "= 1.3.4" }, { "name": "digest", "requirements": "~> 3.1.1" }, { "name": "erb", "requirements": "~> 4.0.2" }, { "name": "faraday", "requirements": "~> 2.11.0" }, { "name": "faraday-multipart", "requirements": "~> 1.0.4" }, { "name": "faraday-retry", "requirements": "~> 2.2.1" }, { "name": "json", "requirements": "~> 2.7.1" }, { "name": "oj", "requirements": "~> 3.16.3" }, { "name": "rubyzip", "requirements": "~> 2.3.2" }, { "name": "yaml", "requirements": "~> 0.3.0" } ] } }
2025-06-10 16:56:09 UTC
2gJjwcwIpo-7X-8AzVEFq

contentful

Ruby client for the https://www.contentful.com Content Delivery API

2.17.2
Content{ "name": "contentful", "downloads": 4856947, "version": "2.17.2", "version_created_at": "2025-06-10T16:54:23.249Z", "version_downloads": 0, "platform": "ruby", "authors": "Contentful GmbH (Jan Lelis), Contentful GmbH (Andreas Tiefenthaler), Contentful GmbH (David Litvak Bruno)", "info": "Ruby client for the https://www.contentful.com Content Delivery API", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "83f30d3f245df26899ba112322d4619dc4ace1e7680a7ae9e29dc2fe5bda0e16", "spec_sha": "d3b9190cac7fe3f330bd2407a07e892a0dbc3422f0816f142847c7732f35a161", "project_uri": "https://rubygems.org/gems/contentful", "gem_uri": "https://rubygems.org/gems/contentful-2.17.2.gem", "homepage_uri": "https://github.com/contentful/contentful.rb", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/contentful/2.17.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "guard", "requirements": ">= 0" }, { "name": "guard-rspec", "requirements": ">= 0" }, { "name": "guard-rubocop", "requirements": ">= 0" }, { "name": "guard-yard", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 12.3.3" }, { "name": "rr", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3" }, { "name": "rubocop", "requirements": "~> 1.60.2" }, { "name": "rubygems-tasks", "requirements": "~> 0.2" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "tins", "requirements": "~> 1.6.0" }, { "name": "vcr", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "http", "requirements": "> 0.8, < 6.0" }, { "name": "multi_json", "requirements": "~> 1.15" } ] } }
2025-06-10 16:54:25 UTC
OShfvTR4myWXPq3SHP9ip

n2b

N2B is a comprehensive AI-powered development toolkit that enhances your daily workflow with smart merge conflict resolution, interactive Jira ticket analysis, and intelligent code diff analysis. Features include: AI-assisted merge conflicts with editor integration, interactive Jira templates with checklists, automatic VCS resolution marking, JSON auto-repair, and multi-LLM support (OpenAI, Claude, Gemini, OpenRouter, Ollama).

2.1.0
Content{ "name": "n2b", "downloads": 4219, "version": "2.1.0", "version_created_at": "2025-06-10T16:54:04.451Z", "version_downloads": 0, "platform": "ruby", "authors": "Stefan Nothegger", "info": "N2B is a comprehensive AI-powered development toolkit that enhances your daily workflow with smart merge conflict resolution, interactive Jira ticket analysis, and intelligent code diff analysis. Features include: AI-assisted merge conflicts with editor integration, interactive Jira templates with checklists, automatic VCS resolution marking, JSON auto-repair, and multi-LLM support (OpenAI, Claude, Gemini, OpenRouter, Ollama).", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/stefan-kp/n2b/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/stefan-kp/n2b", "documentation_uri": "https://github.com/stefan-kp/n2b/blob/main/README.md", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c78a40e171e8664fe4f47c6eb9244c0e96d63cff83da72d5e1b8341ed1baed90", "spec_sha": "34e5e81ece73bee669ca873cc83ca42ab4e30b852c00ffa24962dfa359e697f5", "project_uri": "https://rubygems.org/gems/n2b", "gem_uri": "https://rubygems.org/gems/n2b-2.1.0.gem", "homepage_uri": "https://github.com/stefan-kp/n2b", "wiki_uri": null, "documentation_uri": "https://github.com/stefan-kp/n2b/blob/main/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/stefan-kp/n2b", "bug_tracker_uri": null, "changelog_uri": "https://github.com/stefan-kp/n2b/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "mocha", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" } ], "runtime": [ { "name": "googleauth", "requirements": "~> 1.2" }, { "name": "json", "requirements": "~> 2.0" } ] } }
2025-06-10 16:54:06 UTC
i9HQu7RmzvuLrpWd608YG

openai

Ruby library to access the OpenAI API

0.8.0
Content{ "name": "openai", "downloads": 201457, "version": "0.8.0", "version_created_at": "2025-06-10T16:51:47.764Z", "version_downloads": 0, "platform": "ruby", "authors": "OpenAI", "info": "Ruby library to access the OpenAI API", "licenses": [], "metadata": { "homepage_uri": "https://gemdocs.org/gems/openai", "source_code_uri": "https://github.com/openai/openai-ruby", "rubygems_mfa_required": "false" }, "yanked": false, "sha": "c26427f4f8e87e873ffb7c1b8c9894f582923e29c4ca59db0dced2557816c768", "spec_sha": "a1f4c0f31c9612a09f89c06276aad6f698606345a56859b1a50418698d20c4f0", "project_uri": "https://rubygems.org/gems/openai", "gem_uri": "https://rubygems.org/gems/openai-0.8.0.gem", "homepage_uri": "https://gemdocs.org/gems/openai", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/openai/openai-ruby", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "connection_pool", "requirements": ">= 0" } ] } }
2025-06-10 16:51:49 UTC
Mb4C5W--ZAP-8DJxZtymh

jekyll-theme-doodle

Dark theme for a playful and creative aesthetic

5.2.3
Content{ "name": "jekyll-theme-doodle", "downloads": 3242, "version": "5.2.3", "version_created_at": "2025-06-10T16:50:52.540Z", "version_downloads": 0, "platform": "ruby", "authors": "Gul Noor", "info": "Dark theme for a playful and creative aesthetic", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "306809e50c98bbb75c0f3b1bd5ff12f44bebe61011078ec0e8b223cbdac61564", "spec_sha": "25a282dda8a0fa74a6959e23bc789d9a9e2f4336a4cb916c41f2eeb96a5b039f", "project_uri": "https://rubygems.org/gems/jekyll-theme-doodle", "gem_uri": "https://rubygems.org/gems/jekyll-theme-doodle-5.2.3.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/jekyll-theme-doodle/5.2.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "jekyll", "requirements": "> 3.5, < 5.0" }, { "name": "jekyll-seo-tag", "requirements": "~> 2.0" } ] } }
2025-06-10 16:50:55 UTC
2osJOmPqDnHYHgaQRtImE

trophy_api_client

Ruby library for the Trophy API.

1.0.7
Content{ "name": "trophy_api_client", "downloads": 1676, "version": "1.0.7", "version_created_at": "2025-06-10T16:44:04.326Z", "version_downloads": 0, "platform": "ruby", "authors": "Trophy Labs, Inc", "info": "Ruby library for the Trophy API.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/trophyso/trophy-ruby", "changelog_uri": "https://github.com/trophyso/trophy-ruby", "source_code_uri": "https://github.com/trophyso/trophy-ruby" }, "yanked": false, "sha": "9a738cd645e08d614068565765337b38a2303cd342e3f1072f4dfd1375ed5551", "spec_sha": "63757f9338c0ce08eaa9f74c922b769ef248f4326cd492894490bc70c0b48eec", "project_uri": "https://rubygems.org/gems/trophy_api_client", "gem_uri": "https://rubygems.org/gems/trophy_api_client-1.0.7.gem", "homepage_uri": "https://github.com/trophyso/trophy-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/trophyso/trophy-ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/trophyso/trophy-ruby", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "async-http-faraday", "requirements": ">= 0.0, < 1.0" }, { "name": "faraday", "requirements": ">= 1.10, < 3.0" }, { "name": "faraday-net_http", "requirements": ">= 1.0, < 4.0" }, { "name": "faraday-retry", "requirements": ">= 1.0, < 3.0" } ] } }
2025-06-10 16:44:05 UTC
dAKTmISerLL74RVMvPr_Y

eac_templates

Put here de description.

0.8.1
Content{ "name": "eac_templates", "downloads": 15710, "version": "0.8.1", "version_created_at": "2025-06-10T16:42:04.415Z", "version_downloads": 0, "platform": "ruby", "authors": "Put here the authors", "info": "Put here de description.", "licenses": [], "metadata": {}, "yanked": false, "sha": "eeaed92b51333f3b9d39bf05152d488df9a2e449313f466246d71fb305c45fca", "spec_sha": "73eebc407f91bfbc1c4d99736e056ace3ed8969b0a7886da84941c0de8e0626f", "project_uri": "https://rubygems.org/gems/eac_templates", "gem_uri": "https://rubygems.org/gems/eac_templates-0.8.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eac_templates/0.8.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "eac_fs", "requirements": "~> 0.18, >= 0.18.1" }, { "name": "eac_ruby_gem_support", "requirements": "~> 0.12" } ], "runtime": [ { "name": "eac_config", "requirements": "~> 0.15" }, { "name": "eac_ruby_utils", "requirements": "~> 0.127" } ] } }
2025-06-10 16:42:05 UTC
zedwv3NC4CuQpqTprMF-D

eac_ruby_gem_support

Development support for Ruby' Gem.

0.12.0
Content{ "name": "eac_ruby_gem_support", "downloads": 23156, "version": "0.12.0", "version_created_at": "2025-06-10T16:41:49.444Z", "version_downloads": 0, "platform": "ruby", "authors": "Esquilo Azul Company", "info": "Development support for Ruby' Gem.", "licenses": [], "metadata": { "source_code_uri": "https://github.com/esquilo-azul/eac_ruby_gem_support" }, "yanked": false, "sha": "6944e1466f9f77e6b695e7dbdb35d19f7bd905663278f0ca51c7fdea1357cb09", "spec_sha": "457a6ddb2f84e631b069a65a2427f40ecb9a97c5b6bcfe71501ebe63b8668f14", "project_uri": "https://rubygems.org/gems/eac_ruby_gem_support", "gem_uri": "https://rubygems.org/gems/eac_ruby_gem_support-0.12.0.gem", "homepage_uri": "https://github.com/esquilo-azul/eac_ruby_gem_support", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/esquilo-azul/eac_ruby_gem_support", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "eac_ruby_utils", "requirements": "~> 0.127" }, { "name": "rspec", "requirements": "~> 3.13, >= 3.13.1" }, { "name": "rubocop", "requirements": "~> 1.76" }, { "name": "rubocop-rails", "requirements": "~> 2.32" }, { "name": "rubocop-rspec", "requirements": "~> 3.6" }, { "name": "super_diff", "requirements": "~> 0.9" } ] } }
2025-06-10 16:41:51 UTC
RgkB9I54duENL8D5cGXzF

avm-eac_ruby_base1

Put here de description.

0.36.0
Content{ "name": "avm-eac_ruby_base1", "downloads": 42160, "version": "0.36.0", "version_created_at": "2025-06-10T16:41:17.922Z", "version_downloads": 0, "platform": "ruby", "authors": "Put here the authors", "info": "Put here de description.", "licenses": [], "metadata": {}, "yanked": false, "sha": "170589d3870eb61896d262bb9461d1d7d9416fd948ff0c455dc0d6504f577eb6", "spec_sha": "8c2c29b7f979d0bbbc1337ef6db7ab6a02477d0fd7b1c7199e4c6de2552241a7", "project_uri": "https://rubygems.org/gems/avm-eac_ruby_base1", "gem_uri": "https://rubygems.org/gems/avm-eac_ruby_base1-0.36.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/avm-eac_ruby_base1/0.36.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "eac_ruby_gem_support", "requirements": "~> 0.12" } ], "runtime": [ { "name": "avm", "requirements": "~> 0.95, >= 0.95.2" }, { "name": "avm-eac_generic_base0", "requirements": "~> 0.15" }, { "name": "eac_envs-http", "requirements": "~> 0.6, >= 0.6.1" }, { "name": "eac_ruby_utils", "requirements": "~> 0.127" } ] } }
2025-06-10 16:41:19 UTC
zCta-I_tYRombqMeefexE

avm

Ruby base library for Agora Vai! Methodology (https://avm.esquiloazul.tech).

0.95.2
Content{ "name": "avm", "downloads": 89806, "version": "0.95.2", "version_created_at": "2025-06-10T16:40:52.889Z", "version_downloads": 0, "platform": "ruby", "authors": "Eduardo H. Bogoni", "info": "Ruby base library for Agora Vai! Methodology (https://avm.esquiloazul.tech).", "licenses": [], "metadata": {}, "yanked": false, "sha": "b98b9b924394c7d8b796aaebe277b32011aceb08f1696d3912fb3ee4b2fc79c1", "spec_sha": "c1d0fd7aa99d2c425ebbe44fa18da6a003bc290129e2666f4d4921aab9c857e0", "project_uri": "https://rubygems.org/gems/avm", "gem_uri": "https://rubygems.org/gems/avm-0.95.2.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/avm/0.95.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "avm-eac_ruby_base1", "requirements": "~> 0.36" }, { "name": "avm-git", "requirements": "~> 0.19" }, { "name": "eac_ruby_gem_support", "requirements": "~> 0.12" } ], "runtime": [ { "name": "clipboard", "requirements": "~> 1.4, >= 1.4.1" }, { "name": "eac_cli", "requirements": "~> 0.43" }, { "name": "eac_config", "requirements": "~> 0.15" }, { "name": "eac_docker", "requirements": "~> 0.7" }, { "name": "eac_fs", "requirements": "~> 0.18, >= 0.18.1" }, { "name": "eac_ruby_utils", "requirements": "~> 0.127" }, { "name": "eac_templates", "requirements": "~> 0.8, >= 0.8.1" }, { "name": "minitar", "requirements": "~> 0.12, >= 0.12.1" }, { "name": "ruby-progressbar", "requirements": "~> 1.13" } ] } }
2025-06-10 16:40:54 UTC
K5RhWLk_vFRSC8r7fIEvN

eac_tools

Put here de description.

0.100.0
Content{ "name": "eac_tools", "downloads": 82835, "version": "0.100.0", "version_created_at": "2025-06-10T16:40:36.445Z", "version_downloads": 0, "platform": "ruby", "authors": "Put here the authors", "info": "Put here de description.", "licenses": [], "metadata": {}, "yanked": false, "sha": "d34c22d91f22bf8756df1e5a83b5a5e436947aa84506b23bc5dd181ad3fdcf11", "spec_sha": "e7d05d9ed4876f6b33b3a88f728273e3b0b03a99fb05ea54018bf1ebdfc71622", "project_uri": "https://rubygems.org/gems/eac_tools", "gem_uri": "https://rubygems.org/gems/eac_tools-0.100.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eac_tools/0.100.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "eac_ruby_gem_support", "requirements": "~> 0.12" } ], "runtime": [ { "name": "avm", "requirements": "~> 0.95, >= 0.95.2" }, { "name": "avm-eac_asciidoctor_base0", "requirements": "~> 0.25" }, { "name": "avm-eac_generic_base0", "requirements": "~> 0.15" }, { "name": "avm-eac_github_base0", "requirements": "~> 0.3" }, { "name": "avm-eac_gitlab_base0", "requirements": "~> 0.5" }, { "name": "avm-eac_latex_base0", "requirements": "~> 0.3, >= 0.3.2" }, { "name": "avm-eac_php_base0", "requirements": "~> 0.5" }, { "name": "avm-eac_postgresql_base0", "requirements": "~> 0.5, >= 0.5.3" }, { "name": "avm-eac_python_base0", "requirements": "~> 0.2, >= 0.2.2" }, { "name": "avm-eac_rails_base0", "requirements": "~> 0.11, >= 0.11.1" }, { "name": "avm-eac_rails_base1", "requirements": "~> 0.10, >= 0.10.2" }, { "name": "avm-eac_redmine_base0", "requirements": "~> 0.22, >= 0.22.3" }, { "name": "avm-eac_redmine_plugin_base0", "requirements": "~> 0.4, >= 0.4.1" }, { "name": "avm-eac_ruby_base0", "requirements": "~> 0.1" }, { "name": "avm-eac_ruby_base1", "requirements": "~> 0.36" }, { "name": "avm-eac_webapp_base0", "requirements": "~> 0.21" }, { "name": "avm-eac_wordpress_base0", "requirements": "~> 0.3, >= 0.3.2" }, { "name": "avm-git", "requirements": "~> 0.19" }, { "name": "avm-tools", "requirements": "~> 0.163, >= 0.163.1" }, { "name": "eac_ruby_utils", "requirements": "~> 0.127" } ] } }
2025-06-10 16:40:38 UTC
4bwYj95x4ShyAdzbBVT6K

blockchyp

BlockChyp Ruby SDK

2.22.0
Content{ "name": "blockchyp", "downloads": 79038, "version": "2.22.0", "version_created_at": "2025-06-10T16:31:09.012Z", "version_downloads": 0, "platform": "ruby", "authors": "BlockChyp", "info": "BlockChyp Ruby SDK", "licenses": [ "MIT" ], "metadata": { "github_repo": "ssh://github.com/blockchyp/blockchyp-ruby.git" }, "yanked": false, "sha": "14cc07305d513ed8b79edd9d1813e54c033a5ac40d671a5dd4007611c4083527", "spec_sha": "acf1e34a22571963b8702c65baa5350686a627a0d401c0bbac0350618bef87e4", "project_uri": "https://rubygems.org/gems/blockchyp", "gem_uri": "https://rubygems.org/gems/blockchyp-2.22.0.gem", "homepage_uri": "https://github.com/blockchyp/blockchyp-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/blockchyp/2.22.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-06-10 16:31:10 UTC
cRJeuU-Zuz2dxWWGDYpbC

nextcloud-client

Nextcloud OCS and WebDAV API endpoints wrapper in Ruby for user provisioning, file and directory management, sharing (including Federated Cloud Sharing), group and application operations.

0.1.1
Content{ "name": "nextcloud-client", "downloads": 46, "version": "0.1.1", "version_created_at": "2025-06-10T16:16:59.026Z", "version_downloads": 0, "platform": "ruby", "authors": "Idrissa Bara", "info": "Nextcloud OCS and WebDAV API endpoints wrapper in Ruby for user provisioning, file and directory\n management, sharing (including Federated Cloud Sharing), group and application operations.", "licenses": [ "MIT" ], "metadata": { "yard.run": "yri", "changelog_uri": "https://github.com/baraidrissa/nextcloud-client/blob/main/CHANGELOG.md", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "40e4cbd215bf38fbe9d13ae224421cb06aa6ee11b3a483bc978fc81209dfc8b2", "spec_sha": "e7ddfd3298ec79b00b455c602e58a7a8be282031f9e3ee8d4f88d6a9685306e6", "project_uri": "https://rubygems.org/gems/nextcloud-client", "gem_uri": "https://rubygems.org/gems/nextcloud-client-0.1.1.gem", "homepage_uri": "https://github.com/baraidrissa/nextcloud-client", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/baraidrissa/nextcloud-client/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "vcr", "requirements": "~> 6" }, { "name": "webmock", "requirements": "~> 3" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "json", "requirements": "~> 2" }, { "name": "net-http-report", "requirements": "~> 0.3" }, { "name": "nokogiri", "requirements": "~> 1" } ] } }
2025-06-10 16:17:00 UTC
0KRn_-PZDM5WZ54qh3um_

uc3-dmp-api-core

Helpers for SSM, EventBridge, standardizing responses/errors

0.0.31
Content{ "name": "uc3-dmp-api-core", "downloads": 12510, "version": "0.0.31", "version_created_at": "2025-06-10T16:15:22.564Z", "version_downloads": 0, "platform": "ruby", "authors": "Brian Riley", "info": "Helpers for SSM, EventBridge, standardizing responses/errors", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "false" }, "yanked": false, "sha": "6cfe9329e8834242794ac4e04a62d402457e0d6ef1882e0906e62aa8b1d5543c", "spec_sha": "fd03edc5c2e953fb22800f0cd4c6bd97ca288423090c43e5713ffa7cca6b39b9", "project_uri": "https://rubygems.org/gems/uc3-dmp-api-core", "gem_uri": "https://rubygems.org/gems/uc3-dmp-api-core-0.0.31.gem", "homepage_uri": "https://github.com/CDLUC3/dmp-hub-cfn/blob/main/src/sam/gems/uc3-dmp-api-core", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/uc3-dmp-api-core/0.0.31", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": "= 11.1.3" }, { "name": "rspec", "requirements": "= 3.9.0" }, { "name": "rubocop", "requirements": "= 1.50.2" }, { "name": "rubocop-rspec", "requirements": "= 2.20.0" } ], "runtime": [ { "name": "aws-sdk-sns", "requirements": "~> 1.60" }, { "name": "aws-sdk-ssm", "requirements": "~> 1.150" }, { "name": "json", "requirements": "~> 2.6" }, { "name": "logger", "requirements": "~> 1.4" } ] } }
2025-06-10 16:15:24 UTC