Rubyhooks

Lastest updates from Rubygems.org

ID Gem Version Body Updated At
-96McBOQjPu2F_whC1hIf

anthro

A Ruby gem for calculating anthropometric z-scores and percentiles based on the WHO and CDC 2000 growth chart data.

0.2.0
Content{ "name": "anthro", "downloads": 116, "version": "0.2.0", "version_created_at": "2025-03-31T14:45:33.653Z", "version_downloads": 0, "platform": "ruby", "authors": "Joon Lee", "info": "A Ruby gem for calculating anthropometric z-scores and percentiles based on the WHO and CDC 2000 growth chart data.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/hms-dbmi/anthro", "changelog_uri": "https://github.com/hms-dbmi/anthro/CHANGELOG.md", "source_code_uri": "https://github.com/hms-dbmi/anthro" }, "yanked": false, "sha": "8c02b1a645068c36f7f00fb3ef9f7bb3aee742eb285eb5ada8a962c00d284db5", "spec_sha": "59081505b05710f863018cc91a93e62d1012d1740e6dfb6bb25e0b5f04a7b000", "project_uri": "https://rubygems.org/gems/anthro", "gem_uri": "https://rubygems.org/gems/anthro-0.2.0.gem", "homepage_uri": "https://github.com/hms-dbmi/anthro", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/hms-dbmi/anthro", "bug_tracker_uri": null, "changelog_uri": "https://github.com/hms-dbmi/anthro/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.6" }, { "name": "irb", "requirements": "~> 1.15, >= 1.15.1" }, { "name": "minitest", "requirements": "~> 5.25" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rubocop", "requirements": "~> 1.74" } ], "runtime": [ { "name": "bigdecimal", "requirements": "~> 3.1" }, { "name": "distribution", "requirements": "~> 0.8" }, { "name": "prime", "requirements": "~> 0.1.3" } ] } }
2025-03-31 14:45:36 UTC
DZqIVOEHzjYJjPyqG0dLh

smart_todo

SmartTodo is a tool designed to assign specific users on todo's task written in your codebase and help assignees be reminded when it's time to commit to their todo's.

1.9.2
Content{ "name": "smart_todo", "downloads": 1290133, "version": "1.9.2", "version_created_at": "2025-03-31T14:41:18.766Z", "version_downloads": 0, "platform": "ruby", "authors": "Shopify", "info": "SmartTodo is a tool designed to assign specific users on todo's task\nwritten in your codebase and help assignees be reminded when it's time to commit\nto their todo's.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/shopify/smart_todo", "changelog_uri": "https://github.com/shopify/smart_todo/releases", "source_code_uri": "https://github.com/shopify/smart_todo", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "19d19dc022cb2a5d7673927bbe44d50b4281ea52c753fb103a1cab08c4be8dfe", "spec_sha": "616eeea296e6bed8099b45fe17d92f07ee039df7911df82c873f2712abdc591a", "project_uri": "https://rubygems.org/gems/smart_todo", "gem_uri": "https://rubygems.org/gems/smart_todo-1.9.2.gem", "homepage_uri": "https://github.com/shopify/smart_todo", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/shopify/smart_todo", "bug_tracker_uri": null, "changelog_uri": "https://github.com/shopify/smart_todo/releases", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.17" }, { "name": "minitest", "requirements": "~> 5.0" }, { "name": "rake", "requirements": ">= 10.0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "prism", "requirements": "~> 1.0" } ] } }
2025-03-31 14:41:21 UTC
qVEH1pn1Ct9nixTzBKRz7

active_record_proxy_adapters

This gem allows automatic connection switching between a primary and one read replica database in ActiveRecord. It pattern matches the SQL statement being sent to decide whether it should go to the replica (SELECT) or the primary (INSERT, UPDATE, DELETE).

0.4.5
Content{ "name": "active_record_proxy_adapters", "downloads": 3393, "version": "0.4.5", "version_created_at": "2025-03-31T14:40:44.219Z", "version_downloads": 0, "platform": "ruby", "authors": "Matt Cruz", "info": "This gem allows automatic connection switching between a primary and one read replica database in ActiveRecord.\nIt pattern matches the SQL statement being sent to decide whether it should go to the replica (SELECT) or the\nprimary (INSERT, UPDATE, DELETE).", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/Nasdaq/active_record_proxy_adapters", "changelog_uri": "https://github.com/Nasdaq/active_record_proxy_adapters/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/Nasdaq/active_record_proxy_adapters", "allowed_push_host": "https://rubygems.org/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "33b088c719e7002a3098c57af934e3cad08955ef5ffe73a758547b1df129c56b", "spec_sha": "fd820a38519d9b548abed088497db9314df16ac9702e896e4a4b04d9eba26a2f", "project_uri": "https://rubygems.org/gems/active_record_proxy_adapters", "gem_uri": "https://rubygems.org/gems/active_record_proxy_adapters-0.4.5.gem", "homepage_uri": "https://github.com/Nasdaq/active_record_proxy_adapters", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Nasdaq/active_record_proxy_adapters", "bug_tracker_uri": null, "changelog_uri": "https://github.com/Nasdaq/active_record_proxy_adapters/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 7.0.0, < 8.1" }, { "name": "activesupport", "requirements": ">= 7.0.0, < 8.1" } ] } }
2025-03-31 14:40:46 UTC
g1iFbf8dH5jtg5oI72mta

backup_restore

Script for unpacking backups produced by the backup gem. See https://github.com/backup/backup-features/issues/28 for discussion about this feature in backup gem itself.

0.0.6
Content{ "name": "backup_restore", "downloads": 12794, "version": "0.0.6", "version_created_at": "2025-03-31T14:40:25.235Z", "version_downloads": 0, "platform": "ruby", "authors": "Mateusz Konieczny", "info": "Script for unpacking backups produced by the backup gem. See https://github.com/backup/backup-features/issues/28 for discussion about this feature in backup gem itself. ", "licenses": [ "GPL-3.0" ], "metadata": {}, "yanked": false, "sha": "d8afe11f1ca1e1e03154de2bdd43c6badd8028911930f3e6ef31fd6c1c3cd7dc", "spec_sha": "30e9c056c942c040e40614eb45bc48e548dd5c8d752f09a5c64eef9992ca3c48", "project_uri": "https://rubygems.org/gems/backup_restore", "gem_uri": "https://rubygems.org/gems/backup_restore-0.0.6.gem", "homepage_uri": "https://github.com/matkoniecz/backup-gem-extractor-crutch", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/backup_restore/0.0.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "matkoniecz-ruby-style", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [] } }
2025-03-31 14:40:27 UTC
v8EdJ9KWVB4Lv-CWpeRGN

active_capture

ActiveCapture allows you to save captures of ActiveRecord records, including their nested associations, and restore them at any point. Useful for auditing, backups, and rollback functionality.

1.1.0
Content{ "name": "active_capture", "downloads": 190, "version": "1.1.0", "version_created_at": "2025-03-31T14:31:27.102Z", "version_downloads": 0, "platform": "ruby", "authors": "Tanmay Bhawsar", "info": "ActiveCapture allows you to save captures of ActiveRecord records, including their nested associations, and restore them at any point. Useful for auditing, backups, and rollback functionality.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bhawsartanmay/active_capture", "source_code_uri": "https://github.com/bhawsartanmay/active_capture" }, "yanked": false, "sha": "9d42507cd4c76c43ac863853a57a19d6d2b1d0402b47239ab2e836f0c1661090", "spec_sha": "f723b82b4bc5678190f0c281dd4c51d3f9abdaa5ece3907213e1e1ff34251e29", "project_uri": "https://rubygems.org/gems/active_capture", "gem_uri": "https://rubygems.org/gems/active_capture-1.1.0.gem", "homepage_uri": "https://github.com/bhawsartanmay/active_capture", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bhawsartanmay/active_capture", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.0" } ], "runtime": [] } }
2025-03-31 14:31:29 UTC
eWdqjjBMJB0ZOZl1XX6KF

alula-ruby

Alula Ruby API Client

2.13.1
Content{ "name": "alula-ruby", "downloads": 40993, "version": "2.13.1", "version_created_at": "2025-03-31T14:29:16.935Z", "version_downloads": 0, "platform": "ruby", "authors": "Titus Johnson", "info": "Alula Ruby API Client", "licenses": [], "metadata": {}, "yanked": false, "sha": "04131907a8a962d67cb0657eb5ae59bebfbed4c1753a85ba8d198a8cbb974aba", "spec_sha": "b3777eb41bee98ab0bd4a65e4571145c8b00f368de497564ed2a17cd7a6282b1", "project_uri": "https://rubygems.org/gems/alula-ruby", "gem_uri": "https://rubygems.org/gems/alula-ruby-2.13.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/alula-ruby/2.13.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "bundler", "requirements": "~> 2.5" }, { "name": "dotenv", "requirements": ">= 0" }, { "name": "guard-rspec", "requirements": ">= 0" }, { "name": "nokogiri", "requirements": "~> 1.16.7" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "timecop", "requirements": ">= 0" } ], "runtime": [ { "name": "httparty", "requirements": "~> 0.22.0" }, { "name": "request_store", "requirements": "~> 1.0" } ] } }
2025-03-31 14:29:20 UTC
0h2ldnVJipiswQpETcFnC

active_capture

ActiveCapture allows you to save captures of ActiveRecord records, including their nested associations, and restore them at any point. Useful for auditing, backups, and rollback functionality.

1.0.0
Content{ "name": "active_capture", "downloads": 190, "version": "1.0.0", "version_created_at": "2025-03-31T14:28:06.556Z", "version_downloads": 0, "platform": "ruby", "authors": "Tanmay Bhawsar", "info": "ActiveCapture allows you to save captures of ActiveRecord records, including their nested associations, and restore them at any point. Useful for auditing, backups, and rollback functionality.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bhawsartanmay/active_capture", "source_code_uri": "https://github.com/bhawsartanmay/active_capture" }, "yanked": false, "sha": "5fb31c19711f51153c77d2c92c9bd69a1d653b4f95cf2fb5a12704f9d30782cb", "spec_sha": "239703dfbb901bbd27c13ad6e0bbe09e2e1f86f5b8f400edac453854f256f598", "project_uri": "https://rubygems.org/gems/active_capture", "gem_uri": "https://rubygems.org/gems/active_capture-1.0.0.gem", "homepage_uri": "https://github.com/bhawsartanmay/active_capture", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bhawsartanmay/active_capture", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.0" } ], "runtime": [] } }
2025-03-31 14:28:10 UTC
j2dbaDAeHsIfuVoUnuzWq

hammer_cli_foreman

Foreman commands for Hammer CLI

3.14.1
Content{ "name": "hammer_cli_foreman", "downloads": 263418, "version": "3.14.1", "version_created_at": "2025-03-31T14:27:38.674Z", "version_downloads": 0, "platform": "ruby", "authors": "Tomáš Strachota, Martin Bačovský", "info": "Foreman commands for Hammer CLI\n", "licenses": [ "GPL-3.0-or-later" ], "metadata": {}, "yanked": false, "sha": "a4f374c7f2ee3578a7f0c51f1d43851483c7efeef8253d688d3d4cd29c502554", "spec_sha": "91a94ae8f45495574c9797bb8afa81ef11e485fbc8c23d5fb82465bd7b9a7a40", "project_uri": "https://rubygems.org/gems/hammer_cli_foreman", "gem_uri": "https://rubygems.org/gems/hammer_cli_foreman-3.14.1.gem", "homepage_uri": "https://github.com/theforeman/hammer-cli-foreman", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hammer_cli_foreman/3.14.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "apipie-bindings", "requirements": ">= 0.7.0" }, { "name": "hammer_cli", "requirements": ">= 3.14.0" }, { "name": "jwt", "requirements": ">= 2.2.1" }, { "name": "rest-client", "requirements": ">= 1.8.0, < 3.0.0" } ] } }
2025-03-31 14:27:41 UTC
yeXkB4JBMReO1F9i1KseB

conjur-api

Conjur API

6.0.1.pre.397
Content{ "name": "conjur-api", "downloads": 513849, "version": "6.0.1.pre.397", "version_created_at": "2025-03-31T14:25:20.577Z", "version_downloads": 0, "platform": "ruby", "authors": "CyberArk Maintainers", "info": "Conjur API", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "e2fcbd3b773a1c8e00616c99db39de35a5605a71fd82a0f4171ccc17a3cab9b3", "spec_sha": "ca56575e09148f82db873c3df65864df40c1fed0adc5bdc5ea784406074248b0", "project_uri": "https://rubygems.org/gems/conjur-api", "gem_uri": "https://rubygems.org/gems/conjur-api-6.0.1.pre.397.gem", "homepage_uri": "https://github.com/cyberark/conjur-api-ruby/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/conjur-api/6.0.1.pre.397", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "ci_reporter_rspec", "requirements": ">= 0" }, { "name": "cucumber", "requirements": "~> 2.99" }, { "name": "fakefs", "requirements": ">= 0" }, { "name": "io-grab", "requirements": ">= 0" }, { "name": "json_spec", "requirements": ">= 0" }, { "name": "nokogiri", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 12.3.3" }, { "name": "rdoc", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3" }, { "name": "rspec-expectations", "requirements": "~> 3.4" }, { "name": "simplecov", "requirements": "~> 0.17, < 0.18" }, { "name": "simplecov-cobertura", "requirements": ">= 0" }, { "name": "webrick", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 4.2" }, { "name": "addressable", "requirements": "~> 2.0" }, { "name": "rest-client", "requirements": ">= 0" } ] } }
2025-03-31 14:25:23 UTC
xRzyjGFmPc21tBDP2SjfF

belpost

Gem for working with the 'Belpost' delivery service via API

0.1.0
Content{ "name": "belpost", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-03-31T14:20:52.354Z", "version_downloads": 0, "platform": "ruby", "authors": "KuberLite", "info": "Gem for working with the 'Belpost' delivery service via API", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/KuberLite/belpost", "changelog_uri": "https://github.com/KuberLite/belpost/releases", "bug_tracker_uri": "https://github.com/KuberLite/belpost/issues", "source_code_uri": "https://github.com/belpost/evropochta", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1ae6b9c56e5803fb096506519dce43db0b9e0c8489dc4d88859353bda5fef6d8", "spec_sha": "cc391182d56cf0591087e1e51777288484bfe74c88c8ffd3429c3d5b167dd78f", "project_uri": "https://rubygems.org/gems/belpost", "gem_uri": "https://rubygems.org/gems/belpost-0.1.0.gem", "homepage_uri": "https://github.com/KuberLite/belpost", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/belpost/evropochta", "bug_tracker_uri": "https://github.com/KuberLite/belpost/issues", "changelog_uri": "https://github.com/KuberLite/belpost/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "dotenv", "requirements": ">= 0" }, { "name": "dry-validation", "requirements": "~> 1.0" } ] } }
2025-03-31 14:20:54 UTC
7OWc6DKfRTTzLKdnPF5J7

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.24
Content{ "name": "trusty-cms", "downloads": 344187, "version": "7.0.24", "version_created_at": "2025-03-31T14:17:22.481Z", "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": "b2db2ab35722db1c98346d842933f2b4768bd9e2526879e6fb84254bb8d36a54", "spec_sha": "40a9f6ae869e4d5c0b230b1fd5e4ec1636d47800227e55b84fa7173e6c89d712", "project_uri": "https://rubygems.org/gems/trusty-cms", "gem_uri": "https://rubygems.org/gems/trusty-cms-7.0.24.gem", "homepage_uri": "https://github.com/pgharts/trusty-cms", "wiki_uri": "", "documentation_uri": "https://www.rubydoc.info/gems/trusty-cms/7.0.24", "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": "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": "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-03-31 14:17:25 UTC
m7pVSUXSrl1PIEO6_qUpx

chef-utils

Basic utility functions for Core Chef Infra development

18.7.3
Content{ "name": "chef-utils", "downloads": 42207625, "version": "18.7.3", "version_created_at": "2025-03-31T14:13:38.236Z", "version_downloads": 0, "platform": "ruby", "authors": "Chef Software, Inc", "info": "Basic utility functions for Core Chef Infra development", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/chef/chef/tree/main/chef-utils", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/chef/chef/issues", "source_code_uri": "https://github.com/chef/chef/tree/main/chef-utils", "documentation_uri": "https://github.com/chef/chef/tree/main/chef-utils/README.md" }, "yanked": false, "sha": "c4ba6d831f2af20f681d1ac5dd7a8675b155eb59b91d45ab0663f22fb8ab0777", "spec_sha": "728b830c7f851e7811e2d7169f5385b8887aa6f10500a997f2aca739e664cca0", "project_uri": "https://rubygems.org/gems/chef-utils", "gem_uri": "https://rubygems.org/gems/chef-utils-18.7.3.gem", "homepage_uri": "https://github.com/chef/chef/tree/main/chef-utils", "wiki_uri": null, "documentation_uri": "https://github.com/chef/chef/tree/main/chef-utils/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/chef/chef/tree/main/chef-utils", "bug_tracker_uri": "https://github.com/chef/chef/issues", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "concurrent-ruby", "requirements": ">= 0" } ] } }
2025-03-31 14:13:50 UTC
ptQFbJr16Z30n4ssqVo77

chef-bin

Chef-branded binstubs for chef-client

