Rubyhooks

Lastest updates from Rubygems.org

ID Gem Version Body Updated At
__nOANOpuJFrR5AFFJHjm

sleeper_ff

Ruby toolkit for the Sleeper Fantasy Football API

0.1.0
Content{ "name": "sleeper_ff", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-04-03T17:40:03.759Z", "version_downloads": 0, "platform": "ruby", "authors": "Josh Mejia", "info": "Ruby toolkit for the Sleeper Fantasy Football API", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "b40ce198183eaf010dbd57c37716834fb7e5a37f70642ca74b27c65c0741eb2a", "spec_sha": "1ae8d69efc45d518d9b9d3e8af4a04a7be6477dd4b764a4f1740a8700268a828", "project_uri": "https://rubygems.org/gems/sleeper_ff", "gem_uri": "https://rubygems.org/gems/sleeper_ff-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sleeper_ff/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "pry", "requirements": "~> 0.14.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "vcr", "requirements": "~> 6.0" }, { "name": "webmock", "requirements": "~> 3.0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 1.0" }, { "name": "sawyer", "requirements": "~> 0.9.0" } ] } }
2025-04-03 17:40:06 UTC
oYhjGkF1jxL4cv7-g_rC5

tibetan

Romanization (transliteration) of Tibetan. Converts Tibetan text to the Roman (Latin) script using THL EWTS (Extended Wylie Transliteration Scheme)

0.1.4
Content{ "name": "tibetan", "downloads": 6598, "version": "0.1.4", "version_created_at": "2025-04-03T17:39:52.187Z", "version_downloads": 0, "platform": "ruby", "authors": "rovetz", "info": "Romanization (transliteration) of Tibetan. Converts Tibetan text to the Roman (Latin) script using THL EWTS (Extended Wylie Transliteration Scheme)", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "0fbe1fa8e7779e46af25eef150a418bad8ec8c533163db99c03913ca0825a192", "spec_sha": "7bfda3190f048a3f329be9b4f2bb2c8956c90f8524815a7df80f0b4f55d01831", "project_uri": "https://rubygems.org/gems/tibetan", "gem_uri": "https://rubygems.org/gems/tibetan-0.1.4.gem", "homepage_uri": "https://github.com/rovetz/tibetan", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/tibetan/0.1.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.6" }, { "name": "minitest", "requirements": "~> 5.25" }, { "name": "rake", "requirements": "~> 13.2" } ], "runtime": [] } }
2025-04-03 17:39:55 UTC
o5Qn6Oq9ZOLhajCk23aBs

ruby_conversations

A Rails engine for managing AI conversations with support for both

1.0.4
Content{ "name": "ruby_conversations", "downloads": 337, "version": "1.0.4", "version_created_at": "2025-04-03T17:33:52.313Z", "version_downloads": 0, "platform": "ruby", "authors": "Paul Shippy", "info": "A Rails engine for managing AI conversations with support for both ", "licenses": [ "None" ], "metadata": { "homepage_uri": "https://github.com/StrongMind/ruby-conversations", "changelog_uri": "https://github.com/StrongMind/ruby-conversations/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/StrongMind/ruby-conversations", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "2b6852c637215b57ce7de8ad221601cb19b46b93a6a8eb64996bae390ae1970e", "spec_sha": "5f3745fe0faeed0de07809c918c8d0d0e68fc549e687afd6c9ed6cdb5b3ee7b5", "project_uri": "https://rubygems.org/gems/ruby_conversations", "gem_uri": "https://rubygems.org/gems/ruby_conversations-1.0.4.gem", "homepage_uri": "https://github.com/StrongMind/ruby-conversations", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/StrongMind/ruby-conversations", "bug_tracker_uri": null, "changelog_uri": "https://github.com/StrongMind/ruby-conversations/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bootsnap", "requirements": "~> 1.0" }, { "name": "database_cleaner-active_record", "requirements": ">= 0" }, { "name": "dotenv-rails", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "parallel_tests", "requirements": ">= 0" }, { "name": "pg", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rubocop-rails", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "shoulda-matchers", "requirements": ">= 0" }, { "name": "sqlite3", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": "~> 2.0" }, { "name": "jwt", "requirements": "~> 2.0" }, { "name": "rails", "requirements": ">= 7.0" }, { "name": "ruby_llm", "requirements": "~> 1.0" }, { "name": "zeitwerk", "requirements": "~> 2.5" } ] } }
2025-04-03 17:33:55 UTC
UydobXA92O-hLJARHDJmf

delayed

Delayed is a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions of background jobs per day. It supports postgres, mysql, and sqlite, and is designed to be Reliable (with co-transactional job enqueues and guaranteed, at-least-once execution), Scalable (with an optimized pickup query and concurrent job execution), Resilient (with built-in retry mechanisms, exponential backoff, and failed job preservation), and Maintainable (with robust instrumentation, continuous monitoring, and priority-based alerting).

0.8.0
Content{ "name": "delayed", "downloads": 394339, "version": "0.8.0", "version_created_at": "2025-04-03T17:25:41.424Z", "version_downloads": 0, "platform": "ruby", "authors": "Nathan Griffith, Rowan McDonald, Cyrus Eslami, John Mileham, Brandon Keepers, Brian Ryckbost, Chris Gaffney, David Genord II, Erik Michaels-Ober, Matt Griffin, Steve Richert, Tobias Lütke", "info": "Delayed is a multi-threaded, SQL-driven ActiveJob backend used at Betterment to process millions\nof background jobs per day. It supports postgres, mysql, and sqlite, and is designed to be\nReliable (with co-transactional job enqueues and guaranteed, at-least-once execution), Scalable\n(with an optimized pickup query and concurrent job execution), Resilient (with built-in retry\nmechanisms, exponential backoff, and failed job preservation), and Maintainable (with robust\ninstrumentation, continuous monitoring, and priority-based alerting).\n", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/betterment/delayed/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/betterment/delayed/issues", "source_code_uri": "https://github.com/betterment/delayed", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "eeea09d6c32102c8e60c7ec7cfed997a93d224818c1216f255a1400f9f07e806", "spec_sha": "36e47ccccf99e4526a4fa1700234b93ea7f7aee70254e55430dea542b7dfe866", "project_uri": "https://rubygems.org/gems/delayed", "gem_uri": "https://rubygems.org/gems/delayed-0.8.0.gem", "homepage_uri": "http://github.com/betterment/delayed", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/betterment/delayed", "bug_tracker_uri": "https://github.com/betterment/delayed/issues", "changelog_uri": "https://github.com/betterment/delayed/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 5.2" }, { "name": "concurrent-ruby", "requirements": ">= 0" } ] } }
2025-04-03 17:25:43 UTC
IWLnrsWzPl_E_WGAmGAsO

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.27
Content{ "name": "trusty-cms", "downloads": 345015, "version": "7.0.27", "version_created_at": "2025-04-03T17:18:25.302Z", "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": "837222032f78564a16d962a59f81eb8f1a3f2d406a8168912eeeee8ae42239c7", "spec_sha": "2094312379d1cd4c4d40f7bb0046b25c1718b6fee19d9b1aa12ddfcc86590c3b", "project_uri": "https://rubygems.org/gems/trusty-cms", "gem_uri": "https://rubygems.org/gems/trusty-cms-7.0.27.gem", "homepage_uri": "https://github.com/pgharts/trusty-cms", "wiki_uri": "", "documentation_uri": "https://www.rubydoc.info/gems/trusty-cms/7.0.27", "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-04-03 17:18:29 UTC
jCGXGPeBkw_yKCYn_qpb1

rspec-time-guard

RSpec Time Guard helps you identify and manage slow-running tests in your RSpec test suite by setting time limits on individual examples or globally across your test suite.

0.1.0
Content{ "name": "rspec-time-guard", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-04-03T17:14:48.231Z", "version_downloads": 0, "platform": "ruby", "authors": "Lucas Montorio", "info": "RSpec Time Guard helps you identify and manage slow-running tests in your RSpec test suite by setting time limits on individual examples or globally across your test suite.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/LucasMontorio/rspec-time-guard", "changelog_uri": "https://github.com/LucasMontorio/rspec-time-guard/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/LucasMontorio/rspec-time-guard" }, "yanked": false, "sha": "d9341b62da490ba5864db36496cbb4bced8b0ad3ace5cab5b05f8e84d837550f", "spec_sha": "4d96b67bf64f45f563d8504c59a632d03f080612fbcddeb93f807c1e8779f9ed", "project_uri": "https://rubygems.org/gems/rspec-time-guard", "gem_uri": "https://rubygems.org/gems/rspec-time-guard-0.1.0.gem", "homepage_uri": "https://github.com/LucasMontorio/rspec-time-guard", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/LucasMontorio/rspec-time-guard", "bug_tracker_uri": null, "changelog_uri": "https://github.com/LucasMontorio/rspec-time-guard/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" } ], "runtime": [] } }
2025-04-03 17:14:51 UTC
ODlXxVXhHdA7gg7XUv0Dl

fewald-worklog

Command line tool for tracking achievments, tasks and interactions. You can add work items, view them and run a webserver to share them with other people, for example via screen sharing. This tool is designed to run in a terminal completely local without sharing any data with any other service. No telemetry, no tracking, no data sharing of any kind.

0.1.11
Content{ "name": "fewald-worklog", "downloads": 737, "version": "0.1.11", "version_created_at": "2025-04-03T17:11:19.655Z", "version_downloads": 0, "platform": "ruby", "authors": "Friedrich Ewald", "info": "Command line tool for tracking achievments, tasks and interactions.\n\nYou can add work items, view them and run a webserver to share them with other people,\nfor example via screen sharing.\n\nThis tool is designed to run in a terminal completely local without sharing any data with\nany other service. No telemetry, no tracking, no data sharing of any kind.\n", "licenses": [ "MIT" ], "metadata": { "documentation_uri": "https://f-ewald.github.io/worklog", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "5169090fc4cc65122b33e586e321a094252d6019153665fc51c5fda40a7ef63b", "spec_sha": "7dd7a15d81fdd64c937ac7a2ad3663134087125200a1c41c7d9a37bb165fb077", "project_uri": "https://rubygems.org/gems/fewald-worklog", "gem_uri": "https://rubygems.org/gems/fewald-worklog-0.1.11.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://f-ewald.github.io/worklog", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "httparty", "requirements": "~> 0.22.0" }, { "name": "logger", "requirements": "~> 1.6" }, { "name": "rack", "requirements": "~> 3.1" }, { "name": "rackup", "requirements": "~> 2.2" }, { "name": "rainbow", "requirements": "~> 3.1" }, { "name": "thor", "requirements": "~> 1.3" } ] } }
2025-04-03 17:11:22 UTC
AOxtZB_wqtmd78FG45hTg

eco-rake

A set of helpers to build re-usable `rake` integration helpers.

0.2.27
Content{ "name": "eco-rake", "downloads": 6593, "version": "0.2.27", "version_created_at": "2025-04-03T17:00:57.032Z", "version_downloads": 0, "platform": "ruby", "authors": "Oscar Segura Samper", "info": "A set of helpers to build re-usable `rake` integration helpers.", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "36c99df061585689f1ce3b3758eb182654392258d9fbe4b1462962b15179938d", "spec_sha": "dccd4a9fe01fadb813677724e249a695e0e727591cddd6a2674510d8697422ce", "project_uri": "https://rubygems.org/gems/eco-rake", "gem_uri": "https://rubygems.org/gems/eco-rake-0.2.27.gem", "homepage_uri": "https://www.ecoportal.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eco-rake/0.2.27", "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.6, < 14" }, { "name": "redcarpet", "requirements": ">= 3.6.0, < 4" }, { "name": "rspec", "requirements": ">= 3.10.0, < 4" }, { "name": "yard", "requirements": ">= 0.9.34, < 1" } ], "runtime": [ { "name": "aws-sdk-ses", "requirements": "~> 1, >= 1.58.0" }, { "name": "dotenv", "requirements": "~> 3" }, { "name": "nokogiri", "requirements": ">= 1.13, < 1.17" }, { "name": "rake-commander", "requirements": "~> 0.4.2" }, { "name": "sendgrid-ruby", "requirements": "~> 6.7.0" } ] } }
2025-04-03 17:00:59 UTC
qKP5MqY65fmidMRvyKEz_

canvas_sync

Gem for generating Canvas models and migrations and syncing data from Canvas

0.22.14
Content{ "name": "canvas_sync", "downloads": 317020, "version": "0.22.14", "version_created_at": "2025-04-03T16:53:25.289Z", "version_downloads": 0, "platform": "ruby", "authors": "Instructure CustomDev", "info": "Gem for generating Canvas models and migrations and syncing data from Canvas", "licenses": [], "metadata": {}, "yanked": false, "sha": "002d23e5e2854a25d6ff3d3f6cdd54c2ec6502b33a9932937e17b7310b96f35e", "spec_sha": "6118d8a0546a1d84864cd7152f6e7c81009da33ca1359b4df29e22a5dbc9e58f", "project_uri": "https://rubygems.org/gems/canvas_sync", "gem_uri": "https://rubygems.org/gems/canvas_sync-0.22.14.gem", "homepage_uri": "https://instructure.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/canvas_sync/0.22.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "factory", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "pg", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "pry-nav", "requirements": ">= 0" }, { "name": "rails", "requirements": "~> 7.1.0" }, { "name": "rake", "requirements": ">= 10.0" }, { "name": "redis", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "shoulda-matchers", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": "~> 7.0" }, { "name": "sidekiq-unique-jobs", "requirements": ">= 0" }, { "name": "sinatra", "requirements": ">= 0" }, { "name": "timecop", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "with_model", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "activejob", "requirements": ">= 0" }, { "name": "activerecord-import", "requirements": ">= 0" }, { "name": "bearcat", "requirements": ">= 1.5.34" }, { "name": "chronic_duration", "requirements": ">= 0" }, { "name": "json-jwt", "requirements": ">= 0" }, { "name": "open-uri", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 4" }, { "name": "redis", "requirements": ">= 4.2" }, { "name": "rubyzip", "requirements": ">= 0" } ] } }
2025-04-03 16:53:31 UTC
RVQOD3y8q7_NtPZjXKE9Q

tarpon

A Ruby interface to RevenueCat REST API

0.6.1
Content{ "name": "tarpon", "downloads": 100089, "version": "0.6.1", "version_created_at": "2025-04-03T16:22:05.678Z", "version_downloads": 0, "platform": "ruby", "authors": "Igor Belo", "info": "A Ruby interface to RevenueCat REST API", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/fishbrain/tarpon", "changelog_uri": "https://github.com/fishbrain/tarpon/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/fishbrain/tarpon.git", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ac215641f3624e63ce8e5d7442d3c0a237f7073f9001e208afe5a9a1425a1f4b", "spec_sha": "b3e53426fd4b1d8c54c81bdd4220957b8aa0535056d4595be3bab4ce5516aa2f", "project_uri": "https://rubygems.org/gems/tarpon", "gem_uri": "https://rubygems.org/gems/tarpon-0.6.1.gem", "homepage_uri": "https://github.com/fishbrain/tarpon", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/fishbrain/tarpon.git", "bug_tracker_uri": null, "changelog_uri": "https://github.com/fishbrain/tarpon/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "factory_bot", "requirements": "~> 6.2" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.11" }, { "name": "rubocop", "requirements": "~> 1.29" }, { "name": "webmock", "requirements": "~> 3.14" } ], "runtime": [ { "name": "http", "requirements": ">= 4.4, < 6.0" } ] } }
2025-04-03 16:22:11 UTC
Mimi35qjvangdhU2k-Hvd

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.17.0
Content{ "name": "playbook_ui", "downloads": 1381062, "version": "14.17.0", "version_created_at": "2025-04-03T16:20:06.100Z", "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": "b6f8c54423969f57e6ddccd672bba70f3ae610cc7e755e586941b0fa53194256", "spec_sha": "526560649cd3055b7781e886ece8deea87a9505f38864356d434ee2787c84d01", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.17.0.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.17.0", "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-04-03 16:20:11 UTC
ptB9P8BXWLIn_Ka99bFqr

lato_settings

A Rails engine to manage application settings on Lato projects!

3.0.2
Content{ "name": "lato_settings", "downloads": 252, "version": "3.0.2", "version_created_at": "2025-04-03T16:13:09.920Z", "version_downloads": 0, "platform": "ruby", "authors": "Gregorio Galante", "info": "A Rails engine to manage application settings on Lato projects!", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/Lato-org/lato_settings", "source_code_uri": "https://github.com/Lato-org/lato_settings" }, "yanked": false, "sha": "4346a3978fcf980ca7d09b6cc563267ca9af883574953b79376e8e478841b495", "spec_sha": "6e2c857a3652b648d53f7adc923d0a6384e4745abd723d200f207c1556ee9e0a", "project_uri": "https://rubygems.org/gems/lato_settings", "gem_uri": "https://rubygems.org/gems/lato_settings-3.0.2.gem", "homepage_uri": "https://github.com/Lato-org/lato_settings", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Lato-org/lato_settings", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "lato", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 7.1.1" } ] } }
2025-04-03 16:13:16 UTC
-7HAmu4wgO8MEYeyW36O2

lato_spaces

A Rails engine to integrate different workspaces on Lato projects!

3.1.21
Content{ "name": "lato_spaces", "downloads": 7416, "version": "3.1.21", "version_created_at": "2025-04-03T16:11:35.460Z", "version_downloads": 0, "platform": "ruby", "authors": "Gregorio Galante", "info": "A Rails engine to integrate different workspaces on Lato projects!", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/Lato-org/lato_spaces", "source_code_uri": "https://github.com/Lato-org/lato_spaces" }, "yanked": false, "sha": "7307f623193f8a7f1fcf9e4bcf02c7b2300faa563e6ffe054bad72c0f5f641c7", "spec_sha": "514d223acf0f47099bc94ecbcc81ce2ea88fed49a0b14535823f1aa6706784e7", "project_uri": "https://rubygems.org/gems/lato_spaces", "gem_uri": "https://rubygems.org/gems/lato_spaces-3.1.21.gem", "homepage_uri": "https://github.com/Lato-org/lato_spaces", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Lato-org/lato_spaces", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "lato", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 7.1.1" } ] } }
2025-04-03 16:11:43 UTC
LGXyo34FU0EzizrSAvcjJ

playbook_ui_docs

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

14.16.0.pre.alpha.play1964tablekitheadertextstylefix7091
Content{ "name": "playbook_ui_docs", "downloads": 264625, "version": "14.16.0.pre.alpha.play1964tablekitheadertextstylefix7091", "version_created_at": "2025-04-03T16:10:06.704Z", "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": "d20dac83d8dbb9a706971dbd88e16daafe7c958fd3f20faaab15fc2975e97bf2", "spec_sha": "1ac747df7e00a5cc163a55e561456e02b8e2e6256a848d445da2832736317849", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.16.0.pre.alpha.play1964tablekitheadertextstylefix7091.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.play1964tablekitheadertextstylefix7091", "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-04-03 16:10:11 UTC
0icgHwIIHGp_FektyC6Ne

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.play1964tablekitheadertextstylefix7091
Content{ "name": "playbook_ui", "downloads": 1381060, "version": "14.16.0.pre.alpha.play1964tablekitheadertextstylefix7091", "version_created_at": "2025-04-03T16:10:02.500Z", "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": "06e81311690dcb3117c9bd07f75b7b0ab2dada7c1790fff47b39527cc497816d", "spec_sha": "9b75a1064522bd06060b98aee3686f71bd5c445247c706f87782a262c0b85c5d", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.16.0.pre.alpha.play1964tablekitheadertextstylefix7091.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.16.0.pre.alpha.play1964tablekitheadertextstylefix7091", "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-04-03 16:10:07 UTC
cd081mRgZnj-SmxAHDG6x

idrac

A Ruby client for the Dell iDRAC API

0.1.90
Content{ "name": "idrac", "downloads": 2753, "version": "0.1.90", "version_created_at": "2025-04-03T16:08:41.180Z", "version_downloads": 0, "platform": "ruby", "authors": "Jonathan Siegel", "info": "A Ruby client for the Dell iDRAC API", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "http://github.com" }, "yanked": false, "sha": "d831802d4aaa1498db16c63a3de0494b3cf13fe583baedc70f7c2cc38f70d5f9", "spec_sha": "2dce98d33877f145f32d4bf7c0a55532ac734c45094183ffe3911691d73764d9", "project_uri": "https://rubygems.org/gems/idrac", "gem_uri": "https://rubygems.org/gems/idrac-0.1.90.gem", "homepage_uri": "http://github.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.4, >= 2.4.0" }, { "name": "debug", "requirements": "~> 1.8" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.12" } ], "runtime": [ { "name": "base64", "requirements": "~> 0.1, >= 0.1.0" }, { "name": "colorize", "requirements": "~> 1.1" }, { "name": "faraday", "requirements": ">= 2.7.0, < 2.8.0" }, { "name": "faraday-multipart", "requirements": ">= 1.0.0, < 1.1.0" }, { "name": "httparty", "requirements": ">= 0.21.0, < 0.22.0" }, { "name": "nokogiri", "requirements": ">= 1.15.0, < 1.19.0" }, { "name": "thor", "requirements": ">= 1.2.0, < 1.4.0" } ] } }
2025-04-03 16:08:44 UTC
NMzPBd08saqDn-_O16_2u

idrac

A Ruby client for the Dell iDRAC API

0.1.60
Content{ "name": "idrac", "downloads": 2753, "version": "0.1.60", "version_created_at": "2025-04-03T16:07:59.876Z", "version_downloads": 0, "platform": "ruby", "authors": "Jonathan Siegel", "info": "A Ruby client for the Dell iDRAC API", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "http://github.com" }, "yanked": false, "sha": "f3ab1eeda7c737f6a3935047ac098182e3111da6ce7ba300840f755b6783fbdc", "spec_sha": "b88447bda1f39d6d2407bf1bb8d5d38b57fe74fe74425ed732654ffaf4a51c96", "project_uri": "https://rubygems.org/gems/idrac", "gem_uri": "https://rubygems.org/gems/idrac-0.1.60.gem", "homepage_uri": "http://github.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.4, >= 2.4.0" }, { "name": "debug", "requirements": "~> 1.8" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.12" } ], "runtime": [ { "name": "base64", "requirements": "~> 0.1, >= 0.1.0" }, { "name": "colorize", "requirements": "~> 1.1" }, { "name": "faraday", "requirements": ">= 2.7.0, < 2.8.0" }, { "name": "faraday-multipart", "requirements": ">= 1.0.0, < 1.1.0" }, { "name": "httparty", "requirements": ">= 0.21.0, < 0.22.0" }, { "name": "nokogiri", "requirements": ">= 1.15.0, < 1.19.0" }, { "name": "thor", "requirements": ">= 1.2.0, < 1.4.0" } ] } }
2025-04-03 16:08:03 UTC
InqLlrYuDME_V3zL8lq3Z

idrac

A Ruby client for the Dell iDRAC API

0.1.41
Content{ "name": "idrac", "downloads": 2753, "version": "0.1.41", "version_created_at": "2025-04-03T16:06:50.976Z", "version_downloads": 0, "platform": "ruby", "authors": "Jonathan Siegel", "info": "A Ruby client for the Dell iDRAC API", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "http://github.com" }, "yanked": false, "sha": "b8547a2c3d4d4b7c3e949ddbd3818f5e9eb1d4f798ecaf7741c0e2086928a6e1", "spec_sha": "f48fcf264e7d4afb32d798323a874fdd4c34fbed8aebfce4a2ddd1abb0798b7a", "project_uri": "https://rubygems.org/gems/idrac", "gem_uri": "https://rubygems.org/gems/idrac-0.1.41.gem", "homepage_uri": "http://github.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.4, >= 2.4.0" }, { "name": "debug", "requirements": "~> 1.8" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.12" } ], "runtime": [ { "name": "base64", "requirements": "~> 0.1, >= 0.1.0" }, { "name": "colorize", "requirements": "~> 1.1" }, { "name": "faraday", "requirements": ">= 2.7.0, < 2.8.0" }, { "name": "faraday-multipart", "requirements": ">= 1.0.0, < 1.1.0" }, { "name": "httparty", "requirements": ">= 0.21.0, < 0.22.0" }, { "name": "nokogiri", "requirements": ">= 1.15.0, < 1.19.0" }, { "name": "thor", "requirements": ">= 1.2.0, < 1.4.0" } ] } }
2025-04-03 16:06:54 UTC
r7NU69K1vuEKQ1Amx4ooO

pulp_ansible_client

Fetch, Upload, Organize, and Distribute Software Packages

0.24.3
Content{ "name": "pulp_ansible_client", "downloads": 1242810, "version": "0.24.3", "version_created_at": "2025-04-03T16:01:57.746Z", "version_downloads": 0, "platform": "ruby", "authors": "OpenAPI-Generator", "info": "Fetch, Upload, Organize, and Distribute Software Packages", "licenses": [ "GPLv2+" ], "metadata": {}, "yanked": false, "sha": "6238d411bb491d2d1b10c378dee6feea57debb601edc5c4ee1546f570c854e92", "spec_sha": "dbb660d2bd6c4e84597e95713b7ddd72fd821ef9f64dec541e0b74fb55b1f1c9", "project_uri": "https://rubygems.org/gems/pulp_ansible_client", "gem_uri": "https://rubygems.org/gems/pulp_ansible_client-0.24.3.gem", "homepage_uri": "https://github.com/pulp/pulp_ansible", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pulp_ansible_client/0.24.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 1.0.1, < 2.9" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "faraday-net_http", "requirements": ">= 2.0, < 3.1" }, { "name": "marcel", "requirements": ">= 0" } ] } }
2025-04-03 16:02:04 UTC
vYRPn-1T5gVuiDAcOeXGQ

sysll

SYSll provides a unified interface for system commands on Windows, macOS, and Linux.

0.1.0
Content{ "name": "sysll", "downloads": 58, "version": "0.1.0", "version_created_at": "2025-04-03T15:59:33.108Z", "version_downloads": 0, "platform": "ruby", "authors": "fasmagoric", "info": "SYSll provides a unified interface for system commands on Windows, macOS, and Linux.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "32a321e2432cb14051b52be1faeb93344f1e87e9fc6b770b60c3556a6d4df7b1", "spec_sha": "9a89f21d6fe049faf32bfde1c0e8d45d3cfeae358062b09ccde70828e4e623b3", "project_uri": "https://rubygems.org/gems/sysll", "gem_uri": "https://rubygems.org/gems/sysll-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sysll/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-04-03 15:59:36 UTC
zTfxT4h_83mVVmOoIdUkn

tarpon

A Ruby interface to RevenueCat REST API

0.6.0
Content{ "name": "tarpon", "downloads": 100078, "version": "0.6.0", "version_created_at": "2025-04-03T15:56:57.286Z", "version_downloads": 0, "platform": "ruby", "authors": "Igor Belo", "info": "A Ruby interface to RevenueCat REST API", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/fishbrain/tarpon", "changelog_uri": "https://github.com/fishbrain/tarpon/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/fishbrain/tarpon.git", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "2c0dba8edae43f3070f288f6b7b8ce82428a78fea80e3ae607fcb7f8ff9c35c9", "spec_sha": "e21e15dacc9bd56a2afee2f2cbb0de2000f0cd3da3895bbdba604f4199bdce82", "project_uri": "https://rubygems.org/gems/tarpon", "gem_uri": "https://rubygems.org/gems/tarpon-0.6.0.gem", "homepage_uri": "https://github.com/fishbrain/tarpon", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/fishbrain/tarpon.git", "bug_tracker_uri": null, "changelog_uri": "https://github.com/fishbrain/tarpon/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "factory_bot", "requirements": "~> 6.2" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.11" }, { "name": "rubocop", "requirements": "~> 1.29" }, { "name": "webmock", "requirements": "~> 3.14" } ], "runtime": [ { "name": "http", "requirements": ">= 4.4, < 6.0" } ] } }
2025-04-03 15:57:00 UTC
bKMf9huPO4JH7owhiPHFq

change_the_subject

Provides configuration and utilities for replacing archaic subject terms with preferred subject terms

1.0.0
Content{ "name": "change_the_subject", "downloads": 5385, "version": "1.0.0", "version_created_at": "2025-04-03T15:48:36.442Z", "version_downloads": 0, "platform": "ruby", "authors": "Max Kadel, Anna Headley, Trey Pendragon, Eliot Jordan", "info": "Provides configuration and utilities for replacing archaic subject terms with preferred subject terms", "licenses": [], "metadata": { "homepage_uri": "https://github.com/pulibrary/change_the_subject", "source_code_uri": "https://github.com/pulibrary/change_the_subject", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "eb655c1d79e92ac94cae3aea537d1b7636368b66dbcdb8e1e1d8ac0ba189c003", "spec_sha": "c3ecc7b4b6df9f87675ad0e3cb6408674d80cb4da43362f7b9549e8887b582ec", "project_uri": "https://rubygems.org/gems/change_the_subject", "gem_uri": "https://rubygems.org/gems/change_the_subject-1.0.0.gem", "homepage_uri": "https://github.com/pulibrary/change_the_subject", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/pulibrary/change_the_subject", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "= 1.72" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "yaml", "requirements": ">= 0" } ] } }
2025-04-03 15:48:39 UTC
essibvrFOaAfy6AuvkkQz

davinci_pdex_test_kit

Test Kit for the Da Vinci Payer Data Exchange (PDex) FHIR Implementation Guide

0.12.0
Content{ "name": "davinci_pdex_test_kit", "downloads": 2750, "version": "0.12.0", "version_created_at": "2025-04-03T15:24:36.220Z", "version_downloads": 0, "platform": "ruby", "authors": "Karl Naden, Shaumik Ashraf, Diego Griese", "info": "Test Kit for the Da Vinci Payer Data Exchange (PDex) FHIR Implementation Guide", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/inferno-framework/davinci-pdex-test-kit/", "source_code_uri": "https://github.com/inferno-framework/davinci-pdex-test-kit/", "inferno_test_kit": "true" }, "yanked": false, "sha": "856888d654641c5ad719507666e21cf4229d63d8f163e053d18110edd52bc750", "spec_sha": "63a10ade1a42618113d56529d8cf289016b3f434d921726e1d4dcafbaaf43a18", "project_uri": "https://rubygems.org/gems/davinci_pdex_test_kit", "gem_uri": "https://rubygems.org/gems/davinci_pdex_test_kit-0.12.0.gem", "homepage_uri": "https://github.com/inferno-framework/davinci-pdex-test-kit/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/inferno-framework/davinci-pdex-test-kit/", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "database_cleaner-sequel", "requirements": "~> 1.8" }, { "name": "factory_bot", "requirements": "~> 6.1" }, { "name": "faker", "requirements": "~> 3.4" }, { "name": "roo", "requirements": "~> 2.10.1" }, { "name": "rspec", "requirements": "~> 3.10" }, { "name": "webmock", "requirements": "~> 3.11" } ], "runtime": [ { "name": "bulk_data_test_kit", "requirements": "~> 0.12.1" }, { "name": "faraday", "requirements": "~> 1.10.4" }, { "name": "faraday_middleware", "requirements": "~> 1.2.1" }, { "name": "inferno_core", "requirements": "~> 0.6.7" }, { "name": "us_core_test_kit", "requirements": "~> 0.11.0" } ] } }
2025-04-03 15:24:39 UTC
HWNiz7KtEZDqjkr3nGRmZ

pxs-forms

Generic form helpers

0.1.4.5
Content{ "name": "pxs-forms", "downloads": 4860, "version": "0.1.4.5", "version_created_at": "2025-04-03T15:24:18.062Z", "version_downloads": 0, "platform": "ruby", "authors": "Poubelle", "info": "Generic form helpers", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "3d5c139a901c67059136a838fbcb442289ff0f99fea7af7e87b6432ec247432b", "spec_sha": "e8afed1fed7af78f5c1a02d66797ddd608d3f23c7c00a9726149adb7414b87e1", "project_uri": "https://rubygems.org/gems/pxs-forms", "gem_uri": "https://rubygems.org/gems/pxs-forms-0.1.4.5.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pxs-forms/0.1.4.5", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-04-03 15:24:20 UTC
J-CWjPtAQ2ASdTuMzmdbE

ruby-dbus

Pure Ruby module for interaction with D-Bus IPC system

0.25.0
Content{ "name": "ruby-dbus", "downloads": 11452548, "version": "0.25.0", "version_created_at": "2025-04-03T15:20:49.663Z", "version_downloads": 0, "platform": "ruby", "authors": "Ruby DBus Team", "info": "Pure Ruby module for interaction with D-Bus IPC system", "licenses": [ "LGPL-2.1-or-later" ], "metadata": {}, "yanked": false, "sha": "fe431ca96a61f7c87a5177a43c9fe0a50eafe174c1d108421e38bb5165ea4814", "spec_sha": "87d8a3772cf01e72213f8d5c0479107a2aa181403309a0396b1205ea40f21305", "project_uri": "https://rubygems.org/gems/ruby-dbus", "gem_uri": "https://rubygems.org/gems/ruby-dbus-0.25.0.gem", "homepage_uri": "https://github.com/mvidner/ruby-dbus", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ruby-dbus/0.25.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "base64", "requirements": ">= 0" }, { "name": "ostruct", "requirements": ">= 0" }, { "name": "packaging_rake_tasks", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "simplecov-lcov", "requirements": ">= 0" } ], "runtime": [ { "name": "logger", "requirements": ">= 0" }, { "name": "rexml", "requirements": ">= 0" } ] } }
2025-04-03 15:20:52 UTC
dMAnPkOCbloL4cwWSjtz8

infobip-sms

single and bulk sms send and status check capabilities

0.1.3
Content{ "name": "infobip-sms", "downloads": 14, "version": "0.1.3", "version_created_at": "2025-04-03T14:47:52.717Z", "version_downloads": 0, "platform": "ruby", "authors": "Michal Andros", "info": "single and bulk sms send and status check capabilities", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mandros1985/infobip-sms", "source_code_uri": "https://github.com/mandros1985/infobip-sms", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "572c362a78a83bf598fdeff248651a336556b7723a4c6e01e8f2fa7dfe3bdf71", "spec_sha": "de0244f194dd4bb018e4f4977e11bb7fc471938c456b9091155fc4d17e7e4a26", "project_uri": "https://rubygems.org/gems/infobip-sms", "gem_uri": "https://rubygems.org/gems/infobip-sms-0.1.3.gem", "homepage_uri": "https://github.com/mandros1985/infobip-sms", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mandros1985/infobip-sms", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "activesupport", "requirements": "~> 7.2" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "rubocop", "requirements": "~> 1.74" } ], "runtime": [] } }
2025-04-03 14:47:56 UTC
pCapxTvytaGn_y46jrUtB

arabic

Converts Arabic text to the Roman (Latin) script

0.1.7
Content{ "name": "arabic", "downloads": 35188, "version": "0.1.7", "version_created_at": "2025-04-03T14:45:23.524Z", "version_downloads": 0, "platform": "ruby", "authors": "rovetz", "info": "Converts Arabic text to the Roman (Latin) script", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "4fa444bd6f71601adb9d2c9e28c60c78b4b0db2f0728b745d93a8468bc7c3338", "spec_sha": "af8c18a8654bd5888c3acfe0ef20be1f68acee600d1ad79ec8001b8efc495c12", "project_uri": "https://rubygems.org/gems/arabic", "gem_uri": "https://rubygems.org/gems/arabic-0.1.7.gem", "homepage_uri": "https://github.com/rovetz/arabic", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/arabic/0.1.7", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.6" }, { "name": "minitest", "requirements": "~> 5.25" }, { "name": "rake", "requirements": "~> 13.2" } ], "runtime": [] } }
2025-04-03 14:45:25 UTC
RCfBWLRFkl2amWJvF2UDh

gitlab-cloud-connector

This gem provides common CloudConnector configuration and libraries for GitLab projects.

1.7.0
Content{ "name": "gitlab-cloud-connector", "downloads": 4636818, "version": "1.7.0", "version_created_at": "2025-04-03T14:39:24.830Z", "version_downloads": 0, "platform": "ruby", "authors": "Nikola Milojevic", "info": "This gem provides common CloudConnector configuration and libraries for GitLab projects.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector", "changelog_uri": "https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/releases", "source_code_uri": "https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "cabcb1fba50b5c247e98b44bca4a4209311a7bbe047942e3af77f68a28f00dae", "spec_sha": "5093243ec7b4f53f8f08f2b898316df37f5c0fc905487836dad91337a0fb13c4", "project_uri": "https://rubygems.org/gems/gitlab-cloud-connector", "gem_uri": "https://rubygems.org/gems/gitlab-cloud-connector-1.7.0.gem", "homepage_uri": "https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector", "bug_tracker_uri": null, "changelog_uri": "https://gitlab.com/gitlab-org/cloud-connector/gitlab-cloud-connector/-/releases", "funding_uri": null, "dependencies": { "development": [ { "name": "gitlab-styles", "requirements": "~> 12.0.1" }, { "name": "rake", "requirements": "~> 13.0.6" }, { "name": "rspec", "requirements": "~> 3.8" } ], "runtime": [ { "name": "activesupport", "requirements": "~> 7.0" }, { "name": "jwt", "requirements": "~> 2.9.3" } ] } }
2025-04-03 14:39:27 UTC
0VzTzPagPClOqtccpEJbA

infobip-sms

single and bulk sms send and status check capabilities

0.1.2
Content{ "name": "infobip-sms", "downloads": 3, "version": "0.1.2", "version_created_at": "2025-04-03T14:37:44.548Z", "version_downloads": 0, "platform": "ruby", "authors": "Michal Andros", "info": "single and bulk sms send and status check capabilities", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mandros1985/infobip-sms", "source_code_uri": "https://github.com/mandros1985/infobip-sms", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "5c6cddb53111c9182abc5f881d2d8e6f1b4c9af0520e689a621f376b783e75cf", "spec_sha": "541397df51f4e4bff6f0fbb810621d8837df9a9dcf8afa18e81f7a08d798d899", "project_uri": "https://rubygems.org/gems/infobip-sms", "gem_uri": "https://rubygems.org/gems/infobip-sms-0.1.2.gem", "homepage_uri": "https://github.com/mandros1985/infobip-sms", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mandros1985/infobip-sms", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "activesupport", "requirements": "~> 7.2" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "rubocop", "requirements": "~> 1.74" } ], "runtime": [] } }
2025-04-03 14:37:48 UTC
PUFhhkaVwAswFiJKdr8DZ

spree

A complete open source e-commerce solution with multi-store, multi-currency and multi-language capabilities

5.0.0
Content{ "name": "spree", "downloads": 2476357, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:45.937Z", "version_downloads": 0, "platform": "ruby", "authors": "Sean Schofield, Spark Solutions Sp. z o.o., Vendo Connect Inc.", "info": "A complete open source e-commerce solution with multi-store, multi-currency and multi-language capabilities", "licenses": [ "AGPL-3.0-or-later", "BSD-3-Clause" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "384d07dcea2693b4a2739fbe68e3adcd4de8bc9adfab393fcc08eca03033f174", "spec_sha": "37f25c1f1839cef4b28bf695e1862e60b8a3fbdcca389cf2108b5aa79550f7ae", "project_uri": "https://rubygems.org/gems/spree", "gem_uri": "https://rubygems.org/gems/spree-5.0.0.gem", "homepage_uri": "https://spreecommerce.org", "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "spree_api", "requirements": "= 5.0.0" }, { "name": "spree_cli", "requirements": "= 5.0.0" }, { "name": "spree_core", "requirements": "= 5.0.0" } ] } }
2025-04-03 14:32:57 UTC
m48vhEvoZjK0wy9h7DNAu

spree_storefront

Modern fully featured storefront and checkout for Spree Commerce

5.0.0
Content{ "name": "spree_storefront", "downloads": 145, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:44.556Z", "version_downloads": 0, "platform": "ruby", "authors": "Vendo Connect Inc.", "info": "Modern fully featured storefront and checkout for Spree Commerce", "licenses": [ "AGPL-3.0-or-later" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "e8b788012bf3161d6ec0f809a4a888a8bb71c4f3b2a1197d63dc00547409d4ef", "spec_sha": "ded75b75f2caeb1a2abb8a157499d46b53bcb01b7dbc531e41700ac605b2c5cf", "project_uri": "https://rubygems.org/gems/spree_storefront", "gem_uri": "https://rubygems.org/gems/spree_storefront-5.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "active_link_to", "requirements": ">= 0" }, { "name": "canonical-rails", "requirements": "~> 0.2.14" }, { "name": "heroicon", "requirements": ">= 0" }, { "name": "importmap-rails", "requirements": ">= 0" }, { "name": "local_time", "requirements": "~> 3.0" }, { "name": "mail_form", "requirements": ">= 0" }, { "name": "payment_icons", "requirements": ">= 0" }, { "name": "spree_core", "requirements": ">= 5.0.0" }, { "name": "sprockets", "requirements": ">= 4.0" }, { "name": "stimulus-rails", "requirements": ">= 0" }, { "name": "tailwindcss-rails", "requirements": ">= 0" }, { "name": "tailwindcss-ruby", "requirements": "~> 3.4.17" }, { "name": "turbo-rails", "requirements": ">= 0" } ] } }
2025-04-03 14:32:56 UTC
5tUN8-W_ErLPUzB-D2k29

spree_admin

Fully featured Admin Dashboard for Spree Commerce. Manage your store, orders, products, and more.

5.0.0
Content{ "name": "spree_admin", "downloads": 142, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:42.451Z", "version_downloads": 0, "platform": "ruby", "authors": "Vendo Connect Inc.", "info": "Fully featured Admin Dashboard for Spree Commerce. Manage your store, orders, products, and more.", "licenses": [ "AGPL-3.0-or-later" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "b71254d23ce42873b5fcc1a7b3414f58d2f88c71ba969a846d292c7c8c6e65ea", "spec_sha": "9795a7d89725b12f68ad3e2de61f4d7c5226290f099a843908e4cc8ee87e9f19", "project_uri": "https://rubygems.org/gems/spree_admin", "gem_uri": "https://rubygems.org/gems/spree_admin-5.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "active_link_to", "requirements": ">= 0" }, { "name": "bootstrap", "requirements": "~> 4.6, >= 4.6.2.1" }, { "name": "chartkick", "requirements": "~> 5.0" }, { "name": "currency_select", "requirements": ">= 0" }, { "name": "dartsass-rails", "requirements": "~> 0.5" }, { "name": "groupdate", "requirements": "~> 6.2" }, { "name": "hightop", "requirements": "~> 0.3" }, { "name": "importmap-rails", "requirements": ">= 0" }, { "name": "local_time", "requirements": "~> 3.0" }, { "name": "mapkick-rb", "requirements": "~> 0.1" }, { "name": "payment_icons", "requirements": ">= 0" }, { "name": "spree_api", "requirements": ">= 5.0.0" }, { "name": "spree_core", "requirements": ">= 5.0.0" }, { "name": "sprockets", "requirements": ">= 4.0" }, { "name": "stimulus-rails", "requirements": ">= 0" }, { "name": "tinymce-rails", "requirements": "~> 6.8.5" }, { "name": "turbo-rails", "requirements": ">= 0" } ] } }
2025-04-03 14:32:55 UTC
3UY9MnnnO93Hf5SAD488c

spree_sample

Optional package containing example data of products, stores, shipping methods, categories and others to quickly setup a demo Spree store

5.0.0
Content{ "name": "spree_sample", "downloads": 2202800, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:40.405Z", "version_downloads": 0, "platform": "ruby", "authors": "Sean Schofield, Spark Solutions Sp. z o.o., Vendo Connect Inc.", "info": "Optional package containing example data of products, stores, shipping methods, categories and others to quickly setup a demo Spree store", "licenses": [ "AGPL-3.0-or-later", "BSD-3-Clause" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "10eeb204b4a88720850b6f19bd8e8ba1a0d3a6062db7ff98db171408c4bcee89", "spec_sha": "65dd7c38fcd5ef04eb2c4e1b666328eef80cc36e46818af99c9cf3a1a96e3f82", "project_uri": "https://rubygems.org/gems/spree_sample", "gem_uri": "https://rubygems.org/gems/spree_sample-5.0.0.gem", "homepage_uri": "https://spreecommerce.org", "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ffaker", "requirements": "~> 2.9" }, { "name": "spree_core", "requirements": ">= 5.0.0" } ] } }
2025-04-03 14:32:54 UTC
HSirFXaC6CDmgkr4i0xJN

spree_emails

Optional transactional emails for Spree such as Order placed or Shipment notification emails

5.0.0
Content{ "name": "spree_emails", "downloads": 247127, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:38.693Z", "version_downloads": 0, "platform": "ruby", "authors": "Sean Schofield, Spark Solutions Sp. z o.o., Vendo Connect Inc.", "info": "Optional transactional emails for Spree such as Order placed or Shipment notification emails", "licenses": [ "AGPL-3.0-or-later", "BSD-3-Clause" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "8641298e11bcd95e969f1863d32a06f475179ebfe7013a4d1e85dc949df38ba6", "spec_sha": "55392e6143d14cd43a32e1db243966640200081cf511ef22a5269cb70643ee94", "project_uri": "https://rubygems.org/gems/spree_emails", "gem_uri": "https://rubygems.org/gems/spree_emails-5.0.0.gem", "homepage_uri": "https://spreecommerce.org", "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [ { "name": "email_spec", "requirements": "~> 2.2" } ], "runtime": [ { "name": "spree_core", "requirements": ">= 5.0.0" }, { "name": "sprockets", "requirements": ">= 4.0" } ] } }
2025-04-03 14:32:53 UTC
rqqAPXXoNaLZ43p2kl0WL

spree_cli

Spree Commerce command line interface

5.0.0
Content{ "name": "spree_cli", "downloads": 194547, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:37.130Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Mar, Spark Solutions Sp. z o.o., Vendo Connect Inc.", "info": "Spree Commerce command line interface", "licenses": [ "AGPL-3.0-or-later", "BSD-3-Clause" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "f2e3db18f195845979763d9d1c8f38855c0548bf65d295f61b6817fe4b4f640e", "spec_sha": "f218c83bf2c31872c9a1b2ee90cc5ece073c3e7346e9ab60fc9f6f5a0b2edf2e", "project_uri": "https://rubygems.org/gems/spree_cli", "gem_uri": "https://rubygems.org/gems/spree_cli-5.0.0.gem", "homepage_uri": "https://spreecommerce.org", "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "thor", "requirements": "~> 1.0" } ] } }
2025-04-03 14:32:52 UTC
GXffmzV3KjRm3uOLgqf2e

spree_api

Spree's API

5.0.0
Content{ "name": "spree_api", "downloads": 2461428, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:35.534Z", "version_downloads": 0, "platform": "ruby", "authors": "Ryan Bigg, Spark Solutions Sp. z o.o., Vendo Connect Inc.", "info": "Spree's API", "licenses": [ "AGPL-3.0-or-later", "BSD-3-Clause" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "5dc4fb17e9e99c876b376ebf0b7c7ad463d74296eefe38f85de1f5817da026cc", "spec_sha": "0509e94ff08546ecc20706359ecb0f27d43579ad24e2d58e7d96f27ae999d577", "project_uri": "https://rubygems.org/gems/spree_api", "gem_uri": "https://rubygems.org/gems/spree_api-5.0.0.gem", "homepage_uri": "https://spreecommerce.org", "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [ { "name": "jsonapi-rspec", "requirements": ">= 0" }, { "name": "multi_json", "requirements": ">= 0" }, { "name": "rswag-specs", "requirements": ">= 0" } ], "runtime": [ { "name": "bcrypt", "requirements": "~> 3.1" }, { "name": "doorkeeper", "requirements": "~> 5.3" }, { "name": "jsonapi-serializer", "requirements": "~> 2.1" }, { "name": "spree_core", "requirements": "= 5.0.0" } ] } }
2025-04-03 14:32:51 UTC
93OpDnrjkL0WJDQVVP3Mj

spree_core

Spree Models, Helpers, Services and core libraries

5.0.0
Content{ "name": "spree_core", "downloads": 2525085, "version": "5.0.0", "version_created_at": "2025-04-03T14:32:33.273Z", "version_downloads": 0, "platform": "ruby", "authors": "Sean Schofield, Spark Solutions Sp. z o.o., Vendo Connect Inc.", "info": "Spree Models, Helpers, Services and core libraries", "licenses": [ "AGPL-3.0-or-later", "BSD-3-Clause" ], "metadata": { "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "documentation_uri": "https://docs.spreecommerce.org/" }, "yanked": false, "sha": "c9cedff07c1d1bdf1877626eb20f2982fa1308941c1081e5c16c670b8a3c6c7f", "spec_sha": "a4d04f95f5959ba3bd625604097a89736d4ed1227a900428f8c6ffc39b9f3c1e", "project_uri": "https://rubygems.org/gems/spree_core", "gem_uri": "https://rubygems.org/gems/spree_core-5.0.0.gem", "homepage_uri": "https://spreecommerce.org", "wiki_uri": null, "documentation_uri": "https://docs.spreecommerce.org/", "mailing_list_uri": null, "source_code_uri": "https://github.com/spree/spree/tree/v5.0.0", "bug_tracker_uri": "https://github.com/spree/spree/issues", "changelog_uri": "https://github.com/spree/spree/releases/tag/v5.0.0", "funding_uri": null, "dependencies": { "development": [ { "name": "i18n-tasks", "requirements": ">= 0" } ], "runtime": [ { "name": "activemerchant", "requirements": "~> 1.67" }, { "name": "active_storage_validations", "requirements": "= 1.3.0" }, { "name": "acts_as_list", "requirements": ">= 0.8" }, { "name": "acts-as-taggable-on", "requirements": ">= 0" }, { "name": "any_ascii", "requirements": "~> 0.3.2" }, { "name": "auto_strip_attributes", "requirements": "~> 2.6" }, { "name": "awesome_nested_set", "requirements": "~> 3.3, >= 3.3.1" }, { "name": "cancancan", "requirements": "~> 3.2" }, { "name": "carmen", "requirements": ">= 1.0" }, { "name": "countries", "requirements": ">= 0" }, { "name": "friendly_id", "requirements": "~> 5.2, >= 5.2.1" }, { "name": "friendly_id-mobility", "requirements": "~> 1.0" }, { "name": "geocoder", "requirements": ">= 0" }, { "name": "highline", "requirements": ">= 2, < 4" }, { "name": "image_processing", "requirements": "~> 1.2" }, { "name": "kaminari", "requirements": "~> 1.2" }, { "name": "mobility", "requirements": "~> 1.2" }, { "name": "mobility-actiontext", "requirements": "~> 1.1" }, { "name": "mobility-ransack", "requirements": "~> 1.2" }, { "name": "monetize", "requirements": "~> 1.9" }, { "name": "money", "requirements": "~> 6.13" }, { "name": "name_of_person", "requirements": "~> 1.1" }, { "name": "paranoia", "requirements": ">= 2.4" }, { "name": "rails", "requirements": ">= 7.2, < 8.0" }, { "name": "ransack", "requirements": ">= 4.1" }, { "name": "request_store", "requirements": "~> 1.7" }, { "name": "rexml", "requirements": ">= 0" }, { "name": "ruby-oembed", "requirements": "~> 0.18" }, { "name": "state_machines-activemodel", "requirements": "~> 0.7" }, { "name": "state_machines-activerecord", "requirements": "~> 0.6" }, { "name": "stringex", "requirements": ">= 0" }, { "name": "tracking_number", "requirements": ">= 0" }, { "name": "validates_zipcode", "requirements": ">= 0" }, { "name": "wannabe_bool", "requirements": ">= 0" } ] } }
2025-04-03 14:32:36 UTC
CgPZx5ma_giZD_0KN3nRQ

infobip-sms

single and bulk sms send and status check capabilities

0.1.1
Content{ "name": "infobip-sms", "downloads": 2, "version": "0.1.1", "version_created_at": "2025-04-03T14:32:14.933Z", "version_downloads": 0, "platform": "ruby", "authors": "Michal Andros", "info": "single and bulk sms send and status check capabilities", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mandros1985/infobip-sms", "source_code_uri": "https://github.com/mandros1985/infobip-sms", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "3c218c1ceef0e5846c478974e431c887046f02f7b8580556da754e40fff52056", "spec_sha": "f2e77387190cac1f8008a6e86b850935019a31eb0a79a77fe08a0fb440a7f60b", "project_uri": "https://rubygems.org/gems/infobip-sms", "gem_uri": "https://rubygems.org/gems/infobip-sms-0.1.1.gem", "homepage_uri": "https://github.com/mandros1985/infobip-sms", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mandros1985/infobip-sms", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "activesupport", "requirements": "~> 7.2" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "rubocop", "requirements": "~> 1.74" } ], "runtime": [] } }
2025-04-03 14:32:18 UTC
hYcOK4sRpdNgtS_WfSojd

infobip-sms

single and bulk sms send and status check capabilities

0.1.0
Content{ "name": "infobip-sms", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-04-03T14:20:37.952Z", "version_downloads": 0, "platform": "ruby", "authors": "Michal Andros", "info": "single and bulk sms send and status check capabilities", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mandros1985/infobip-sms", "source_code_uri": "https://github.com/mandros1985/infobip-sms", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "a45ee2b3bd33dd322692e286e11a147053682937298255169c2c444501f78fcf", "spec_sha": "016179a069ed27b470170a580956bdce0e7dd95eda6d7dd2a810170a205c0734", "project_uri": "https://rubygems.org/gems/infobip-sms", "gem_uri": "https://rubygems.org/gems/infobip-sms-0.1.0.gem", "homepage_uri": "https://github.com/mandros1985/infobip-sms", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mandros1985/infobip-sms", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "activesupport", "requirements": "~> 7.2" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "rubocop", "requirements": "~> 1.74" } ], "runtime": [] } }
2025-04-03 14:20:40 UTC
9XTWgTUPrSpPhrGgsemub

pxs-forms

Generic form helpers

0.1.4.4
Content{ "name": "pxs-forms", "downloads": 4825, "version": "0.1.4.4", "version_created_at": "2025-04-03T14:18:22.726Z", "version_downloads": 0, "platform": "ruby", "authors": "Poubelle", "info": "Generic form helpers", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "2da923cbe94cdc927a91bb2b798f10ca22d5a5e78b1a1f1d829f2882c7fdfd19", "spec_sha": "35d1a99e238356180b3649e5515af38db35d3363222abedb763f961d64399b6d", "project_uri": "https://rubygems.org/gems/pxs-forms", "gem_uri": "https://rubygems.org/gems/pxs-forms-0.1.4.4.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pxs-forms/0.1.4.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-04-03 14:18:28 UTC
YvBxPmkd01rpby13n7oY_

rswag-schema_components

Schema Components for the rswag gem to define reusable schema components.

0.1.5
Content{ "name": "rswag-schema_components", "downloads": 848, "version": "0.1.5", "version_created_at": "2025-04-03T14:04:53.581Z", "version_downloads": 0, "platform": "ruby", "authors": "Marten Klitzke", "info": "Schema Components for the rswag gem to define reusable schema components.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/101skills-gmbh/rswag-schema-components", "changelog_uri": "https://github.com/101skills-gmbh/rswag-schema-components/blob/main/CHANGELOG.md", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "6ce98540740b266756a5344efd0aa26933d214e70213231e7a96eceec0e9d852", "spec_sha": "ef8295c705e4db75dfa6213d776a8dbb0eb821ea5bda1c9850043fd636284ee1", "project_uri": "https://rubygems.org/gems/rswag-schema_components", "gem_uri": "https://rubygems.org/gems/rswag-schema_components-0.1.5.gem", "homepage_uri": "https://github.com/101skills-gmbh/rswag-schema-components", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/101skills-gmbh/rswag-schema-components/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rails", "requirements": ">= 3.0.0, < 8.1.0" } ] } }
2025-04-03 14:04:57 UTC
Mqci2sXvREEHUOCoA-3r6

optify-config

Simplifies getting the right configuration options for a process using pre-loaded configurations from files to manage options for experiments or flights.

0.8.1
Content{ "name": "optify-config", "downloads": 7315, "version": "0.8.1", "version_created_at": "2025-04-03T14:02:07.280Z", "version_downloads": 0, "platform": "x86_64-linux", "authors": "Justin D. Harris", "info": "Simplifies getting the right configuration options for a process using pre-loaded configurations\n from files to manage options for experiments or flights.", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://github.com/juharris/optify/issues", "source_code_uri": "https://github.com/juharris/optify" }, "yanked": false, "sha": "859fb72bbd30e028e0059d1b22f299125de3e5b7bb0a8fb12aff138fb8b9a13b", "spec_sha": "4eb5836ba8b77f63c334b0ddba5549e379967fcdc0cdd5e9c7fe067a13bbab86", "project_uri": "https://rubygems.org/gems/optify-config", "gem_uri": "https://rubygems.org/gems/optify-config-0.8.1-x86_64-linux.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/juharris/optify", "bug_tracker_uri": "https://github.com/juharris/optify/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake-compiler", "requirements": "~> 1.2.9" }, { "name": "rbs", "requirements": "~> 3.8.1" }, { "name": "sorbet", "requirements": "~> 0.5.11911" }, { "name": "tapioca", "requirements": "~> 0.16.11" }, { "name": "test-unit", "requirements": "~> 3.6.7" } ], "runtime": [ { "name": "sorbet-runtime", "requirements": "~> 0.5.11911" } ] } }
2025-04-03 14:02:11 UTC
69QNaEMd1Egtx3l9wLykk

optify-config

Simplifies getting the right configuration options for a process using pre-loaded configurations from files to manage options for experiments or flights.

0.8.1
Content{ "name": "optify-config", "downloads": 7315, "version": "0.8.1", "version_created_at": "2025-04-03T14:02:03.333Z", "version_downloads": 0, "platform": "aarch64-linux", "authors": "Justin D. Harris", "info": "Simplifies getting the right configuration options for a process using pre-loaded configurations\n from files to manage options for experiments or flights.", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://github.com/juharris/optify/issues", "source_code_uri": "https://github.com/juharris/optify" }, "yanked": false, "sha": "d26ad6dd00cfb49002da977bcc22f56adb537f217524ed8e284945f9ef3e43c9", "spec_sha": "6bb94f0ee416a0efd837ba3e007c2712484204a99cfbf8849011d59e71ed2d0f", "project_uri": "https://rubygems.org/gems/optify-config", "gem_uri": "https://rubygems.org/gems/optify-config-0.8.1-aarch64-linux.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/juharris/optify", "bug_tracker_uri": "https://github.com/juharris/optify/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake-compiler", "requirements": "~> 1.2.9" }, { "name": "rbs", "requirements": "~> 3.8.1" }, { "name": "sorbet", "requirements": "~> 0.5.11911" }, { "name": "tapioca", "requirements": "~> 0.16.11" }, { "name": "test-unit", "requirements": "~> 3.6.7" } ], "runtime": [ { "name": "sorbet-runtime", "requirements": "~> 0.5.11911" } ] } }
2025-04-03 14:02:07 UTC
TZgVLRX-2irH-1spqpvCr

optify-config

Simplifies getting the right configuration options for a process using pre-loaded configurations from files to manage options for experiments or flights.

0.8.1
Content{ "name": "optify-config", "downloads": 7315, "version": "0.8.1", "version_created_at": "2025-04-03T14:01:56.261Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "Justin D. Harris", "info": "Simplifies getting the right configuration options for a process using pre-loaded configurations\n from files to manage options for experiments or flights.", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://github.com/juharris/optify/issues", "source_code_uri": "https://github.com/juharris/optify" }, "yanked": false, "sha": "63b4b9ae76923880e5b749040c5bdd84706fbc02cacb0c42c34899617db470a3", "spec_sha": "77ab3b1d0e09ced560f6ebe035c47b41be45559823bdb5f4af11e098172928d4", "project_uri": "https://rubygems.org/gems/optify-config", "gem_uri": "https://rubygems.org/gems/optify-config-0.8.1-arm64-darwin.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/juharris/optify", "bug_tracker_uri": "https://github.com/juharris/optify/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake-compiler", "requirements": "~> 1.2.9" }, { "name": "rbs", "requirements": "~> 3.8.1" }, { "name": "sorbet", "requirements": "~> 0.5.11911" }, { "name": "tapioca", "requirements": "~> 0.16.11" }, { "name": "test-unit", "requirements": "~> 3.6.7" } ], "runtime": [ { "name": "sorbet-runtime", "requirements": "~> 0.5.11911" } ] } }
2025-04-03 14:02:00 UTC
EdF5FYQoXGq5k9w7iRDcZ

rubygems-update

A package (also known as a library) contains a set of functionality that can be invoked by a Ruby program, such as reading and parsing an XML file. We call these packages 'gems' and RubyGems is a tool to install, create, manage and load these packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public repository of Gems that allows you to publish a Gem that can be shared and used by other developers. See our guide on publishing a Gem at guides.rubygems.org

3.6.7
Content{ "name": "rubygems-update", "downloads": 562113853, "version": "3.6.7", "version_created_at": "2025-04-03T14:00:11.206Z", "version_downloads": 0, "platform": "ruby", "authors": "Jim Weirich, Chad Fowler, Eric Hodel, Luis Lavena, Aaron Patterson, Samuel Giddins, André Arko, Evan Phoenix, Hiroshi SHIBATA", "info": "A package (also known as a library) contains a set of functionality\n that can be invoked by a Ruby program, such as reading and parsing an XML file. We call\n these packages 'gems' and RubyGems is a tool to install, create, manage and load these\n packages in your Ruby environment. RubyGems is also a client for RubyGems.org, a public\n repository of Gems that allows you to publish a Gem that can be shared and used by other\n developers. See our guide on publishing a Gem at guides.rubygems.org", "licenses": [ "Ruby", "MIT" ], "metadata": { "funding_uri": "https://rubycentral.org/#/portal/signup", "changelog_uri": "https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/rubygems/rubygems/issues", "source_code_uri": "https://github.com/rubygems/rubygems" }, "yanked": false, "sha": "8da96fd169fd6e45ac4e2784554a70ae3fda092fa6ccb0518f5fc875ccb9e53c", "spec_sha": "896e8697be6a50febfc63718c19be55cbbb66cff139fc3a86a1472ecc5ce05e5", "project_uri": "https://rubygems.org/gems/rubygems-update", "gem_uri": "https://rubygems.org/gems/rubygems-update-3.6.7.gem", "homepage_uri": "https://guides.rubygems.org", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/rubygems/rubygems", "bug_tracker_uri": "https://github.com/rubygems/rubygems/issues", "changelog_uri": "https://github.com/rubygems/rubygems/blob/master/CHANGELOG.md", "funding_uri": "https://rubycentral.org/#/portal/signup", "dependencies": { "development": [], "runtime": [] } }
2025-04-03 14:00:14 UTC
E-0EjuYCuO2-OG-L05pxA

marksmith

Marksmith is a GitHub-style markdown editor for Ruby on Rails applications.

0.4.0
Content{ "name": "marksmith", "downloads": 4692, "version": "0.4.0", "version_created_at": "2025-04-03T13:59:16.664Z", "version_downloads": 0, "platform": "ruby", "authors": "Adrian Marin", "info": "Marksmith is a GitHub-style markdown editor for Ruby on Rails applications.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/avo-hq/marksmith", "changelog_uri": "https://github.com/avo-hq/marksmith/releases", "source_code_uri": "https://github.com/avo-hq/marksmith" }, "yanked": false, "sha": "88324a14b677db0349aea82e9a6060e0684c89f971479007fb8aea2a48541ee2", "spec_sha": "3878daf5d7ffb897a76c1f2afb52308782b4e51fbab17a127498b13f0e63a4a5", "project_uri": "https://rubygems.org/gems/marksmith", "gem_uri": "https://rubygems.org/gems/marksmith-0.4.0.gem", "homepage_uri": "https://github.com/avo-hq/marksmith", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/avo-hq/marksmith", "bug_tracker_uri": null, "changelog_uri": "https://github.com/avo-hq/marksmith/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 0" } ] } }
2025-04-03 13:59:19 UTC
yzf1_3AnNn6LUhEA8bssA

bundler

Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably

2.6.7
Content{ "name": "bundler", "downloads": 2623629178, "version": "2.6.7", "version_created_at": "2025-04-03T13:58:04.155Z", "version_downloads": 0, "platform": "ruby", "authors": "André Arko, Samuel Giddins, Colby Swandale, Hiroshi Shibata, David Rodríguez, Grey Baker, Stephanie Morillo, Chris Morris, James Wen, Tim Moore, André Medeiros, Jessica Lynn Suttles, Terence Lee, Carl Lerche, Yehuda Katz", "info": "Bundler manages an application's dependencies through its entire life, across many machines, systematically and repeatably", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://bundler.io/", "changelog_uri": "https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md", "bug_tracker_uri": "https://github.com/rubygems/rubygems/issues?q=is%3Aopen+is%3Aissue+label%3ABundler", "source_code_uri": "https://github.com/rubygems/rubygems/tree/master/bundler" }, "yanked": false, "sha": "90459ee83f45320f40bc5b255037f5800ce90de8c7061127e5e6a64231020393", "spec_sha": "cea9cf579bf1778d7515f05e52f09e51b93539970ce410fa9ea39b0d5f59cd8e", "project_uri": "https://rubygems.org/gems/bundler", "gem_uri": "https://rubygems.org/gems/bundler-2.6.7.gem", "homepage_uri": "https://bundler.io/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/rubygems/rubygems/tree/master/bundler", "bug_tracker_uri": "https://github.com/rubygems/rubygems/issues?q=is%3Aopen+is%3Aissue+label%3ABundler", "changelog_uri": "https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-04-03 13:58:08 UTC
4szpeL9CyENfiEDdLuHEF

bareos-restore

Automatically restore a Bareos Backup. Useful for automated restore tests. This simple module cannot do more than that.

1.0.0
Content{ "name": "bareos-restore", "downloads": 0, "version": "1.0.0", "version_created_at": "2025-04-03T13:53:20.988Z", "version_downloads": 0, "platform": "ruby", "authors": "Christoph Haas", "info": " Automatically restore a Bareos Backup. Useful for automated restore tests.\n This simple module cannot do more than that.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "3037db3bd0e361acffb5b75dda3260eb20a7a49193c54e45d5f3fe5227427391", "spec_sha": "3c236fdef79778d39ff484bf97150980ebf837bae89d2a01c208f2c76aefa590", "project_uri": "https://rubygems.org/gems/bareos-restore", "gem_uri": "https://rubygems.org/gems/bareos-restore-1.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bareos-restore/1.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "sys-filesystem", "requirements": "~> 1.4" } ] } }
2025-04-03 13:53:25 UTC
v47pphIBnFcvhAGjLyNgn

rswag-schema_components

Schema Components for the rswag gem to define reusable schema components.

0.1.4
Content{ "name": "rswag-schema_components", "downloads": 842, "version": "0.1.4", "version_created_at": "2025-04-03T13:48:35.099Z", "version_downloads": 0, "platform": "ruby", "authors": "Marten Klitzke", "info": "Schema Components for the rswag gem to define reusable schema components.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/101skills-gmbh/rswag-schema-components", "changelog_uri": "https://github.com/101skills-gmbh/rswag-schema-components/blob/main/CHANGELOG.md", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "231d67b1e0e706012b8ed4bf74a90e83c06e245ad6193e7b5a46ebdd3295e383", "spec_sha": "cb929b104ff6070bb286c88f4890c43179d79ee33b5f102446f4cae57517af31", "project_uri": "https://rubygems.org/gems/rswag-schema_components", "gem_uri": "https://rubygems.org/gems/rswag-schema_components-0.1.4.gem", "homepage_uri": "https://github.com/101skills-gmbh/rswag-schema-components", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/101skills-gmbh/rswag-schema-components/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rails", "requirements": ">= 3.0.0, < 8.1.0" } ] } }
2025-04-03 13:48:39 UTC
cSDaYIJhpfcRgVNLWf-x5

timing

Time utils

0.2.9
Content{ "name": "timing", "downloads": 48475, "version": "0.2.9", "version_created_at": "2025-04-03T13:40:19.521Z", "version_downloads": 0, "platform": "ruby", "authors": "Gabriel Naiman", "info": "Time utils", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "eb8d8ca89ff36f71d959c7c69cbdbe84d20e8ce2242c0d06d4ab5a6c12cb3815", "spec_sha": "b1d0136dc2a9f457b9e653047a85ba07c67f53376bc9efe5ba64f81ecfc81e3d", "project_uri": "https://rubygems.org/gems/timing", "gem_uri": "https://rubygems.org/gems/timing-0.2.9.gem", "homepage_uri": "https://github.com/gabynaiman/timing", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/timing/0.2.9", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "coveralls", "requirements": "~> 0.8" }, { "name": "minitest", "requirements": "~> 5.0, < 5.11" }, { "name": "minitest-colorin", "requirements": "~> 0.1" }, { "name": "minitest-line", "requirements": "~> 0.6" }, { "name": "pry-nav", "requirements": "~> 0.2" }, { "name": "rake", "requirements": "~> 11.0" }, { "name": "simplecov", "requirements": "~> 0.16" } ], "runtime": [ { "name": "transparent_proxy", "requirements": "~> 0.0, >= 0.0.5" }, { "name": "treetop", "requirements": "~> 1.4.0" } ] } }
2025-04-03 13:40:22 UTC
Fve_cTWRFWzRxQunn0Am4

openproject-token

OpenProject EE token reader

5.1.1
Content{ "name": "openproject-token", "downloads": 126787, "version": "5.1.1", "version_created_at": "2025-04-03T13:40:16.318Z", "version_downloads": 0, "platform": "ruby", "authors": "OpenProject GmbH", "info": "OpenProject EE token reader", "licenses": [ "GPL-3.0" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "040e58d1f84ad960e223700443796c98d600df09658933c15cb552af89d9903f", "spec_sha": "e396a4ff3b6a804cb08fb44c16884934f11671bb49569d283ae53d7f9578fdde", "project_uri": "https://rubygems.org/gems/openproject-token", "gem_uri": "https://rubygems.org/gems/openproject-token-5.1.1.gem", "homepage_uri": "https://www.openproject.org", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/openproject-token/5.1.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activemodel", "requirements": ">= 0" } ] } }
2025-04-03 13:40:19 UTC
Q-GbpcW7_PGTtfHwxkMkr

sbmt-outbox

A service that uses a relational database inserts messages/events into an outbox table as part of the local transaction.

7.0.0
Content{ "name": "sbmt-outbox", "downloads": 11553, "version": "7.0.0", "version_created_at": "2025-04-03T13:35:09.647Z", "version_downloads": 0, "platform": "ruby", "authors": "Sbermarket Ruby-Platform Team", "info": "A service that uses a relational database inserts messages/events into an outbox table as part of the local transaction.", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "ce8eeaf5024b7c9c2cd842bbab6508648aaf54c426e62eafc12a31f976898831", "spec_sha": "73c36a8897555cffa351dd92b45f8f1f6e3a02926b68a4358b8728f7518f49f0", "project_uri": "https://rubygems.org/gems/sbmt-outbox", "gem_uri": "https://rubygems.org/gems/sbmt-outbox-7.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sbmt-outbox/7.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" }, { "name": "bundler", "requirements": ">= 0" }, { "name": "combustion", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "opentelemetry-api", "requirements": ">= 0.17.0" }, { "name": "opentelemetry-common", "requirements": ">= 0.17.0" }, { "name": "opentelemetry-instrumentation-base", "requirements": ">= 0.17.0" }, { "name": "opentelemetry-sdk", "requirements": ">= 0" }, { "name": "pg", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rspec_junit_formatter", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-rails", "requirements": ">= 2.5" }, { "name": "rubocop-rspec", "requirements": ">= 2.11" }, { "name": "schked", "requirements": ">= 0.3, < 2" }, { "name": "sentry-rails", "requirements": "> 5.2.0" }, { "name": "standard", "requirements": ">= 1.12" }, { "name": "zeitwerk", "requirements": ">= 0" } ], "runtime": [ { "name": "connection_pool", "requirements": "~> 2.0" }, { "name": "cutoff", "requirements": "~> 0.5" }, { "name": "dry-initializer", "requirements": "~> 3.0" }, { "name": "dry-monads", "requirements": "~> 1.3" }, { "name": "exponential-backoff", "requirements": "~> 0.0" }, { "name": "http_health_check", "requirements": ">= 0.5" }, { "name": "rails", "requirements": ">= 6.0, < 8.1" }, { "name": "redis-client", "requirements": ">= 0.14.1, < 1.0.0" }, { "name": "redlock", "requirements": "> 1.0, < 3.0" }, { "name": "ruby-limiter", "requirements": "~> 2.3" }, { "name": "thor", "requirements": ">= 0.20, < 2" }, { "name": "yabeda", "requirements": "~> 0.8" } ] } }
2025-04-03 13:35:13 UTC
qi48BBhDbv078bv9emsrd

formatic

A little bit like simple_form but as VewComponents and more minimalistic.

0.1.6
Content{ "name": "formatic", "downloads": 601, "version": "0.1.6", "version_created_at": "2025-04-03T13:33:36.625Z", "version_downloads": 0, "platform": "ruby", "authors": "halo", "info": "A little bit like simple_form but as VewComponents and more minimalistic.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/halo/formatic", "changelog_uri": "https://github.com/halo/halo/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/halo/formatic", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "0c6d4dddf9e5e12db2e54f4a8a0e5aa0c9ace3e21ace122831afe9313861dcc8", "spec_sha": "95bc99d5b7239cfe594eff19df1734c05ef12a4539d4af36d80775ee8ddc810c", "project_uri": "https://rubygems.org/gems/formatic", "gem_uri": "https://rubygems.org/gems/formatic-0.1.6.gem", "homepage_uri": "https://github.com/halo/formatic", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/halo/formatic", "bug_tracker_uri": null, "changelog_uri": "https://github.com/halo/halo/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": ">= 0" }, { "name": "calls", "requirements": ">= 0" }, { "name": "countries", "requirements": ">= 0" }, { "name": "dry-initializer", "requirements": ">= 0" }, { "name": "holidays", "requirements": ">= 0" }, { "name": "view_component", "requirements": ">= 0" } ] } }
2025-04-03 13:33:40 UTC
lQnepPf8oG8AaVOG4zT7y

pxs-forms

Generic form helpers

0.1.4.3
Content{ "name": "pxs-forms", "downloads": 4802, "version": "0.1.4.3", "version_created_at": "2025-04-03T13:26:50.997Z", "version_downloads": 0, "platform": "ruby", "authors": "Poubelle", "info": "Generic form helpers", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "43873c9d8edc120929bda32a382065db4391aed824464b140012efcd47dc8a36", "spec_sha": "3df551b0a2c67a3635876b762592e72bed06bfb1c238363692264073fe26b3f0", "project_uri": "https://rubygems.org/gems/pxs-forms", "gem_uri": "https://rubygems.org/gems/pxs-forms-0.1.4.3.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pxs-forms/0.1.4.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-04-03 13:26:53 UTC
UugcOM5_sLkDK_J3Fk_p5

ccios

Clean Code iOS Generator

5.1.0
Content{ "name": "ccios", "downloads": 28003, "version": "5.1.0", "version_created_at": "2025-04-03T13:22:40.299Z", "version_downloads": 0, "platform": "ruby", "authors": "Pierre Felgines", "info": "Clean Code iOS Generator", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "c55f412ae3b3e0548fc95e65500579e054eaa7ec4ca8e9b3498cde21ef41a39e", "spec_sha": "138e26d59528aae8a2b5fa29c85c8f984bad50e2728fb969f0b49baeccca185a", "project_uri": "https://rubygems.org/gems/ccios", "gem_uri": "https://rubygems.org/gems/ccios-5.1.0.gem", "homepage_uri": "http://rubygems.org/gems/hola", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ccios/5.1.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.11" }, { "name": "rake", "requirements": "~> 13.2" } ], "runtime": [ { "name": "activesupport", "requirements": "> 4" }, { "name": "mustache", "requirements": "~> 1.0" }, { "name": "xcodeproj", "requirements": "~> 1.4" } ] } }
2025-04-03 13:22:43 UTC
um_8Of8DJDxe4WAbAnDlr

redirectr

Provides Rails-helper methods for referrer-style backlinks and setting redirect URLs after form submission

1.0.5
Content{ "name": "redirectr", "downloads": 37842, "version": "1.0.5", "version_created_at": "2025-04-03T13:19:19.766Z", "version_downloads": 0, "platform": "ruby", "authors": "Willem van Kerkhof", "info": "Provides Rails-helper methods for referrer-style backlinks and setting redirect URLs after form submission", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "248c2408ba9f8b26078bae14d2f5107528cb748c7922eb5b13240d158f565103", "spec_sha": "427bfe895e2269e5d24f7425f39e7a3d57512e40aac2a7f7928e2f7dc6c6527c", "project_uri": "https://rubygems.org/gems/redirectr", "gem_uri": "https://rubygems.org/gems/redirectr-1.0.5.gem", "homepage_uri": "http://github.com/wvk/redirectr", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/redirectr/1.0.5", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "sqlite3", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 5.2" } ] } }
2025-04-03 13:19:24 UTC
V8YeW6GT4ERlBet-lpwHq

neetob

This gem gives different commands for interacting with Github and Heroku instances of existing neeto repos.

0.5.52
Content{ "name": "neetob", "downloads": 29872, "version": "0.5.52", "version_created_at": "2025-04-03T13:04:35.109Z", "version_downloads": 0, "platform": "ruby", "authors": "Udai Gupta", "info": "This gem gives different commands for interacting with Github and Heroku instances of existing neeto repos.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bigbinary/neetob", "changelog_uri": "https://github.com/bigbinary/neetob/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/bigbinary/neetob" }, "yanked": false, "sha": "94217b755f3c199b86c77c4d115723a0a5f151b28fa2a059e96582405504affa", "spec_sha": "f498aa1f651fd509adcb175289e76ea9e829a9f4f761dec31fd944ff7db5e8cf", "project_uri": "https://rubygems.org/gems/neetob", "gem_uri": "https://rubygems.org/gems/neetob-0.5.52.gem", "homepage_uri": "https://github.com/bigbinary/neetob", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bigbinary/neetob", "bug_tracker_uri": null, "changelog_uri": "https://github.com/bigbinary/neetob/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": ">= 0" }, { "name": "activesupport", "requirements": ">= 0" }, { "name": "brakeman", "requirements": "~> 5.0" }, { "name": "chronic", "requirements": ">= 0" }, { "name": "dotenv", "requirements": "~> 2.8.1" }, { "name": "launchy", "requirements": "~> 2.5.0" }, { "name": "neeto-compliance", "requirements": ">= 0" }, { "name": "neetodeploy", "requirements": ">= 0" }, { "name": "octokit", "requirements": "~> 4.0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "terminal-table", "requirements": "~> 3.0.2" }, { "name": "thor", "requirements": "~> 1.3.0" } ] } }
2025-04-03 13:04:38 UTC
Z2D5QPZEK6PJHwqwNdZ0i

cybrid_api_bank_ruby

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

0.123.354
Content{ "name": "cybrid_api_bank_ruby", "downloads": 1248402, "version": "0.123.354", "version_created_at": "2025-04-03T12:32:08.145Z", "version_downloads": 0, "platform": "ruby", "authors": "Cybrid", "info": "View our documentation at https://github.com/Cybrid-app/cybrid-api-bank-ruby/", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "bbc216feb02728c71e7bf89a9e8fff5bb5deb4dfd554fdcb548c9e6c43090f13", "spec_sha": "0b5ef14ea4396d2cea60c4fca3ce529229d383ce0a841adf88e01a756da7bda3", "project_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby-0.123.354.gem", "homepage_uri": "https://github.com/Cybrid-app/cybrid-api-bank-ruby/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cybrid_api_bank_ruby/0.123.354", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-04-03 12:32:14 UTC
AELVRlzGiAgKhcn_L5yfT

cybrid_api_id_ruby

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

0.123.354
Content{ "name": "cybrid_api_id_ruby", "downloads": 1277483, "version": "0.123.354", "version_created_at": "2025-04-03T12:31:05.374Z", "version_downloads": 0, "platform": "ruby", "authors": "Cybrid", "info": "View our documentation at https://github.com/Cybrid-app/cybrid-api-id-ruby/", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "9c90601655a224d87e59af8f9b599f517213ab002d4349013a91172aec5f8927", "spec_sha": "77aeee3e65175130d04786515cc1bd8866babaa076e3e5ffcd64aa4d2a6af23c", "project_uri": "https://rubygems.org/gems/cybrid_api_id_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_id_ruby-0.123.354.gem", "homepage_uri": "https://github.com/Cybrid-app/cybrid-api-id-ruby/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cybrid_api_id_ruby/0.123.354", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-04-03 12:31:09 UTC
r8kPVcqzXToGhqdrddQpL

cybrid_api_organization_ruby

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

0.123.354
Content{ "name": "cybrid_api_organization_ruby", "downloads": 1286206, "version": "0.123.354", "version_created_at": "2025-04-03T12:30:48.293Z", "version_downloads": 0, "platform": "ruby", "authors": "Cybrid", "info": "View our documentation at https://github.com/Cybrid-app/cybrid-api-organization-ruby/", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "9d9a8a1bcb9f93cfeadefe0c2e659d5cba2179168bcf816b19c412958c3925fd", "spec_sha": "5476a50ab8dff2533b4759897022a6b873059ad24005df7cbc06ceb3f049667d", "project_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby-0.123.354.gem", "homepage_uri": "https://github.com/Cybrid-app/cybrid-api-organization-ruby/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cybrid_api_organization_ruby/0.123.354", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2025-04-03 12:30:54 UTC
vDYkWoirqN0GU3jJg31df

openproject-primer_view_components

ViewComponents of the Primer Design System for OpenProject

0.59.1
Content{ "name": "openproject-primer_view_components", "downloads": 59155, "version": "0.59.1", "version_created_at": "2025-04-03T12:16:57.880Z", "version_downloads": 0, "platform": "ruby", "authors": "GitHub Open Source, OpenProject GmbH", "info": "ViewComponents of the Primer Design System for OpenProject", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "bd747e187093269e54fc8e26df9a1465765d138dd468e7c6c5e1774f597b08e3", "spec_sha": "283195fa8aa6311d4b231e9ff470ba71444c9064817ac29e107f1be18077fd8f", "project_uri": "https://rubygems.org/gems/openproject-primer_view_components", "gem_uri": "https://rubygems.org/gems/openproject-primer_view_components-0.59.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/openproject-primer_view_components/0.59.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": ">= 5.0.0" }, { "name": "activesupport", "requirements": ">= 5.0.0" }, { "name": "openproject-octicons", "requirements": ">= 19.23.0" }, { "name": "view_component", "requirements": ">= 3.1, < 4.0" } ] } }
2025-04-03 12:17:02 UTC
0M7GNsFyhz32T5WKsPq3B

irb

Interactive Ruby command-line tool for REPL (Read Eval Print Loop).

1.15.2
Content{ "name": "irb", "downloads": 84747321, "version": "1.15.2", "version_created_at": "2025-04-03T11:49:06.616Z", "version_downloads": 0, "platform": "ruby", "authors": "aycabta, Keiju ISHITSUKA", "info": "Interactive Ruby command-line tool for REPL (Read Eval Print Loop).", "licenses": [ "Ruby", "BSD-2-Clause" ], "metadata": { "homepage_uri": "https://github.com/ruby/irb", "changelog_uri": "https://github.com/ruby/irb/releases", "source_code_uri": "https://github.com/ruby/irb", "documentation_uri": "https://ruby.github.io/irb/" }, "yanked": false, "sha": "222f32952e278da34b58ffe45e8634bf4afc2dc7aa9da23fed67e581aa50fdba", "spec_sha": "4f27326fef0dcf79b93eb031a13f419ac55dfea41cf6cad4fba4862fcdaefe98", "project_uri": "https://rubygems.org/gems/irb", "gem_uri": "https://rubygems.org/gems/irb-1.15.2.gem", "homepage_uri": "https://github.com/ruby/irb", "wiki_uri": null, "documentation_uri": "https://ruby.github.io/irb/", "mailing_list_uri": null, "source_code_uri": "https://github.com/ruby/irb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/ruby/irb/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "pp", "requirements": ">= 0.6.0" }, { "name": "rdoc", "requirements": ">= 4.0.0" }, { "name": "reline", "requirements": ">= 0.4.2" } ] } }
2025-04-03 11:49:11 UTC
Q5FaHw0qOxnFrPdZVPEUN

rubocop

RuboCop is a Ruby code style checking and code formatting tool. It aims to enforce the community-driven Ruby Style Guide.

1.75.2
Content{ "name": "rubocop", "downloads": 521059643, "version": "1.75.2", "version_created_at": "2025-04-03T11:35:24.448Z", "version_downloads": 0, "platform": "ruby", "authors": "Bozhidar Batsov, Jonas Arvidsson, Yuji Nakayama", "info": "RuboCop is a Ruby code style checking and code formatting tool.\nIt aims to enforce the community-driven Ruby Style Guide.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://rubocop.org/", "changelog_uri": "https://github.com/rubocop/rubocop/releases/tag/v1.75.2", "bug_tracker_uri": "https://github.com/rubocop/rubocop/issues", "source_code_uri": "https://github.com/rubocop/rubocop/", "documentation_uri": "https://docs.rubocop.org/rubocop/1.75/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8efde647e278417e8074421b007e0d7d7c591482ef99d980528b18fea015a7c8", "spec_sha": "2e71a2dd4e150151faee6c83b351be32b3206a043d704c9866875fe858dccfb3", "project_uri": "https://rubygems.org/gems/rubocop", "gem_uri": "https://rubygems.org/gems/rubocop-1.75.2.gem", "homepage_uri": "https://rubocop.org/", "wiki_uri": null, "documentation_uri": "https://docs.rubocop.org/rubocop/1.75/", "mailing_list_uri": null, "source_code_uri": "https://github.com/rubocop/rubocop/", "bug_tracker_uri": "https://github.com/rubocop/rubocop/issues", "changelog_uri": "https://github.com/rubocop/rubocop/releases/tag/v1.75.2", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "json", "requirements": "~> 2.3" }, { "name": "language_server-protocol", "requirements": "~> 3.17.0.2" }, { "name": "lint_roller", "requirements": "~> 1.1.0" }, { "name": "parallel", "requirements": "~> 1.10" }, { "name": "parser", "requirements": ">= 3.3.0.2" }, { "name": "rainbow", "requirements": ">= 2.2.2, < 4.0" }, { "name": "regexp_parser", "requirements": ">= 2.9.3, < 3.0" }, { "name": "rubocop-ast", "requirements": ">= 1.44.0, < 2.0" }, { "name": "ruby-progressbar", "requirements": "~> 1.7" }, { "name": "unicode-display_width", "requirements": ">= 2.4.0, < 4.0" } ] } }
2025-04-03 11:35:27 UTC
EGwOVCGpqiHt0I6FmUYYI

vtysh

A gem that accepts two vtysh configuration states and returns the commands needed to transition from one to the other

0.1.0
Content{ "name": "vtysh", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-04-03T11:21:42.759Z", "version_downloads": 0, "platform": "ruby", "authors": "Jonathan Siegel", "info": "A gem that accepts two vtysh configuration states and returns the commands needed to transition from one to the other", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "cd74429ec04fbd335f6203b90c16a8fdfc2af88ea71673bfaba3f1162c799e8d", "spec_sha": "416f0fa57482b5db34d1988b20c9e1695aa4530e511199d7160cd95d634d072c", "project_uri": "https://rubygems.org/gems/vtysh", "gem_uri": "https://rubygems.org/gems/vtysh-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/vtysh/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2025-04-03 11:21:46 UTC
zfTO87VrOGafGJbNXfZNF

eyes_appium

Appium support for Applitools Ruby SDK

6.4.1
Content{ "name": "eyes_appium", "downloads": 455987, "version": "6.4.1", "version_created_at": "2025-04-03T11:19:45.534Z", "version_downloads": 0, "platform": "ruby", "authors": "Applitools Team", "info": "Appium support for Applitools Ruby SDK", "licenses": [ "Applitools" ], "metadata": {}, "yanked": false, "sha": "1e5e943e5c6a11e5514babfee1296341ce0d9a87ce7dbc748c85cef7cc5880b4", "spec_sha": "d7c510875d4ff8ef49818436e656f300e4cef3911837dcbeefdf59898b716e2a", "project_uri": "https://rubygems.org/gems/eyes_appium", "gem_uri": "https://rubygems.org/gems/eyes_appium-6.4.1.gem", "homepage_uri": "https://www.applitools.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eyes_appium/6.4.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "appium_lib", "requirements": ">= 10.6.0" }, { "name": "eyes_selenium", "requirements": "= 6.8.1" }, { "name": "selenium-webdriver", "requirements": ">= 3, < 4.30" } ] } }
2025-04-03 11:20:01 UTC
HtyfyQoH7kJzIBlLz7Rp8

eyes_capybara

Provides Capybara support for Applitools Selenium SDK

6.4.1
Content{ "name": "eyes_capybara", "downloads": 315673, "version": "6.4.1", "version_created_at": "2025-04-03T11:19:48.739Z", "version_downloads": 0, "platform": "ruby", "authors": "Applitools Team", "info": "Provides Capybara support for Applitools Selenium SDK", "licenses": [ "Applitools" ], "metadata": {}, "yanked": false, "sha": "5e62c636772a6070bb12f3620b7359188b84607ab88c9b51f62301311dccb8d9", "spec_sha": "232dbff52e000d7faee154e67c6e277e92041e14bf86f6d8f13e1735f837e398", "project_uri": "https://rubygems.org/gems/eyes_capybara", "gem_uri": "https://rubygems.org/gems/eyes_capybara-6.4.1.gem", "homepage_uri": "https://www.applitools.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eyes_capybara/6.4.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "capybara", "requirements": ">= 0" }, { "name": "eyes_selenium", "requirements": "= 6.8.1" } ] } }
2025-04-03 11:20:00 UTC
YHqjSFX43sDzmvH2jZEs-

eyes_calabash

Provides SDK for writing Applitools Calabash tests.

6.4.1
Content{ "name": "eyes_calabash", "downloads": 220191, "version": "6.4.1", "version_created_at": "2025-04-03T11:19:47.621Z", "version_downloads": 0, "platform": "ruby", "authors": "Applitools Team", "info": "Provides SDK for writing Applitools Calabash tests.", "licenses": [ "Applitools" ], "metadata": { "yard.run": "yri" }, "yanked": false, "sha": "e011e832003d7585e99c184db5bbb5432d07993a0b8f57fc80c4d285fabfab89", "spec_sha": "18abc0f4e13ea19953486afe9cef4351f213d3a5d051a0b5cc2f8cb74130888a", "project_uri": "https://rubygems.org/gems/eyes_calabash", "gem_uri": "https://rubygems.org/gems/eyes_calabash-6.4.1.gem", "homepage_uri": "https://www.applitools.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eyes_calabash/6.4.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "cucumber", "requirements": ">= 0" }, { "name": "eyes_core", "requirements": "= 6.6.1" }, { "name": "file_utils", "requirements": ">= 0" }, { "name": "rspec-expectations", "requirements": ">= 0" } ] } }
2025-04-03 11:20:00 UTC
7VdNEQ_N9i-SZb0BqKT2V

eyes_images

Provides Images SDK for Applitools tests.

6.5.1
Content{ "name": "eyes_images", "downloads": 309540, "version": "6.5.1", "version_created_at": "2025-04-03T11:19:46.550Z", "version_downloads": 0, "platform": "ruby", "authors": "Applitools Team", "info": "Provides Images SDK for Applitools tests.", "licenses": [ "Applitools" ], "metadata": { "yard.run": "yri" }, "yanked": false, "sha": "4d7bb2c0582fe86220af70f0ed05437b8895e93a72ba9ab7fa2859c21e0a8b7e", "spec_sha": "5f8b2c76aa171ca4756514b0ae2563fa43bab5264fb894708fbfab63f085900a", "project_uri": "https://rubygems.org/gems/eyes_images", "gem_uri": "https://rubygems.org/gems/eyes_images-6.5.1.gem", "homepage_uri": "https://www.applitools.com", "wiki_uri": "https://applitools.com/resources/tutorial/screenshots/ruby#step-2", "documentation_uri": "https://www.rubydoc.info/gems/eyes_images/6.5.1", "mailing_list_uri": "", "source_code_uri": "https://github.com/applitools/eyes.sdk.ruby", "bug_tracker_uri": "", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "eyes_core", "requirements": "= 6.6.1" } ] } }
2025-04-03 11:19:59 UTC
bD-JWT0pPHjG7NJWKjrAN

eyes_selenium

Provides SDK for writing Applitools Selenium-based tests

6.8.1
Content{ "name": "eyes_selenium", "downloads": 1776074, "version": "6.8.1", "version_created_at": "2025-04-03T11:19:43.742Z", "version_downloads": 0, "platform": "ruby", "authors": "Applitools Team", "info": "Provides SDK for writing Applitools Selenium-based tests", "licenses": [ "Applitools" ], "metadata": {}, "yanked": false, "sha": "9da3a42a08b4d1a4f5b0c376c201e9eed39edacc4b26fe806878fd2d2758d5a7", "spec_sha": "f1fddd9fbf64abb1d1214e633663d2e119ee8a79e4f8516137e6f3038015b7f6", "project_uri": "https://rubygems.org/gems/eyes_selenium", "gem_uri": "https://rubygems.org/gems/eyes_selenium-6.8.1.gem", "homepage_uri": "https://www.applitools.com", "wiki_uri": "https://applitools.com/resources/tutorial/selenium/ruby#step-2", "documentation_uri": "https://www.rubydoc.info/gems/eyes_selenium/6.8.1", "mailing_list_uri": "", "source_code_uri": "https://github.com/applitools/eyes.sdk.ruby", "bug_tracker_uri": "", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "crass", "requirements": ">= 0" }, { "name": "css_parser", "requirements": ">= 0" }, { "name": "eyes_core", "requirements": "= 6.6.1" }, { "name": "selenium-webdriver", "requirements": ">= 3" }, { "name": "state_machines", "requirements": ">= 0" } ] } }
2025-04-03 11:19:58 UTC
-VtvyZo6b046gIFmCaV2H

eyes_core

Don't use it directly, take a look at eyes_selenium, eyes_images or eyes_calabash gems instead.

6.6.1
Content{ "name": "eyes_core", "downloads": 1467978, "version": "6.6.1", "version_created_at": "2025-04-03T11:19:41.864Z", "version_downloads": 0, "platform": "ruby", "authors": "Applitools Team", "info": "Don't use it directly, take a look at eyes_selenium, eyes_images or eyes_calabash gems instead.", "licenses": [ "Applitools" ], "metadata": { "yard.run": "yri" }, "yanked": false, "sha": "5d0c40f28ff8c030bcd88d6a151048731c19065b00f554dd34c493763c842631", "spec_sha": "c2e30d749a8eaf0508383867ec0948c7838b01b037b6918639b9c9979f4b0d87", "project_uri": "https://rubygems.org/gems/eyes_core", "gem_uri": "https://rubygems.org/gems/eyes_core-6.6.1.gem", "homepage_uri": "https://www.applitools.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eyes_core/6.6.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "byebug", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "pry-doc", "requirements": ">= 0" }, { "name": "pry-stack_explorer", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rb-readline", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 3" }, { "name": "rubocop", "requirements": "<= 0.46.0" }, { "name": "webdrivers", "requirements": "~> 5.0" } ], "runtime": [ { "name": "colorize", "requirements": ">= 0" }, { "name": "eyes_universal", "requirements": "= 4.35.1" }, { "name": "faraday", "requirements": ">= 0" }, { "name": "faraday-cookie_jar", "requirements": ">= 0" }, { "name": "faraday_middleware", "requirements": ">= 0" }, { "name": "oj", "requirements": ">= 0" }, { "name": "sorted_set", "requirements": ">= 0" }, { "name": "websocket", "requirements": ">= 0" } ] } }
2025-04-03 11:19:57 UTC
nOWElw8Vv3LyGbmuAbeVB

eyes_universal

eyes-universal binaries for writing Applitools tests

4.35.1
Content{ "name": "eyes_universal", "downloads": 463102, "version": "4.35.1", "version_created_at": "2025-04-03T11:19:36.961Z", "version_downloads": 0, "platform": "ruby", "authors": "Applitools Team", "info": "eyes-universal binaries for writing Applitools tests", "licenses": [ "Applitools" ], "metadata": {}, "yanked": false, "sha": "ad36551ee7e48c3a53cd81811f067e880648430fd5c612d8bbef06406029a916", "spec_sha": "2144e9df8292165f9175765df27892376d6036213b2b71087fe09dec41fcab82", "project_uri": "https://rubygems.org/gems/eyes_universal", "gem_uri": "https://rubygems.org/gems/eyes_universal-4.35.1.gem", "homepage_uri": "https://www.applitools.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/eyes_universal/4.35.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "open-uri", "requirements": "~> 0.1, >= 0.1.0" }, { "name": "stringio", "requirements": ">= 0" } ], "runtime": [] } }
2025-04-03 11:19:56 UTC
D0jXi2tVEIIBtJ6jD33Rc

explicit

Explicit is a validation and documentation library for REST APIs that enforces documented types at runtime

0.2.13
Content{ "name": "explicit", "downloads": 1702, "version": "0.2.13", "version_created_at": "2025-04-03T11:16:29.561Z", "version_downloads": 0, "platform": "ruby", "authors": "Luiz Vasconcellos", "info": "Explicit is a validation and documentation library for REST APIs that enforces documented types at runtime", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/luizpvas/explicit", "changelog_uri": "https://github.com/luizpvas/explicit", "source_code_uri": "https://github.com/luizpvas/explicit" }, "yanked": false, "sha": "779e63bd05142d675039789dceac06205d6bf7e54d58160f4475d9a6fa6c7735", "spec_sha": "2d20bc470672e459228c72e3763b85d0b265c07f9fed814a3a0a1d85abec7839", "project_uri": "https://rubygems.org/gems/explicit", "gem_uri": "https://rubygems.org/gems/explicit-0.2.13.gem", "homepage_uri": "https://github.com/luizpvas/explicit", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/luizpvas/explicit", "bug_tracker_uri": null, "changelog_uri": "https://github.com/luizpvas/explicit", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "commonmarker", "requirements": "~> 2.0" }, { "name": "rails", "requirements": ">= 7.2.1" } ] } }
2025-04-03 11:16:32 UTC
hq1jaS4vBO-zX0i4pqkXC

clian

Small set of Ruby classes helpful for creation of CLI tools.

0.5.0
Content{ "name": "clian", "downloads": 11444, "version": "0.5.0", "version_created_at": "2025-04-03T11:13:29.846Z", "version_downloads": 0, "platform": "ruby", "authors": "Yoshinari Nomura", "info": "Small set of Ruby classes helpful for creation of CLI tools.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "e28217286cd89b25be7bfbe514e66db2ba7e2c69f32cbb3378a5c2f920272fdd", "spec_sha": "a2208f022b4aae947e845e9cfb875899e317c870867cf18f93400480524927ae", "project_uri": "https://rubygems.org/gems/clian", "gem_uri": "https://rubygems.org/gems/clian-0.5.0.gem", "homepage_uri": "https://github.com/yoshinari-nomura/clian", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/clian/0.5.0", "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": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "googleauth", "requirements": "~> 1.14" }, { "name": "launchy", "requirements": "~> 3.1, >= 3.1.1" }, { "name": "thor", "requirements": "~> 1.3, >= 1.3.2" }, { "name": "webrick", "requirements": "~> 1.9, >= 1.9.1" } ] } }
2025-04-03 11:13:35 UTC
coQ1umG6aWIQmTpk5mgPl

algolia

A simple Ruby client for the algolia.com REST API

3.15.2
Content{ "name": "algolia", "downloads": 4045794, "version": "3.15.2", "version_created_at": "2025-04-03T11:09:54.178Z", "version_downloads": 0, "platform": "ruby", "authors": "https://alg.li/support", "info": "A simple Ruby client for the algolia.com REST API", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://github.com/algolia/algoliasearch-client-ruby/issues", "source_code_uri": "https://github.com/algolia/algoliasearch-client-ruby", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "675f2d47a11f072cf68c21784203c16a164116174b7b67180f159fb73bb54edb", "spec_sha": "721eaa05428f681fa4f8beda26dc431a758a9c4684ad3ea9bfd4f581317ad74b", "project_uri": "https://rubygems.org/gems/algolia", "gem_uri": "https://rubygems.org/gems/algolia-3.15.2.gem", "homepage_uri": "https://github.com/algolia/algoliasearch-client-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/algolia/algoliasearch-client-ruby", "bug_tracker_uri": "https://github.com/algolia/algoliasearch-client-ruby/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 2.4.10" }, { "name": "rake", "requirements": ">= 0" } ], "runtime": [ { "name": "base64", "requirements": ">= 0.2.0, < 1" }, { "name": "faraday", "requirements": ">= 1.0.1, < 3.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 0.15, < 3" }, { "name": "net-http-persistent", "requirements": ">= 0" } ] } }
2025-04-03 11:09:59 UTC
swkLS4e4iuuooaLW7UbBY

dependabot-helm

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

0.304.0
Content{ "name": "dependabot-helm", "downloads": 2355, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:44.439Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Helm provides support for bumping Helm image tags via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "50db27cded83e9b6492f4ae16a3e314c342d3943d36b64ad046ba204c4ca0b85", "spec_sha": "ae7be5450182620d2f62568e67661b1d46e621973bbf509adc966c26ecbaa2e6", "project_uri": "https://rubygems.org/gems/dependabot-helm", "gem_uri": "https://rubygems.org/gems/dependabot-helm-0.304.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" }, { "name": "dependabot-docker", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:49 UTC
o3FaQQMZsNSOC6eHvwzKh

dependabot-uv

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

0.304.0
Content{ "name": "dependabot-uv", "downloads": 3196, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:41.287Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-uv provides support for bumping Python packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "7e54c69b48e25eca5e22263bdd384fa0da472e39474d53786a0c0e8ffe69d4a7", "spec_sha": "8bb9e971157263c83a95bae331adff05b0ece74264e3ee54b8ffd7850a681782", "project_uri": "https://rubygems.org/gems/dependabot-uv", "gem_uri": "https://rubygems.org/gems/dependabot-uv-0.304.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:48 UTC
2LE9CFkDBUcqifNHlhfs4

dependabot-docker_compose

Dependabot-Docker-Compose provides support for bumping Docker Compose image tags via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.304.0
Content{ "name": "dependabot-docker_compose", "downloads": 4465, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:38.302Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Docker-Compose provides support for bumping Docker Compose image tags via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "cbd1472ef1be82c1cc1cdafe9ee2abb826fbb0dc853c212bff96956200162c7a", "spec_sha": "597d3fb79842894f86ac2f9796d2a2d872eb878db2d3c98aba72cbb6b46fceb7", "project_uri": "https://rubygems.org/gems/dependabot-docker_compose", "gem_uri": "https://rubygems.org/gems/dependabot-docker_compose-0.304.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" }, { "name": "dependabot-docker", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:46 UTC
Jt8v1_lxIyaZqvfs1Uze1

dependabot-bun

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

0.304.0
Content{ "name": "dependabot-bun", "downloads": 5964, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:35.193Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-BUN provides support for bumping Javascript libraries via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "1fcc80ba709fb6c41f42617215171ded479ce160674b6fff8a2b421463a0760f", "spec_sha": "08c367a91d1437e6efeeee14a9ffae68117e91f2d5dfdefa04a46be38169da1a", "project_uri": "https://rubygems.org/gems/dependabot-bun", "gem_uri": "https://rubygems.org/gems/dependabot-bun-0.304.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:42 UTC
QNWodNefDMo5eHRQwsA2q

dependabot-dotnet_sdk

dependabot-dotnet_sdk provides support for managing .NET SDK versioning via Dependabot.

0.304.0
Content{ "name": "dependabot-dotnet_sdk", "downloads": 18686, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:32.034Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "dependabot-dotnet_sdk provides support for managing .NET SDK versioning via Dependabot.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "a1778599c9bc2b2ee300df47efc5e6c89a525d77f23085e07945cd92917e2e14", "spec_sha": "ec015551b21c1a80280829d797b42825aefbfd31e40eae01d705d44aea0770a6", "project_uri": "https://rubygems.org/gems/dependabot-dotnet_sdk", "gem_uri": "https://rubygems.org/gems/dependabot-dotnet_sdk-0.304.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:34 UTC
y5xfWMFJyIB_fQTrzcKA-

dependabot-devcontainers

Dependabot-Devcontainers provides support for managing dev container versioning via Dependabot.

0.304.0
Content{ "name": "dependabot-devcontainers", "downloads": 1442956, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:29.012Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Devcontainers provides support for managing dev container versioning via Dependabot.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "e42dc2f889f026a40f535dbf02c61e2d280ff0647c54a55dd47974b55ed26c7a", "spec_sha": "b8140c2ac00035b24804c65c9d0490c22c44ef9ce4c5c56d82413c222a4e9f99", "project_uri": "https://rubygems.org/gems/dependabot-devcontainers", "gem_uri": "https://rubygems.org/gems/dependabot-devcontainers-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:33 UTC
qFEUFWVqOFZhijR3NdMpb

dependabot-swift

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

0.304.0
Content{ "name": "dependabot-swift", "downloads": 1513567, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:25.896Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Swift provides support for bumping Swift packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "43bc06fd84e67797147f7040e16ebc00f9b4bfe206ab49ca0c908c3a650fbbc2", "spec_sha": "11b4fccf61772032a4f78fce5c284f818b15d3061c4f52fb919c277eb8403d06", "project_uri": "https://rubygems.org/gems/dependabot-swift", "gem_uri": "https://rubygems.org/gems/dependabot-swift-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:32 UTC
PZt58WlM9Lz7IGJxS2qGh

dependabot-silent

Silent ecosystem

0.304.0
Content{ "name": "dependabot-silent", "downloads": 15185, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:22.897Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Silent ecosystem", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "f5aea9a3865d1583e6df0448cf5b2a85ff888b90facf666713a7c848f07045c4", "spec_sha": "ef9a34be311c6e693e577d6aac491023529de7d2ec1d19a71479b4ace64576b3", "project_uri": "https://rubygems.org/gems/dependabot-silent", "gem_uri": "https://rubygems.org/gems/dependabot-silent-0.304.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:30 UTC
XF7fxJq82576bYYL8lvW-

dependabot-omnibus

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

0.304.0
Content{ "name": "dependabot-omnibus", "downloads": 4626744, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:19.153Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Omnibus provides all the gems included in Dependabot. Dependabot provides automated dependency updates for multiple package managers.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "38b7b52cf79ff3de5094e8cc8a1c9629f00bd64ac75d9735529049c2b8aad17d", "spec_sha": "74278227658518d69f239baa02ff9cc74e3e1a7a112db3854d6c337749048449", "project_uri": "https://rubygems.org/gems/dependabot-omnibus", "gem_uri": "https://rubygems.org/gems/dependabot-omnibus-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-bun", "requirements": "= 0.304.0" }, { "name": "dependabot-bundler", "requirements": "= 0.304.0" }, { "name": "dependabot-cargo", "requirements": "= 0.304.0" }, { "name": "dependabot-common", "requirements": "= 0.304.0" }, { "name": "dependabot-composer", "requirements": "= 0.304.0" }, { "name": "dependabot-devcontainers", "requirements": "= 0.304.0" }, { "name": "dependabot-docker", "requirements": "= 0.304.0" }, { "name": "dependabot-docker_compose", "requirements": "= 0.304.0" }, { "name": "dependabot-dotnet_sdk", "requirements": "= 0.304.0" }, { "name": "dependabot-elm", "requirements": "= 0.304.0" }, { "name": "dependabot-github_actions", "requirements": "= 0.304.0" }, { "name": "dependabot-git_submodules", "requirements": "= 0.304.0" }, { "name": "dependabot-go_modules", "requirements": "= 0.304.0" }, { "name": "dependabot-gradle", "requirements": "= 0.304.0" }, { "name": "dependabot-helm", "requirements": "= 0.304.0" }, { "name": "dependabot-hex", "requirements": "= 0.304.0" }, { "name": "dependabot-maven", "requirements": "= 0.304.0" }, { "name": "dependabot-npm_and_yarn", "requirements": "= 0.304.0" }, { "name": "dependabot-nuget", "requirements": "= 0.304.0" }, { "name": "dependabot-pub", "requirements": "= 0.304.0" }, { "name": "dependabot-python", "requirements": "= 0.304.0" }, { "name": "dependabot-swift", "requirements": "= 0.304.0" }, { "name": "dependabot-terraform", "requirements": "= 0.304.0" }, { "name": "dependabot-uv", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:29 UTC
pnE4MCuYQTG8L2Cd7ge7M

dependabot-pub

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

0.304.0
Content{ "name": "dependabot-pub", "downloads": 2039101, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:15.234Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Pub provides support for bumping Dart (pub) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "6bdf2083bf27e254bd3628774f6c3568f38f630fe88efb1558c3a398d4526c51", "spec_sha": "6857885e6b7ba82ca4b64ae68d13bcc1ae08bcb3a774f3b988145a558a7b6dcf", "project_uri": "https://rubygems.org/gems/dependabot-pub", "gem_uri": "https://rubygems.org/gems/dependabot-pub-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:19 UTC
8EP3N1vOlAqYOKRjDLid-

dependabot-python

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

0.304.0
Content{ "name": "dependabot-python", "downloads": 4545202, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:11.409Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Python provides support for bumping Python packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "55a291f4fe829397b6f095abdd4231cfb7091dd0ee0ffdeb6d2f5b92f7398736", "spec_sha": "639827c12e6dd13661d05088a5cf269ce651d7bf5ac61413efd23c2cae692be8", "project_uri": "https://rubygems.org/gems/dependabot-python", "gem_uri": "https://rubygems.org/gems/dependabot-python-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:18 UTC
f2Ma26UkjW3yIMflJ2k5G

dependabot-hex

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

0.304.0
Content{ "name": "dependabot-hex", "downloads": 4392435, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:07.957Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Hex provides support for bumping Elixir (hex) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "892e9a5568cf73bffefb9b0b06e8442fc6dbca091edb8c4009ddbc2482827144", "spec_sha": "60d542e5da6d409fde70d9f6a218cec3290542b37514fd261899a3c1a9728cd3", "project_uri": "https://rubygems.org/gems/dependabot-hex", "gem_uri": "https://rubygems.org/gems/dependabot-hex-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:12 UTC
fjmxClmj7okWv5qxFeWHs

dependabot-composer

Dependabot-Composer provides support for bumping PHP (composer) libraries via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.304.0
Content{ "name": "dependabot-composer", "downloads": 4388917, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:04.203Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Composer provides support for bumping PHP (composer) libraries via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "c12304cd110f9d492a328ef9b69fab0d0c9afd7248d1915ee21cdcd851a997a5", "spec_sha": "b22b073b03f2061ed7b6a74d3faee37e1d4c1aa52b509a7ed214dd5081ce9cce", "project_uri": "https://rubygems.org/gems/dependabot-composer", "gem_uri": "https://rubygems.org/gems/dependabot-composer-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:10 UTC
9fHScqFLHQUSi2lRWgIzG

dependabot-npm_and_yarn

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

0.304.0
Content{ "name": "dependabot-npm_and_yarn", "downloads": 4376103, "version": "0.304.0", "version_created_at": "2025-04-03T10:57:00.660Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-NPM_And_Yarn provides support for bumping Javascript (npm and yarn) libraries via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "ecb753ce1374de530de7f44b1a5a4f87ce17279d90c62a2511b746f30e41854c", "spec_sha": "a0c8bf3b940b3e42a83d8ea881da1a56d7f05b403ea1a0f1d6029120ae2a8136", "project_uri": "https://rubygems.org/gems/dependabot-npm_and_yarn", "gem_uri": "https://rubygems.org/gems/dependabot-npm_and_yarn-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:06 UTC
LLdgDR1vXBC4zDgBbormL

dependabot-cargo

Dependabot-Cargo provides support for bumping Rust (cargo) crates via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.304.0
Content{ "name": "dependabot-cargo", "downloads": 4530656, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:57.134Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Cargo provides support for bumping Rust (cargo) crates via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "120b7462b6e718348381ea619528c90df4a0343b9cce0262b4306e5005882e34", "spec_sha": "033c6e664032bec94cea74473053100f3f38755b5f4b7fcfa0b572d53e87b0f7", "project_uri": "https://rubygems.org/gems/dependabot-cargo", "gem_uri": "https://rubygems.org/gems/dependabot-cargo-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:05 UTC
CYBgdS-eGCGZoJOyAFg0J

dependabot-elm

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

0.304.0
Content{ "name": "dependabot-elm", "downloads": 4525326, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:53.277Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Elm provides support for bumping Elm packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "32b87f760b9aa9e637538a5a313443cc9514d81d7fcca193ca56e8f64410f29a", "spec_sha": "19dca26eb625ccb2f617a4b68adf24977798697c4c4e4191c8e10cc5473c2056", "project_uri": "https://rubygems.org/gems/dependabot-elm", "gem_uri": "https://rubygems.org/gems/dependabot-elm-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:04 UTC
7PGuGUMMfpMG-2oF2Ce-f

dependabot-bundler

Dependabot-Bundler provides support for bumping Ruby (bundler) gems via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.304.0
Content{ "name": "dependabot-bundler", "downloads": 4292777, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:49.235Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Bundler provides support for bumping Ruby (bundler) gems via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "faeff9853448bf39099d627492a28cca0951a49d80971bf1a253d9f8a88126f5", "spec_sha": "d4950215335340ce0b2d6868140805cd5a72027a6b2d3d097d1e5ff3e471c183", "project_uri": "https://rubygems.org/gems/dependabot-bundler", "gem_uri": "https://rubygems.org/gems/dependabot-bundler-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" }, { "name": "parallel", "requirements": "~> 1.24" } ] } }
2025-04-03 10:57:02 UTC
zv5iPCllDytbBEvJn3iUl

dependabot-maven

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

0.304.0
Content{ "name": "dependabot-maven", "downloads": 4505543, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:44.342Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Maven provides support for bumping Maven packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "9e95a89e0d645328c5c5821a665cb180e984043525b5fbe453ebeb40029e37a8", "spec_sha": "1c459c8ebeeecb9a2e654feee0bdeaa467b0e035d926f78d8c2305b40033437c", "project_uri": "https://rubygems.org/gems/dependabot-maven", "gem_uri": "https://rubygems.org/gems/dependabot-maven-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:57:01 UTC
30A2P6xPvWy__DPbxz-in

dependabot-gradle

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

0.304.0
Content{ "name": "dependabot-gradle", "downloads": 4513184, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:40.474Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Gradle provides support for bumping Gradle packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "7530fe74ce9b9e738804503973a4b994c5c6ddc7fda39ad2f6f4c34b583009e6", "spec_sha": "d56bd05c52f37ff3bad06c1d283c5a518838b7f70986207c9f17f016baced4c8", "project_uri": "https://rubygems.org/gems/dependabot-gradle", "gem_uri": "https://rubygems.org/gems/dependabot-gradle-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" }, { "name": "dependabot-maven", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:56:58 UTC
T6s9Qv7CQmttH2Z-nmZpH

dependabot-nuget

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

0.304.0
Content{ "name": "dependabot-nuget", "downloads": 4533763, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:36.558Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Nuget provides support for bumping .NET (NuGet) packages via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "4585104efb084f1d54fbc236e8c4a067f3944b2560355c1054264c4fd445bee5", "spec_sha": "c5a31f26acb57b6d34db4f32fc5c5b3d4463513ef12656b7c9ab1a885f62f42b", "project_uri": "https://rubygems.org/gems/dependabot-nuget", "gem_uri": "https://rubygems.org/gems/dependabot-nuget-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" }, { "name": "rubyzip", "requirements": ">= 2.3.2, < 3.0" } ] } }
2025-04-03 10:56:53 UTC
t_zRpkNIJYlLS3mpUv0Vf

dependabot-github_actions

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

0.304.0
Content{ "name": "dependabot-github_actions", "downloads": 3265582, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:33.013Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-GitHub_Actions provides support for bumping GitHub Actions via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "889d3f275d00b84f533458fdf7bdf5437e40fe968eadd27c1f1dbd7b8380be74", "spec_sha": "4a6ad546798db13514f4bf676f6653fe0a0db426a19855241a370172cd2795e0", "project_uri": "https://rubygems.org/gems/dependabot-github_actions", "gem_uri": "https://rubygems.org/gems/dependabot-github_actions-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:56:45 UTC
2PphTFhBS1c_mnqLD9LR4

dependabot-git_submodules

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

0.304.0
Content{ "name": "dependabot-git_submodules", "downloads": 4555628, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:29.149Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Git_Submodules provides support for bumping git submodules via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "5ae50be1e1607a55c458674a6e153a5ab2387bd8792cc00acf6997cb4aec0dbe", "spec_sha": "81805bbcb741f1b5eb31ab69fb5292af2bcc4c6e49d947426ad30f02e480abbb", "project_uri": "https://rubygems.org/gems/dependabot-git_submodules", "gem_uri": "https://rubygems.org/gems/dependabot-git_submodules-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" }, { "name": "parseconfig", "requirements": "~> 1.0, < 1.1.0" } ] } }
2025-04-03 10:56:32 UTC
nao6S5Or0mzHpWTYTtDMU

dependabot-docker

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

0.304.0
Content{ "name": "dependabot-docker", "downloads": 4570418, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:25.529Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Docker provides support for bumping Docker image tags via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "1ea1b7e8f73d80e5f1c285e587e0607f59dbc13ea3c040f1341fd0bd1648a521", "spec_sha": "da38c1d49a27fbb64b50571fcdf6dcaf7f3869f1489ed362e3dba20baac5167d", "project_uri": "https://rubygems.org/gems/dependabot-docker", "gem_uri": "https://rubygems.org/gems/dependabot-docker-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:56:30 UTC
QAAPl68Pv173LPgXJjk0G

dependabot-terraform

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

0.304.0
Content{ "name": "dependabot-terraform", "downloads": 4599059, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:21.827Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Terraform provides support for bumping Terraform modules via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "3c2f4e67ba914d273760c0c104d1ecbcfc884d7be653b50fcbcf64983bbb47a6", "spec_sha": "9d9a53e6df70939f25cc1a93ad17eda716589f135467e86d2e568596efa4481d", "project_uri": "https://rubygems.org/gems/dependabot-terraform", "gem_uri": "https://rubygems.org/gems/dependabot-terraform-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:56:27 UTC
86TRnM3beMTBesKR9smqO

dependabot-go_modules

Dependabot-Go_Modules provides support for bumping Go Modules versions via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.304.0
Content{ "name": "dependabot-go_modules", "downloads": 4436534, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:17.440Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Go_Modules provides support for bumping Go Modules versions via Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "bf58563734530d380193b44d0c4f81d3c6f33aaa3657fe18f10b57d3b992b2ec", "spec_sha": "042d4ffadda6379d20af6777b9c18ddbf9ea068ea7d6ca611bb0faf84872af24", "project_uri": "https://rubygems.org/gems/dependabot-go_modules", "gem_uri": "https://rubygems.org/gems/dependabot-go_modules-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "dependabot-common", "requirements": "= 0.304.0" } ] } }
2025-04-03 10:56:22 UTC
R5psXTvX67ZEmGpF0e7dP

dependabot-common

Dependabot-Common provides the shared code used across Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.

0.304.0
Content{ "name": "dependabot-common", "downloads": 4944885, "version": "0.304.0", "version_created_at": "2025-04-03T10:56:13.000Z", "version_downloads": 0, "platform": "ruby", "authors": "Dependabot", "info": "Dependabot-Common provides the shared code used across Dependabot. If you want support for multiple package managers, you probably want the meta-gem dependabot-omnibus.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues" }, "yanked": false, "sha": "d83f3e48e02c9615673ecb6b243d036639d05bb0554de1a74ed2af46771d6c52", "spec_sha": "b7fe5ed40b551bfd7d700cfef590b765b173c995bfa90532e0e70059424b1773", "project_uri": "https://rubygems.org/gems/dependabot-common", "gem_uri": "https://rubygems.org/gems/dependabot-common-0.304.0.gem", "homepage_uri": "https://github.com/dependabot/dependabot-core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/dependabot/dependabot-core/issues", "changelog_uri": "https://github.com/dependabot/dependabot-core/releases/tag/v0.304.0", "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9.2" }, { "name": "gpgme", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13" }, { "name": "rspec", "requirements": "~> 3.12" }, { "name": "rspec-its", "requirements": "~> 1.3" }, { "name": "rspec-sorbet", "requirements": "~> 1.9.2" }, { "name": "rubocop", "requirements": "~> 1.67.0" }, { "name": "rubocop-performance", "requirements": "~> 1.22.1" }, { "name": "rubocop-rspec", "requirements": "~> 2.29.1" }, { "name": "rubocop-sorbet", "requirements": "~> 0.8.7" }, { "name": "simplecov", "requirements": "~> 0.22.0" }, { "name": "turbo_tests", "requirements": "~> 2.2.0" }, { "name": "vcr", "requirements": "~> 6.1" }, { "name": "webmock", "requirements": "~> 3.18" }, { "name": "webrick", "requirements": ">= 1.7" } ], "runtime": [ { "name": "aws-sdk-codecommit", "requirements": "~> 1.28" }, { "name": "aws-sdk-ecr", "requirements": "~> 1.5" }, { "name": "bundler", "requirements": ">= 1.16, < 3.0.0" }, { "name": "commonmarker", "requirements": ">= 0.20.1, < 0.24.0" }, { "name": "docker_registry2", "requirements": "~> 1.18.2" }, { "name": "excon", "requirements": "~> 0.109" }, { "name": "faraday", "requirements": "= 2.7.11" }, { "name": "faraday-retry", "requirements": "= 2.2.0" }, { "name": "gitlab", "requirements": "= 5.0.0" }, { "name": "json", "requirements": "< 2.7" }, { "name": "nokogiri", "requirements": "~> 1.8" }, { "name": "octokit", "requirements": ">= 4.6, < 8.0" }, { "name": "opentelemetry-api", "requirements": "~> 1.5" }, { "name": "opentelemetry-logs-api", "requirements": "~> 0.2" }, { "name": "opentelemetry-metrics-api", "requirements": "~> 0.3" }, { "name": "parser", "requirements": ">= 2.5, < 4.0" }, { "name": "psych", "requirements": "~> 5.0" }, { "name": "sorbet-runtime", "requirements": "~> 0.5.11952" }, { "name": "stackprof", "requirements": "~> 0.2.16" }, { "name": "toml-rb", "requirements": ">= 1.1.2" } ] } }
2025-04-03 10:56:17 UTC