18.7.3
Content{ "name": "chef-bin", "downloads": 296616, "version": "18.7.3", "version_created_at": "2025-03-31T14:13:37.199Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam Jacob", "info": "Chef-branded binstubs for chef-client", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "bb054446c882e942d09fc9f3809afb5dcf9546e19d7022c1b2020529b20e8060", "spec_sha": "b5ef2f71fcd145074386b295b5688663e5204e034d3ca436e4a080c0ee026ec6", "project_uri": "https://rubygems.org/gems/chef-bin", "gem_uri": "https://rubygems.org/gems/chef-bin-18.7.3.gem", "homepage_uri": "https://github.com/chef/chef", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/chef-bin/18.7.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" } ], "runtime": [ { "name": "chef", "requirements": "= 18.7.3" } ] } }
2025-03-31 14:13:49 UTC
wYRqXqRILZcp9iaA8i_Ba

chef-config

Chef Infra's default configuration and config loading library

18.7.3
Content{ "name": "chef-config", "downloads": 49000694, "version": "18.7.3", "version_created_at": "2025-03-31T14:13:36.197Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam Jacob", "info": "Chef Infra's default configuration and config loading library", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/chef/chef/tree/main/chef-config", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/chef/chef/issues", "source_code_uri": "https://github.com/chef/chef/tree/main/chef-config", "documentation_uri": "https://github.com/chef/chef/tree/main/chef-config/README.md" }, "yanked": false, "sha": "832040834ca156add42ea31e9bcda71311621e4cc71ad9591bbf7b7306cd137e", "spec_sha": "b1374afc3ec75702ee83662e3905f09fdce4f47c8b6eadde97346912ee307407", "project_uri": "https://rubygems.org/gems/chef-config", "gem_uri": "https://rubygems.org/gems/chef-config-18.7.3.gem", "homepage_uri": "https://github.com/chef/chef/tree/main/chef-config", "wiki_uri": null, "documentation_uri": "https://github.com/chef/chef/tree/main/chef-config/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/chef/chef/tree/main/chef-config", "bug_tracker_uri": "https://github.com/chef/chef/issues", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 0" }, { "name": "chef-utils", "requirements": "= 18.7.3" }, { "name": "fuzzyurl", "requirements": ">= 0" }, { "name": "mixlib-config", "requirements": ">= 2.2.12, < 4.0" }, { "name": "mixlib-shellout", "requirements": ">= 2.0, < 4.0" }, { "name": "tomlrb", "requirements": "~> 1.2" } ] } }
2025-03-31 14:13:49 UTC
8OZa9-HMSSaO6RwSLlYcR

chef

A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.

18.7.3
Content{ "name": "chef", "downloads": 25217803, "version": "18.7.3", "version_created_at": "2025-03-31T14:13:33.552Z", "version_downloads": 0, "platform": "universal-mingw-ucrt", "authors": "Adam Jacob", "info": "A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://www.chef.io", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/chef/chef/issues", "source_code_uri": "https://github.com/chef/chef/", "mailing_list_uri": "https://discourse.chef.io/", "documentation_uri": "https://docs.chef.io/" }, "yanked": false, "sha": "ca87cf2837f3d4837265999148f846f50ed65087563bff3180b618232ae3e948", "spec_sha": "4e5fbfde848c053afd68759357f6a7084a29c4146f77ed573e6f2e5b74f48825", "project_uri": "https://rubygems.org/gems/chef", "gem_uri": "https://rubygems.org/gems/chef-18.7.3-universal-mingw-ucrt.gem", "homepage_uri": "https://www.chef.io", "wiki_uri": null, "documentation_uri": "https://docs.chef.io/", "mailing_list_uri": "https://discourse.chef.io/", "source_code_uri": "https://github.com/chef/chef/", "bug_tracker_uri": "https://github.com/chef/chef/issues", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 0" }, { "name": "aws-sdk-s3", "requirements": "~> 1.91" }, { "name": "aws-sdk-secretsmanager", "requirements": "~> 1.46" }, { "name": "chef-config", "requirements": "= 18.7.3" }, { "name": "chef-powershell", "requirements": "~> 18.1.0" }, { "name": "chef-utils", "requirements": "= 18.7.3" }, { "name": "chef-vault", "requirements": ">= 0" }, { "name": "chef-zero", "requirements": ">= 15.0.17" }, { "name": "corefoundation", "requirements": "~> 0.3.4" }, { "name": "diff-lcs", "requirements": ">= 1.2.4, != 1.4.0, < 1.6.0" }, { "name": "erubis", "requirements": "~> 2.7" }, { "name": "ffi", "requirements": ">= 1.15.5, <= 1.16.3" }, { "name": "ffi-libarchive", "requirements": "~> 1.0, >= 1.0.3" }, { "name": "ffi-yajl", "requirements": "~> 2.2" }, { "name": "iniparse", "requirements": "~> 1.4" }, { "name": "inspec-core", "requirements": ">= 5, < 6" }, { "name": "iso8601", "requirements": ">= 0.12.1, < 0.14" }, { "name": "license-acceptance", "requirements": ">= 1.0.5, < 3" }, { "name": "mixlib-archive", "requirements": ">= 0.4, < 2.0" }, { "name": "mixlib-authentication", "requirements": ">= 2.1, < 4" }, { "name": "mixlib-cli", "requirements": ">= 2.1.1, < 3.0" }, { "name": "mixlib-log", "requirements": ">= 2.0.3, <= 3.1.1" }, { "name": "mixlib-shellout", "requirements": ">= 3.1.1, < 4.0" }, { "name": "net-ftp", "requirements": ">= 0" }, { "name": "net-sftp", "requirements": ">= 2.1.2, < 5.0" }, { "name": "ohai", "requirements": "~> 18.0" }, { "name": "plist", "requirements": "~> 3.2" }, { "name": "proxifier2", "requirements": "~> 1.1" }, { "name": "syslog-logger", "requirements": "~> 1.6" }, { "name": "train-core", "requirements": "~> 3.10, <= 3.12.7" }, { "name": "train-rest", "requirements": ">= 0.4.1" }, { "name": "train-winrm", "requirements": "~> 0.2.17" }, { "name": "unf_ext", "requirements": "~> 0.0.8.2" }, { "name": "uuidtools", "requirements": ">= 2.1.5, < 3.0" }, { "name": "vault", "requirements": "~> 0.18.2" }, { "name": "win32-api", "requirements": "~> 1.10.0" }, { "name": "win32-certstore", "requirements": "~> 0.6.15" }, { "name": "win32-event", "requirements": "~> 0.6.1" }, { "name": "win32-eventlog", "requirements": "= 0.6.3" }, { "name": "win32-mmap", "requirements": "~> 0.4.1" }, { "name": "win32-mutex", "requirements": "~> 0.4.2" }, { "name": "win32-process", "requirements": "~> 0.9" }, { "name": "win32-service", "requirements": ">= 2.1.5, < 3.0" }, { "name": "win32-taskscheduler", "requirements": "~> 2.0" }, { "name": "wmi-lite", "requirements": "~> 1.0" } ] } }
2025-03-31 14:13:48 UTC
zsnICuSwL0cjO2pln_QyE

chef

A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.

18.7.3
Content{ "name": "chef", "downloads": 25217803, "version": "18.7.3", "version_created_at": "2025-03-31T14:13:20.990Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam Jacob", "info": "A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://www.chef.io", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/chef/chef/issues", "source_code_uri": "https://github.com/chef/chef/", "mailing_list_uri": "https://discourse.chef.io/", "documentation_uri": "https://docs.chef.io/" }, "yanked": false, "sha": "5d9718b60e3622ca9b786ccf29b4dd99d8b76c599661b79f30d0e34060bc28f1", "spec_sha": "44009b4072121ddfbc37a78517a9dc2d151ffcc82e2ff9e34b4f1e3acbb27001", "project_uri": "https://rubygems.org/gems/chef", "gem_uri": "https://rubygems.org/gems/chef-18.7.3.gem", "homepage_uri": "https://www.chef.io", "wiki_uri": null, "documentation_uri": "https://docs.chef.io/", "mailing_list_uri": "https://discourse.chef.io/", "source_code_uri": "https://github.com/chef/chef/", "bug_tracker_uri": "https://github.com/chef/chef/issues", "changelog_uri": "https://github.com/chef/chef/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 0" }, { "name": "aws-sdk-s3", "requirements": "~> 1.91" }, { "name": "aws-sdk-secretsmanager", "requirements": "~> 1.46" }, { "name": "chef-config", "requirements": "= 18.7.3" }, { "name": "chef-utils", "requirements": "= 18.7.3" }, { "name": "chef-vault", "requirements": ">= 0" }, { "name": "chef-zero", "requirements": ">= 15.0.17" }, { "name": "corefoundation", "requirements": "~> 0.3.4" }, { "name": "diff-lcs", "requirements": ">= 1.2.4, != 1.4.0, < 1.6.0" }, { "name": "erubis", "requirements": "~> 2.7" }, { "name": "ffi", "requirements": ">= 1.15.5, <= 1.16.3" }, { "name": "ffi-libarchive", "requirements": "~> 1.0, >= 1.0.3" }, { "name": "ffi-yajl", "requirements": "~> 2.2" }, { "name": "iniparse", "requirements": "~> 1.4" }, { "name": "inspec-core", "requirements": ">= 5, < 6" }, { "name": "license-acceptance", "requirements": ">= 1.0.5, < 3" }, { "name": "mixlib-archive", "requirements": ">= 0.4, < 2.0" }, { "name": "mixlib-authentication", "requirements": ">= 2.1, < 4" }, { "name": "mixlib-cli", "requirements": ">= 2.1.1, < 3.0" }, { "name": "mixlib-log", "requirements": ">= 2.0.3, <= 3.1.1" }, { "name": "mixlib-shellout", "requirements": ">= 3.1.1, < 4.0" }, { "name": "net-ftp", "requirements": ">= 0" }, { "name": "net-sftp", "requirements": ">= 2.1.2, < 5.0" }, { "name": "ohai", "requirements": "~> 18.0" }, { "name": "plist", "requirements": "~> 3.2" }, { "name": "proxifier2", "requirements": "~> 1.1" }, { "name": "syslog-logger", "requirements": "~> 1.6" }, { "name": "train-core", "requirements": "~> 3.10, <= 3.12.7" }, { "name": "train-rest", "requirements": ">= 0.4.1" }, { "name": "train-winrm", "requirements": "~> 0.2.17" }, { "name": "unf_ext", "requirements": "~> 0.0.8.2" }, { "name": "uuidtools", "requirements": ">= 2.1.5, < 3.0" }, { "name": "vault", "requirements": "~> 0.18.2" } ] } }
2025-03-31 14:13:27 UTC
HRBt0AlrbCDVh09K1dVgn

notorioss

A simple CLI tool that analyzes your Gemfile and provides a summary of all licenses used

0.1.0
Content{ "name": "notorioss", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-03-31T14:10:30.855Z", "version_downloads": 0, "platform": "ruby", "authors": "George Zalepa", "info": "A simple CLI tool that analyzes your Gemfile and provides a summary of all licenses used", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/zalepa/notorioss", "source_code_uri": "https://github.com/zalepa/notorioss" }, "yanked": false, "sha": "f0976ac94e072ae8aba5c92850166ad94851d32245270f17c988f2cc1259180b", "spec_sha": "73d355c0e5db7a076066f40ac3efb05f12d381c647a30b661f010737330e9c82", "project_uri": "https://rubygems.org/gems/notorioss", "gem_uri": "https://rubygems.org/gems/notorioss-0.1.0.gem", "homepage_uri": "https://github.com/zalepa/notorioss", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/zalepa/notorioss", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 14:10:33 UTC
EpoYHtab4u2iDUoT9_V9Z

ruby_ui

Ruby UI is a UI Component Library for Ruby developers. Built on top of the Phlex Framework.

1.0.0
Content{ "name": "ruby_ui", "downloads": 1562, "version": "1.0.0", "version_created_at": "2025-03-31T14:04:10.044Z", "version_downloads": 0, "platform": "ruby", "authors": "George Kettle", "info": "Ruby UI is a UI Component Library for Ruby developers. Built on top of the Phlex Framework.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "dc49d0ca6ac588d231e27ec045808f9ed2a958407370fbc87cc04379d5db19b9", "spec_sha": "05a351649ed205a0ff3c1b12d8719507dae400dbc95b0ca0006d1d74357e4d0b", "project_uri": "https://rubygems.org/gems/ruby_ui", "gem_uri": "https://rubygems.org/gems/ruby_ui-1.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ruby_ui/1.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.0" }, { "name": "phlex", "requirements": ">= 2.1.2" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rouge", "requirements": "~> 4.2.0" }, { "name": "standard", "requirements": "~> 1.0" }, { "name": "tailwind_merge", "requirements": "~> 0.12" } ], "runtime": [] } }
2025-03-31 14:04:12 UTC
gyF7gCVDtPbmQuVGUW3P0

tweet_sanitizer

sanitize tweet

0.2.2
Content{ "name": "tweet_sanitizer", "downloads": 10415, "version": "0.2.2", "version_created_at": "2025-03-31T13:58:05.145Z", "version_downloads": 0, "platform": "ruby", "authors": "sue445", "info": "sanitize tweet", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/sue445/tweet_sanitizer", "changelog_uri": "https://github.com/sue445/tweet_sanitizer/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/sue445/tweet_sanitizer", "documentation_uri": "https://sue445.github.io/tweet_sanitizer/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "f3997ee685eb9859a45a29651ceac8910eefb80e780b65f5f23f86556ee595e3", "spec_sha": "297bce4836f35263b892b8339499f0515b877e148d441938069590b8a3188f79", "project_uri": "https://rubygems.org/gems/tweet_sanitizer", "gem_uri": "https://rubygems.org/gems/tweet_sanitizer-0.2.2.gem", "homepage_uri": "https://github.com/sue445/tweet_sanitizer", "wiki_uri": null, "documentation_uri": "https://sue445.github.io/tweet_sanitizer/", "mailing_list_uri": null, "source_code_uri": "https://github.com/sue445/tweet_sanitizer", "bug_tracker_uri": null, "changelog_uri": "https://github.com/sue445/tweet_sanitizer/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.15" }, { "name": "coveralls_reborn", "requirements": ">= 0" }, { "name": "dotenv", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 10.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rspec-parameterized", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "term-ansicolor", "requirements": "!= 1.11.1" }, { "name": "unparser", "requirements": ">= 0.4.5" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "twitter", "requirements": ">= 0" } ] } }
2025-03-31 13:58:09 UTC
-4_2ux8BrhDLldHBLCYAu

glia-errors

Glia REST API errors

0.16.0
Content{ "name": "glia-errors", "downloads": 56038, "version": "0.16.0", "version_created_at": "2025-03-31T13:56:42.140Z", "version_downloads": 0, "platform": "ruby", "authors": "Glia TechMovers", "info": "Glia REST API errors", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "dc744c9eb0de21038f8af27bbd2b4e0f09f3bb45759e5a214ee1fad20c7210dc", "spec_sha": "9e13318b62e5124ef1f293772ee63e3019fde110bb40cf5aaf48509fd8b7c773", "project_uri": "https://rubygems.org/gems/glia-errors", "gem_uri": "https://rubygems.org/gems/glia-errors-0.16.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/glia-errors/0.16.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 13:56:46 UTC
WLuQ5aQb_7chbB-oy1ajF

searchlink

macOS System Service for inline web searches

2.3.86
Content{ "name": "searchlink", "downloads": 5815, "version": "2.3.86", "version_created_at": "2025-03-31T13:54:21.292Z", "version_downloads": 0, "platform": "ruby", "authors": "Brett Terpstra", "info": "macOS System Service for inline web searches", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "8cb54fcb3fc3d513f8206edf7a13724f0774c9eaba893899a97b03782f205228", "spec_sha": "293038d57725f36ccde047c6356ad52e79e2ffefeb25b65c5d1c875fa527a3f7", "project_uri": "https://rubygems.org/gems/searchlink", "gem_uri": "https://rubygems.org/gems/searchlink-2.3.86.gem", "homepage_uri": "https://github.com/ttscoff/searchlink", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/searchlink/2.3.86", "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": "cli-test", "requirements": "~> 1.0" }, { "name": "fuubar", "requirements": "~> 2.0" }, { "name": "github-markup", "requirements": "~> 1.3" }, { "name": "guard", "requirements": "~> 2.11" }, { "name": "guard-rspec", "requirements": "~> 4.5" }, { "name": "guard-rubocop", "requirements": "~> 1.2" }, { "name": "guard-yard", "requirements": "~> 2.1" }, { "name": "pastel", "requirements": "~> 0.8" }, { "name": "plist", "requirements": "~> 3.7.2" }, { "name": "rake", "requirements": "~> 11.2" }, { "name": "redcarpet", "requirements": "~> 3.2" }, { "name": "rspec", "requirements": "~> 3.1" }, { "name": "rubocop", "requirements": "~> 0.28" }, { "name": "simplecov", "requirements": "~> 0.9" }, { "name": "tty-spinner", "requirements": "~> 0.9" }, { "name": "yard", "requirements": "~> 0.9.5" } ], "runtime": [ { "name": "base64", "requirements": "~> 0.2" } ] } }
2025-03-31 13:54:23 UTC
UQhKE7wDtwQB2HkCjzR5s

migrate-hack

This gem rewinds your commits to apply migrations safely, fixes a bunch of common issues, and then puts everything back the way it was.

0.2.0
Content{ "name": "migrate-hack", "downloads": 958, "version": "0.2.0", "version_created_at": "2025-03-31T13:46:47.363Z", "version_downloads": 0, "platform": "ruby", "authors": "Carlos Zillner", "info": "This gem rewinds your commits to apply migrations safely, fixes a bunch of common issues, and then puts everything back the way it was.\n\n", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/omelao/migrate-hack/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/omelao/migrate-hack" }, "yanked": false, "sha": "0adf9258b9507cf3c91b9cc2d62abe07c05f9173d573eeb25df617eabbff9862", "spec_sha": "8cbb594e36d509bc2d918a340dfa6574c0baf5c0789e3799462196b5d658fd05", "project_uri": "https://rubygems.org/gems/migrate-hack", "gem_uri": "https://rubygems.org/gems/migrate-hack-0.2.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/omelao/migrate-hack", "bug_tracker_uri": null, "changelog_uri": "https://github.com/omelao/migrate-hack/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 13:46:50 UTC
vP85DfDjEyT8mZt7JMxpg

bscf-core

An engine which contains core models for Supply Chain Financing.

0.3.0
Content{ "name": "bscf-core", "downloads": 683, "version": "0.3.0", "version_created_at": "2025-03-31T13:31:51.140Z", "version_downloads": 0, "platform": "ruby", "authors": "Asrat", "info": "An engine which contains core models for Supply Chain Financing.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://mksaddis.com/", "changelog_uri": "https://github.com/BITS-DEVSEC", "source_code_uri": "https://github.com/BITS-DEVSEC" }, "yanked": false, "sha": "ba34f64e046bc48e0ac60a9f2c6d1bbf585aa61d31b63b3beeefc0f92296d8f4", "spec_sha": "e1e8dd170e498b8e7a8e83a09be74f86a007c6e17536a38aad9dec98628d2aa1", "project_uri": "https://rubygems.org/gems/bscf-core", "gem_uri": "https://rubygems.org/gems/bscf-core-0.3.0.gem", "homepage_uri": "https://mksaddis.com/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/BITS-DEVSEC", "bug_tracker_uri": null, "changelog_uri": "https://github.com/BITS-DEVSEC", "funding_uri": null, "dependencies": { "development": [ { "name": "database_cleaner-active_record", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "faker", "requirements": ">= 0" }, { "name": "letter_opener", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rspec-retry", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "shoulda-matchers", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "active_model_serializers", "requirements": ">= 0" }, { "name": "ancestry", "requirements": "~> 4.1.0" }, { "name": "bcrypt", "requirements": "~> 3.1" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "image_processing", "requirements": "~> 1.12, >= 1.12.2" }, { "name": "jwt", "requirements": "~> 2.7" }, { "name": "noticed", "requirements": "~> 1.6" }, { "name": "rails", "requirements": "~> 8.0, >= 8.0.2" }, { "name": "ransack", "requirements": ">= 0" } ] } }
2025-03-31 13:31:54 UTC
3WCfVmXUZprWeRWWusva3

multiapi_cli

Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi

0.1.4
Content{ "name": "multiapi_cli", "downloads": 58, "version": "0.1.4", "version_created_at": "2025-03-31T13:29:33.027Z", "version_downloads": 0, "platform": "ruby", "authors": "Seu Nome", "info": "Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "842a8200e651fc97e1c9d3496950bd35bc603197f9ae8b57f469795f72b7f1c2", "spec_sha": "25c32eb4ab71fe954184a7cce7010e822f41d3e49bc0674c2be69f4b50f1885b", "project_uri": "https://rubygems.org/gems/multiapi_cli", "gem_uri": "https://rubygems.org/gems/multiapi_cli-0.1.4.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/multiapi_cli/0.1.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "activesupport", "requirements": "~> 7.1" }, { "name": "thor", "requirements": "~> 1.3" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "tty-spinner", "requirements": "~> 0.9.3" } ] } }
2025-03-31 13:29:36 UTC
fxe8hnfi2ECYJmunfYnbX

scout-camp

Functionalities to deploy and use scouts in remote servers like AWS

0.1.5
Content{ "name": "scout-camp", "downloads": 543, "version": "0.1.5", "version_created_at": "2025-03-31T13:21:24.982Z", "version_downloads": 0, "platform": "ruby", "authors": "Miguel Vazquez", "info": "Functionalities to deploy and use scouts in remote servers like AWS", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "bb064bb9f3cd8b7c28283aec439a799af5f4befb762822f08c7a1ecfa690e991", "spec_sha": "181bf666c11b5066c2143bceb817a2ec945325b3a0ded9a40266331f5364dfc4", "project_uri": "https://rubygems.org/gems/scout-camp", "gem_uri": "https://rubygems.org/gems/scout-camp-0.1.5.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/scout-camp/0.1.5", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "scout-essentials", "requirements": ">= 0" } ] } }
2025-03-31 13:21:27 UTC
v4nd5bv3remTkuCclBz7K

jekyll-report-dashboard

Jekyll theme for displaying software project reports (e.g. Playwright reports, code coverage reports, GitHub release notes)

0.1.12
Content{ "name": "jekyll-report-dashboard", "downloads": 1124, "version": "0.1.12", "version_created_at": "2025-03-31T13:18:56.928Z", "version_downloads": 0, "platform": "ruby", "authors": "Tiffany Forkner", "info": "Jekyll theme for displaying software project reports (e.g. Playwright reports, code coverage reports, GitHub release notes)", "licenses": [ "MIT" ], "metadata": { "plugin_type": "theme" }, "yanked": false, "sha": "c57ceece620ae03c37da8cdd25716a799dbe3b7d1bfae48a4dbfea38ed71f78b", "spec_sha": "4bdf08b65d5aac6f35e8eedaa3998a1147a02d347b6679453c12c8f2c2d623fd", "project_uri": "https://rubygems.org/gems/jekyll-report-dashboard", "gem_uri": "https://rubygems.org/gems/jekyll-report-dashboard-0.1.12.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/jekyll-report-dashboard/0.1.12", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" } ], "runtime": [ { "name": "jekyll", "requirements": "~> 4.4.1" }, { "name": "jekyll-tailwindcss", "requirements": ">= 0" } ] } }
2025-03-31 13:19:01 UTC
9SN2OB1Gxy_cq5W53sl3Q

multiapi_cli

Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi

0.1.3
Content{ "name": "multiapi_cli", "downloads": 2, "version": "0.1.3", "version_created_at": "2025-03-31T13:06:12.328Z", "version_downloads": 0, "platform": "ruby", "authors": "Seu Nome", "info": "Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "043187603b95d22135a91b75164412a03f1d513bb1703536c9a28c58e8c12883", "spec_sha": "995e1ea710694f20ab3e288fc12824e59673813afd8b8086f5a800808a5bca35", "project_uri": "https://rubygems.org/gems/multiapi_cli", "gem_uri": "https://rubygems.org/gems/multiapi_cli-0.1.3.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/multiapi_cli/0.1.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "activesupport", "requirements": "~> 7.1" }, { "name": "thor", "requirements": "~> 1.3" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "tty-spinner", "requirements": "~> 0.9.3" } ] } }
2025-03-31 13:06:14 UTC
oUwYw5G8Nt-N2xh5pk2us

multiapi_cli

Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi

0.1.2
Content{ "name": "multiapi_cli", "downloads": 1, "version": "0.1.2", "version_created_at": "2025-03-31T13:02:54.594Z", "version_downloads": 0, "platform": "ruby", "authors": "Seu Nome", "info": "Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "5d063d16a58d7a5bbda7d6dcbce94b144a5e014ecfc0607ebc2d5c558138b5cf", "spec_sha": "658638f88352b8424a6358dd35057fdaa6468d80bbbe342ccc758e2e3fea2cd0", "project_uri": "https://rubygems.org/gems/multiapi_cli", "gem_uri": "https://rubygems.org/gems/multiapi_cli-0.1.2.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/multiapi_cli/0.1.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "activesupport", "requirements": "~> 7.1" }, { "name": "thor", "requirements": "~> 1.3" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "tty-spinner", "requirements": "~> 0.9.3" } ] } }
2025-03-31 13:02:57 UTC
zkEmRoU7GxrUaVe28vgti

stigg-api-client

Stigg API Client for Ruby

2.334.0
Content{ "name": "stigg-api-client", "downloads": 257167, "version": "2.334.0", "version_created_at": "2025-03-31T12:59:58.081Z", "version_downloads": 0, "platform": "ruby", "authors": "Stigg", "info": "Stigg API Client for Ruby", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://stigg.io" }, "yanked": false, "sha": "42aaf46f0edbdd4dc39c07f84f043fe5c21169c622e9786611b6ab08c05c0ea0", "spec_sha": "3f43699a2bbe0f5fd7cdfb375f573cb2deee045a5f14c04b5386a5d8f17e28b4", "project_uri": "https://rubygems.org/gems/stigg-api-client", "gem_uri": "https://rubygems.org/gems/stigg-api-client-2.334.0.gem", "homepage_uri": "https://stigg.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "graphlient", "requirements": ">= 0.6.0, < 1.0" }, { "name": "graphql-client", "requirements": ">= 0.19, < 1.0" } ] } }
2025-03-31 13:00:01 UTC
DPxMlc1w5hJGKd-nBiiof

multiapi_cli

Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi

0.1.1
Content{ "name": "multiapi_cli", "downloads": 0, "version": "0.1.1", "version_created_at": "2025-03-31T12:58:54.492Z", "version_downloads": 0, "platform": "ruby", "authors": "Seu Nome", "info": "Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "ba0650bc78bbd991597585a0456a743c6eaeb4483ba5aafd1f6e014d599980a8", "spec_sha": "9837b9f906e4b8f52ac393091e5ba5b6eb79da22fe42f3c68107b5be44ad4ddc", "project_uri": "https://rubygems.org/gems/multiapi_cli", "gem_uri": "https://rubygems.org/gems/multiapi_cli-0.1.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/multiapi_cli/0.1.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "activesupport", "requirements": "~> 7.1" }, { "name": "thor", "requirements": "~> 1.3" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "tty-spinner", "requirements": "~> 0.9.3" } ] } }
2025-03-31 12:58:57 UTC
bC7lKsPnqiGF21dGZ_Icj

multiapi_cli

Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi

0.1.0
Content{ "name": "multiapi_cli", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-03-31T12:57:45.129Z", "version_downloads": 0, "platform": "ruby", "authors": "Seu Nome", "info": "Uma CLI que integra geradores do Rails e Nuxt para projetos Multiapi", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "37d3f6018a68edd43ff38d75ccb89d3518df8804fe81c23d077663150ca93bea", "spec_sha": "97cf748b62d2897add92a26dd05b7c4c5e79d53ac4c1569c4562922027df6d0d", "project_uri": "https://rubygems.org/gems/multiapi_cli", "gem_uri": "https://rubygems.org/gems/multiapi_cli-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/multiapi_cli/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "activesupport", "requirements": "~> 7.1" }, { "name": "thor", "requirements": "~> 1.3" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "tty-spinner", "requirements": "~> 0.9.3" } ] } }
2025-03-31 12:57:47 UTC
aH0CxmRszkhqkPlY58ZPV

qti

QTI 1.2 and 2.1 import and export models

2.26.1
Content{ "name": "qti", "downloads": 200030, "version": "2.26.1", "version_created_at": "2025-03-31T12:50:05.125Z", "version_downloads": 0, "platform": "ruby", "authors": "Adrian Diaz, Alex Slaughter, James Logan, Jorge Arteaga, Stephen Kacsmark", "info": "QTI 1.2 and 2.1 import and export models", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "d7d7e942af42e1a10abc273a560323e38ef6fe077a870d995d1b69d84483ae9a", "spec_sha": "41ec94bb5a3d0a2045e18601f3261ea620f9ab52d6096773de9f0163983edb04", "project_uri": "https://rubygems.org/gems/qti", "gem_uri": "https://rubygems.org/gems/qti-2.26.1.gem", "homepage_uri": "https://github.com/instructure/qti", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/qti/2.26.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.1" }, { "name": "byebug", "requirements": "~> 11.0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.8" }, { "name": "rspec-mocks", "requirements": "~> 3.8" }, { "name": "rubocop", "requirements": "~> 1.8.1" }, { "name": "rubocop-rails", "requirements": "~> 2.9.1" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "wwtd", "requirements": "~> 1.4" } ], "runtime": [ { "name": "actionview", "requirements": ">= 6.0" }, { "name": "activesupport", "requirements": ">= 6.0" }, { "name": "dry-logic", "requirements": "~> 1.2.0, < 1.3" }, { "name": "dry-struct", "requirements": "~> 1.4.0" }, { "name": "dry-types", "requirements": "~> 1.5.1" }, { "name": "mathml2latex", "requirements": "~> 2.0" }, { "name": "nokogiri", "requirements": "~> 1.10" }, { "name": "rubyzip", "requirements": "~> 2.0" }, { "name": "sanitize", "requirements": ">= 5.3" } ] } }
2025-03-31 12:50:08 UTC
EicYxkjEa1mzG86dcRPSM

rbbt-util

Utilities for handling tsv files, caches, etc

6.0.4
Content{ "name": "rbbt-util", "downloads": 2057206, "version": "6.0.4", "version_created_at": "2025-03-31T12:47:09.984Z", "version_downloads": 0, "platform": "ruby", "authors": "Miguel Vazquez", "info": "Utilities for handling tsv files, caches, etc", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "edd784c55db7291e876bb3a0a3e0f4fa2cbc3f8e35409ce5e56ff9389bf81df6", "spec_sha": "f4851914cbd6ea1e5b8d6c00b81389a7ed33c6a2426458bf7deb5d24fabf32c2", "project_uri": "https://rubygems.org/gems/rbbt-util", "gem_uri": "https://rubygems.org/gems/rbbt-util-6.0.4.gem", "homepage_uri": "http://github.com/mikisvaz/rbbt-util", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rbbt-util/6.0.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bio-bgzf", "requirements": ">= 0" }, { "name": "highline", "requirements": ">= 0" }, { "name": "lockfile", "requirements": ">= 0" }, { "name": "method_source", "requirements": ">= 0" }, { "name": "nakayoshi_fork", "requirements": ">= 0" }, { "name": "net", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "scout-gear", "requirements": ">= 0" }, { "name": "term-ansicolor", "requirements": ">= 0" }, { "name": "to_regexp", "requirements": ">= 0" } ] } }
2025-03-31 12:47:16 UTC
myl1BiuMblexEJexL6sl1

foreman_ansible

Ansible integration with Foreman

15.0.7
Content{ "name": "foreman_ansible", "downloads": 214208, "version": "15.0.7", "version_created_at": "2025-03-31T12:47:02.931Z", "version_downloads": 0, "platform": "ruby", "authors": "Daniel Lobato Garcia", "info": "Ansible integration with Foreman", "licenses": [ "GPL-3.0" ], "metadata": {}, "yanked": false, "sha": "2d68a31a3da1cfb6e600fa805a8069c44d3f9d0fc4b87fc6a8321798664d3d6e", "spec_sha": "f1d6bc97fee04dd74ffb261d25bfd85eacb5d9cb8cd4bc71e0f9cb313531c131", "project_uri": "https://rubygems.org/gems/foreman_ansible", "gem_uri": "https://rubygems.org/gems/foreman_ansible-15.0.7.gem", "homepage_uri": "https://github.com/theforeman/foreman_ansible", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/foreman_ansible/15.0.7", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "theforeman-rubocop", "requirements": "~> 0.1.0" } ], "runtime": [ { "name": "acts_as_list", "requirements": "~> 1.0.3" }, { "name": "deface", "requirements": "< 2.0" }, { "name": "foreman_remote_execution", "requirements": ">= 14.0, < 16" }, { "name": "foreman-tasks", "requirements": ">= 10.0, < 11" } ] } }
2025-03-31 12:47:08 UTC
-nPbfiJs0JYvudSppGoPW

playbook_ui_docs

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

14.16.0.pre.alpha.play1881removelodash6986
Content{ "name": "playbook_ui_docs", "downloads": 262010, "version": "14.16.0.pre.alpha.play1881removelodash6986", "version_created_at": "2025-03-31T12:42:25.393Z", "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": "559dff11d6a7fd2b9760660e1f4c5b183bdb5fe8e462f396a380e663ed86f6e0", "spec_sha": "5610490d13ef35d5c33b8e3da7c7e4551486f3748f6e8d728e8bb17198b6aaa5", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.16.0.pre.alpha.play1881removelodash6986.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.16.0.pre.alpha.play1881removelodash6986", "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-03-31 12:42:29 UTC
wLzPrt7IiHRAHP20-upfG

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.16.0.pre.alpha.play1881removelodash6986
Content{ "name": "playbook_ui", "downloads": 1376631, "version": "14.16.0.pre.alpha.play1881removelodash6986", "version_created_at": "2025-03-31T12:42:21.209Z", "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": "d36cc7a065dc8509ce30c9aae68ac5ba1073f7241892d6f0a3397d32c3d3bd9c", "spec_sha": "5a30aabc2fd8be835f487a8b99885261e7fe5a6454da37d0401695ca2b33dd55", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.16.0.pre.alpha.play1881removelodash6986.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.16.0.pre.alpha.play1881removelodash6986", "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-03-31 12:42:26 UTC
0ui0QuQ_6CQYl7OXq5cV7

ox-ai-workers

OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate a sophisticated state machine with the powerful capabilities of generative intelligence via the ruby-openai gem. This innovative tool empowers developers to construct state machines that efficiently handle complex tasks, enhancing outcomes by combining robust internal logic with advanced AI-driven decision-making. Key features include straightforward creation and management of state machines, harnessing AI for improved decision-making and task execution, customizable behavior to suit specific requirements, and user-friendly syntax and documentation for a smooth development experience.

0.8.1.1
Content{ "name": "ox-ai-workers", "downloads": 8150, "version": "0.8.1.1", "version_created_at": "2025-03-31T12:42:10.300Z", "version_downloads": 0, "platform": "ruby", "authors": "Denis Smolev", "info": " OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate\n a sophisticated state machine with the powerful capabilities of generative intelligence\n via the ruby-openai gem. This innovative tool empowers developers to construct state machines\n that efficiently handle complex tasks, enhancing outcomes by combining robust internal\n logic with advanced AI-driven decision-making. Key features include straightforward creation\n and management of state machines, harnessing AI for improved decision-making and task\n execution, customizable behavior to suit specific requirements, and user-friendly syntax\n and documentation for a smooth development experience.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://ai.oxteam.me", "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/neonix20b/ox-ai-workers" }, "yanked": false, "sha": "50d59d375d8c9f74e4f026c914c7eea66b85d0db59d980608073316aca2e3f7f", "spec_sha": "4b67bb154d283a00f79cfd6ed219dbf5175801960111eede9ceb557a2cbb0786", "project_uri": "https://rubygems.org/gems/ox-ai-workers", "gem_uri": "https://rubygems.org/gems/ox-ai-workers-0.8.1.1.gem", "homepage_uri": "https://ai.oxteam.me", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/neonix20b/ox-ai-workers", "bug_tracker_uri": null, "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1" }, { "name": "faraday", "requirements": ">= 1" }, { "name": "faraday-multipart", "requirements": ">= 1" }, { "name": "i18n", "requirements": ">= 1" }, { "name": "ptools", "requirements": ">= 1" }, { "name": "ruby-openai", "requirements": ">= 7" }, { "name": "state_machines", "requirements": ">= 0.6" } ] } }
2025-03-31 12:42:13 UTC
QvTW2oAvrsuqN-Pow0lN3

ox-ai-workers

OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate a sophisticated state machine with the powerful capabilities of generative intelligence via the ruby-openai gem. This innovative tool empowers developers to construct state machines that efficiently handle complex tasks, enhancing outcomes by combining robust internal logic with advanced AI-driven decision-making. Key features include straightforward creation and management of state machines, harnessing AI for improved decision-making and task execution, customizable behavior to suit specific requirements, and user-friendly syntax and documentation for a smooth development experience.

0.8.1
Content{ "name": "ox-ai-workers", "downloads": 8139, "version": "0.8.1", "version_created_at": "2025-03-31T12:32:35.493Z", "version_downloads": 0, "platform": "ruby", "authors": "Denis Smolev", "info": " OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate\n a sophisticated state machine with the powerful capabilities of generative intelligence\n via the ruby-openai gem. This innovative tool empowers developers to construct state machines\n that efficiently handle complex tasks, enhancing outcomes by combining robust internal\n logic with advanced AI-driven decision-making. Key features include straightforward creation\n and management of state machines, harnessing AI for improved decision-making and task\n execution, customizable behavior to suit specific requirements, and user-friendly syntax\n and documentation for a smooth development experience.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://ai.oxteam.me", "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/neonix20b/ox-ai-workers" }, "yanked": false, "sha": "b6860904deb6219ab8bd751504e7f88158f7bce1da3dd61bbe6c9a95ffc40e4a", "spec_sha": "b249c0bb58a95694e7f74f35a8609072b333cc985e3208d13dfcc018825f6cc9", "project_uri": "https://rubygems.org/gems/ox-ai-workers", "gem_uri": "https://rubygems.org/gems/ox-ai-workers-0.8.1.gem", "homepage_uri": "https://ai.oxteam.me", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/neonix20b/ox-ai-workers", "bug_tracker_uri": null, "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1" }, { "name": "faraday", "requirements": ">= 1" }, { "name": "faraday-multipart", "requirements": ">= 1" }, { "name": "i18n", "requirements": ">= 1" }, { "name": "ptools", "requirements": ">= 1" }, { "name": "ruby-openai", "requirements": ">= 7" }, { "name": "state_machines", "requirements": ">= 0.6" } ] } }
2025-03-31 12:32:39 UTC
C3x3zGOboST_CqLZwtct-

metanorma-ieee

Metanorma for the ITU.

1.4.3
Content{ "name": "metanorma-ieee", "downloads": 92789, "version": "1.4.3", "version_created_at": "2025-03-31T12:28:14.743Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "Metanorma for the ITU.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "abe34914dae5f0f16dfdb0a57e19e6cab6b44c6a82bc6d530b66cccd724971ad", "spec_sha": "2c324dbf595d195929285b3dd8ef03956407f24da4feb19b01fdd3c9f5cbb993", "project_uri": "https://rubygems.org/gems/metanorma-ieee", "gem_uri": "https://rubygems.org/gems/metanorma-ieee-1.4.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-ieee", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-ieee/1.4.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-standoc", "requirements": "~> 3.0.0" }, { "name": "mnconvert", "requirements": "~> 1.20" }, { "name": "pubid", "requirements": ">= 0" } ] } }
2025-03-31 12:28:19 UTC
OLfdamksyp3j7F4NpNu0A

ox-ai-workers

OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate a sophisticated state machine with the powerful capabilities of generative intelligence via the ruby-openai gem. This innovative tool empowers developers to construct state machines that efficiently handle complex tasks, enhancing outcomes by combining robust internal logic with advanced AI-driven decision-making. Key features include straightforward creation and management of state machines, harnessing AI for improved decision-making and task execution, customizable behavior to suit specific requirements, and user-friendly syntax and documentation for a smooth development experience.

0.8.0
Content{ "name": "ox-ai-workers", "downloads": 8135, "version": "0.8.0", "version_created_at": "2025-03-31T12:25:03.482Z", "version_downloads": 0, "platform": "ruby", "authors": "Denis Smolev", "info": " OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate\n a sophisticated state machine with the powerful capabilities of generative intelligence\n via the ruby-openai gem. This innovative tool empowers developers to construct state machines\n that efficiently handle complex tasks, enhancing outcomes by combining robust internal\n logic with advanced AI-driven decision-making. Key features include straightforward creation\n and management of state machines, harnessing AI for improved decision-making and task\n execution, customizable behavior to suit specific requirements, and user-friendly syntax\n and documentation for a smooth development experience.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://ai.oxteam.me", "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/neonix20b/ox-ai-workers" }, "yanked": false, "sha": "9962d2d5e90b5c714d179ebb66ac894e29ee845497230b6be8777032fab777d5", "spec_sha": "8e9b66f84eb3bd883ce9d0d2cdef02a1ad8f024053a74ef5699f3bafda190352", "project_uri": "https://rubygems.org/gems/ox-ai-workers", "gem_uri": "https://rubygems.org/gems/ox-ai-workers-0.8.0.gem", "homepage_uri": "https://ai.oxteam.me", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/neonix20b/ox-ai-workers", "bug_tracker_uri": null, "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1" }, { "name": "faraday", "requirements": ">= 1" }, { "name": "faraday-multipart", "requirements": ">= 1" }, { "name": "i18n", "requirements": ">= 1" }, { "name": "ptools", "requirements": ">= 1" }, { "name": "ruby-openai", "requirements": ">= 7" }, { "name": "state_machines", "requirements": ">= 0.6" } ] } }
2025-03-31 12:25:06 UTC
0r2rf-zwPRYLrRnOoOulw

bioshogi

Shogi library

0.0.17
Content{ "name": "bioshogi", "downloads": 4260, "version": "0.0.17", "version_created_at": "2025-03-31T12:22:07.205Z", "version_downloads": 0, "platform": "ruby", "authors": "Akira Ikeda", "info": "Shogi library", "licenses": [ "AGPL-3.0" ], "metadata": {}, "yanked": false, "sha": "0787f29d9716a92a23f088b55a439f1f8798aa055ec1d7fc173d8c9f7eb02f37", "spec_sha": "6b884aba5c8acf5fce63eb5489d46534bf089984e1444f24ca1f7050fb68e60b", "project_uri": "https://rubygems.org/gems/bioshogi", "gem_uri": "https://rubygems.org/gems/bioshogi-0.0.17.gem", "homepage_uri": "https://github.com/akicho8/bioshogi", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bioshogi/0.0.17", "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": "byebug", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "stackprof", "requirements": ">= 0" }, { "name": "test-unit", "requirements": ">= 0" } ], "runtime": [ { "name": "actionview", "requirements": ">= 0" }, { "name": "activesupport", "requirements": ">= 7.1.0" }, { "name": "benchmark", "requirements": ">= 0" }, { "name": "color", "requirements": ">= 0" }, { "name": "faraday", "requirements": ">= 0" }, { "name": "memory_record", "requirements": ">= 0" }, { "name": "nkf", "requirements": ">= 0" }, { "name": "rmagick", "requirements": ">= 5.0.0" }, { "name": "rubyzip", "requirements": ">= 2.3.0" }, { "name": "systemu", "requirements": ">= 0" }, { "name": "table_format", "requirements": ">= 0" }, { "name": "thor", "requirements": ">= 0" }, { "name": "tree_support", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2025-03-31 12:22:13 UTC
zqf55TnZsp-YkAeIMKMP0

metanorma-plateau

Metanorma standards authoring environment for MLIT Project PLATEAU. WARNING: Usage of this software is restricted to authorized users of MLIT Project PLATEAU.

1.0.1
Content{ "name": "metanorma-plateau", "downloads": 13313, "version": "1.0.1", "version_created_at": "2025-03-31T12:20:56.475Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "Metanorma standards authoring environment for MLIT Project PLATEAU.\n\nWARNING: Usage of this software is restricted to authorized users of\nMLIT Project PLATEAU.\n", "licenses": [ "LicenseRef-Ribose-Commercial" ], "metadata": {}, "yanked": false, "sha": "38a01598b3e022ca0b2b6474903e477875d162b0485a5e027d810097e2eb2278", "spec_sha": "80ba7e1be28a2499d49fe7e535f794912ccde63c7a89bd95dcaf8c0a07f43518", "project_uri": "https://rubygems.org/gems/metanorma-plateau", "gem_uri": "https://rubygems.org/gems/metanorma-plateau-1.0.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-plateau/1.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "iev", "requirements": "~> 0.3.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-jis", "requirements": "~> 0.5.0" }, { "name": "pubid", "requirements": ">= 0" } ] } }
2025-03-31 12:20:59 UTC
mBkLmfN4C5jm8m-xz1LUc

metanorma-bipm

metanorma-vg lets you write Bureau International de Poids et Mesures (BIPM) standards in Metanorma syntax. This gem is in active development.

2.6.3
Content{ "name": "metanorma-bipm", "downloads": 173106, "version": "2.6.3", "version_created_at": "2025-03-31T12:16:22.914Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-vg lets you write Bureau International de Poids et Mesures (BIPM) standards in Metanorma syntax.\n\nThis gem is in active development.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "bf3877e5e74ce022f4a03953ecabc55395571eb713d6b981e90e25045d3d9818", "spec_sha": "aba3267d85a1ed160badf7948af80cb1347d81a13cbcd4f068b97e1fb64a5af9", "project_uri": "https://rubygems.org/gems/metanorma-bipm", "gem_uri": "https://rubygems.org/gems/metanorma-bipm-2.6.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-bipm", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-bipm/2.6.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-generic", "requirements": "~> 3.0.0" }, { "name": "metanorma-iso", "requirements": "~> 3.0.0" } ] } }
2025-03-31 12:16:25 UTC
wWkVFt0fI3yYA8IJyOQvF

economic-rest

Ruby wrapper for the e-conomic REST API, that aims at making working with the API bearable. E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk/integration/integration-partner/. The documentation can be found at https://restdocs.e-conomic.com

0.6.7
Content{ "name": "economic-rest", "downloads": 93704, "version": "0.6.7", "version_created_at": "2025-03-31T12:16:03.783Z", "version_downloads": 0, "platform": "ruby", "authors": "Peter Klogborg", "info": "Ruby wrapper for the e-conomic REST API, that aims at making working with the API bearable. E-conomic is a web-based accounting system. For their marketing speak, see http://www.e-conomic.co.uk/about/. More details about their API at http://www.e-conomic.co.uk/integration/integration-partner/. The documentation can be found at https://restdocs.e-conomic.com", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "de2d8398a91cc3df14e266f423e4cd91db2607271380baa5bcc31df8e14d10cb", "spec_sha": "6eb94a426bfb8ac60328258bcf44f1da8e45915ba0d0cd12b995cf8a325867a7", "project_uri": "https://rubygems.org/gems/economic-rest", "gem_uri": "https://rubygems.org/gems/economic-rest-0.6.7.gem", "homepage_uri": "https://bitbucket.org/traels/economic-rest", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/economic-rest/0.6.7", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "awesome_print", "requirements": ">= 0" }, { "name": "bundler", "requirements": "~> 2.4" }, { "name": "coveralls", "requirements": ">= 0" }, { "name": "dotenv", "requirements": ">= 0" }, { "name": "m", "requirements": ">= 0" }, { "name": "minitest", "requirements": "~> 5.25" }, { "name": "mocha", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" }, { "name": "webmock", "requirements": "~> 3.24" } ], "runtime": [ { "name": "activesupport", "requirements": "~> 8.0" }, { "name": "rest-client", "requirements": "~> 2.1" } ] } }
2025-03-31 12:16:06 UTC
sB6GVGerrzFB17eEA6Xnp

easol-canvas

Canvas is a command line tool to help with building themes for Easol. It provides tooling to check theme directories for errors and to make sure they conform with the Easol theme spec.

4.15.0
Content{ "name": "easol-canvas", "downloads": 34144, "version": "4.15.0", "version_created_at": "2025-03-31T12:13:44.826Z", "version_downloads": 0, "platform": "ruby", "authors": "Kyle Byrne, Ian Mooney", "info": "Canvas is a command line tool to help with building themes for Easol.\nIt provides tooling to check theme directories for errors and to make sure\nthey conform with the Easol theme spec.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "2e720e41fdfdb31634dd0f885b51643a91f96ba93b85dff9ff4fe1c77e0737d9", "spec_sha": "e77db82688f4d5ababb0dacc036434d96bd53f9795eb6d3a484094c52e98a53f", "project_uri": "https://rubygems.org/gems/easol-canvas", "gem_uri": "https://rubygems.org/gems/easol-canvas-4.15.0.gem", "homepage_uri": "https://rubygems.org/gems/easol-canvas", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/easol-canvas/4.15.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "cli-ui", "requirements": "~> 1.5" }, { "name": "dartsass-rails", "requirements": "~> 0.4" }, { "name": "json-schema", "requirements": "~> 4" }, { "name": "liquid", "requirements": "~> 5.3" }, { "name": "nokogiri", "requirements": "~> 1.13" }, { "name": "thor", "requirements": "~> 1.2" } ] } }
2025-03-31 12:13:48 UTC
A2JdLq1-anArmutcDctJ7

bscf-core

An engine which contains core models for Supply Chain Financing.

0.2.5
Content{ "name": "bscf-core", "downloads": 659, "version": "0.2.5", "version_created_at": "2025-03-31T12:11:28.204Z", "version_downloads": 0, "platform": "ruby", "authors": "Asrat", "info": "An engine which contains core models for Supply Chain Financing.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://mksaddis.com/", "changelog_uri": "https://github.com/BITS-DEVSEC", "source_code_uri": "https://github.com/BITS-DEVSEC" }, "yanked": false, "sha": "8d86dd2d80d0b9dbfa596d789a67eea6752856e9fd56bc7352bd27c123d90eb0", "spec_sha": "a198d882e2824390321ceb68e47a28a1fc161bd5483623cb2a48fe165f597f1e", "project_uri": "https://rubygems.org/gems/bscf-core", "gem_uri": "https://rubygems.org/gems/bscf-core-0.2.5.gem", "homepage_uri": "https://mksaddis.com/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/BITS-DEVSEC", "bug_tracker_uri": null, "changelog_uri": "https://github.com/BITS-DEVSEC", "funding_uri": null, "dependencies": { "development": [ { "name": "database_cleaner-active_record", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "faker", "requirements": ">= 0" }, { "name": "letter_opener", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rspec-retry", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "shoulda-matchers", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "active_model_serializers", "requirements": ">= 0" }, { "name": "ancestry", "requirements": "~> 4.1.0" }, { "name": "bcrypt", "requirements": "~> 3.1" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "image_processing", "requirements": "~> 1.12, >= 1.12.2" }, { "name": "jwt", "requirements": "~> 2.7" }, { "name": "noticed", "requirements": "~> 1.6" }, { "name": "rails", "requirements": "~> 8.0, >= 8.0.2" }, { "name": "ransack", "requirements": ">= 0" } ] } }
2025-03-31 12:11:30 UTC
kJyHCXb-A8wNTq1sXKnUo

metanorma-jis

metanorma-jis lets you write JIS standards in AsciiDoc syntax. This gem is in active development.

0.5.3
Content{ "name": "metanorma-jis", "downloads": 33224, "version": "0.5.3", "version_created_at": "2025-03-31T12:09:54.272Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-jis lets you write JIS standards in AsciiDoc syntax.\n\nThis gem is in active development.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "7a097af16500a073b291c63f6ce3dfedeea83d54bf73eefc07dd020f86f3d83f", "spec_sha": "f7de3a9c51f0c8c9c9d905fc662e3f183ae929aef7e495b7cc3a149407f2888a", "project_uri": "https://rubygems.org/gems/metanorma-jis", "gem_uri": "https://rubygems.org/gems/metanorma-jis-0.5.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-jis", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-jis/0.5.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "iev", "requirements": "~> 0.3.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "japanese_calendar", "requirements": "~> 0" }, { "name": "metanorma-iso", "requirements": "~> 3.0.0" }, { "name": "pubid", "requirements": ">= 0" } ] } }
2025-03-31 12:10:00 UTC
KKwWXgeUYYaCG6AK7YY1C

metanorma-iec

metanorma-iec lets you write IEC standards in AsciiDoc syntax. This gem is in active development.

2.6.3
Content{ "name": "metanorma-iec", "downloads": 272238, "version": "2.6.3", "version_created_at": "2025-03-31T12:09:47.993Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-iec lets you write IEC standards in AsciiDoc syntax.\n\nThis gem is in active development.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "8e487a2543d00142cfe61a54f31669c34b2c45936246435af8e8e349c85cca1f", "spec_sha": "d9dff017e680a9f3891a7e92d8cce7f536435eea8a541cd79b0cdf2682568aad", "project_uri": "https://rubygems.org/gems/metanorma-iec", "gem_uri": "https://rubygems.org/gems/metanorma-iec-2.6.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-iec", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-iec/2.6.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "iev", "requirements": "~> 0.3.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-iso", "requirements": "~> 3.0.0" }, { "name": "pubid", "requirements": ">= 0" } ] } }
2025-03-31 12:09:50 UTC
DdeItSMz22I2vDLzJNLgP

dpl

Dpl (dee-pee-ell) is a tool made for continuous deployment, running deployments at Travis CI.

2.0.5.4
Content{ "name": "dpl", "downloads": 44643123, "version": "2.0.5.4", "version_created_at": "2025-03-31T12:09:26.570Z", "version_downloads": 0, "platform": "ruby", "authors": "Konstantin Haase, Hiro Asari, Sven Fuchs", "info": "Dpl (dee-pee-ell) is a tool made for continuous deployment, running deployments at Travis CI.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "d45484b931690af890210814a544584728f61886f588f8c1e7287ffcc56cfb30", "spec_sha": "cfec5210cf4c2fdd1a8295dbe0dd5e2f3edabac2c7b0631c2f14d6b4e7708c85", "project_uri": "https://rubygems.org/gems/dpl", "gem_uri": "https://rubygems.org/gems/dpl-2.0.5.4.gem", "homepage_uri": "https://github.com/travis-ci/dpl", "wiki_uri": "", "documentation_uri": "https://www.rubydoc.info/gems/dpl/2.0.5.4", "mailing_list_uri": "", "source_code_uri": "https://github.com/travis-ci/dpl", "bug_tracker_uri": "https://github.com/travis-ci/dpl/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" } ], "runtime": [ { "name": "logger", "requirements": "~> 1.7.0" }, { "name": "net-http", "requirements": "~> 0.6.0" }, { "name": "travis-cl", "requirements": ">= 0" }, { "name": "travis-packagecloud-ruby", "requirements": ">= 0" }, { "name": "uri", "requirements": "~> 1.0.2" } ] } }
2025-03-31 12:09:31 UTC
vKxS4sU_S8hX6sqxcVrwT

metanorma-ribose

metanorma-ribose lets you write Ribose standards in AsciiDoc syntax. This gem is in active development. Formerly known as asciidoctor-rsd, metanorma-rsd.

2.6.3
Content{ "name": "metanorma-ribose", "downloads": 105997, "version": "2.6.3", "version_created_at": "2025-03-31T12:01:17.312Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-ribose lets you write Ribose standards in AsciiDoc syntax.\n\nThis gem is in active development.\n\nFormerly known as asciidoctor-rsd, metanorma-rsd.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "45c69ebfe066a75b3c6c39446c23cb1d4390dd533c45742a8906b926d3d707f4", "spec_sha": "f12b221338159bdad3cd6ca0823a9001fcc76cc4788715dd908cd7fd2e00182e", "project_uri": "https://rubygems.org/gems/metanorma-ribose", "gem_uri": "https://rubygems.org/gems/metanorma-ribose-2.6.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-ribose", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-ribose/2.6.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-generic", "requirements": "~> 3.0.0" } ] } }
2025-03-31 12:01:19 UTC
SE30jLtnVm91Ssc8CuDlY

metanorma-iho

metanorma-iho lets you write IHO in AsciiDoc syntax. This gem is in active development.

1.1.3
Content{ "name": "metanorma-iho", "downloads": 203972, "version": "1.1.3", "version_created_at": "2025-03-31T12:00:10.233Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-iho lets you write IHO in AsciiDoc syntax.\n\nThis gem is in active development.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "9633705916236aebf213f3da6553cdec7db258b4d1a034bc1bc0bd7ae45502fa", "spec_sha": "106c62e48e2f5bc5a8671867241dc51769b62bd70f276f10f99edaf3b0dc5f85", "project_uri": "https://rubygems.org/gems/metanorma-iho", "gem_uri": "https://rubygems.org/gems/metanorma-iho-1.1.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-iho", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-iho/1.1.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-generic", "requirements": "~> 3.0.0" } ] } }
2025-03-31 12:00:14 UTC
XgOmhmPsFudOnxtW_ueFs

clean_arch

project generator by Clean Architecture, like *rails new*

0.1.0
Content{ "name": "clean_arch", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-03-31T12:00:04.434Z", "version_downloads": 0, "platform": "ruby", "authors": "alex-abramov", "info": "project generator by Clean Architecture, like *rails new*", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/o-200/clear_arch", "source_code_uri": "https://github.com/o-200/clear_arch" }, "yanked": false, "sha": "eb92e6c2f3ec0aa3243b41e570e9bdda04f5d4c2ba716bf74211b4ab7e393037", "spec_sha": "f6da12c11bec1835a9116117ff7e9326557c6aafecfab0c1414dc1ef6a998e80", "project_uri": "https://rubygems.org/gems/clean_arch", "gem_uri": "https://rubygems.org/gems/clean_arch-0.1.0.gem", "homepage_uri": "https://github.com/o-200/clear_arch", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/o-200/clear_arch", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "thor", "requirements": "~> 1.3" } ] } }
2025-03-31 12:00:07 UTC
aPl3GNXCHKeU3RHJWr7y-

metanorma-cc

metanorma-cc lets you write CalConnect standards in AsciiDoc syntax. This gem is in active development. Formerly known as asciidoctor-csd, metanorma-csd.

2.6.3
Content{ "name": "metanorma-cc", "downloads": 195323, "version": "2.6.3", "version_created_at": "2025-03-31T11:58:35.472Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-cc lets you write CalConnect standards in AsciiDoc syntax.\n\nThis gem is in active development.\n\nFormerly known as asciidoctor-csd, metanorma-csd.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "6fb56e4af6798657babe8062b12cfa87c6c4089e86154ec8515af2bd8c586677", "spec_sha": "eb3ed4b7fa7b3703d2d82530da337200399365cde698f52533ebb87bf4978328", "project_uri": "https://rubygems.org/gems/metanorma-cc", "gem_uri": "https://rubygems.org/gems/metanorma-cc-2.6.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-cc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-cc/2.6.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-generic", "requirements": "~> 3.0.0" } ] } }
2025-03-31 11:58:38 UTC
0nl9Mhp11waBaAn2gJzYV

metanorma-csa

metanorma-csa lets you write CSA Normal Documents (CSAND) in AsciiDoc syntax. This gem is in active development. Formerly known as asciidoctor-csa.

2.6.3
Content{ "name": "metanorma-csa", "downloads": 235561, "version": "2.6.3", "version_created_at": "2025-03-31T11:58:03.869Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-csa lets you write CSA Normal Documents (CSAND) in AsciiDoc syntax.\n\nThis gem is in active development.\n\nFormerly known as asciidoctor-csa.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "c6c39dea2df9f140f18fd269372bb5b1e752ff81bcfd90b2222aad28098e0ebc", "spec_sha": "6e526eae5b9cc47eca52220d7228d4b85eccb5320fffd41e03d13fb184026298", "project_uri": "https://rubygems.org/gems/metanorma-csa", "gem_uri": "https://rubygems.org/gems/metanorma-csa-2.6.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-csa", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-csa/2.6.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-generic", "requirements": "~> 3.0.0" } ] } }
2025-03-31 11:58:08 UTC
OmZgOuCvN9OFW1awNPMWx

metanorma-ogc

Metanorma for the Open Geospatial Consortium.

2.7.3
Content{ "name": "metanorma-ogc", "downloads": 305321, "version": "2.7.3", "version_created_at": "2025-03-31T11:56:49.528Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "Metanorma for the Open Geospatial Consortium.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "3096811f11a271f8f5cd9aa15f95818301b76a37adde7e141758ecb6d04b402c", "spec_sha": "164819edbae6b8e2e011c1d5189e5a7f9b872812eb1b06b3f565ed3094daa8b0", "project_uri": "https://rubygems.org/gems/metanorma-ogc", "gem_uri": "https://rubygems.org/gems/metanorma-ogc-2.7.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-ogc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-ogc/2.7.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "iso-639", "requirements": ">= 0" }, { "name": "metanorma-standoc", "requirements": "~> 3.0.0" } ] } }
2025-03-31 11:56:56 UTC
M8r_o9rpzjDfGlceh_MlH

metanorma-itu

Metanorma for the ITU.

2.6.3
Content{ "name": "metanorma-itu", "downloads": 292565, "version": "2.6.3", "version_created_at": "2025-03-31T11:50:26.680Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "Metanorma for the ITU.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "d2effe2ac62f08b7e24da28f27be1b4cfde6306a7102419fd3b9cf7d07ddb188", "spec_sha": "8c73fbdb875dd4267308ab1366e98fd589598765b4853c9f27ed3ba12ee1b341", "project_uri": "https://rubygems.org/gems/metanorma-itu", "gem_uri": "https://rubygems.org/gems/metanorma-itu-2.6.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-itu", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-itu/2.6.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-standoc", "requirements": "~> 3.0.0" }, { "name": "pubid", "requirements": ">= 0" }, { "name": "twitter_cldr", "requirements": ">= 3.0.0" }, { "name": "tzinfo-data", "requirements": ">= 0" } ] } }
2025-03-31 11:50:29 UTC
Du9rc9vhPJIbWHZUSQ9DV

mux_ruby

The Ruby client for Mux Data and Mux Video.

5.0.0
Content{ "name": "mux_ruby", "downloads": 777183, "version": "5.0.0", "version_created_at": "2025-03-31T11:39:12.713Z", "version_downloads": 0, "platform": "ruby", "authors": "Mux", "info": "The Ruby client for Mux Data and Mux Video.", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://github.com/muxinc/mux-ruby" }, "yanked": false, "sha": "1e3cfb8d2652b148c6f5650e16b8b7721ad0e4d1eb3ff53beb79e74ddc0afd42", "spec_sha": "3eead890f5f520bc80a9393b93a839fa23fdfc139c824a1450f8d8d001ae9250", "project_uri": "https://rubygems.org/gems/mux_ruby", "gem_uri": "https://rubygems.org/gems/mux_ruby-5.0.0.gem", "homepage_uri": "https://docs.mux.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/muxinc/mux-ruby", "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-03-31 11:39:16 UTC
263Uuo4Ha8KTMao0b73IM

metanorma-ietf

metanorma-ietf lets you write IETF documents, such as Internet-Drafts and RFCs, in native AsciiDoc syntax. This is part of the Metanorma publishing framework. RFC XML ("xml2rfc" Vocabulary XML, RFC 7991) is the XML-based language used for writing Internet-Drafts and RFCs, but not everyone likes hand-crafting XML, especially when the focus should be on the content. This gem is in active development. Formerly known as asciidoctor-ietf.

3.5.3
Content{ "name": "metanorma-ietf", "downloads": 241236, "version": "3.5.3", "version_created_at": "2025-03-31T10:56:47.518Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-ietf lets you write IETF documents, such as Internet-Drafts and RFCs,\nin native AsciiDoc syntax. This is part of the Metanorma publishing framework.\n\nRFC XML (\"xml2rfc\" Vocabulary XML, RFC 7991) is the XML-based language used for\nwriting Internet-Drafts and RFCs, but not everyone likes hand-crafting XML,\nespecially when the focus should be on the content.\n\nThis gem is in active development.\n\nFormerly known as asciidoctor-ietf.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "f126e795c642865013afd66313430b48394093c0d4910358592d3db7e24435db", "spec_sha": "3e873bedb0508b9fc0c2edca2eb33f4574bf5d7a9409361bcf8a16505908ed7c", "project_uri": "https://rubygems.org/gems/metanorma-ietf", "gem_uri": "https://rubygems.org/gems/metanorma-ietf-3.5.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-ietf", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-ietf/3.5.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-ietf-data", "requirements": ">= 0" }, { "name": "metanorma-standoc", "requirements": "~> 3.0.0" }, { "name": "relaton-render", "requirements": ">= 0" } ] } }
2025-03-31 10:56:51 UTC
emBhxcQfbLhq5ieNqn4jU

rails-latex

rails-latex is a renderer for rails which allows tex files with erb to be turned into an inline pdf.

2.3.5
Content{ "name": "rails-latex", "downloads": 279468, "version": "2.3.5", "version_created_at": "2025-03-31T10:45:37.272Z", "version_downloads": 0, "platform": "ruby", "authors": "Jan Baier, Geoff Jacobsen", "info": "rails-latex is a renderer for rails which allows tex files with erb to be turned into an inline pdf.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "8829129f833a8410666fa1f7b8c39ad2e90a1e5dbdece940d87d04b30ad0ab9f", "spec_sha": "c03b7b02bbac82d28d757e6c1551e25bfd6f3260082555a217dff072eb253b93", "project_uri": "https://rubygems.org/gems/rails-latex", "gem_uri": "https://rubygems.org/gems/rails-latex-2.3.5.gem", "homepage_uri": "https://github.com/amagical-net/rails-latex", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rails-latex/2.3.5", "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.11" }, { "name": "minitest-reporters", "requirements": "~> 1.3" }, { "name": "rake", "requirements": "~> 13" }, { "name": "RedCloth", "requirements": "~> 4.3" } ], "runtime": [ { "name": "rails", "requirements": ">= 3.0.0, < 9" } ] } }
2025-03-31 10:45:40 UTC
ty2Oo0xOhRCctZC2FWBBQ

aroundhome_cops

Dependency and configuration for rubocop.

7.0.1
Content{ "name": "aroundhome_cops", "downloads": 16541, "version": "7.0.1", "version_created_at": "2025-03-31T10:33:38.577Z", "version_downloads": 0, "platform": "ruby", "authors": "Jan Sandbrink", "info": "Dependency and configuration for rubocop.", "licenses": [], "metadata": {}, "yanked": false, "sha": "4aa6e51c65135207ee9135e728e52bc85a8c97844fb916b9ecc39c375264ac6e", "spec_sha": "79e5d45e2c26e02c4d0db23466b8f14b385e41d8f6b9d2b09a986856c488570f", "project_uri": "https://rubygems.org/gems/aroundhome_cops", "gem_uri": "https://rubygems.org/gems/aroundhome_cops-7.0.1.gem", "homepage_uri": "https://github.com/aroundhome/aroundhome_cops", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/aroundhome_cops/7.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rubocop", "requirements": "~> 1.64" }, { "name": "rubocop-performance", "requirements": "~> 1.21" }, { "name": "rubocop-rake", "requirements": "~> 0.6" }, { "name": "rubocop-rspec", "requirements": "~> 2.30" } ] } }
2025-03-31 10:33:42 UTC
0VmcZJ51Kd19WXvYnj4hq

cloudsmith-api

The API to the Cloudsmith Service

2.0.17
Content{ "name": "cloudsmith-api", "downloads": 58430, "version": "2.0.17", "version_created_at": "2025-03-31T10:30:48.245Z", "version_downloads": 0, "platform": "ruby", "authors": "Cloudsmith Ltd", "info": "The API to the Cloudsmith Service", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "40e7da511fb27b05c51c072e636532552f5f3cc950ce95dead4b3978e780477b", "spec_sha": "dfa4d9ad240d12ebc3d9a1fd05757175ab7198b572c370829f4cd4d7b865faa4", "project_uri": "https://rubygems.org/gems/cloudsmith-api", "gem_uri": "https://rubygems.org/gems/cloudsmith-api-2.0.17.gem", "homepage_uri": "https://api.cloudsmith.io/?format&#x3D;openapi", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cloudsmith-api/2.0.17", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "autotest", "requirements": "~> 4.4, >= 4.4.6" }, { "name": "autotest-fsevent", "requirements": "~> 0.2, >= 0.2.12" }, { "name": "autotest-growl", "requirements": "~> 0.2, >= 0.2.16" }, { "name": "autotest-rails-pure", "requirements": "~> 4.1, >= 4.1.2" }, { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" }, { "name": "vcr", "requirements": "~> 3.0, >= 3.0.1" }, { "name": "webmock", "requirements": "~> 1.24, >= 1.24.3" } ], "runtime": [ { "name": "addressable", "requirements": "~> 2.3, >= 2.3.0" }, { "name": "json", "requirements": "~> 2.1, >= 2.1.0" }, { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-03-31 10:30:52 UTC
Kg0FiuSuhhaDv1eTac13R

qat-web

QAT-Web is a browser controller for Web testing, with support for various browsers and webdrivers. Includes various classes for easier planning and implementation of web interactions, using the Page Objects Pattern.

9.0.5
Content{ "name": "qat-web", "downloads": 29461, "version": "9.0.5", "version_created_at": "2025-03-31T10:16:58.370Z", "version_downloads": 0, "platform": "ruby", "authors": "QAT", "info": " QAT-Web is a browser controller for Web testing, with support for various browsers and webdrivers.\n Includes various classes for easier planning and implementation of web interactions, using the Page Objects Pattern.\n", "licenses": [ "GPL-3.0" ], "metadata": { "source_code_uri": "https://github.com/Ritain-io/qat-web" }, "yanked": false, "sha": "3944f0c2c480fc8e4d9119cca64165d7291ab5541ede419eb5b86a4d5cc3e871", "spec_sha": "9c3cd478b874d9bc1f9147a577c5b30ba505b944e75a6e5e404099253dd26714", "project_uri": "https://rubygems.org/gems/qat-web", "gem_uri": "https://rubygems.org/gems/qat-web-9.0.5.gem", "homepage_uri": "https://www.ritain.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Ritain-io/qat-web", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "headless", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "qat-cucumber", "requirements": "~> 9.0" }, { "name": "qat-devel", "requirements": "~> 9.0" }, { "name": "selenium-webdriver", "requirements": ">= 0" }, { "name": "sinatra", "requirements": ">= 0" }, { "name": "syntax", "requirements": ">= 0" }, { "name": "webrick", "requirements": ">= 0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "capybara", "requirements": ">= 0" }, { "name": "gemnasium-parser", "requirements": ">= 0" }, { "name": "little-plugger", "requirements": ">= 0" }, { "name": "qat-logger", "requirements": "~> 9.0" }, { "name": "retriable", "requirements": ">= 0" } ] } }
2025-03-31 10:17:02 UTC
_j_yb3ZxNhGbnywK-3ADr

govuk_publishing_components

A gem to document components in GOV.UK frontend applications

56.1.0
Content{ "name": "govuk_publishing_components", "downloads": 1564633, "version": "56.1.0", "version_created_at": "2025-03-31T10:16:10.203Z", "version_downloads": 0, "platform": "ruby", "authors": "GOV.UK Dev", "info": "A gem to document components in GOV.UK frontend applications", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "46648241a9b769cee24977e7665bb59cc780df0ef6b9de226b6588401eea8d39", "spec_sha": "355813e8eccfff949ce05c14fda1b38a14e24693c03a9d9da3852163519ea939", "project_uri": "https://rubygems.org/gems/govuk_publishing_components", "gem_uri": "https://rubygems.org/gems/govuk_publishing_components-56.1.0.gem", "homepage_uri": "https://github.com/alphagov/govuk_publishing_components", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/govuk_publishing_components/56.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "capybara", "requirements": ">= 0" }, { "name": "climate_control", "requirements": ">= 0" }, { "name": "dartsass-rails", "requirements": ">= 0" }, { "name": "faker", "requirements": ">= 0" }, { "name": "gds-api-adapters", "requirements": ">= 0" }, { "name": "govuk_schemas", "requirements": ">= 0" }, { "name": "govuk_test", "requirements": ">= 0" }, { "name": "i18n-coverage", "requirements": ">= 0" }, { "name": "percy-capybara", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rails_translation_manager", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rubocop-govuk", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "terser", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "govuk_app_config", "requirements": ">= 0" }, { "name": "govuk_personalisation", "requirements": ">= 0.7.0" }, { "name": "kramdown", "requirements": ">= 0" }, { "name": "ostruct", "requirements": ">= 0" }, { "name": "plek", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6" }, { "name": "rouge", "requirements": ">= 0" }, { "name": "sprockets", "requirements": ">= 3" }, { "name": "sprockets-rails", "requirements": ">= 0" } ] } }
2025-03-31 10:16:14 UTC
ME9f9NIPEQu8EAEY_1MvV

metanorma

Library to process any Metanorma standard.

2.1.6
Content{ "name": "metanorma", "downloads": 437791, "version": "2.1.6", "version_created_at": "2025-03-31T10:12:10.307Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "Library to process any Metanorma standard.", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "76128aa212b6c8b62ed3b5660683f418b5352bd09f94fa1d4cc1d23b6d2b185d", "spec_sha": "9622ab7c062d07f1735bdd17f00b801ef2d362fde6152480b2028f64ad951ff5", "project_uri": "https://rubygems.org/gems/metanorma", "gem_uri": "https://rubygems.org/gems/metanorma-2.1.6.gem", "homepage_uri": "https://github.com/metanorma/metanorma", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma/2.1.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "metanorma-iso", "requirements": ">= 0" }, { "name": "mnconvert", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rspec-command", "requirements": "~> 1.0" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "asciidoctor", "requirements": ">= 0" }, { "name": "concurrent-ruby", "requirements": ">= 0" }, { "name": "fontist", "requirements": ">= 1.14.3" }, { "name": "htmlentities", "requirements": ">= 0" }, { "name": "isodoc", "requirements": ">= 3.0.0" }, { "name": "mn2pdf", "requirements": "~> 2" }, { "name": "nokogiri", "requirements": ">= 0" } ] } }
2025-03-31 10:12:14 UTC
5swP9KILlma8HLE499Lwp

leak_profiler

A simple profiler for Ruby to detect memory leak.

0.1.0
Content{ "name": "leak_profiler", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-03-31T10:04:54.873Z", "version_downloads": 0, "platform": "ruby", "authors": "Watson", "info": "A simple profiler for Ruby to detect memory leak.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/Watson1978/leak_profiler", "source_code_uri": "https://github.com/Watson1978/leak_profiler", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "6b092548389140b35c1eb66aa3ba4d74d0b03e596058cdf506b14a6e6a378d07", "spec_sha": "c203fae62620e5f126e931ac51e0962fe7d5ee8831ba35eb8014527da34213db", "project_uri": "https://rubygems.org/gems/leak_profiler", "gem_uri": "https://rubygems.org/gems/leak_profiler-0.1.0.gem", "homepage_uri": "https://github.com/Watson1978/leak_profiler", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Watson1978/leak_profiler", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 10:04:57 UTC
jMzKBffV9n_3T0bRQN5uP

metanorma-iso

metanorma-iso lets you write ISO standards in AsciiDoc syntax. This gem is in active development. Formerly known as asciidoctor-iso.

3.0.3
Content{ "name": "metanorma-iso", "downloads": 386805, "version": "3.0.3", "version_created_at": "2025-03-31T09:55:31.836Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-iso lets you write ISO standards in AsciiDoc syntax.\n\nThis gem is in active development.\n\nFormerly known as asciidoctor-iso.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "df2f8b912a07e0bb68ceb81faa9a685c346366cd9cfce1651d301ad15aeb47a1", "spec_sha": "f7a239d38cefeaf15e0692b18f2b5a93c5d541b37cc6eaabfa4b3bec386e9b71", "project_uri": "https://rubygems.org/gems/metanorma-iso", "gem_uri": "https://rubygems.org/gems/metanorma-iso-3.0.3.gem", "homepage_uri": "https://github.com/metanorma/metanorma-iso", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-iso/3.0.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "iev", "requirements": "~> 0.3.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1" }, { "name": "rubocop-performance", "requirements": ">= 0" }, { "name": "sassc-embedded", "requirements": "~> 1" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "metanorma-standoc", "requirements": "~> 3.0.0" }, { "name": "mnconvert", "requirements": "~> 1.14" }, { "name": "pubid", "requirements": ">= 0" }, { "name": "tokenizer", "requirements": "~> 0.3.0" } ] } }
2025-03-31 09:55:36 UTC
E4O9aBKRFrcNsHvTwFGGG

ox-ai-workers

OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate a sophisticated state machine with the powerful capabilities of generative intelligence via the ruby-openai gem. This innovative tool empowers developers to construct state machines that efficiently handle complex tasks, enhancing outcomes by combining robust internal logic with advanced AI-driven decision-making. Key features include straightforward creation and management of state machines, harnessing AI for improved decision-making and task execution, customizable behavior to suit specific requirements, and user-friendly syntax and documentation for a smooth development experience.

0.7.10
Content{ "name": "ox-ai-workers", "downloads": 8092, "version": "0.7.10", "version_created_at": "2025-03-31T09:45:53.264Z", "version_downloads": 0, "platform": "ruby", "authors": "Denis Smolev", "info": " OxAiWorkers (ox-ai-workers) is a cutting-edge Ruby gem designed to seamlessly integrate\n a sophisticated state machine with the powerful capabilities of generative intelligence\n via the ruby-openai gem. This innovative tool empowers developers to construct state machines\n that efficiently handle complex tasks, enhancing outcomes by combining robust internal\n logic with advanced AI-driven decision-making. Key features include straightforward creation\n and management of state machines, harnessing AI for improved decision-making and task\n execution, customizable behavior to suit specific requirements, and user-friendly syntax\n and documentation for a smooth development experience.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://ai.oxteam.me", "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/neonix20b/ox-ai-workers" }, "yanked": false, "sha": "c7aeba1e4638ce3a43d9ec94373ac851ab29473fa49b672e0f2d7391960e71f2", "spec_sha": "72ddc6fd007b0ba4c80d211e5a78d32336ec68d3d7e3a64019d19874a44764ac", "project_uri": "https://rubygems.org/gems/ox-ai-workers", "gem_uri": "https://rubygems.org/gems/ox-ai-workers-0.7.10.gem", "homepage_uri": "https://ai.oxteam.me", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/neonix20b/ox-ai-workers", "bug_tracker_uri": null, "changelog_uri": "https://github.com/neonix20b/ox-ai-workers/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1" }, { "name": "faraday", "requirements": ">= 1" }, { "name": "faraday-multipart", "requirements": ">= 1" }, { "name": "i18n", "requirements": ">= 1" }, { "name": "ptools", "requirements": ">= 1" }, { "name": "ruby-openai", "requirements": ">= 7" }, { "name": "state_machines", "requirements": ">= 0.6" } ] } }
2025-03-31 09:45:55 UTC
ICQRvrUS1KP9ntkfgcG4S

hydra-keycloak-client

Keycloak client for SSO

0.1.21
Content{ "name": "hydra-keycloak-client", "downloads": 31997, "version": "0.1.21", "version_created_at": "2025-03-31T09:21:05.901Z", "version_downloads": 0, "platform": "ruby", "authors": "Fedor Kosolapov", "info": "Keycloak client for SSO", "licenses": [], "metadata": { "homepage_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "changelog_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "source_code_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "9bc2677509de5c68647404ad19f75a8626a8b05b451376438a23280fc0ea9182", "spec_sha": "ff65c29cbb78c9661d9cc344fef23a0ff509f5963c87f0d6ba818f87ec527815", "project_uri": "https://rubygems.org/gems/hydra-keycloak-client", "gem_uri": "https://rubygems.org/gems/hydra-keycloak-client-0.1.21.gem", "homepage_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "bug_tracker_uri": null, "changelog_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "dry-auto_inject", "requirements": ">= 0" }, { "name": "dry-container", "requirements": ">= 0" }, { "name": "dry-monads", "requirements": ">= 0" }, { "name": "dry-schema", "requirements": ">= 0" }, { "name": "dry-struct", "requirements": ">= 0" }, { "name": "jwt", "requirements": ">= 0" } ] } }
2025-03-31 09:21:08 UTC
rj_8QqvW2snay_Pa2Lanq

stackone_client

Ruby Client SDK Generated by Speakeasy

0.7.1
Content{ "name": "stackone_client", "downloads": 27676, "version": "0.7.1", "version_created_at": "2025-03-31T09:21:02.559Z", "version_downloads": 0, "platform": "ruby", "authors": "StackOne", "info": "Ruby Client SDK Generated by Speakeasy", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/StackOneHQ/stackone-client-ruby.git", "source_code_uri": "https://github.com/StackOneHQ/stackone-client-ruby.git", "documentation_uri": "https://github.com/StackOneHQ/stackone-client-ruby.git" }, "yanked": false, "sha": "6bc2bd0f2b76f1a72d1639d2a9199366fc0d464e80ff26a4271b2a9bf031ba86", "spec_sha": "c8e73045638ce0dac5b63dde85431b1e1754938f7f64e55576ba5e27976fb574", "project_uri": "https://rubygems.org/gems/stackone_client", "gem_uri": "https://rubygems.org/gems/stackone_client-0.7.1.gem", "homepage_uri": "https://github.com/StackOneHQ/stackone-client-ruby.git", "wiki_uri": null, "documentation_uri": "https://github.com/StackOneHQ/stackone-client-ruby.git", "mailing_list_uri": null, "source_code_uri": "https://github.com/StackOneHQ/stackone-client-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-03-31 09:21:05 UTC
w6KoL5VWU3_JfJNHLY3x4

hydra-keycloak-client

Keycloak client for SSO

0.2.0
Content{ "name": "hydra-keycloak-client", "downloads": 31997, "version": "0.2.0", "version_created_at": "2025-03-31T09:19:49.938Z", "version_downloads": 0, "platform": "ruby", "authors": "Hydra Billing LLC", "info": "Keycloak client for SSO", "licenses": [], "metadata": { "homepage_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "changelog_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "source_code_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "10afeb94ef6f435bd66a7a48f0e503ea087b14e56d033e1ac51ddcf5baba2b6a", "spec_sha": "1adb8de6f30454a38927b0ada8ce221a051ed16ff63ce4e6488321b63633d382", "project_uri": "https://rubygems.org/gems/hydra-keycloak-client", "gem_uri": "https://rubygems.org/gems/hydra-keycloak-client-0.2.0.gem", "homepage_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "bug_tracker_uri": null, "changelog_uri": "https://github.com/hydra-billing/hydra-keycloak-client", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "dry-auto_inject", "requirements": ">= 0" }, { "name": "dry-container", "requirements": ">= 0" }, { "name": "dry-monads", "requirements": ">= 0" }, { "name": "dry-schema", "requirements": ">= 0" }, { "name": "dry-struct", "requirements": ">= 0" }, { "name": "jwt", "requirements": ">= 0" } ] } }
2025-03-31 09:19:52 UTC
Mj4Gs1wR1y4G-NmmCQGk0

barsoom_utils

Various helpful utils

0.2.0.50
Content{ "name": "barsoom_utils", "downloads": 43065, "version": "0.2.0.50", "version_created_at": "2025-03-31T09:13:10.501Z", "version_downloads": 0, "platform": "ruby", "authors": "Tomas Skogberg", "info": "Various helpful utils", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "2733538bdcbb9db4b6c7f5643c618653dc4c69f316262f56685b86549c4a22d1", "spec_sha": "3df157f9128acd3a4beeb45341021b24c0829cbfd3a2b2384bc9b7e5114c4934", "project_uri": "https://rubygems.org/gems/barsoom_utils", "gem_uri": "https://rubygems.org/gems/barsoom_utils-0.2.0.50.gem", "homepage_uri": "https://dev.auctionet.com/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/barsoom_utils/0.2.0.50", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 09:13:14 UTC
NoUkS1NCVnENmZ1mSGbH_

trk

trk pull # pull every project under ~/trk.tools/*/; trk expand.

0.1.7
Content{ "name": "trk", "downloads": 783, "version": "0.1.7", "version_created_at": "2025-03-31T09:00:15.250Z", "version_downloads": 0, "platform": "ruby", "authors": "Dusan Orlovic", "info": "trk pull # pull every project under ~/trk.tools/*/; trk expand.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://trk.tools", "source_code_uri": "https://trk.tools/app/trk-readme-source-links" }, "yanked": false, "sha": "7e50e6181a8ed1ade320bc939bd97a4f61c28978636b857f74223eebc373070e", "spec_sha": "12f1ff807017e4de33189c0c759229beb317dcf6830f90835094713ab65c7054", "project_uri": "https://rubygems.org/gems/trk", "gem_uri": "https://rubygems.org/gems/trk-0.1.7.gem", "homepage_uri": "https://trk.tools", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://trk.tools/app/trk-readme-source-links", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "thor", "requirements": "~> 1.3.2" } ] } }
2025-03-31 09:00:18 UTC
r1El3qCK3c9KYfk7Vx5aV

govspeak

A set of extensions to markdown layered on top of the kramdown library for use in the UK Government Single Domain project

10.2.3
Content{ "name": "govspeak", "downloads": 469172, "version": "10.2.3", "version_created_at": "2025-03-31T09:00:03.456Z", "version_downloads": 0, "platform": "ruby", "authors": "GOV.UK Dev", "info": "A set of extensions to markdown layered on top of the kramdown\nlibrary for use in the UK Government Single Domain project", "licenses": [], "metadata": {}, "yanked": false, "sha": "d6b9a79ea42a8ee33c86c769d3d27cf70bb465340f2692d2d4f81d08b2370eed", "spec_sha": "76636f0313101ea20e67749cd0e0a030ac43326b672d7324080efa24e2dc1b82", "project_uri": "https://rubygems.org/gems/govspeak", "gem_uri": "https://rubygems.org/gems/govspeak-10.2.3.gem", "homepage_uri": "http://github.com/alphagov/govspeak", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/govspeak/10.2.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.14" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rubocop-govuk", "requirements": "= 5.1.1" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "actionview", "requirements": ">= 6, < 8.0.3" }, { "name": "addressable", "requirements": ">= 2.3.8, < 2.8.8" }, { "name": "govuk_publishing_components", "requirements": ">= 43" }, { "name": "htmlentities", "requirements": "~> 4" }, { "name": "i18n", "requirements": ">= 0.7, < 1.14.8" }, { "name": "kramdown", "requirements": ">= 2.3.1, < 2.5.2" }, { "name": "nokogiri", "requirements": "~> 1.12" }, { "name": "rinku", "requirements": "~> 2.0" }, { "name": "sanitize", "requirements": ">= 6, < 8" } ] } }
2025-03-31 09:00:06 UTC
9a5UraghbjntGbzzohNpX

lefthook

A single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows.

1.11.6
Content{ "name": "lefthook", "downloads": 5210388, "version": "1.11.6", "version_created_at": "2025-03-31T08:47:07.329Z", "version_downloads": 0, "platform": "ruby", "authors": "A.A.Abroskin, Evil Martians", "info": "A single dependency-free binary to manage all your git hooks that works with any language in any environment, and in all common team workflows.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "e5df4ea92dc1a6229200b9cc5d77f0ee323603d35b5c03ad61ffec51af62f44b", "spec_sha": "b14c9217ec76c0c738a83854af17fcf64195cef4cd8452c926c9fdc90f355854", "project_uri": "https://rubygems.org/gems/lefthook", "gem_uri": "https://rubygems.org/gems/lefthook-1.11.6.gem", "homepage_uri": "https://github.com/evilmartians/lefthook", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/lefthook/1.11.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 08:47:11 UTC
6Q7nU6qVMvx3mBU9-qzyv

quo

Quo query objects are composable.

1.0.0.beta1
Content{ "name": "quo", "downloads": 4736, "version": "1.0.0.beta1", "version_created_at": "2025-03-31T08:44:59.375Z", "version_downloads": 0, "platform": "ruby", "authors": "Stephen Ierodiaconou", "info": "Quo query objects are composable.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/stevegeek/quo", "source_code_uri": "https://github.com/stevegeek/quo" }, "yanked": false, "sha": "24b4e142f4183e8a1c050e7ba552e411ce10bd70aef515bbd3e9477326143d70", "spec_sha": "05f25e519ddfc370d0ee64c598a0f67554af891cfd6ee3089f106349648438ed", "project_uri": "https://rubygems.org/gems/quo", "gem_uri": "https://rubygems.org/gems/quo-1.0.0.beta1.gem", "homepage_uri": "https://github.com/stevegeek/quo", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/stevegeek/quo", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" } ], "runtime": [ { "name": "activerecord", "requirements": ">= 7, < 9" }, { "name": "activesupport", "requirements": ">= 7, < 9" }, { "name": "literal", "requirements": ">= 1.6.0, < 2" } ] } }
2025-03-31 08:45:02 UTC
RRr8vMmcp2tfeO67Ah1au

kleister

OpenAPI client for Kleister

1.15.0
Content{ "name": "kleister", "downloads": 5469, "version": "1.15.0", "version_created_at": "2025-03-31T08:29:32.816Z", "version_downloads": 0, "platform": "ruby", "authors": "Thomas Boerger", "info": "OpenAPI client for Kleister", "licenses": [ "Apache-2.0" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "fb4259f679bad8f4340039d07c08b29dbf3d5ffff7daf011ce49eae5af3dd37e", "spec_sha": "94e601621b3972f2d0c1d9a629aae3e3fb4f8d45224026612712c701b6ed6323", "project_uri": "https://rubygems.org/gems/kleister", "gem_uri": "https://rubygems.org/gems/kleister-1.15.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/kleister/1.15.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "faraday", "requirements": "~> 2.9.0" }, { "name": "faraday-multipart", "requirements": "~> 1.0.4" }, { "name": "marcel", "requirements": "~> 1.0.4" } ] } }
2025-03-31 08:29:35 UTC
Bp9RD5o3dUwsZUFZLXvvl

quantum-report-formatter

Report Portal gem for reporting results from cucumber

0.1.0
Content{ "name": "quantum-report-formatter", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-03-31T08:28:23.970Z", "version_downloads": 0, "platform": "ruby", "authors": "Avenger, Mateus", "info": "Report Portal gem for reporting results from cucumber", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://intenal.project.org", "changelog_uri": "https://intenal.project.org/quantum-report-formatter/CHANGELOG.md", "source_code_uri": "https://intenal.project.org/quantum-report-formatter.git" }, "yanked": false, "sha": "8d8edc7f43186fd4d7494fca6527764969c216f772ca2dfd4ac288e9a4e68ec0", "spec_sha": "beb4d7cd9758b91c72f33e530c90818775ba6a897c27cb7e89248acd022c61c2", "project_uri": "https://rubygems.org/gems/quantum-report-formatter", "gem_uri": "https://rubygems.org/gems/quantum-report-formatter-0.1.0.gem", "homepage_uri": "https://intenal.project.org", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://intenal.project.org/quantum-report-formatter.git", "bug_tracker_uri": null, "changelog_uri": "https://intenal.project.org/quantum-report-formatter/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 08:28:28 UTC
2SdyuktMGpUkQC1-qUIxS

barsoom_utils

Various helpful utils

0.2.0.49
Content{ "name": "barsoom_utils", "downloads": 43039, "version": "0.2.0.49", "version_created_at": "2025-03-31T08:23:41.043Z", "version_downloads": 0, "platform": "ruby", "authors": "Tomas Skogberg", "info": "Various helpful utils", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "dd75c3be92e9b893fb01ee133c57cfd52c5c2dfcbe330510c91dd057f81dbd04", "spec_sha": "2cf15124c2880e259ec5f67c4c376afd0b7e66afb1d05ddd4165bb5dd014f1a5", "project_uri": "https://rubygems.org/gems/barsoom_utils", "gem_uri": "https://rubygems.org/gems/barsoom_utils-0.2.0.49.gem", "homepage_uri": "https://dev.auctionet.com/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/barsoom_utils/0.2.0.49", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 08:23:44 UTC
Elmbi-D7EcD7TbtQs69IL

docdata-order

Ruby client for the Docdata Order API

2.3.0
Content{ "name": "docdata-order", "downloads": 14743, "version": "2.3.0", "version_created_at": "2025-03-31T08:21:57.961Z", "version_downloads": 0, "platform": "ruby", "authors": "Kentaa", "info": "Ruby client for the Docdata Order API", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ab778e940ec22d565e29880f7887dc3a3b06bea1443b3226934ba4cdcf9c7676", "spec_sha": "a7e98dfd667e3be49ebd318ed2db7fcb519213e840dafeec31cf98be160a96c5", "project_uri": "https://rubygems.org/gems/docdata-order", "gem_uri": "https://rubygems.org/gems/docdata-order-2.3.0.gem", "homepage_uri": "https://github.com/KentaaNL/docdata-order", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/docdata-order/2.3.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.5" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "webmock", "requirements": "~> 3.0" } ], "runtime": [ { "name": "bigdecimal", "requirements": ">= 0" }, { "name": "savon", "requirements": ">= 2.0, < 3.0" } ] } }
2025-03-31 08:22:02 UTC
cHsthz_WnptKkji6_7mER

smartcaptcha

Ruby helpers for Yandex smartcaptcha

0.0.2
Content{ "name": "smartcaptcha", "downloads": 186, "version": "0.0.2", "version_created_at": "2025-03-31T08:17:29.916Z", "version_downloads": 0, "platform": "ruby", "authors": "Alexey Yanchenko", "info": "Ruby helpers for Yandex smartcaptcha", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://github.com/maildealer/smartcaptcha" }, "yanked": false, "sha": "152c6bb8e1bce2bd68b8a3c47aa96b562781c1ce6f5f65abd9193a2724bb8b20", "spec_sha": "825482fac9a2566afef47b462369a1f813884c399d908ce79d7bf60b7a26fd0e", "project_uri": "https://rubygems.org/gems/smartcaptcha", "gem_uri": "https://rubygems.org/gems/smartcaptcha-0.0.2.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/maildealer/smartcaptcha", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 08:17:32 UTC
M5UWVHsRm5j41vRPHg404

gopad

OpenAPI client for Gopad

1.17.0
Content{ "name": "gopad", "downloads": 6585, "version": "1.17.0", "version_created_at": "2025-03-31T08:16:02.721Z", "version_downloads": 0, "platform": "ruby", "authors": "Thomas Boerger", "info": "OpenAPI client for Gopad", "licenses": [ "Apache-2.0" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "df18759ad3bc9d833256a7542c0b930af043c9e2e946e046c67e3ecc058a47c1", "spec_sha": "bb464f32f2fe9205d1872ff8fbf43b4dad0d9fdbcf9c9debee77c5c13db544fe", "project_uri": "https://rubygems.org/gems/gopad", "gem_uri": "https://rubygems.org/gems/gopad-1.17.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/gopad/1.17.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "faraday", "requirements": "~> 2.9.0" }, { "name": "faraday-multipart", "requirements": "~> 1.0.4" }, { "name": "marcel", "requirements": "~> 1.0.4" } ] } }
2025-03-31 08:16:06 UTC
RF4j-_36TyO0nwOOv2zYM

avo-meta

Visit https://avohq.io/ to get more information about this gem.

0.0.0
Content{ "name": "avo-meta", "downloads": 0, "version": "0.0.0", "version_created_at": "2025-03-31T07:12:50.296Z", "version_downloads": 0, "platform": "ruby", "authors": "Adrian, Paul", "info": "Visit https://avohq.io/ to get more information about this gem.", "licenses": [ "Commercial" ], "metadata": {}, "yanked": false, "sha": "c243036feff1f35ad453de54a7707821733b9a38cd338c25558077411b5beba3", "spec_sha": "dbbeae052a7df785ed0671d984881f8a6197b8051bbe85137bd0532ffc073cc0", "project_uri": "https://rubygems.org/gems/avo-meta", "gem_uri": "https://rubygems.org/gems/avo-meta-0.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/avo-meta/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 07:12:54 UTC
hU-xTsza2MTV5_Fv8yRBp

mortymer

A simple DSL to describe metadata for endpoints and automatic params construction based on dry-struct schemas. Support for openapi

0.0.11
Content{ "name": "mortymer", "downloads": 1296, "version": "0.0.11", "version_created_at": "2025-03-31T06:57:03.815Z", "version_downloads": 0, "platform": "ruby", "authors": "Adrian Gonzalez", "info": "A simple DSL to describe metadata for endpoints and automatic params construction based on dry-struct schemas. Support for openapi", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://adriangs1996.github.io/morty/", "changelog_uri": "https://github.com/adriangs1996/morty/CHANGELOG.md", "source_code_uri": "https://github.com/adriangs1996/morty", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "d9233253a45b9e4319d9d3ece7afd5c621f7369d72d6c38aad326cbaf47892d5", "spec_sha": "915d23047312e18844a12f822c3d6f78bc0cb612dd6559f28580d5b92059a3ad", "project_uri": "https://rubygems.org/gems/mortymer", "gem_uri": "https://rubygems.org/gems/mortymer-0.0.11.gem", "homepage_uri": "https://adriangs1996.github.io/morty/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/adriangs1996/morty", "bug_tracker_uri": null, "changelog_uri": "https://github.com/adriangs1996/morty/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rails", "requirements": "~> 8.0" } ], "runtime": [ { "name": "dry-struct", "requirements": "~> 1.8" }, { "name": "dry-swagger", "requirements": "~> 2.0" }, { "name": "dry-validation", "requirements": "~> 1.11" } ] } }
2025-03-31 06:57:09 UTC
ApRULoOu0FuOZju6lrl3T

avo

Avo is a very custom Content Management System for Ruby on Rails that saves engineers and teams months of development time by building user interfaces and logic using configuration rather than traditional coding; When configuration is not enough, you can fallback to familiar Ruby on Rails code.

3.18.2.tw4
Content{ "name": "avo", "downloads": 1138456, "version": "3.18.2.tw4", "version_created_at": "2025-03-31T06:55:21.705Z", "version_downloads": 0, "platform": "ruby", "authors": "Adrian Marin, Mihai Marin, Paul Bob", "info": "Avo is a very custom Content Management System for Ruby on Rails that saves engineers and teams months of development time by building user interfaces and logic using configuration rather than traditional coding; When configuration is not enough, you can fallback to familiar Ruby on Rails code.", "licenses": [ "LGPL-3.0", "Commercial" ], "metadata": { "homepage_uri": "https://avohq.io", "changelog_uri": "https://avohq.io/releases", "bug_tracker_uri": "https://github.com/avo-hq/avo/issues", "source_code_uri": "https://github.com/avo-hq/avo", "documentation_uri": "https://docs.avohq.io" }, "yanked": false, "sha": "03c3f15ec293f299bac22e2ab102ad652c287c51e345a69df3dfc69fb39d34db", "spec_sha": "07d47257141d446cdd1c08d5255a955aec2b5bccb96bd967717d9ce0aff3d693", "project_uri": "https://rubygems.org/gems/avo", "gem_uri": "https://rubygems.org/gems/avo-3.18.2.tw4.gem", "homepage_uri": "https://avohq.io", "wiki_uri": null, "documentation_uri": "https://docs.avohq.io", "mailing_list_uri": null, "source_code_uri": "https://github.com/avo-hq/avo", "bug_tracker_uri": "https://github.com/avo-hq/avo/issues", "changelog_uri": "https://avohq.io/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": ">= 6.1" }, { "name": "active_link_to", "requirements": ">= 0" }, { "name": "activerecord", "requirements": ">= 6.1" }, { "name": "activesupport", "requirements": ">= 6.1" }, { "name": "addressable", "requirements": ">= 0" }, { "name": "avo-heroicons", "requirements": ">= 0.1.1" }, { "name": "docile", "requirements": ">= 0" }, { "name": "inline_svg", "requirements": ">= 0" }, { "name": "meta-tags", "requirements": ">= 0" }, { "name": "pagy", "requirements": ">= 7.0.0" }, { "name": "prop_initializer", "requirements": ">= 0.2.0" }, { "name": "turbo_power", "requirements": ">= 0.6.0" }, { "name": "turbo-rails", "requirements": ">= 2.0.0" }, { "name": "view_component", "requirements": ">= 3.7.0" }, { "name": "zeitwerk", "requirements": ">= 2.6.12" } ] } }
2025-03-31 06:55:26 UTC
P1yt1lpdQV1EbUBGnGp5r

seam

SDK for the Seam API written in Ruby.

2.14.0
Content{ "name": "seam", "downloads": 75334, "version": "2.14.0", "version_created_at": "2025-03-31T06:34:05.061Z", "version_downloads": 0, "platform": "ruby", "authors": "Seam Labs, Inc.", "info": "SDK for the Seam API written in Ruby.", "licenses": [ "MIT" ], "metadata": { "github_repo": "git@github.com:seamapi/ruby-next.git", "homepage_uri": "https://github.com/seamapi/ruby-next", "changelog_uri": "https://github.com/seamapi/ruby-next/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/seamapi/ruby-next/issues", "source_code_uri": "https://github.com/seamapi/ruby-next" }, "yanked": false, "sha": "bf45f34ace0ccf39ff78c693b6aaffa2555617383c733ceb31a3a3a3a259a4d9", "spec_sha": "17d75b24c557cd46ebb51966dfdcd7e800d500a42bbce4a90c4c14f45f8e0064", "project_uri": "https://rubygems.org/gems/seam", "gem_uri": "https://rubygems.org/gems/seam-2.14.0.gem", "homepage_uri": "https://github.com/seamapi/ruby-next", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/seamapi/ruby-next", "bug_tracker_uri": "https://github.com/seamapi/ruby-next/issues", "changelog_uri": "https://github.com/seamapi/ruby-next/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "gem-release", "requirements": "~> 2.2" }, { "name": "parse_gemspec-cli", "requirements": "~> 1.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "simplecov", "requirements": "~> 0.21" }, { "name": "simplecov-console", "requirements": "~> 0.9" }, { "name": "standard", "requirements": "~> 1.3" }, { "name": "webmock", "requirements": "~> 3.24.0" } ], "runtime": [ { "name": "faraday", "requirements": "~> 2.7" }, { "name": "faraday-retry", "requirements": "~> 2.2" }, { "name": "svix", "requirements": "~> 1.30" } ] } }
2025-03-31 06:34:08 UTC
JP6J6DHVUSQjx95OVIZDW

ruby-openai-swarm

Allows for creating swarms of AI agents that can call functions and interact with each other

0.5.3
Content{ "name": "ruby-openai-swarm", "downloads": 3610, "version": "0.5.3", "version_created_at": "2025-03-31T06:31:07.836Z", "version_downloads": 0, "platform": "ruby", "authors": "Grayson Chen", "info": "Allows for creating swarms of AI agents that can call functions and interact with each other", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/graysonchen/ruby-openai-swarm", "changelog_uri": "https://github.com/graysonchen/ruby-openai-swarm/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/graysonchen/ruby-openai-swarm" }, "yanked": false, "sha": "27b75833ee97e3542d43ec22fe0aa693308913bec6fbac8e92aee08c9a54cb6b", "spec_sha": "ad208eac02acd0a6b12a83893f42df9f35d66413a676b10900db6829939be27f", "project_uri": "https://rubygems.org/gems/ruby-openai-swarm", "gem_uri": "https://rubygems.org/gems/ruby-openai-swarm-0.5.3.gem", "homepage_uri": "https://github.com/graysonchen/ruby-openai-swarm", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/graysonchen/ruby-openai-swarm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/graysonchen/ruby-openai-swarm/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "ostruct", "requirements": ">= 0" }, { "name": "ruby-openai", "requirements": ">= 7.3, < 9.0" } ] } }
2025-03-31 06:31:12 UTC
AAXA8oRmkAdjOrSwZdyeu

bscf-core

An engine which contains core models for Supply Chain Financing.

0.2.4
Content{ "name": "bscf-core", "downloads": 599, "version": "0.2.4", "version_created_at": "2025-03-31T05:59:11.185Z", "version_downloads": 0, "platform": "ruby", "authors": "Asrat", "info": "An engine which contains core models for Supply Chain Financing.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://mksaddis.com/", "changelog_uri": "https://github.com/BITS-DEVSEC", "source_code_uri": "https://github.com/BITS-DEVSEC" }, "yanked": false, "sha": "ca805cd0ed6913121430339983ee7bf485d527ad451cf59a7d445ed3e934a4de", "spec_sha": "60201518891ad64f8ed6463c7507db496783742ef6932189ee50c9ccb0e342ec", "project_uri": "https://rubygems.org/gems/bscf-core", "gem_uri": "https://rubygems.org/gems/bscf-core-0.2.4.gem", "homepage_uri": "https://mksaddis.com/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/BITS-DEVSEC", "bug_tracker_uri": null, "changelog_uri": "https://github.com/BITS-DEVSEC", "funding_uri": null, "dependencies": { "development": [ { "name": "database_cleaner-active_record", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "faker", "requirements": ">= 0" }, { "name": "letter_opener", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rspec-retry", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "shoulda-matchers", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "active_model_serializers", "requirements": ">= 0" }, { "name": "ancestry", "requirements": "~> 4.1.0" }, { "name": "bcrypt", "requirements": "~> 3.1" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "image_processing", "requirements": "~> 1.12, >= 1.12.2" }, { "name": "jwt", "requirements": "~> 2.7" }, { "name": "noticed", "requirements": "~> 1.6" }, { "name": "rails", "requirements": "~> 8.0, >= 8.0.2" }, { "name": "ransack", "requirements": ">= 0" } ] } }
2025-03-31 05:59:13 UTC
1wK6-RNQfiHVHFjhDG9jD

ahoy_panel

Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.

0.0.20
Content{ "name": "ahoy_panel", "downloads": 1417, "version": "0.0.20", "version_created_at": "2025-03-31T05:49:12.070Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Jeon", "info": "Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.ahoypanel.com", "source_code_uri": "https://github.com/typefastco/ahoy_panel" }, "yanked": false, "sha": "6b1d0fea040553fcff537e038dc922082b1e110c15f0efcf904b796d3ae4d024", "spec_sha": "5813f300d6095a74afeab1e140ededdf892a00f82cb7a7f536cf5c541c4ae7a9", "project_uri": "https://rubygems.org/gems/ahoy_panel", "gem_uri": "https://rubygems.org/gems/ahoy_panel-0.0.20.gem", "homepage_uri": "https://www.ahoypanel.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/typefastco/ahoy_panel", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ahoy_matey", "requirements": ">= 1.1" }, { "name": "dry-configurable", "requirements": ">= 1.3" }, { "name": "faraday", "requirements": ">= 2.12" }, { "name": "kaminari", "requirements": ">= 1.2.2" }, { "name": "rails", "requirements": ">= 6" } ] } }
2025-03-31 05:49:15 UTC
6SX--1TJVWH6KhMza64ih

rbfind

A replacement for the standard UNIX command find. Files may be examined using Ruby expressions. Full ls-style output support including color. Full grep-style output support.

2.13
Content{ "name": "rbfind", "downloads": 51882, "version": "2.13", "version_created_at": "2025-03-31T05:35:48.474Z", "version_downloads": 0, "platform": "ruby", "authors": "Bertram Scharpf", "info": "A replacement for the standard UNIX command find.\nFiles may be examined using Ruby expressions.\nFull ls-style output support including color.\nFull grep-style output support.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "67c8d24358b4f84d55d04f0c7ccdf2e223e4007f740bb4af8c67b563629aba17", "spec_sha": "92bbd0b18f31bf7f99e6fd15d4270d3b3029c667b7fde077c8675a48129a5656", "project_uri": "https://rubygems.org/gems/rbfind", "gem_uri": "https://rubygems.org/gems/rbfind-2.13.gem", "homepage_uri": "http://www.bertram-scharpf.de/software/rbfind", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rbfind/2.13", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-03-31 05:35:50 UTC
foSa7NFo0ySrLiGtkaqQC

ahoy_panel

Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.

0.0.19
Content{ "name": "ahoy_panel", "downloads": 1396, "version": "0.0.19", "version_created_at": "2025-03-31T05:33:47.794Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Jeon", "info": "Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.ahoypanel.com", "source_code_uri": "https://github.com/typefastco/ahoy_panel" }, "yanked": false, "sha": "264954d89515af4d977a3079c1023cd4201de7f6ef208cba2791e0e3e2eced65", "spec_sha": "24489e30783a29da3a5b7750af26d6295cd05fa89d3c407009a656c8d3f6170c", "project_uri": "https://rubygems.org/gems/ahoy_panel", "gem_uri": "https://rubygems.org/gems/ahoy_panel-0.0.19.gem", "homepage_uri": "https://www.ahoypanel.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/typefastco/ahoy_panel", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ahoy_matey", "requirements": ">= 1.1" }, { "name": "dry-configurable", "requirements": ">= 1.3" }, { "name": "faraday", "requirements": ">= 2.12" }, { "name": "kaminari", "requirements": ">= 1.2.2" }, { "name": "rails", "requirements": ">= 6" } ] } }
2025-03-31 05:33:50 UTC
pUADrIwPSRQ8B1Pk1tl9S

solid_callback

SolidCallback adds powerful method interception capabilities to your Ruby classes with near-zero overhead. Clean, flexible, and unobtrusive.

2.0.2
Content{ "name": "solid_callback", "downloads": 460, "version": "2.0.2", "version_created_at": "2025-03-31T04:59:49.294Z", "version_downloads": 0, "platform": "ruby", "authors": "Gokul (gklsan)", "info": "SolidCallback adds powerful method interception capabilities to your Ruby classes with near-zero overhead. Clean, flexible, and unobtrusive.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/gklsan/solid_callback/releases", "bug_tracker_uri": "https://github.com/gklsan/solid_callback/issues", "source_code_uri": "https://github.com/gklsan/solid_callback", "documentation_uri": "https://rubydoc.info/github/gklsan/solid_callback" }, "yanked": false, "sha": "9edd9ac1685f7d46aa67ac17eac59071bafe68e83fc3165d1b4e661fb87f96e2", "spec_sha": "2b94af1c09efe8d8774bfeb13c4a338585d890de549648b35c21b03d536a5ead", "project_uri": "https://rubygems.org/gems/solid_callback", "gem_uri": "https://rubygems.org/gems/solid_callback-2.0.2.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://rubydoc.info/github/gklsan/solid_callback", "mailing_list_uri": null, "source_code_uri": "https://github.com/gklsan/solid_callback", "bug_tracker_uri": "https://github.com/gklsan/solid_callback/issues", "changelog_uri": "https://github.com/gklsan/solid_callback/releases", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "yard", "requirements": "~> 0.9" } ], "runtime": [] } }
2025-03-31 04:59:51 UTC
A33On6kK1nrHaclHBCQ_R

ahoy_panel

Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.

0.0.18
Content{ "name": "ahoy_panel", "downloads": 1347, "version": "0.0.18", "version_created_at": "2025-03-31T04:58:07.905Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Jeon", "info": "Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.ahoypanel.com", "source_code_uri": "https://github.com/typefastco/ahoy_panel" }, "yanked": false, "sha": "ebb0db57e703f7a9c393a8c06e02cb9451488708102a6aa0fe9faf8bf9217463", "spec_sha": "90c5e61ba763ef76dd0144f31d4af5edc9fc91859685b482da0ac91b6ab7b529", "project_uri": "https://rubygems.org/gems/ahoy_panel", "gem_uri": "https://rubygems.org/gems/ahoy_panel-0.0.18.gem", "homepage_uri": "https://www.ahoypanel.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/typefastco/ahoy_panel", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ahoy_matey", "requirements": ">= 1.1" }, { "name": "dry-configurable", "requirements": ">= 1.3" }, { "name": "faraday", "requirements": ">= 2.12" }, { "name": "kaminari", "requirements": ">= 1.2.2" }, { "name": "rails", "requirements": ">= 6" } ] } }
2025-03-31 04:58:11 UTC
tlxn7upD3_NAXBjtOBzRk

remote_translation_loader

The remote_translation_loader gem allows you to fetch YAML translation files from remote sources and dynamically load them into your Rails application’s I18n translations without writing them to local files.

1.1.0
Content{ "name": "remote_translation_loader", "downloads": 816, "version": "1.1.0", "version_created_at": "2025-03-31T04:53:25.514Z", "version_downloads": 0, "platform": "ruby", "authors": "Gokul (gklsan)", "info": "The remote_translation_loader gem allows you to fetch YAML translation files from remote sources and dynamically load them into your Rails application’s I18n translations without writing them to local files.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/gklsan/remote_translation_loader", "changelog_uri": "https://github.com/gklsan/remote_translation_loader", "source_code_uri": "https://github.com/gklsan/remote_translation_loader" }, "yanked": false, "sha": "38787d1c42d0fbb0387bc4509c09e98250aa3f3a15c653df02b96990a764b271", "spec_sha": "a2c8652b2e50faaec21aba655cb3b32fb6ddfd741068641d0a3ae0256bb3f1aa", "project_uri": "https://rubygems.org/gems/remote_translation_loader", "gem_uri": "https://rubygems.org/gems/remote_translation_loader-1.1.0.gem", "homepage_uri": "https://github.com/gklsan/remote_translation_loader", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/gklsan/remote_translation_loader", "bug_tracker_uri": null, "changelog_uri": "https://github.com/gklsan/remote_translation_loader", "funding_uri": null, "dependencies": { "development": [ { "name": "i18n", "requirements": "~> 1.14.5" }, { "name": "rspec", "requirements": "~> 3.13.0" } ], "runtime": [ { "name": "http", "requirements": "~> 5.0" }, { "name": "yaml", "requirements": "= 0.3.0" } ] } }
2025-03-31 04:53:29 UTC
OyGeywzV94RJBs_Jjyd7-

active_call-zoho_sign

Zoho Sign exposes the Zoho Sign API endpoints through service objects.

0.1.4
Content{ "name": "active_call-zoho_sign", "downloads": 402, "version": "0.1.4", "version_created_at": "2025-03-31T04:51:14.881Z", "version_downloads": 0, "platform": "ruby", "authors": "Kobus Joubert", "info": "Zoho Sign exposes the Zoho Sign API endpoints through service objects.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/kobusjoubert/zoho_sign", "changelog_uri": "https://github.com/kobusjoubert/zoho_sign/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/kobusjoubert/zoho_sign", "allowed_push_host": "https://rubygems.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "6f8834379353b7ea440111571632d69754d49fa451ee34dca99e3ac75ed11426", "spec_sha": "493318780af66129b3f2643521de96bdbeac51cfb72b257e09bf4a390bd9c72b", "project_uri": "https://rubygems.org/gems/active_call-zoho_sign", "gem_uri": "https://rubygems.org/gems/active_call-zoho_sign-0.1.4.gem", "homepage_uri": "https://github.com/kobusjoubert/zoho_sign", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/kobusjoubert/zoho_sign", "bug_tracker_uri": null, "changelog_uri": "https://github.com/kobusjoubert/zoho_sign/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "active_call", "requirements": "~> 0.2" }, { "name": "active_call-api", "requirements": "~> 0.1" }, { "name": "faraday", "requirements": "~> 2.0" }, { "name": "faraday-logging-color_formatter", "requirements": "~> 0.2" }, { "name": "faraday-multipart", "requirements": "~> 1.1" }, { "name": "faraday-retry", "requirements": "~> 2.0" } ] } }
2025-03-31 04:51:17 UTC
GQL_u3G5qEJfoZzY1geIt

simple_http_service

SimpleHttpService is a simple Ruby library to make HTTP requests with customizable options for headers, timeouts, and retries. It provides a convenient way to create and send HTTP requests using a clean and simple interface.

0.1.7
Content{ "name": "simple_http_service", "downloads": 2754, "version": "0.1.7", "version_created_at": "2025-03-31T04:47:00.548Z", "version_downloads": 0, "platform": "ruby", "authors": "Gokul (gklsan)", "info": "SimpleHttpService is a simple Ruby library to make HTTP requests with customizable options for headers, timeouts, and retries. It provides a convenient way to create and send HTTP requests using a clean and simple interface.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/gklsan/simple_http_service", "changelog_uri": "https://github.com/gklsan/simple_http_service/releases", "bug_tracker_uri": "https://github.com/gklsan/simple_http_service/issues", "source_code_uri": "https://github.com/gklsan/simple_http_service", "documentation_uri": "https://rubydoc.info/github/gklsan/simple_http_service" }, "yanked": false, "sha": "2f116d5c7512454eb3f9a40062c009bb438fc3b010f0f8b6b44a55a8a6c678b7", "spec_sha": "3fe1111ff14b6f61555f9582f27f5d05930461a2803d22de23557324631d29bc", "project_uri": "https://rubygems.org/gems/simple_http_service", "gem_uri": "https://rubygems.org/gems/simple_http_service-0.1.7.gem", "homepage_uri": "https://github.com/gklsan/simple_http_service", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/github/gklsan/simple_http_service", "mailing_list_uri": null, "source_code_uri": "https://github.com/gklsan/simple_http_service", "bug_tracker_uri": "https://github.com/gklsan/simple_http_service/issues", "changelog_uri": "https://github.com/gklsan/simple_http_service/releases", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.5.10" }, { "name": "rake", "requirements": "~> 10.0" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "net-http", "requirements": "~> 0.4.1" } ] } }
2025-03-31 04:47:03 UTC
YrhMioSeg9aqFLMRQ8hcA

ahoy_panel

Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.

0.0.17
Content{ "name": "ahoy_panel", "downloads": 1337, "version": "0.0.17", "version_created_at": "2025-03-31T04:44:24.482Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Jeon", "info": "Ahoy is a great analytics tracking gem. AhoyPanel is a great dashboard for the data collected by Ahoy.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.ahoypanel.com", "source_code_uri": "https://github.com/typefastco/ahoy_panel" }, "yanked": false, "sha": "41d92098b06310ddac44cec5ce46c4d2ea4a640733c1abaac7cbc5a309bb4e5a", "spec_sha": "2e034f73d7df9316402a62e9242e9f0eea7af619da29fd35e001aec0e7aa54f2", "project_uri": "https://rubygems.org/gems/ahoy_panel", "gem_uri": "https://rubygems.org/gems/ahoy_panel-0.0.17.gem", "homepage_uri": "https://www.ahoypanel.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/typefastco/ahoy_panel", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ahoy_matey", "requirements": ">= 1.1" }, { "name": "dry-configurable", "requirements": ">= 1.3" }, { "name": "faraday", "requirements": ">= 2.12" }, { "name": "kaminari", "requirements": ">= 1.2.2" }, { "name": "rails", "requirements": ">= 6" } ] } }
2025-03-31 04:44:26 UTC
GwiWBRHaYALW-8IzeGjy5

maxitest

Minitest + all the features you always wanted

6.0.0
Content{ "name": "maxitest", "downloads": 532300, "version": "6.0.0", "version_created_at": "2025-03-31T04:42:22.024Z", "version_downloads": 0, "platform": "ruby", "authors": "Michael Grosser", "info": "Minitest + all the features you always wanted", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "13aa082d6ea73a481a87ba24de728f4eb10f6c515a636cd5b30de03b324e7739", "spec_sha": "05a259f9bb32246ddb81b900c4df6a47a867071a289fd0a73bd5db7af5560d82", "project_uri": "https://rubygems.org/gems/maxitest", "gem_uri": "https://rubygems.org/gems/maxitest-6.0.0.gem", "homepage_uri": "https://github.com/grosser/maxitest", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/maxitest/6.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "minitest", "requirements": ">= 5.20.0, < 5.26.0" } ] } }
2025-03-31 04:42:25 UTC
X_8YXn0-H3kjyB7-Z2nIq

sleeping_king_studios-docs

SleepingKingStudios::Docs provides a CLI and tooling for generating a static website from your YARD documentation, powered by Jekyll.

0.1.0
Content{ "name": "sleeping_king_studios-docs", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-03-31T04:33:51.032Z", "version_downloads": 0, "platform": "ruby", "authors": "Rob \"Merlin\" Smith", "info": "SleepingKingStudios::Docs provides a CLI and tooling for generating a static\nwebsite from your YARD documentation, powered by Jekyll.", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://github.com/sleepingkingstudios/sleeping_king_studios-docs/issues", "source_code_uri": "https://github.com/sleepingkingstudios/sleeping_king_studios-docs", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ecec379fa92ddc3ecf8875e2a1d0db7ad65a3e2b837d23e1200e9252495197d4", "spec_sha": "18fba82a75b7f50c978a05c5950dcc8f71a09bded2148b3e684acf376ecc7179", "project_uri": "https://rubygems.org/gems/sleeping_king_studios-docs", "gem_uri": "https://rubygems.org/gems/sleeping_king_studios-docs-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/sleepingkingstudios/sleeping_king_studios-docs", "bug_tracker_uri": "https://github.com/sleepingkingstudios/sleeping_king_studios-docs/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "cuprum", "requirements": "~> 1.0" }, { "name": "erubi", "requirements": "~> 1.13" }, { "name": "sleeping_king_studios-tools", "requirements": "~> 1.2" }, { "name": "thor", "requirements": "~> 1.3" }, { "name": "treetop", "requirements": "~> 1.6" }, { "name": "yard", "requirements": "~> 0.9" } ] } }
2025-03-31 04:33:54 UTC
JvijcD2SMpiaKEbVKrDQn

doc_validator

Essa gem valida e formata documentos como CPF, CNPJ, RG, CNH e outros.

1.2.13
Content{ "name": "doc_validator", "downloads": 693, "version": "1.2.13", "version_created_at": "2025-03-31T04:17:35.788Z", "version_downloads": 0, "platform": "ruby", "authors": "Maikon Douglas", "info": "Essa gem valida e formata documentos como CPF, CNPJ, RG, CNH e outros.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/maikondouglas/doc_validator", "bug_tracker_uri": "https://github.com/maikondouglas/doc_validator/issues", "source_code_uri": "https://github.com/maikondouglas/doc_validator", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8c6caa86358087e436abc4034be5a37fea24f402fcf97fb39d73b89d80d6590d", "spec_sha": "debe9faa8c062b3eb4fc4ad13801def7ce98e696b52f4daebeb59078f43c03a0", "project_uri": "https://rubygems.org/gems/doc_validator", "gem_uri": "https://rubygems.org/gems/doc_validator-1.2.13.gem", "homepage_uri": "https://github.com/maikondouglas/doc_validator", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/maikondouglas/doc_validator", "bug_tracker_uri": "https://github.com/maikondouglas/doc_validator/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "bundler-audit", "requirements": "~> 0.9" }, { "name": "pry", "requirements": "~> 0.13" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.0" }, { "name": "simplecov", "requirements": "~> 0.21" } ] } }
2025-03-31 04:17:38 UTC
j0u9X2y150hsR8JiSxmf7

doc_validator

Essa gem valida e formata documentos como CPF, CNPJ, RG, CNH e outros.

1.2.12
Content{ "name": "doc_validator", "downloads": 692, "version": "1.2.12", "version_created_at": "2025-03-31T04:15:14.376Z", "version_downloads": 0, "platform": "ruby", "authors": "Maikon Douglas", "info": "Essa gem valida e formata documentos como CPF, CNPJ, RG, CNH e outros.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/maikondouglas/doc_validator", "bug_tracker_uri": "https://github.com/maikondouglas/doc_validator/issues", "source_code_uri": "https://github.com/maikondouglas/doc_validator", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "52f39f03f25f9a05eaeba9b3112e132caa22cd8e418e62e8b829ca0653926d86", "spec_sha": "18040481077d55d2796549fe4de879eff681a2b60af1f63f468db51d6377b69b", "project_uri": "https://rubygems.org/gems/doc_validator", "gem_uri": "https://rubygems.org/gems/doc_validator-1.2.12.gem", "homepage_uri": "https://github.com/maikondouglas/doc_validator", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/maikondouglas/doc_validator", "bug_tracker_uri": "https://github.com/maikondouglas/doc_validator/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "bundler-audit", "requirements": "~> 0.9" }, { "name": "pry", "requirements": "~> 0.13" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.0" }, { "name": "simplecov", "requirements": "~> 0.21" } ] } }
2025-03-31 04:15:16 UTC