Lastest updates from Rubygems.org
ID | Gem | Version | Body | Updated At |
---|---|---|---|---|
5fE5OpgdvaDwOJS-fXoBt |
bardCLI to automate common development tasks. |
1.3.3 | Content{ "name": "bard", "downloads": 616300, "version": "1.3.3", "version_created_at": "2024-12-30T20:23:08.551Z", "version_downloads": 0, "platform": "ruby", "authors": "Micah Geisel", "info": "CLI to automate common development tasks.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "9ba325f8ae32eea096a79c63b12396b25bd049ad97a690b8186ece76f82993b3", "spec_sha": "e179fa3147d83f979b2a01459e6d92433107da62f4a155e3f6cf25fe57df2208", "project_uri": "https://rubygems.org/gems/bard", "gem_uri": "https://rubygems.org/gems/bard-1.3.3.gem", "homepage_uri": "http://github.com/botandrose/bard", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bard/1.3.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": ">= 0" }, { "name": "cucumber", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "rvm", "requirements": ">= 0" }, { "name": "term-ansicolor", "requirements": ">= 1.0.3" }, { "name": "thor", "requirements": ">= 0.19.0" } ] } } |
2024-12-30 20:23:14 UTC |
JxfDJ_m-Pq37Bjsfuig8a |
bardCLI to automate common development tasks. |
1.3.2 | Content{ "name": "bard", "downloads": 616284, "version": "1.3.2", "version_created_at": "2024-12-30T20:04:09.463Z", "version_downloads": 0, "platform": "ruby", "authors": "Micah Geisel", "info": "CLI to automate common development tasks.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "76f6c135360fb548baf8aaa63ab690bfb5cf61df76d0102918d3d7e53a4a8271", "spec_sha": "19cd8445680de1f22421032d2d6670c330370862ed91189488d547d4df36302e", "project_uri": "https://rubygems.org/gems/bard", "gem_uri": "https://rubygems.org/gems/bard-1.3.2.gem", "homepage_uri": "http://github.com/botandrose/bard", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bard/1.3.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": ">= 0" }, { "name": "cucumber", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "rvm", "requirements": ">= 0" }, { "name": "term-ansicolor", "requirements": ">= 1.0.3" }, { "name": "thor", "requirements": ">= 0.19.0" } ] } } |
2024-12-30 20:04:14 UTC |
rpg6D6vK61oLCaKL0CEp7 |
fixSpecing framework. |
1.0.0.beta11 | Content{ "name": "fix", "downloads": 90738, "version": "1.0.0.beta11", "version_created_at": "2024-12-30T20:01:36.248Z", "version_downloads": 0, "platform": "ruby", "authors": "Cyril Kato", "info": "Specing framework.", "licenses": [ "MIT" ], "metadata": { "wiki_uri": "https://github.com/fixrb/fix/wiki", "bug_tracker_uri": "https://github.com/fixrb/fix/issues", "source_code_uri": "https://github.com/fixrb/fix", "documentation_uri": "https://rubydoc.info/gems/fix", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "bae61d54726650e469f6e26c0f9f6c852b128f8597bc6232bfd2ee1a77128cfc", "spec_sha": "9f7a3d96287ad8bc0c47b43b337c25ff7611436005a71d74f7fcc11fb1d374f5", "project_uri": "https://rubygems.org/gems/fix", "gem_uri": "https://rubygems.org/gems/fix-1.0.0.beta11.gem", "homepage_uri": "https://github.com/fixrb/fix", "wiki_uri": "https://github.com/fixrb/fix/wiki", "documentation_uri": "https://rubydoc.info/gems/fix", "mailing_list_uri": null, "source_code_uri": "https://github.com/fixrb/fix", "bug_tracker_uri": "https://github.com/fixrb/fix/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "defi", "requirements": "~> 3.0.0" }, { "name": "matchi", "requirements": "~> 4.0.0" }, { "name": "spectus", "requirements": "~> 5.0.1" } ] } } |
2024-12-30 20:01:41 UTC |
H65Q6WUrTqymW3PqAe6wo |
is_darkDetects a dark color based on luminance W3 standarts ( https://www.w3.org/TR/WCAG20/#relativeluminancedef ). It has these options: * is a hex color dark * is an Imagick pixel dark * is an Imagick pixel from a blob dark * is an area in a blob over a dark background (uses Imagick for it too). An example practical aspect: it can be useful to understand will a black colored text be visible or not over an area. |
0.2.0 | Content{ "name": "is_dark", "downloads": 6608, "version": "0.2.0", "version_created_at": "2024-12-30T19:55:56.180Z", "version_downloads": 0, "platform": "ruby", "authors": "Sergei Illarionov, Liamshin Ilia", "info": "Detects a dark color based on luminance W3 standarts ( https://www.w3.org/TR/WCAG20/#relativeluminancedef ). \n\n It has these options: \n * is a hex color dark \n * is an Imagick pixel dark \n * is an Imagick pixel from a blob dark \n * is an area in a blob over a dark background (uses Imagick for it too). \n\n An example practical aspect: it can be useful to understand will a black colored text be visible or not over an area.", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://github.com/butteff/is_dark_ruby_gem", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "56f8cc078fb3212bd4cc855c1464d2cf5c8916967f00341ed83c5b2fca23e1a3", "spec_sha": "0ac076c75b7ba0e5035a582fdb446043a384e10a1bf7e654a04bf1b45637232c", "project_uri": "https://rubygems.org/gems/is_dark", "gem_uri": "https://rubygems.org/gems/is_dark-0.2.0.gem", "homepage_uri": "https://github.com/butteff/is_dark_ruby_gem", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/butteff/is_dark_ruby_gem", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.13" }, { "name": "rubocop", "requirements": "~> 1.69" } ], "runtime": [ { "name": "rmagick", "requirements": "~> 5.2" } ] } } |
2024-12-30 19:55:58 UTC |
EVmklrVz7KfSRmjBb-eEU |
sportdb-writerssportdb-writers - sport.db writers for match schedules and results, and more |
0.4.2 | Content{ "name": "sportdb-writers", "downloads": 3252, "version": "0.4.2", "version_created_at": "2024-12-30T19:46:15.148Z", "version_downloads": 0, "platform": "ruby", "authors": "Gerald Bauer", "info": "sportdb-writers - sport.db writers for match schedules and results, and more", "licenses": [ "Public Domain" ], "metadata": {}, "yanked": false, "sha": "7127dfe87b3e178dd2547e2bd0866c00d9a3c3ad46e952b07d8288b6f2d203d9", "spec_sha": "b89eaaa1612688c98a81e62d5b36eef40287ea97d5ca8e88b7d655fedb43a2a0", "project_uri": "https://rubygems.org/gems/sportdb-writers", "gem_uri": "https://rubygems.org/gems/sportdb-writers-0.4.2.gem", "homepage_uri": "https://github.com/sportdb/sport.db", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sportdb-writers/0.4.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [ { "name": "sportdb-structs", "requirements": ">= 0.5.0" } ] } } |
2024-12-30 19:46:18 UTC |
ZWYUsfnEWv45S_pfROQFG |
candidhealthThis rubygem does not have a description or summary. |
0.37.0 | Content{ "name": "candidhealth", "downloads": 9567, "version": "0.37.0", "version_created_at": "2024-12-30T19:46:04.303Z", "version_downloads": 0, "platform": "ruby", "authors": "", "info": "This rubygem does not have a description or summary.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/candidhealth/candid-ruby", "changelog_uri": "https://github.com/candidhealth/candid-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/candidhealth/candid-ruby" }, "yanked": false, "sha": "07d684c44d7d4e8aa863010793bf572a291c155f09f42818054f33588bc3f466", "spec_sha": "55fb090fb24052d4943bce30723ec0e9fa44d1d0ac46390999f5c9f8e27d6027", "project_uri": "https://rubygems.org/gems/candidhealth", "gem_uri": "https://rubygems.org/gems/candidhealth-0.37.0.gem", "homepage_uri": "https://github.com/candidhealth/candid-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/candidhealth/candid-ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/candidhealth/candid-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "async-http-faraday", "requirements": ">= 0.0, < 1.0" }, { "name": "faraday", "requirements": ">= 1.10, < 3.0" }, { "name": "faraday-net_http", "requirements": ">= 1.0, < 4.0" }, { "name": "faraday-retry", "requirements": ">= 1.0, < 3.0" } ] } } |
2024-12-30 19:46:07 UTC |
YRAbXr5mOUa_JvWSlmoAf |
plutoniumPlutonium extends Rails' capabilities with a powerful, generator-driven toolkit designed to supercharge your development process. It transforms the way you build applications with Rails, optimizing for rapid application development. |
0.18.0 | Content{ "name": "plutonium", "downloads": 13617, "version": "0.18.0", "version_created_at": "2024-12-30T19:42:21.213Z", "version_downloads": 0, "platform": "ruby", "authors": "Stefan Froelich", "info": "Plutonium extends Rails' capabilities with a powerful, generator-driven toolkit designed to supercharge your development process. It transforms the way you build applications with Rails, optimizing for rapid application development.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://radioactive-labs.github.io/plutonium-core/", "source_code_uri": "https://github.com/radioactive-labs/plutonium-core", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "5397c9a83b9600054619769214f533651ec05ffa47ab19f08976c37b38928553", "spec_sha": "1b0107feb37864e1467334a77076da1afe4402e0b3d21187d1ab22adfef8edd4", "project_uri": "https://rubygems.org/gems/plutonium", "gem_uri": "https://rubygems.org/gems/plutonium-0.18.0.gem", "homepage_uri": "https://radioactive-labs.github.io/plutonium-core/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/radioactive-labs/plutonium-core", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" }, { "name": "brakeman", "requirements": ">= 0" }, { "name": "bundle-audit", "requirements": ">= 0" }, { "name": "combustion", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "action_policy", "requirements": "~> 0.7.0" }, { "name": "dry-initializer", "requirements": "~> 3.1" }, { "name": "listen", "requirements": "~> 3.8" }, { "name": "pagy", "requirements": "~> 9.0" }, { "name": "phlex", "requirements": "~> 1.11" }, { "name": "phlexi-display", "requirements": ">= 0" }, { "name": "phlexi-form", "requirements": ">= 0" }, { "name": "phlexi-menu", "requirements": ">= 0" }, { "name": "phlexi-table", "requirements": ">= 0" }, { "name": "phlex-rails", "requirements": ">= 0" }, { "name": "phlex-slotable", "requirements": ">= 0" }, { "name": "phlex-tabler_icons", "requirements": ">= 0" }, { "name": "rabl", "requirements": "~> 0.16.1" }, { "name": "rails", "requirements": ">= 7.1, < 8.0" }, { "name": "redcarpet", "requirements": ">= 0" }, { "name": "semantic_range", "requirements": "~> 3.0" }, { "name": "simple_form", "requirements": "~> 5.3" }, { "name": "tailwind_merge", "requirements": ">= 0" }, { "name": "tty-prompt", "requirements": "~> 0.23.1" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } } |
2024-12-30 19:42:23 UTC |
W96DYUOC6-pT_GPsg4xZQ |
cybrid_api_organization_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-organization-ruby/ |
0.123.113 | Content{ "name": "cybrid_api_organization_ruby", "downloads": 1099874, "version": "0.123.113", "version_created_at": "2024-12-30T19:39:12.694Z", "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": "7886f815e92c433cc061497912504fa9f856ee35bedefed102612beb6d859547", "spec_sha": "38b69d11130db5c474201a52533e1f1d5ad6c4bae874c2ed97c515cc4f3e7be2", "project_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby-0.123.113.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.113", "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" } ] } } |
2024-12-30 19:39:17 UTC |
vWDSfZH89o-VbUmyOHIQD |
wolf_coreRepository to store shared code among Ruby projects. |
1.0.54 | Content{ "name": "wolf_core", "downloads": 44512, "version": "1.0.54", "version_created_at": "2024-12-30T19:38:39.283Z", "version_downloads": 0, "platform": "ruby", "authors": "Javier Roncallo", "info": "Repository to store shared code among Ruby projects.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "162c19239fa91209a0d7aaa598d51162e425adc199a961403dfb2e0c4335ef7b", "spec_sha": "8f2742c8d150acfe9c34f693ede8056761339d75a45d2a47b17c3798df6149fd", "project_uri": "https://rubygems.org/gems/wolf_core", "gem_uri": "https://rubygems.org/gems/wolf_core-1.0.54.gem", "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "bug_tracker_uri": null, "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "aws-sdk-dynamodb", "requirements": ">= 0" }, { "name": "aws-sdk-lambda", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "redis", "requirements": ">= 0" } ] } } |
2024-12-30 19:38:43 UTC |
Z0lcMSt8_XlEfUJ81yf8R |
cybrid_api_bank_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-bank-ruby/ |
0.123.113 | Content{ "name": "cybrid_api_bank_ruby", "downloads": 1080762, "version": "0.123.113", "version_created_at": "2024-12-30T19:38:30.038Z", "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": "029a692bda65955f7a79e13af49c3b296ca598bea11e6add29990cc0f51883f6", "spec_sha": "2d28cc0c24757972707b9d3c1dc7483bea20edbab721005330ec9e3b5fe141e4", "project_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby-0.123.113.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.113", "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" } ] } } |
2024-12-30 19:38:36 UTC |
Hu76GYh--BbgpkvNQVK_h |
cybrid_api_id_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-id-ruby/ |
0.123.113 | Content{ "name": "cybrid_api_id_ruby", "downloads": 1093230, "version": "0.123.113", "version_created_at": "2024-12-30T19:38:17.798Z", "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": "cff0a6486d44956f6dd7aebaf8901f4183d6f31c29d8a0188347a15702952026", "spec_sha": "e4109ea236e280592510a31750d07faa1144504f60db6e4bd3018c3eec8327a1", "project_uri": "https://rubygems.org/gems/cybrid_api_id_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_id_ruby-0.123.113.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.113", "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" } ] } } |
2024-12-30 19:38:23 UTC |
2L_df-CIhjI-kMRV5tTaj |
mini_exiftoolThis library is a wrapper for the ExifTool command-line application (https://exiftool.org) written by Phil Harvey. It provides the full power of ExifTool to Ruby: reading and writing of EXIF-data, IPTC-data and XMP-data. |
2.13.0 | Content{ "name": "mini_exiftool", "downloads": 4510909, "version": "2.13.0", "version_created_at": "2024-12-30T19:37:20.877Z", "version_downloads": 0, "platform": "ruby", "authors": "Jan Friedrich", "info": "This library is a wrapper for the ExifTool command-line application\n(https://exiftool.org) written by Phil Harvey.\nIt provides the full power of ExifTool to Ruby: reading and writing of\nEXIF-data, IPTC-data and XMP-data.\n", "licenses": [ "LGPL-2.1" ], "metadata": { "source_code_uri": "https://github.com/janfri/mini_exiftool" }, "yanked": false, "sha": "099bc3a8a372ffda29e178a7c7da41b803c032aafedffe6b9eb2e92ce2260986", "spec_sha": "af4a7baf559ed19ac56234767d16099dda2e61250d51aaaac1e0d40f91e64209", "project_uri": "https://rubygems.org/gems/mini_exiftool", "gem_uri": "https://rubygems.org/gems/mini_exiftool-2.13.0.gem", "homepage_uri": "https://github.com/janfri/mini_exiftool", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/janfri/mini_exiftool", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" }, { "name": "regtest", "requirements": "~> 2" }, { "name": "rim", "requirements": "~> 3.0" }, { "name": "test-unit", "requirements": ">= 0" } ], "runtime": [ { "name": "ostruct", "requirements": ">= 0.6.0" }, { "name": "pstore", "requirements": ">= 0.1.3" } ] } } |
2024-12-30 19:37:23 UTC |
Rf76EQdGWCbPMVGzEYz6V |
footballdata-apifootballdata-api - get football data via Daniel Freitag's football-data.org api v4 |
0.5.0 | Content{ "name": "footballdata-api", "downloads": 1731, "version": "0.5.0", "version_created_at": "2024-12-30T19:33:53.238Z", "version_downloads": 0, "platform": "ruby", "authors": "Gerald Bauer", "info": "footballdata-api - get football data via Daniel Freitag's football-data.org api v4", "licenses": [ "Public Domain" ], "metadata": {}, "yanked": false, "sha": "89c67ab6305c6da5493ad8a56c0685e604848d7fe3b49ede69ac9b8ca0efcbd2", "spec_sha": "a7794edaaa727acbc6a799902b1b648e8f164808a6dc5a0148d8e1e9e27f8333", "project_uri": "https://rubygems.org/gems/footballdata-api", "gem_uri": "https://rubygems.org/gems/footballdata-api-0.5.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/footballdata-api/0.5.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [ { "name": "fifa", "requirements": ">= 0" }, { "name": "football-timezones", "requirements": ">= 0" }, { "name": "webget", "requirements": ">= 0" } ] } } |
2024-12-30 19:33:56 UTC |
GWqf-PUmCeUtRXtT9S6GX |
playbook_ui_docsDisplay all the components from Playbook UI inside your own system. |
14.11.0.pre.rc.2 | Content{ "name": "playbook_ui_docs", "downloads": 176776, "version": "14.11.0.pre.rc.2", "version_created_at": "2024-12-30T19:30:23.313Z", "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": "13b96697b027346afd497832de2814cc775e79faf655fd836d6d6d625a08041a", "spec_sha": "f022a37ba58e158f1677952a7a15ed9c757cf7582c0a88aefc59cd5584804c6c", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.11.0.pre.rc.2.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.11.0.pre.rc.2", "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" } ] } } |
2024-12-30 19:30:27 UTC |
4zDRNYc21lHgNsNYcCwf3 |
playbook_uiPlaybook 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.11.0.pre.rc.2 | Content{ "name": "playbook_ui", "downloads": 1233730, "version": "14.11.0.pre.rc.2", "version_created_at": "2024-12-30T19:30:19.747Z", "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": "97b5ff44271e88532f4215414018363ffe5a391c6c3592c9d1051527cf697f4c", "spec_sha": "fb1c78e1aca191c9e8e60e34c8172a876747f7c1e8b227f685b89accfb0fba05", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.11.0.pre.rc.2.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.11.0.pre.rc.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "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" } ] } } |
2024-12-30 19:30:24 UTC |
oGgINJqmps9oK-7SJkbyJ |
OmnibusHarmony-Test-GemThis is a testing only local rubygem, used for testing description |
1.0.41 | Content{ "name": "OmnibusHarmony-Test-Gem", "downloads": 249, "version": "1.0.41", "version_created_at": "2024-12-30T19:28:47.756Z", "version_downloads": 0, "platform": "ruby", "authors": "Sean Simmons", "info": "This is a testing only local rubygem, used for testing description", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "http://cheftestlocal.contoso.local", "changelog_uri": "http://cheftestlocal.contoso.local/CHANGELOG.md", "source_code_uri": "http://cheftestlocal.contoso.local", "allowed_push_host": "'http://cheftestlocal.contoso.local'" }, "yanked": false, "sha": "5e7175ac9d3f5da3a42c1ddafe5ffc20b0088f38e272c1c25c21731ba48ac589", "spec_sha": "685dc83fe54457dbdb26139f8769896ce17cca3aedb98888d93411959e4839e3", "project_uri": "https://rubygems.org/gems/OmnibusHarmony-Test-Gem", "gem_uri": "https://rubygems.org/gems/OmnibusHarmony-Test-Gem-1.0.41.gem", "homepage_uri": "http://cheftestlocal.contoso.local", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "http://cheftestlocal.contoso.local", "bug_tracker_uri": null, "changelog_uri": "http://cheftestlocal.contoso.local/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2024-12-30 19:28:50 UTC |
jR2G1KZBfsfzCHK25vGwt |
bullet_train-themes-tailwind_cssBullet Train Themes Tailwind CSS Base |
1.14.0 | Content{ "name": "bullet_train-themes-tailwind_css", "downloads": 333661, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:47.668Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Themes Tailwind CSS Base", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-tailwind_css", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-tailwind_css" }, "yanked": false, "sha": "593ef12ad68ca335d81d11235705e4f8029f5e4fe3af1d6d8aa2def0c55f4578", "spec_sha": "3089f0ce0b7ec58b5052e3dac9a23b2a5f41ea0c21ee43244042a3fdf84c782a", "project_uri": "https://rubygems.org/gems/bullet_train-themes-tailwind_css", "gem_uri": "https://rubygems.org/gems/bullet_train-themes-tailwind_css-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-tailwind_css", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-tailwind_css", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "bullet_train-themes", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:12 UTC |
kNIN_5kk_16hpLkaqaghC |
bullet_train-themes-lightBullet Train Themes: Light |
1.14.0 | Content{ "name": "bullet_train-themes-light", "downloads": 353231, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:46.558Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Themes: Light", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-light", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-light" }, "yanked": false, "sha": "9f8fc6c05ad8a81bfd247432cf8f48ea40dc15209097e0cdab01f458e1499bda", "spec_sha": "8219c40c5b12cd328adbcb38f90a126e3fdd12976ec80a60c78390198a47d112", "project_uri": "https://rubygems.org/gems/bullet_train-themes-light", "gem_uri": "https://rubygems.org/gems/bullet_train-themes-light-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-light", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes-light", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "bullet_train-themes-tailwind_css", "requirements": ">= 0" }, { "name": "masamune-ast", "requirements": "~> 2.0.2" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:11 UTC |
b2AkyQJdhlDvNvMBlAtMi |
bullet_train-themesBullet Train Themes |
1.14.0 | Content{ "name": "bullet_train-themes", "downloads": 342892, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:45.352Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Themes", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes" }, "yanked": false, "sha": "0e92304496f1fd64ecba7fb4a284688a298a212708d6cb3192f07fff4ffd77c2", "spec_sha": "a9cf6644ff1409b4c6bb6be64a1b7922b965ee2bee3deab384089f44ae66205d", "project_uri": "https://rubygems.org/gems/bullet_train-themes", "gem_uri": "https://rubygems.org/gems/bullet_train-themes-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-themes", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "bullet_train-fields", "requirements": ">= 0" }, { "name": "nice_partials", "requirements": "~> 0.9" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:11 UTC |
Ju-sRFEfwMje5N7XNtnca |
bullet_train-super_scaffoldingBullet Train Super Scaffolding |
1.14.0 | Content{ "name": "bullet_train-super_scaffolding", "downloads": 370474, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:44.273Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Super Scaffolding", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_scaffolding", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_scaffolding" }, "yanked": false, "sha": "454840ba6ddd43f9039568e2c7aa84f61b32617159c92770442f30ce215acf2d", "spec_sha": "90b7d7b40980c3b95920cc3b4663ab7929a2f5ec42969597aefdcdd38c4df3e2", "project_uri": "https://rubygems.org/gems/bullet_train-super_scaffolding", "gem_uri": "https://rubygems.org/gems/bullet_train-super_scaffolding-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_scaffolding", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_scaffolding", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "colorizer", "requirements": ">= 0" }, { "name": "indefinite_article", "requirements": ">= 0" }, { "name": "masamune-ast", "requirements": "~> 2.0.2" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:10 UTC |
9cGV9Zs9yeCWuw0h9hOjN |
bullet_train-super_load_and_authorize_resourceBullet Train Super Load And Authorize Resource |
1.14.0 | Content{ "name": "bullet_train-super_load_and_authorize_resource", "downloads": 323799, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:43.282Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Super Load And Authorize Resource", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_load_and_authorize_resource", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_load_and_authorize_resource" }, "yanked": false, "sha": "a325c219ca28cc1cb8f7e0801556192448275a47782afab8918a49f66c393d36", "spec_sha": "f8a810b56e5b57707b266535cfc5fa6d2060778c87580bbf0aa4aa39fd67e083", "project_uri": "https://rubygems.org/gems/bullet_train-super_load_and_authorize_resource", "gem_uri": "https://rubygems.org/gems/bullet_train-super_load_and_authorize_resource-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_load_and_authorize_resource", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-super_load_and_authorize_resource", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "pry", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "cancancan", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:09 UTC |
tSlxKiIkn2tXvCh8xJPD8 |
bullet_train-sortableBullet Train Sortable |
1.14.0 | Content{ "name": "bullet_train-sortable", "downloads": 316825, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:42.080Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Sortable", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-sortable", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-sortable" }, "yanked": false, "sha": "96351d82a89c8e3052b3a4aa132377e6f3b8d82f8d706c6dbc60197eb1e4afef", "spec_sha": "bab0f59d6832b842e75e73aca55112c34c0064d27392b6f86facca36d5cbf2f4", "project_uri": "https://rubygems.org/gems/bullet_train-sortable", "gem_uri": "https://rubygems.org/gems/bullet_train-sortable-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-sortable", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-sortable", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:09 UTC |
tJJiRlpaB4cyhG0GuCagU |
bullet_train-scope_validatorProtect `belongs_to` attributes from ID stuffing. |
1.14.0 | Content{ "name": "bullet_train-scope_validator", "downloads": 328037, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:40.966Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Protect `belongs_to` attributes from ID stuffing.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator" }, "yanked": false, "sha": "1f2bcc95fa6a929ae1d50e5cc338403a5d37e45f77b52df9e1f8e8fa8e1763bf", "spec_sha": "4626d5f0f00a65bcda0a9312bc4b75e095976f8db3683aa986c176af4f891f4a", "project_uri": "https://rubygems.org/gems/bullet_train-scope_validator", "gem_uri": "https://rubygems.org/gems/bullet_train-scope_validator-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_validator", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 0" } ] } } |
2024-12-30 19:24:08 UTC |
Ar512OvK78z3_aZOvrZ8B |
bullet_train-scope_questionsBullet Train Scope Questions |
1.14.0 | Content{ "name": "bullet_train-scope_questions", "downloads": 316843, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:39.859Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Scope Questions", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_questions", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_questions" }, "yanked": false, "sha": "a6fe259a42b841e33120f1638e3b45a8fcfc1a8829294d83e6be17fa6f2ba9eb", "spec_sha": "648529863f3c27cbf33a6479e024856a10d786c4ed938cf62222be73da37fc4d", "project_uri": "https://rubygems.org/gems/bullet_train-scope_questions", "gem_uri": "https://rubygems.org/gems/bullet_train-scope_questions-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_questions", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-scope_questions", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:08 UTC |
8TA9oxQXpvAv7jFBkMmoq |
bullet_train-rolesYaml-backed ApplicationHash for CanCan Roles |
1.14.0 | Content{ "name": "bullet_train-roles", "downloads": 334799, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:38.811Z", "version_downloads": 0, "platform": "ruby", "authors": "Prabin Poudel, Andrew Culver", "info": "Yaml-backed ApplicationHash for CanCan Roles", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-roles", "changelog_uri": "https://github.com/bullet-train-co/bullet_train-roles/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-roles" }, "yanked": false, "sha": "3697d9fee616057a32a7bd678809e217eb01c665e7411f4d1b77b4e5536aa6fc", "spec_sha": "4e08329927aa728b5feb06d42d41a47a2025755dfe2abd967b905270eb181222", "project_uri": "https://rubygems.org/gems/bullet_train-roles", "gem_uri": "https://rubygems.org/gems/bullet_train-roles-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-roles", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-roles", "bug_tracker_uri": null, "changelog_uri": "https://github.com/bullet-train-co/bullet_train-roles/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": "~> 11.1.0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "minitest", "requirements": "~> 5.0" }, { "name": "pg", "requirements": "~> 1.3" }, { "name": "rails", "requirements": ">= 7.0.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": "~> 1.5.0" } ], "runtime": [ { "name": "active_hash", "requirements": ">= 0" }, { "name": "activesupport", "requirements": ">= 0" }, { "name": "cancancan", "requirements": ">= 0" } ] } } |
2024-12-30 19:24:07 UTC |
6EQtmEk6_mqUw_ZS6hqdn |
bullet_train-outgoing_webhooksAllow users of your Rails application to subscribe and receive webhooks when activity takes place in your application. |
1.14.0 | Content{ "name": "bullet_train-outgoing_webhooks", "downloads": 326049, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:37.695Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Allow users of your Rails application to subscribe and receive webhooks when activity takes place in your application.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks" }, "yanked": false, "sha": "5c9d1ecf06694fb29021f0991ca5a69e06906f3c0c5e9956ab6850f18e9bd936", "spec_sha": "2f05e8ad325aed21c8d7eec758f50f8b435ed73601daf5b290951ba0cf259568", "project_uri": "https://rubygems.org/gems/bullet_train-outgoing_webhooks", "gem_uri": "https://rubygems.org/gems/bullet_train-outgoing_webhooks-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-outgoing_webhooks", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "pg", "requirements": "~> 1.3" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "public_suffix", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:06 UTC |
ZeGhACodGc5VDF4uAoOVB |
bullet_train-obfuscates_idBullet Train Obfuscates ID |
1.14.0 | Content{ "name": "bullet_train-obfuscates_id", "downloads": 316786, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:36.642Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Obfuscates ID", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-obfuscates_id", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-obfuscates_id" }, "yanked": false, "sha": "38a1342e0e2f7486a404773aaefb283ec8dd8e6b1f91896ee7f7717bfe6dd1f1", "spec_sha": "90ba2e65e67e6dcc3af3125f122cefd00e7d05bb61f80d7f0bacca291e2ca273", "project_uri": "https://rubygems.org/gems/bullet_train-obfuscates_id", "gem_uri": "https://rubygems.org/gems/bullet_train-obfuscates_id-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-obfuscates_id", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-obfuscates_id", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "hashids", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:06 UTC |
ntKtTYj3H0tNcOxiMZRr- |
bullet_train-integrations-stripeExample Stripe platform integration for Bullet Train applications. |
1.14.0 | Content{ "name": "bullet_train-integrations-stripe", "downloads": 320689, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:35.578Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Example Stripe platform integration for Bullet Train applications.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe" }, "yanked": false, "sha": "d43e4294e519de6d6d69b9bd12c8f1cff40e2328883e3ffe54743e4b9b74cbc7", "spec_sha": "40b6bc8dad71ec2abde8735a71712f582623bfd9f3260960d0c0d16decf767e5", "project_uri": "https://rubygems.org/gems/bullet_train-integrations-stripe", "gem_uri": "https://rubygems.org/gems/bullet_train-integrations-stripe-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations-stripe", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "omniauth", "requirements": ">= 0" }, { "name": "omniauth-rails_csrf_protection", "requirements": ">= 0" }, { "name": "omniauth-stripe-connect", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" }, { "name": "stripe", "requirements": ">= 0" } ] } } |
2024-12-30 19:24:05 UTC |
6iI26RumxIjjuw8nc0Nfx |
bullet_train-integrationsBullet Train Integrations |
1.14.0 | Content{ "name": "bullet_train-integrations", "downloads": 314087, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:34.497Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Integrations", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations" }, "yanked": false, "sha": "851ddfee1bc906b84d0907debef6d81715db9ef1790db2c4bc5665572d1b7364", "spec_sha": "ffab44f1aa57db04a57e0006cee49bef40c7a04f2733eb1624795781d8cf7ea8", "project_uri": "https://rubygems.org/gems/bullet_train-integrations", "gem_uri": "https://rubygems.org/gems/bullet_train-integrations-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-integrations", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:05 UTC |
rR1RKan72ZPCExA3Pf8zV |
bullet_train-fieldsBullet Train Fields |
1.14.0 | Content{ "name": "bullet_train-fields", "downloads": 339042, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:30.437Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Fields", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-fields", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-fields" }, "yanked": false, "sha": "592b8a88266944354e02af8b723b3151a540014d7f126420a3604912cdf1cd6f", "spec_sha": "7067bc1cadb69f95451fca5e114524892b996690f4ba06565272531dc4f10426", "project_uri": "https://rubygems.org/gems/bullet_train-fields", "gem_uri": "https://rubygems.org/gems/bullet_train-fields-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-fields", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-fields", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "chronic", "requirements": ">= 0" }, { "name": "cloudinary", "requirements": ">= 0" }, { "name": "phonelib", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:04 UTC |
Thay2qXXUkuCNfOSUN8pD |
bullet_train-incoming_webhooksBullet Train Incoming Webhooks |
1.14.0 | Content{ "name": "bullet_train-incoming_webhooks", "downloads": 317411, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:33.156Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Incoming Webhooks", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks" }, "yanked": false, "sha": "a9c41cec5c849feff8841046339798b3ee5e29594a7b84098550f138bbb7cdb4", "spec_sha": "456d839465914b7c080c7a3c4a482113bc576245f95cfa1350bf25aa24343f82", "project_uri": "https://rubygems.org/gems/bullet_train-incoming_webhooks", "gem_uri": "https://rubygems.org/gems/bullet_train-incoming_webhooks-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-incoming_webhooks", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "pg", "requirements": "~> 1.3" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "bullet_train", "requirements": ">= 0" }, { "name": "bullet_train-api", "requirements": ">= 0" }, { "name": "bullet_train-super_scaffolding", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:04 UTC |
fGTNUiqCYfum3jZH8iQmZ |
bullet_train-has_uuidBullet Train Has UUID |
1.14.0 | Content{ "name": "bullet_train-has_uuid", "downloads": 326085, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:31.995Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train Has UUID", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-has_uuid", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-has_uuid" }, "yanked": false, "sha": "75b798c682d2e035d8f00c4c6519ffed4f0896362364d60581a5d88a6747f204", "spec_sha": "75d1d7c2f6ae1615c1655a19905c5797f6e3feaaf4202520667e9e5614e056e5", "project_uri": "https://rubygems.org/gems/bullet_train-has_uuid", "gem_uri": "https://rubygems.org/gems/bullet_train-has_uuid-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-has_uuid", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-has_uuid", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:03 UTC |
eVuDOEymAEqTvfa77FMin |
bullet_train-apiAPI capabilities for apps built with Bullet Train framework |
1.14.0 | Content{ "name": "bullet_train-api", "downloads": 343126, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:28.808Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "API capabilities for apps built with Bullet Train framework", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-api", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-api" }, "yanked": false, "sha": "92ce8e845b6f2e7255276692adb943dc6f1ee8644497da1a67a1f2b65af37ffa", "spec_sha": "e50e4f3c571ef7655c427ad314da6e84c9d505034daa576d2b32e9761251222f", "project_uri": "https://rubygems.org/gems/bullet_train-api", "gem_uri": "https://rubygems.org/gems/bullet_train-api-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-api", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train-api", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "bullet_train", "requirements": ">= 0" }, { "name": "bullet_train-super_scaffolding", "requirements": ">= 0" }, { "name": "colorizer", "requirements": ">= 0" }, { "name": "doorkeeper", "requirements": ">= 0" }, { "name": "factory_bot", "requirements": ">= 0" }, { "name": "jbuilder-schema", "requirements": "~> 2.6.6" }, { "name": "pagy", "requirements": "~> 8" }, { "name": "pagy_cursor", "requirements": ">= 0" }, { "name": "rack-cors", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" } ] } } |
2024-12-30 19:24:02 UTC |
ikyZ2pZ6IegbVzXBBwHbq |
bullet_trainBullet Train |
1.14.0 | Content{ "name": "bullet_train", "downloads": 417404, "version": "1.14.0", "version_created_at": "2024-12-30T19:23:26.785Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Culver", "info": "Bullet Train", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train", "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train" }, "yanked": false, "sha": "b2e5bbeedc144d9e8bc0b96421198f14698b14d3149ae5a59a044ec4ca18ab3a", "spec_sha": "077bda695e917fc5405e5d72c393526abd5c6eae09adc0c5bef89b3933a3abab", "project_uri": "https://rubygems.org/gems/bullet_train", "gem_uri": "https://rubygems.org/gems/bullet_train-1.14.0.gem", "homepage_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/bullet-train-co/bullet_train-core/tree/main/bullet_train", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "pg", "requirements": "~> 1.3" }, { "name": "pry", "requirements": ">= 0" }, { "name": "pry-stack_explorer", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" } ], "runtime": [ { "name": "awesome_print", "requirements": ">= 0" }, { "name": "bullet_train-fields", "requirements": ">= 0" }, { "name": "bullet_train-has_uuid", "requirements": ">= 0" }, { "name": "bullet_train-roles", "requirements": ">= 0" }, { "name": "bullet_train-scope_validator", "requirements": ">= 0" }, { "name": "bullet_train-super_load_and_authorize_resource", "requirements": ">= 0" }, { "name": "bullet_train-themes", "requirements": ">= 0" }, { "name": "cable_ready", "requirements": "~> 5.0.0" }, { "name": "cancancan", "requirements": ">= 0" }, { "name": "colorizer", "requirements": ">= 0" }, { "name": "commonmarker", "requirements": ">= 1.0.0" }, { "name": "devise", "requirements": ">= 0" }, { "name": "devise-pwned_password", "requirements": ">= 0" }, { "name": "fastimage", "requirements": ">= 0" }, { "name": "figaro", "requirements": ">= 0" }, { "name": "hiredis", "requirements": ">= 0" }, { "name": "http_accept_language", "requirements": ">= 0" }, { "name": "image_processing", "requirements": ">= 0" }, { "name": "microscope", "requirements": ">= 0" }, { "name": "nice_partials", "requirements": "~> 0.9" }, { "name": "omniauth", "requirements": ">= 0" }, { "name": "pagy", "requirements": "~> 8" }, { "name": "possessive", "requirements": ">= 0" }, { "name": "premailer-rails", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0.0" }, { "name": "ruby-openai", "requirements": ">= 0" }, { "name": "showcase-rails", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": ">= 0" }, { "name": "unicode-emoji", "requirements": ">= 0" }, { "name": "valid_email", "requirements": ">= 0" }, { "name": "xxhash", "requirements": ">= 0" } ] } } |
2024-12-30 19:24:01 UTC |
MM-oqnHtC1dQARZFXNHOU |
fbtxtfbtxt - convert football match schedules & more in tabular comma-separated values (csv) format to (future-proof & evergreen) football.txt |
0.2.0 | Content{ "name": "fbtxt", "downloads": 328, "version": "0.2.0", "version_created_at": "2024-12-30T19:21:24.320Z", "version_downloads": 0, "platform": "ruby", "authors": "Gerald Bauer", "info": "fbtxt - convert football match schedules & more in tabular comma-separated values (csv) format to (future-proof & evergreen) football.txt", "licenses": [ "Public Domain" ], "metadata": {}, "yanked": false, "sha": "ba635c7dc4fab63b136565d2056fab70c4f0cc6e9a95fdb3842ef2b17c723104", "spec_sha": "040adf5809a79c212e78dfb25ca0d8ee1b18b1ea988e42d6f9d916f6f7ed9549", "project_uri": "https://rubygems.org/gems/fbtxt", "gem_uri": "https://rubygems.org/gems/fbtxt-0.2.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/fbtxt/0.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [ { "name": "football-timezones", "requirements": ">= 0.3.0" }, { "name": "sportdb-writers", "requirements": ">= 0.4.1" } ] } } |
2024-12-30 19:21:26 UTC |
CLh8PERb_fG4vbTOCdlY5 |
jirametricsTool to extract metrics from Jira and export to either a report or to CSV files |
2.8 | Content{ "name": "jirametrics", "downloads": 10759, "version": "2.8", "version_created_at": "2024-12-30T19:12:36.722Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Bowler", "info": "Tool to extract metrics from Jira and export to either a report or to CSV files", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://jirametrics.org/changes", "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "documentation_uri": "https://jirametrics.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "b6a9342f193e912d7982fbeea2acb8d8eafa3a49ee004c9ba83a425098256442", "spec_sha": "6fc426a7a8d5d28a10148cf1e2620b05c2e2f0ae19f16000bb925423aca22aa6", "project_uri": "https://rubygems.org/gems/jirametrics", "gem_uri": "https://rubygems.org/gems/jirametrics-2.8.gem", "homepage_uri": "https://github.com/mikebowler/jirametrics", "wiki_uri": null, "documentation_uri": "https://jirametrics.org", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "changelog_uri": "https://jirametrics.org/changes", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "random-word", "requirements": "~> 2.1.1" }, { "name": "require_all", "requirements": "~> 3.0.0" }, { "name": "thor", "requirements": "~> 1.2.2" } ] } } |
2024-12-30 19:12:39 UTC |
xOcLPXg9ZfS4LGSzbl-YB |
OmnibusHarmony-Test-GemThis is a testing only local rubygem, used for testing description |
1.0.40 | Content{ "name": "OmnibusHarmony-Test-Gem", "downloads": 238, "version": "1.0.40", "version_created_at": "2024-12-30T19:12:01.415Z", "version_downloads": 0, "platform": "ruby", "authors": "Sean Simmons", "info": "This is a testing only local rubygem, used for testing description", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "http://cheftestlocal.contoso.local", "changelog_uri": "http://cheftestlocal.contoso.local/CHANGELOG.md", "source_code_uri": "http://cheftestlocal.contoso.local", "allowed_push_host": "'http://cheftestlocal.contoso.local'" }, "yanked": false, "sha": "ef8e5b3b889cf370ae6eda5dfde55ceeda1ca7c28db1235a4b4fa2a209592e4d", "spec_sha": "93ae5b074d40ff58d71a03b16312d8dc88dfb4a70171c3fefce91407e4452bbd", "project_uri": "https://rubygems.org/gems/OmnibusHarmony-Test-Gem", "gem_uri": "https://rubygems.org/gems/OmnibusHarmony-Test-Gem-1.0.40.gem", "homepage_uri": "http://cheftestlocal.contoso.local", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "http://cheftestlocal.contoso.local", "bug_tracker_uri": null, "changelog_uri": "http://cheftestlocal.contoso.local/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2024-12-30 19:12:05 UTC |
S9POsR3jwalBbNqe4dd-J |
spectusExpectation library with RFC 2119's requirement levels 🚥 |
5.0.1 | Content{ "name": "spectus", "downloads": 105615, "version": "5.0.1", "version_created_at": "2024-12-30T19:09:22.501Z", "version_downloads": 0, "platform": "ruby", "authors": "Cyril Kato", "info": "Expectation library with RFC 2119's requirement levels 🚥", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "0e2fe5342b4b626dfe8c6119c5d2b801399d73e4b4cc10caa135bb4040cfb024", "spec_sha": "31b0ae5a149528eca4a6b5bfb1154c23fa710b611b4382e0bd56d5eeb928ca32", "project_uri": "https://rubygems.org/gems/spectus", "gem_uri": "https://rubygems.org/gems/spectus-5.0.1.gem", "homepage_uri": "https://github.com/fixrb/spectus", "wiki_uri": "", "documentation_uri": "https://www.rubydoc.info/gems/spectus/5.0.1", "mailing_list_uri": "", "source_code_uri": "", "bug_tracker_uri": "https://github.com/fixrb/spectus/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "expresenter", "requirements": "~> 1.5.0" }, { "name": "matchi", "requirements": "~> 4.0" }, { "name": "test_tube", "requirements": "~> 4.0.0" } ] } } |
2024-12-30 19:09:28 UTC |
-3bxobgw139KB3zR-IJ-l |
domainic-typeStop wrestling with complex type validations and unclear error messages. Domainic::Type brings type validation to Ruby that is both powerful and delightful to use. Build composable type constraints with crystal-clear error messages that actually tell you what went wrong. From simple type checks to complex collection validations, make your types work for you, not against you! |
0.1.0.alpha.3.4.0 | Content{ "name": "domainic-type", "downloads": 1165, "version": "0.1.0.alpha.3.4.0", "version_created_at": "2024-12-30T18:58:16.013Z", "version_downloads": 0, "platform": "ruby", "authors": "Aaron Allen", "info": "Stop wrestling with complex type validations and unclear error messages. Domainic::Type brings type validation to Ruby that is both powerful and delightful to use. Build composable type constraints with crystal-clear error messages that actually tell you what went wrong. From simple type checks to complex collection validations, make your types work for you, not against you!", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.4.0/domainic-type", "changelog_uri": "https://github.com/domainic/domainic/releases/tag/domainic-type-v0.1.0-alpha.3.4.0", "bug_tracker_uri": "https://github.com/domainic/domainic/issues", "source_code_uri": "https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.4.0/domainic-type", "documentation_uri": "https://rubydoc.info/gems/domainic-type/0.1.0.alpha.3.4.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8e4e0b64358cd2235093036c3aa8f8532a2ab69c4c2bd7a51047bc89445a2d2d", "spec_sha": "b003f9addef37a0102232e242aa29a4d919b2d7574f667dc8d682daefb5a0980", "project_uri": "https://rubygems.org/gems/domainic-type", "gem_uri": "https://rubygems.org/gems/domainic-type-0.1.0.alpha.3.4.0.gem", "homepage_uri": "https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.4.0/domainic-type", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/domainic-type/0.1.0.alpha.3.4.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/domainic/domainic/tree/domainic-type-v0.1.0-alpha.3.4.0/domainic-type", "bug_tracker_uri": "https://github.com/domainic/domainic/issues", "changelog_uri": "https://github.com/domainic/domainic/releases/tag/domainic-type-v0.1.0-alpha.3.4.0", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2024-12-30 18:58:19 UTC |
VfU4HQ3ir7MM6p1TsZKBn |
wolf_coreRepository to store shared code among Ruby projects. |
1.0.53 | Content{ "name": "wolf_core", "downloads": 44484, "version": "1.0.53", "version_created_at": "2024-12-30T18:45:51.105Z", "version_downloads": 0, "platform": "ruby", "authors": "Javier Roncallo", "info": "Repository to store shared code among Ruby projects.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "de0033e508bc41e106fc80fe88370d6f9849321478ee9404af6763c02d660d17", "spec_sha": "7b43c8dd4c2513b43c7b9273c7931f3bf71a04cbf099187e2bca8fb82031e916", "project_uri": "https://rubygems.org/gems/wolf_core", "gem_uri": "https://rubygems.org/gems/wolf_core-1.0.53.gem", "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "bug_tracker_uri": null, "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "aws-sdk-dynamodb", "requirements": ">= 0" }, { "name": "aws-sdk-lambda", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "redis", "requirements": ">= 0" } ] } } |
2024-12-30 18:45:53 UTC |
6URHb3PU9vM6byS143ZA2 |
splitclient-rbRuby client for using split SDK. |
8.4.1.pre.rc1 | Content{ "name": "splitclient-rb", "downloads": 4594890, "version": "8.4.1.pre.rc1", "version_created_at": "2024-12-30T18:45:38.892Z", "version_downloads": 0, "platform": "java", "authors": "Split Software", "info": "Ruby client for using split SDK.", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "f38b76272a73c00ba1bf95f36be30a1fdace79301cdb6ed9c68bd9ea93758885", "spec_sha": "7981e7b06345ab51e02e6903fb2ea47a9d1f88d6a727c8cabc7b4192b5f97823", "project_uri": "https://rubygems.org/gems/splitclient-rb", "gem_uri": "https://rubygems.org/gems/splitclient-rb-8.4.1.pre.rc1-java.gem", "homepage_uri": "https://github.com/splitio/ruby-client", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/splitclient-rb/8.4.1.pre.rc1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "allocation_stats", "requirements": "~> 0.1" }, { "name": "bundler", "requirements": "~> 2.2" }, { "name": "byebug", "requirements": "~> 11.1" }, { "name": "pry", "requirements": "~> 0.14" }, { "name": "pry-nav", "requirements": "~> 1.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.1" }, { "name": "rspec", "requirements": "~> 3.10" }, { "name": "rubocop", "requirements": "= 1.28.2" }, { "name": "simplecov", "requirements": "~> 0.20" }, { "name": "simplecov-json", "requirements": "~> 0.2" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "webmock", "requirements": "~> 3.14" }, { "name": "webrick", "requirements": "~> 1.7" } ], "runtime": [ { "name": "bitarray", "requirements": "~> 1.3" }, { "name": "concurrent-ruby", "requirements": "~> 1.0" }, { "name": "faraday", "requirements": ">= 1.1, < 3.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 1.0, < 3.0" }, { "name": "json", "requirements": ">= 1.8, < 3.0" }, { "name": "jwt", "requirements": ">= 1.0.0, < 3.0" }, { "name": "lru_redux", "requirements": "~> 1.1" }, { "name": "net-http-persistent", "requirements": ">= 2.9, < 5.0" }, { "name": "redis", "requirements": ">= 4.0.0, < 6.0" }, { "name": "socketry", "requirements": ">= 0.4, < 1.0" }, { "name": "thread_safe", "requirements": "~> 0.3" } ] } } |
2024-12-30 18:45:41 UTC |
R1tSn4VX1Alw_6mI2li7p |
splitclient-rbRuby client for using split SDK. |
8.4.1.pre.rc1 | Content{ "name": "splitclient-rb", "downloads": 4594887, "version": "8.4.1.pre.rc1", "version_created_at": "2024-12-30T18:42:44.591Z", "version_downloads": 0, "platform": "ruby", "authors": "Split Software", "info": "Ruby client for using split SDK.", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "1bea08967004db6072ec2896546688f915f7286f8223eb839bfbb0df97c8602f", "spec_sha": "85094f2d77fb5aa34d245c43db7f7b57a9e7e94ffc9b8c32b61a578189ccc345", "project_uri": "https://rubygems.org/gems/splitclient-rb", "gem_uri": "https://rubygems.org/gems/splitclient-rb-8.4.1.pre.rc1.gem", "homepage_uri": "https://github.com/splitio/ruby-client", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/splitclient-rb/8.4.1.pre.rc1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "allocation_stats", "requirements": "~> 0.1" }, { "name": "bundler", "requirements": "~> 2.2" }, { "name": "byebug", "requirements": "~> 11.1" }, { "name": "pry", "requirements": "~> 0.14" }, { "name": "pry-nav", "requirements": "~> 1.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.1" }, { "name": "rspec", "requirements": "~> 3.10" }, { "name": "rubocop", "requirements": "= 1.28.2" }, { "name": "simplecov", "requirements": "~> 0.20" }, { "name": "simplecov-json", "requirements": "~> 0.2" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "webmock", "requirements": "~> 3.14" }, { "name": "webrick", "requirements": "~> 1.7" } ], "runtime": [ { "name": "bitarray", "requirements": "~> 1.3" }, { "name": "concurrent-ruby", "requirements": "~> 1.0" }, { "name": "faraday", "requirements": ">= 1.1, < 3.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 1.0, < 3.0" }, { "name": "json", "requirements": ">= 1.8, < 3.0" }, { "name": "jwt", "requirements": ">= 1.0.0, < 3.0" }, { "name": "lru_redux", "requirements": "~> 1.1" }, { "name": "net-http-persistent", "requirements": ">= 2.9, < 5.0" }, { "name": "redis", "requirements": ">= 4.0.0, < 6.0" }, { "name": "socketry", "requirements": ">= 0.4, < 1.0" }, { "name": "thread_safe", "requirements": "~> 0.3" } ] } } |
2024-12-30 18:42:47 UTC |
ugno84mnPzJXc5fDA7wja |
swopTheme's for the rails_admin gem |
0.1.0 | Content{ "name": "swop", "downloads": 0, "version": "0.1.0", "version_created_at": "2024-12-30T18:40:34.524Z", "version_downloads": 0, "platform": "ruby", "authors": "Kamil Wodzinski, Harrison James", "info": "Theme's for the rails_admin gem", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "f6daab997811eaa65737396434acea987ee31675628ce5d74e226a71f6693b38", "spec_sha": "4b03bf16ba5039a1892b9a56d49027e88a6fdd0265386738514ffcfaee862fb8", "project_uri": "https://rubygems.org/gems/swop", "gem_uri": "https://rubygems.org/gems/swop-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/swop/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.0" } ], "runtime": [ { "name": "rails", "requirements": ">= 6.0, < 8" }, { "name": "rails_admin", "requirements": ">= 2.0" } ] } } |
2024-12-30 18:40:37 UTC |
c77TMaake7Pv4DhWbNeN5 |
fbupfbup - (auto-)update machinery for footbal match schedules & more in football.txt; incl. (auto-sync & commit) support for github openfootball repos & more |
0.1.0 | Content{ "name": "fbup", "downloads": 92, "version": "0.1.0", "version_created_at": "2024-12-30T18:37:11.648Z", "version_downloads": 0, "platform": "ruby", "authors": "Gerald Bauer", "info": "fbup - (auto-)update machinery for footbal match schedules & more in football.txt; incl. (auto-sync & commit) support for github openfootball repos & more", "licenses": [ "Public Domain" ], "metadata": {}, "yanked": false, "sha": "fe43bf011e30caf046bbb7fc0c759c353411c12b9544a5b701380afd75266cd0", "spec_sha": "7b156aa2dc68616f47495c7d0a8b3ad43a1ce9c0091ec8f87791b088d1bff796", "project_uri": "https://rubygems.org/gems/fbup", "gem_uri": "https://rubygems.org/gems/fbup-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/fbup/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [ { "name": "football-timezones", "requirements": ">= 0.3.0" }, { "name": "gitti", "requirements": ">= 0.6.1" }, { "name": "sportdb-writers", "requirements": ">= 0.4.1" } ] } } |
2024-12-30 18:37:16 UTC |
0L3gMum70H7nN5vpRtFeL |
r_spec-cloneA minimalist RSpec clone with all the essentials. |
1.7.2 | Content{ "name": "r_spec-clone", "downloads": 19503, "version": "1.7.2", "version_created_at": "2024-12-30T18:33:38.018Z", "version_downloads": 0, "platform": "ruby", "authors": "Cyril Kato", "info": "A minimalist RSpec clone with all the essentials.", "licenses": [ "MIT" ], "metadata": { "wiki_uri": "https://github.com/cyril/r_spec-clone.rb/wiki", "bug_tracker_uri": "https://github.com/cyril/r_spec-clone.rb/issues", "source_code_uri": "https://github.com/cyril/r_spec-clone.rb", "documentation_uri": "https://rubydoc.info/gems/r_spec-clone", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8df5877b7f66c26c15331f84c2cbbbe0846412fc773e60ec9a2889e6b15f11c7", "spec_sha": "b0ddbf2b921c3c807f0f13ca294ee222371d7fdc77aee4a31c11862d3ef42715", "project_uri": "https://rubygems.org/gems/r_spec-clone", "gem_uri": "https://rubygems.org/gems/r_spec-clone-1.7.2.gem", "homepage_uri": "https://r-spec.dev/", "wiki_uri": "https://github.com/cyril/r_spec-clone.rb/wiki", "documentation_uri": "https://rubydoc.info/gems/r_spec-clone", "mailing_list_uri": null, "source_code_uri": "https://github.com/cyril/r_spec-clone.rb", "bug_tracker_uri": "https://github.com/cyril/r_spec-clone.rb/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "expresenter", "requirements": "~> 1.5.0" }, { "name": "matchi", "requirements": "~> 4.0.0" }, { "name": "test_tube", "requirements": "~> 4.0.0" } ] } } |
2024-12-30 18:33:41 UTC |
wcFI4T9YpFPZc5TDxhKiH |
cybrid_api_organization_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-organization-ruby/ |
0.123.112 | Content{ "name": "cybrid_api_organization_ruby", "downloads": 1099841, "version": "0.123.112", "version_created_at": "2024-12-30T18:32:50.371Z", "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": "5584853b514f5c848747af292acd85f71eea112c32e4694391944e6704fab971", "spec_sha": "23378f9a54da52eaf6c786d9b47e7960b0d52064962594ed98f07e5fb965563b", "project_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby-0.123.112.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.112", "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" } ] } } |
2024-12-30 18:32:55 UTC |
LPd60rVUS6AzTRPhjbZvM |
cybrid_api_bank_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-bank-ruby/ |
0.123.112 | Content{ "name": "cybrid_api_bank_ruby", "downloads": 1080713, "version": "0.123.112", "version_created_at": "2024-12-30T18:32:47.655Z", "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": "4e2277a787162ad213f0b0a1a586819cafda2142d8f576a1cf275405292673fb", "spec_sha": "2651ffad11d67934c85a86f1887e2cd945af1157fc1a6d3e83f9f52dbf142035", "project_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby-0.123.112.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.112", "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" } ] } } |
2024-12-30 18:32:53 UTC |
bTl0FhajNuUxpOmzQo1Qe |
cybrid_api_id_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-id-ruby/ |
0.123.112 | Content{ "name": "cybrid_api_id_ruby", "downloads": 1093194, "version": "0.123.112", "version_created_at": "2024-12-30T18:32:32.962Z", "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": "274701141c4516822f35696154398fdfa28e0e8eeb96dddada3aebc592f560d7", "spec_sha": "95a944631bfaaa6c10170f598f178242c686b983190934dfede061ed20be5589", "project_uri": "https://rubygems.org/gems/cybrid_api_id_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_id_ruby-0.123.112.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.112", "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" } ] } } |
2024-12-30 18:32:37 UTC |
kJIpabtJsvgYn8rd-aTOS |
test_tubeA test tube to conduct software experiments 🧪 |
4.0.0 | Content{ "name": "test_tube", "downloads": 13699, "version": "4.0.0", "version_created_at": "2024-12-30T18:25:44.303Z", "version_downloads": 0, "platform": "ruby", "authors": "Cyril Kato", "info": "A test tube to conduct software experiments 🧪", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c09b0b07326a24aedd82ae14ae18a1a51c622637fb859ed4ca73d204f36bffc3", "spec_sha": "55e7e03766caf90606368cf27d85bd373c3918f760e2dde6c18f59300e16c721", "project_uri": "https://rubygems.org/gems/test_tube", "gem_uri": "https://rubygems.org/gems/test_tube-4.0.0.gem", "homepage_uri": "https://github.com/fixrb/test_tube", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/test_tube/4.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "defi", "requirements": "~> 3.0.0" } ] } } |
2024-12-30 18:25:46 UTC |
KiXzIAVmvbUhs6gGw-XNU |
sportdb-writerssportdb-writers - sport.db writers for match schedules and results, and more |
0.4.1 | Content{ "name": "sportdb-writers", "downloads": 3209, "version": "0.4.1", "version_created_at": "2024-12-30T18:16:12.097Z", "version_downloads": 0, "platform": "ruby", "authors": "Gerald Bauer", "info": "sportdb-writers - sport.db writers for match schedules and results, and more", "licenses": [ "Public Domain" ], "metadata": {}, "yanked": false, "sha": "813a4b58b63294b76476cdab3aa48ffe6e99bb4baa040454f7e5732a4819ff95", "spec_sha": "cc0cbd6652da1cb956c7f5966543be2d2df00582af79f2dbe27504fe52651b6b", "project_uri": "https://rubygems.org/gems/sportdb-writers", "gem_uri": "https://rubygems.org/gems/sportdb-writers-0.4.1.gem", "homepage_uri": "https://github.com/sportdb/sport.db", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sportdb-writers/0.4.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [ { "name": "sportdb-structs", "requirements": ">= 0.5.0" } ] } } |
2024-12-30 18:16:14 UTC |
Y6lKZjN01RGbKouJ5FviO |
web47coreCore components used in all our web products. |
3.2.9 | Content{ "name": "web47core", "downloads": 146497, "version": "3.2.9", "version_created_at": "2024-12-30T18:03:35.850Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Schroeder", "info": "Core components used in all our web products.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "2eedef1b3ab6c69028d5d351740779fff7bdd602fa77ff657ae882a071c57a72", "spec_sha": "d8393b921f68475f2add7f8c7825f6473ee3c4c2f3b36ae8defe58170edcffc7", "project_uri": "https://rubygems.org/gems/web47core", "gem_uri": "https://rubygems.org/gems/web47core-3.2.9.gem", "homepage_uri": "https://app47.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/web47core/3.2.9", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "brakeman", "requirements": ">= 0" }, { "name": "codacy-coverage", "requirements": ">= 0" }, { "name": "database_cleaner-mongoid", "requirements": ">= 0" }, { "name": "factory_bot", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "listen", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-rails", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "mocha", "requirements": ">= 0" }, { "name": "rails", "requirements": "~> 7.2.2" }, { "name": "railties", "requirements": ">= 0" }, { "name": "sass-rails", "requirements": ">= 0" }, { "name": "shoulda", "requirements": "~> 4.0.0" }, { "name": "shoulda-context", "requirements": ">= 0" }, { "name": "shoulda-matchers", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "simplecov_lcov_formatter", "requirements": ">= 0" }, { "name": "test-unit", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "activemodel", "requirements": ">= 0" }, { "name": "activesupport", "requirements": ">= 0" }, { "name": "aws-sdk-autoscaling", "requirements": ">= 0" }, { "name": "cancancan", "requirements": ">= 0" }, { "name": "daemons", "requirements": ">= 0" }, { "name": "delayed_job_mongoid", "requirements": ">= 0" }, { "name": "haml", "requirements": ">= 0" }, { "name": "jwt", "requirements": ">= 0" }, { "name": "liquid", "requirements": ">= 0" }, { "name": "materialize-sass", "requirements": ">= 0" }, { "name": "mongoid", "requirements": "~> 9.0" }, { "name": "redis", "requirements": ">= 0" }, { "name": "rest-client", "requirements": ">= 0" }, { "name": "sass", "requirements": ">= 0" }, { "name": "twilio-ruby", "requirements": ">= 0" }, { "name": "tzinfo-data", "requirements": ">= 0" }, { "name": "validate_url", "requirements": ">= 0" }, { "name": "valid_url", "requirements": ">= 0" } ] } } |
2024-12-30 18:03:39 UTC |
8hEWHlUCC_dBfpHbSt4O3 |
jirametricsTool to extract metrics from Jira and export to either a report or to CSV files |
2.8pre5 | Content{ "name": "jirametrics", "downloads": 10723, "version": "2.8pre5", "version_created_at": "2024-12-30T17:56:19.814Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Bowler", "info": "Tool to extract metrics from Jira and export to either a report or to CSV files", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://jirametrics.org/changes", "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "documentation_uri": "https://jirametrics.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c66a8731ee655a5b795cd4e7afb8329cbac7e3ad7bfbd990a8c40ebd4cbe94ed", "spec_sha": "4facfc3dfb0f7d077fb5ca49e9dc977a085d32dddab3ddf5121bdc3256025d7b", "project_uri": "https://rubygems.org/gems/jirametrics", "gem_uri": "https://rubygems.org/gems/jirametrics-2.8pre5.gem", "homepage_uri": "https://github.com/mikebowler/jirametrics", "wiki_uri": null, "documentation_uri": "https://jirametrics.org", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "changelog_uri": "https://jirametrics.org/changes", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "random-word", "requirements": "~> 2.1.1" }, { "name": "require_all", "requirements": "~> 3.0.0" }, { "name": "thor", "requirements": "~> 1.2.2" } ] } } |
2024-12-30 17:56:24 UTC |
fwP0D1iCezxt7d5zuK6Yl |
capistrano-railsRails specific Capistrano tasks |
1.7.0 | Content{ "name": "capistrano-rails", "downloads": 33243415, "version": "1.7.0", "version_created_at": "2024-12-30T17:54:13.828Z", "version_downloads": 0, "platform": "ruby", "authors": "Tom Clements, Lee Hambley, Kir Shatrov", "info": "Rails specific Capistrano tasks", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/capistrano/rails/releases" }, "yanked": false, "sha": "aca57455e8c5435785e0f938e16aa5b79c263694a755e1dca1c5d1743b40aae7", "spec_sha": "a2c96dc89f0489efbfa46d21d4a5ca01df553cefc12ffc469e917fc82a8786e7", "project_uri": "https://rubygems.org/gems/capistrano-rails", "gem_uri": "https://rubygems.org/gems/capistrano-rails-1.7.0.gem", "homepage_uri": "https://github.com/capistrano/rails", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/capistrano/rails/releases", "funding_uri": null, "dependencies": { "development": [ { "name": "danger", "requirements": ">= 0" } ], "runtime": [ { "name": "capistrano", "requirements": "~> 3.1" }, { "name": "capistrano-bundler", "requirements": ">= 1.1, < 3" } ] } } |
2024-12-30 17:54:16 UTC |
nRbASGRnJtdwyyW7IW2g8 |
tappay_rubyA Ruby library for integrating with TapPay payment services, supporting credit card payments, refunds, and transaction queries |
0.6.0 | Content{ "name": "tappay_ruby", "downloads": 304, "version": "0.6.0", "version_created_at": "2024-12-30T17:53:55.966Z", "version_downloads": 0, "platform": "ruby", "authors": "Zac", "info": "A Ruby library for integrating with TapPay payment services, supporting credit card payments, refunds, and transaction queries", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/7a6163/tappay", "changelog_uri": "https://github.com/7a6163/tappay/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/7a6163/tappay" }, "yanked": false, "sha": "250f3255b4c3e4a0311b268a0b974990e697c7bc1ee47c729407cd26e6ecbe85", "spec_sha": "3c1b0cbdc7935e8e7a047d587a463a7e4374d66aeb3eadaae28a76041c83f3fe", "project_uri": "https://rubygems.org/gems/tappay_ruby", "gem_uri": "https://rubygems.org/gems/tappay_ruby-0.6.0.gem", "homepage_uri": "https://github.com/7a6163/tappay", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/7a6163/tappay", "bug_tracker_uri": null, "changelog_uri": "https://github.com/7a6163/tappay/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.12" }, { "name": "vcr", "requirements": "~> 6.2" }, { "name": "webmock", "requirements": "~> 3.19" } ], "runtime": [ { "name": "httparty", "requirements": "~> 0.21.0" } ] } } |
2024-12-30 17:53:58 UTC |
tKT2skB2cUZohOtJJkvwN |
polaris_view_componentsViewComponents for Polaris Design System |
2.2.5 | Content{ "name": "polaris_view_components", "downloads": 65559, "version": "2.2.5", "version_created_at": "2024-12-30T17:49:46.588Z", "version_downloads": 0, "platform": "ruby", "authors": "Dan Gamble, Kirill Platonov", "info": "ViewComponents for Polaris Design System", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "49aec6d81183e20aa2dd0b2a40c4fb927a00fd7d9f819387d6dfc6f047b91c90", "spec_sha": "736cf9a0c4451c2d7d3a463eee4e904c9f4036700b2af3ff69ff43af8c7ff603", "project_uri": "https://rubygems.org/gems/polaris_view_components", "gem_uri": "https://rubygems.org/gems/polaris_view_components-2.2.5.gem", "homepage_uri": "https://github.com/baoagency/polaris-view-components", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/polaris_view_components/2.2.5", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dotenv", "requirements": ">= 0" }, { "name": "kamal", "requirements": "~> 2.0.0" }, { "name": "minitest", "requirements": "~> 5.0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "selenium-webdriver", "requirements": "~> 4.1" }, { "name": "sprockets-rails", "requirements": ">= 0" }, { "name": "webdrivers", "requirements": "~> 5.0" } ], "runtime": [ { "name": "rails", "requirements": ">= 5.0.0" }, { "name": "view_component", "requirements": ">= 3.0.0, < 4.0.0" } ] } } |
2024-12-30 17:49:49 UTC |
V0g_6ApULm6vcs5gy8Sa3 |
iron_trailCreates a trail strong as iron |
0.0.4 | Content{ "name": "iron_trail", "downloads": 654, "version": "0.0.4", "version_created_at": "2024-12-30T17:47:05.098Z", "version_downloads": 0, "platform": "ruby", "authors": "André Diego Piske", "info": "Creates a trail strong as iron", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "8121c9c86253cca5415a452dc143964a35e578ec850127dc3752d70e9f3910eb", "spec_sha": "fe241f911381edf66cd5006dace964713aafeb8d61c6ba7097fcfde74b7d33f6", "project_uri": "https://rubygems.org/gems/iron_trail", "gem_uri": "https://rubygems.org/gems/iron_trail-0.0.4.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/iron_trail/0.0.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": "~> 2.5" }, { "name": "json", "requirements": "~> 2.8" }, { "name": "pg", "requirements": "~> 1.2" }, { "name": "pg_party", "requirements": "~> 1.8" }, { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec-rails", "requirements": "~> 7.1" }, { "name": "sidekiq", "requirements": "~> 7.2" } ], "runtime": [ { "name": "rails", "requirements": ">= 7.1" }, { "name": "request_store", "requirements": "~> 1.5" } ] } } |
2024-12-30 17:47:08 UTC |
PtgmDwEEAWJlrvkyl1DXK |
HTTPRubyAn HTTP server framework similar to FastAPI, featuring async processing, dynamic routing, and type validation. |
1.0.0 | Content{ "name": "HTTPRuby", "downloads": 0, "version": "1.0.0", "version_created_at": "2024-12-30T17:44:34.222Z", "version_downloads": 0, "platform": "ruby", "authors": "Bryan Sigaran", "info": "An HTTP server framework similar to FastAPI, featuring async processing, dynamic routing, and type validation.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "5096e5e3ad26e2d86fee04da017ac9c4106254b44e636b886296673925fc23a0", "spec_sha": "e577de81c2373425b58d5151e4666f8bd463f1b2033e46379712539c31d7d8cc", "project_uri": "https://rubygems.org/gems/HTTPRuby", "gem_uri": "https://rubygems.org/gems/HTTPRuby-1.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/HTTPRuby/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": "json", "requirements": "~> 2.0" }, { "name": "puma", "requirements": "~> 6.0" }, { "name": "rack", "requirements": "~> 2.0" } ] } } |
2024-12-30 17:44:36 UTC |
BZFrnY-KnLuG7bq1fMbzX |
strongmind_multi_version_common_cartridgeTarget versions supported: 1.1, 1.2, 1.3; Thin 1.2, 1.3 |
1.1.0 | Content{ "name": "strongmind_multi_version_common_cartridge", "downloads": 5593, "version": "1.1.0", "version_created_at": "2024-12-30T17:37:19.788Z", "version_downloads": 0, "platform": "ruby", "authors": "StrongMind", "info": "Target versions supported: 1.1, 1.2, 1.3; Thin 1.2, 1.3", "licenses": [], "metadata": {}, "yanked": false, "sha": "e2be9190d6d88fc521c71ec6a88fa62eb6af6bf284f7a5a345e78ebde6bc2f12", "spec_sha": "6c4888ce6dd087043638f267f7cd8d707899aa73176dfce2857e640ae678ed7f", "project_uri": "https://rubygems.org/gems/strongmind_multi_version_common_cartridge", "gem_uri": "https://rubygems.org/gems/strongmind_multi_version_common_cartridge-1.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/strongmind_multi_version_common_cartridge/1.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.8" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "activesupport", "requirements": "> 2.0" }, { "name": "common_cartridge_parser", "requirements": "~> 1.0.9" } ] } } |
2024-12-30 17:37:22 UTC |
4pFMzNHBtRyM9MdAH1OjI |
license_scoutDiscovers license files of a project's dependencies. |
1.3.16 | Content{ "name": "license_scout", "downloads": 4294335, "version": "1.3.16", "version_created_at": "2024-12-30T17:34:07.076Z", "version_downloads": 0, "platform": "ruby", "authors": "Serdar Sutay", "info": "Discovers license files of a project's dependencies.", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "e266e32472b0ade5245c05cc75ed3bf9921aa341efcaa4f49c0414d3b0700f9f", "spec_sha": "fbd765d4453b606deb81d4fa21cd0ec42ff261495c1fb9987fa754f0899d1cd4", "project_uri": "https://rubygems.org/gems/license_scout", "gem_uri": "https://rubygems.org/gems/license_scout-1.3.16.gem", "homepage_uri": "https://github.com/chef/license_scout", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/license_scout/1.3.16", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "berkshelf", "requirements": ">= 0" }, { "name": "chef-config", "requirements": ">= 0" }, { "name": "chefstyle", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 10.0, < 14" }, { "name": "rb-readline", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "ffi-yajl", "requirements": "~> 2.2" }, { "name": "mixlib-shellout", "requirements": ">= 2.2, < 4.0" }, { "name": "toml-rb", "requirements": ">= 1, < 3" } ] } } |
2024-12-30 17:34:09 UTC |
2OdJ36PS2mdE2DXt0g_dn |
jirametricsTool to extract metrics from Jira and export to either a report or to CSV files |
2.8pre4 | Content{ "name": "jirametrics", "downloads": 10700, "version": "2.8pre4", "version_created_at": "2024-12-30T17:32:50.920Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Bowler", "info": "Tool to extract metrics from Jira and export to either a report or to CSV files", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://jirametrics.org/changes", "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "documentation_uri": "https://jirametrics.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8f8c3de7fc5cd642e867eda7f266111cf0140986d3e546e30c1a3243e81063ce", "spec_sha": "81273ad7cbe4188561bc7d088d42360a6acc839afb3e8f04d838451808456998", "project_uri": "https://rubygems.org/gems/jirametrics", "gem_uri": "https://rubygems.org/gems/jirametrics-2.8pre4.gem", "homepage_uri": "https://github.com/mikebowler/jirametrics", "wiki_uri": null, "documentation_uri": "https://jirametrics.org", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "changelog_uri": "https://jirametrics.org/changes", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "random-word", "requirements": "~> 2.1.1" }, { "name": "require_all", "requirements": "~> 3.0.0" }, { "name": "thor", "requirements": "~> 1.2.2" } ] } } |
2024-12-30 17:32:53 UTC |
uJU8AlBC13fX3qkEQuBWX |
OmnibusHarmony-Test-GemThis is a testing only local rubygem, used for testing description |
1.0.39 | Content{ "name": "OmnibusHarmony-Test-Gem", "downloads": 201, "version": "1.0.39", "version_created_at": "2024-12-30T17:32:13.777Z", "version_downloads": 0, "platform": "ruby", "authors": "Sean Simmons", "info": "This is a testing only local rubygem, used for testing description", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "http://cheftestlocal.contoso.local", "changelog_uri": "http://cheftestlocal.contoso.local/CHANGELOG.md", "source_code_uri": "http://cheftestlocal.contoso.local", "allowed_push_host": "'http://cheftestlocal.contoso.local'" }, "yanked": false, "sha": "51d76c1dfc62aebfa917c00b171425777ddaf3cf7e2f0ec369ffbcfbea9a4076", "spec_sha": "65131f64a3a73d700bf0c32dc406266edeb46bcaf1ca7d365ef816a8a1cae517", "project_uri": "https://rubygems.org/gems/OmnibusHarmony-Test-Gem", "gem_uri": "https://rubygems.org/gems/OmnibusHarmony-Test-Gem-1.0.39.gem", "homepage_uri": "http://cheftestlocal.contoso.local", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "http://cheftestlocal.contoso.local", "bug_tracker_uri": null, "changelog_uri": "http://cheftestlocal.contoso.local/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2024-12-30 17:32:19 UTC |
euGkPndaMXZnIEstfU8vp |
cybrid_api_organization_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-organization-ruby/ |
0.123.111 | Content{ "name": "cybrid_api_organization_ruby", "downloads": 1099798, "version": "0.123.111", "version_created_at": "2024-12-30T17:14:47.407Z", "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": "6519111e6b4ee13b623a06f86960ae10c40eb864381c924400034ce632972987", "spec_sha": "3067a63932df22917ea0297fd19fcfa0fb62f30c24397c8bf782920f1178ebc7", "project_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_organization_ruby-0.123.111.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.111", "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" } ] } } |
2024-12-30 17:14:55 UTC |
IE7H6ElFC6e1G03uua9pz |
cybrid_api_bank_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-bank-ruby/ |
0.123.111 | Content{ "name": "cybrid_api_bank_ruby", "downloads": 1080643, "version": "0.123.111", "version_created_at": "2024-12-30T17:14:47.580Z", "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": "1e8d864f3de775272a55c14815f649882d65ae7c5cc69055a2be4ea7278cd1bb", "spec_sha": "2c6574c0ccf59bb4c4e8ddaaf3a9e4a9812d3000dac2a9d799e44b138e2e0755", "project_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_bank_ruby-0.123.111.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.111", "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" } ] } } |
2024-12-30 17:14:54 UTC |
cnvmWqAHm_UPUd5fTfP55 |
cybrid_api_id_rubyView our documentation at https://github.com/Cybrid-app/cybrid-api-id-ruby/ |
0.123.111 | Content{ "name": "cybrid_api_id_ruby", "downloads": 1093153, "version": "0.123.111", "version_created_at": "2024-12-30T17:14:28.439Z", "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": "cd45fbeee52d9cf86372b30736323cf6dbc630d2373c1f4282e9c12e90daba49", "spec_sha": "b12a8caf818ee8629515b3f22f5b1689698b5f6c476c9b7e1b9f1d737d24381b", "project_uri": "https://rubygems.org/gems/cybrid_api_id_ruby", "gem_uri": "https://rubygems.org/gems/cybrid_api_id_ruby-0.123.111.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.111", "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" } ] } } |
2024-12-30 17:14:36 UTC |
6Cv21n-JIbKFROYWPiEb6 |
jirametricsTool to extract metrics from Jira and export to either a report or to CSV files |
2.8pre3 | Content{ "name": "jirametrics", "downloads": 10662, "version": "2.8pre3", "version_created_at": "2024-12-30T17:02:25.392Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Bowler", "info": "Tool to extract metrics from Jira and export to either a report or to CSV files", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://jirametrics.org/changes", "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "documentation_uri": "https://jirametrics.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "35468f828e270326efd94b44d25f739c3c6af7e4bb59f8e8da134636d314aa9d", "spec_sha": "6a8a2c594b71515fe61189b2d968bbead3b3e5a23a7218e5266d70c5a2fa442e", "project_uri": "https://rubygems.org/gems/jirametrics", "gem_uri": "https://rubygems.org/gems/jirametrics-2.8pre3.gem", "homepage_uri": "https://github.com/mikebowler/jirametrics", "wiki_uri": null, "documentation_uri": "https://jirametrics.org", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/mikebowler/jirametrics/issues", "changelog_uri": "https://jirametrics.org/changes", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "random-word", "requirements": "~> 2.1.1" }, { "name": "require_all", "requirements": "~> 3.0.0" }, { "name": "thor", "requirements": "~> 1.2.2" } ] } } |
2024-12-30 17:02:28 UTC |
NWnIqZNpt20IYmhzHmAxH |
resque-schedulerLight weight job scheduling on top of Resque. Adds methods enqueue_at/enqueue_in to schedule jobs in the future. Also supports queueing jobs on a fixed, cron-like schedule. |
4.11.0 | Content{ "name": "resque-scheduler", "downloads": 29769127, "version": "4.11.0", "version_created_at": "2024-12-30T17:02:19.760Z", "version_downloads": 0, "platform": "ruby", "authors": "Ben VandenBos, Simon Eskildsen, Ryan Biesemeyer, Dan Buch, Michael Bianco, Patrick Tulskie", "info": " Light weight job scheduling on top of Resque.\n Adds methods enqueue_at/enqueue_in to schedule jobs in the future.\n Also supports queueing jobs on a fixed, cron-like schedule.\n", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4e8bf3acdccc2cfe02141d2717fc03dc6e0cdd887c0d6c0fa92b394aa70f32a1", "spec_sha": "3bf0d6377849f2e753c532ee78e4e225a64901c5814373bffaad8fedcbf54bb7", "project_uri": "https://rubygems.org/gems/resque-scheduler", "gem_uri": "https://rubygems.org/gems/resque-scheduler-4.11.0.gem", "homepage_uri": "https://github.com/resque/resque-scheduler", "wiki_uri": "", "documentation_uri": "https://www.rubydoc.info/gems/resque-scheduler/4.11.0", "mailing_list_uri": "", "source_code_uri": "https://github.com/resque/resque-scheduler", "bug_tracker_uri": "", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "json", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "mocha", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rack-test", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 0.40.0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "test-unit", "requirements": ">= 0" }, { "name": "timecop", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "mono_logger", "requirements": "~> 1.0" }, { "name": "redis", "requirements": ">= 3.3" }, { "name": "resque", "requirements": ">= 1.27" }, { "name": "rufus-scheduler", "requirements": "~> 3.2, != 3.3" } ] } } |
2024-12-30 17:02:23 UTC |
r8OpRBY_SZ2mjb_RfLZiJ |
resque-heroku-signalsPatch resque to be compatible with Heroku |
2.7.0 | Content{ "name": "resque-heroku-signals", "downloads": 1285167, "version": "2.7.0", "version_created_at": "2024-12-30T16:49:42.798Z", "version_downloads": 0, "platform": "ruby", "authors": "Michael Bianco", "info": "Patch resque to be compatible with Heroku", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "b554193bcd9fe593865d68088e4e90b39954286194ac0880db8e3557d0ceb7aa", "spec_sha": "f21fbfde731897972b98fd90d117b50822cf05e63c65f534dc2c5bd361931097", "project_uri": "https://rubygems.org/gems/resque-heroku-signals", "gem_uri": "https://rubygems.org/gems/resque-heroku-signals-2.7.0.gem", "homepage_uri": "https://github.com/resque/resque-heroku-signals", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/resque-heroku-signals/2.7.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.2" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.10" } ], "runtime": [ { "name": "resque", "requirements": "= 2.7.0" } ] } } |
2024-12-30 16:49:48 UTC |
6OsXXk9gEYWAwg9PUS5qA |
cocina-modelsSDR data models that can be validated |
0.99.2 | Content{ "name": "cocina-models", "downloads": 234588, "version": "0.99.2", "version_created_at": "2024-12-30T16:33:10.118Z", "version_downloads": 0, "platform": "ruby", "authors": "Justin Coyne", "info": "SDR data models that can be validated", "licenses": [], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8c37f941085b8c04aedfc3f5bd1612ad2c563a2467c0ce9d3b3175363b75ebd8", "spec_sha": "d5f2a2c7e61b089653937b3cc1ac067ea34dfd20411a7ee0a77a9cf2c8844fe2", "project_uri": "https://rubygems.org/gems/cocina-models", "gem_uri": "https://rubygems.org/gems/cocina-models-0.99.2.gem", "homepage_uri": "https://github.com/sul-dlss/cocina-models", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cocina-models/0.99.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.0" }, { "name": "committee", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.24" }, { "name": "rubocop-rake", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": "~> 2.1" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "commonmarker", "requirements": "= 2.0.1" }, { "name": "deprecation", "requirements": ">= 0" }, { "name": "dry-struct", "requirements": "~> 1.0" }, { "name": "dry-types", "requirements": "~> 1.1" }, { "name": "edtf", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": ">= 0" }, { "name": "i18n", "requirements": ">= 0" }, { "name": "jsonpath", "requirements": ">= 0" }, { "name": "nokogiri", "requirements": ">= 0" }, { "name": "openapi3_parser", "requirements": ">= 0" }, { "name": "openapi_parser", "requirements": "~> 1.0" }, { "name": "super_diff", "requirements": ">= 0" }, { "name": "thor", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": "~> 2.1" } ] } } |
2024-12-30 16:33:14 UTC |
6F66AobeWZjGsnxNqtyB1 |
lunationLunation offers a Ruby implementation of Meeus's Astronomical Algorithms. |
0.1.5 | Content{ "name": "lunation", "downloads": 563, "version": "0.1.5", "version_created_at": "2024-12-30T16:24:13.953Z", "version_downloads": 0, "platform": "ruby", "authors": "Ivo Kalverboer", "info": "Lunation offers a Ruby implementation of Meeus's Astronomical Algorithms.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.github.com/valerius/lunation", "changelog_uri": "https://www.github.com/valerius/lunation/CHANGELOG.md", "source_code_uri": "https://www.github.com/valerius/lunation" }, "yanked": false, "sha": "4024926f0563905b00cc551750fc8b0f9fbdd7e5f97b8e1f58370a2367312f49", "spec_sha": "80275d762fa669cfb4c355ba2f06b592a7f84418ad07db7fe0733078fcab30bb", "project_uri": "https://rubygems.org/gems/lunation", "gem_uri": "https://rubygems.org/gems/lunation-0.1.5.gem", "homepage_uri": "https://www.github.com/valerius/lunation", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://www.github.com/valerius/lunation", "bug_tracker_uri": null, "changelog_uri": "https://www.github.com/valerius/lunation/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2024-12-30 16:24:17 UTC |
99mMDomPP0JN8RTvr1kkw |
resqueResque is a Redis-backed Ruby library for creating background jobs, placing those jobs on multiple queues, and processing them later. Background jobs can be any Ruby class or module that responds to perform. Your existing classes can easily be converted to background jobs or you can create new classes specifically to do work. Or, you can do both. Resque is heavily inspired by DelayedJob (which rocks) and is comprised of three parts: * A Ruby library for creating, querying, and processing jobs * A Rake task for starting a worker which processes jobs * A Sinatra app for monitoring queues, jobs, and workers. |
2.7.0 | Content{ "name": "resque", "downloads": 44655536, "version": "2.7.0", "version_created_at": "2024-12-30T16:24:01.857Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Wanstrath, Steve Klabnik, Terence Lee, Michael Bianco", "info": " Resque is a Redis-backed Ruby library for creating background jobs,\n placing those jobs on multiple queues, and processing them later.\n\n Background jobs can be any Ruby class or module that responds to\n perform. Your existing classes can easily be converted to background\n jobs or you can create new classes specifically to do work. Or, you\n can do both.\n\n Resque is heavily inspired by DelayedJob (which rocks) and is\n comprised of three parts:\n\n * A Ruby library for creating, querying, and processing jobs\n * A Rake task for starting a worker which processes jobs\n * A Sinatra app for monitoring queues, jobs, and workers.\n", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/resque/resque/blob/master/HISTORY.md", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "685fdc8889b0a649183ff9b23c96817f42a1e1d47c0ea64c77c5e1dd69b961b0", "spec_sha": "57c67d1a23b540f570404806effbc1398bd59d3dcdab65f9e8b17b3355fe6cef", "project_uri": "https://rubygems.org/gems/resque", "gem_uri": "https://rubygems.org/gems/resque-2.7.0.gem", "homepage_uri": "https://github.com/resque/resque", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/resque/resque/blob/master/HISTORY.md", "funding_uri": null, "dependencies": { "development": [ { "name": "thin", "requirements": ">= 0" }, { "name": "webrick", "requirements": ">= 0" } ], "runtime": [ { "name": "mono_logger", "requirements": "~> 1" }, { "name": "multi_json", "requirements": "~> 1.0" }, { "name": "redis-namespace", "requirements": "~> 1.6" }, { "name": "sinatra", "requirements": ">= 0.9.2" } ] } } |
2024-12-30 16:24:07 UTC |
VvILQUGKGSp1xLwehKp__ |
gitlab_support_readinessOfficial gem of GitLab Support Readiness |
1.0.87 | Content{ "name": "gitlab_support_readiness", "downloads": 122957, "version": "1.0.87", "version_created_at": "2024-12-30T16:10:02.390Z", "version_downloads": 0, "platform": "ruby", "authors": "Jason Colyer", "info": "Official gem of GitLab Support Readiness", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://gitlab.com/gitlab-com/support/support-ops/support-ops-project/-/issues", "documentation_uri": "https://gitlab-support-readiness.gitlab.io/gitlab_support_readiness_gem/" }, "yanked": false, "sha": "bfec16b11292266a601b64f54378468c14bce5729396b6c9da0b475332975aa1", "spec_sha": "b2b7421c5d4c203cc79a976bf2ca9dcf9db1eccdd86c8e4ff556e44990b8fe64", "project_uri": "https://rubygems.org/gems/gitlab_support_readiness", "gem_uri": "https://rubygems.org/gems/gitlab_support_readiness-1.0.87.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://gitlab-support-readiness.gitlab.io/gitlab_support_readiness_gem/", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://gitlab.com/gitlab-com/support/support-ops/support-ops-project/-/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": "~> 7.0, <= 7.0.8" }, { "name": "cgi", "requirements": "~> 0.4.1" }, { "name": "digest", "requirements": "~> 3.1.1" }, { "name": "erb", "requirements": "~> 4.0.2" }, { "name": "faraday", "requirements": "~> 2.11.0" }, { "name": "faraday-multipart", "requirements": "~> 1.0.4" }, { "name": "faraday-retry", "requirements": "~> 2.2.1" }, { "name": "google-apis-calendar_v3", "requirements": "~> 0.43.0" }, { "name": "google-apis-sheets_v4", "requirements": "~> 0.38.0" }, { "name": "json", "requirements": "~> 2.7.1" }, { "name": "nokogiri", "requirements": "~> 1.16.7" }, { "name": "oj", "requirements": "~> 3.16.3" }, { "name": "redis", "requirements": "~> 5.0.8" }, { "name": "restforce", "requirements": "~> 7.5.0" }, { "name": "rubyzip", "requirements": "~> 2.3.2" }, { "name": "yaml", "requirements": "~> 0.3.0" } ] } } |
2024-12-30 16:10:05 UTC |
qqWSD6IRrsO_KNc-wcZZ2 |
firespring_dev_commandsRuby library for creating/maintaining your development environment |
2.3.2 | Content{ "name": "firespring_dev_commands", "downloads": 268980, "version": "2.3.2", "version_created_at": "2024-12-30T16:09:32.681Z", "version_downloads": 0, "platform": "ruby", "authors": "Firespring", "info": "Ruby library for creating/maintaining your development environment", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8bc51be0c6ba58c5eb62a934091dddfb9b9fc5e7d7607688a5b8db9b608ea65c", "spec_sha": "9ed07c64286616450afd009dbb06358313dd19ef77db9d9f351f976239a78da1", "project_uri": "https://rubygems.org/gems/firespring_dev_commands", "gem_uri": "https://rubygems.org/gems/firespring_dev_commands-2.3.2.gem", "homepage_uri": "https://github.com/firespring/dev-commands-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/firespring_dev_commands/2.3.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": "~> 7.1.2" }, { "name": "aws-sdk-cloudformation", "requirements": "~> 1.97.0" }, { "name": "aws-sdk-codepipeline", "requirements": "~> 1.67.0" }, { "name": "aws-sdk-ecr", "requirements": "~> 1.68.0" }, { "name": "aws-sdk-elasticache", "requirements": "~> 1.95.0" }, { "name": "aws-sdk-lambda", "requirements": "~> 1.113.0" }, { "name": "aws-sdk-opensearchservice", "requirements": "~> 1.33.0" }, { "name": "aws-sdk-rds", "requirements": "~> 1.208.0" }, { "name": "aws-sdk-route53", "requirements": "~> 1.87.0" }, { "name": "aws-sdk-s3", "requirements": "~> 1.141.0" }, { "name": "aws-sdk-ssm", "requirements": "~> 1.162.0" }, { "name": "aws-sdk-sts", "requirements": "~> 1.11.0" }, { "name": "colorize", "requirements": "~> 1.1.0" }, { "name": "docker-api", "requirements": "~> 2.2.0" }, { "name": "dotenv", "requirements": "~> 2.8.1" }, { "name": "excon", "requirements": "= 0.110.0" }, { "name": "faraday-retry", "requirements": "~> 2.0" }, { "name": "git", "requirements": "~> 1.18.0" }, { "name": "inifile", "requirements": "~> 3.0.0" }, { "name": "jira-ruby", "requirements": "~> 2.3.0" }, { "name": "octokit", "requirements": "~> 8.1" }, { "name": "ox", "requirements": "~> 2.14.17" }, { "name": "public_suffix", "requirements": "= 5.0.4" }, { "name": "rake", "requirements": "~> 13.1.0" }, { "name": "slack-ruby-client", "requirements": "~> 2.2.0" } ] } } |
2024-12-30 16:09:35 UTC |
T75PXEOklbannin8bcbN3 |
cover_ragecover_rage is a Ruby code coverage tool designed to be simple and easy to use. It can be used not only for test coverage but also in production services to identify unused code. Key features: 1. Runs in continuous processes (e.g., Rails servers) 2. Zero dependencies 3. Supports forking and daemonization without additional setup |
1.1.1 | Content{ "name": "cover_rage", "downloads": 3449, "version": "1.1.1", "version_created_at": "2024-12-30T16:09:14.001Z", "version_downloads": 0, "platform": "ruby", "authors": "Weihang Jian", "info": "cover_rage is a Ruby code coverage tool designed to be simple and easy to use. It can be used not only for test coverage but also in production services to identify unused code.\n\nKey features:\n\n1. Runs in continuous processes (e.g., Rails servers)\n2. Zero dependencies\n3. Supports forking and daemonization without additional setup\n", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "6382e1ec8888c45482e6d1f22877a7ec337bf7a1f0742d756b24f09bb35f0ffa", "spec_sha": "50a15c126fb7c83588dc138a2dbdede82b211014d1472451d1bc6d669a3c88ca", "project_uri": "https://rubygems.org/gems/cover_rage", "gem_uri": "https://rubygems.org/gems/cover_rage-1.1.1.gem", "homepage_uri": "https://github.com/tonytonyjan/cover_rage", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cover_rage/1.1.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.18" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "redis", "requirements": "~> 5.3" }, { "name": "sqlite3", "requirements": "~> 2.5" } ], "runtime": [] } } |
2024-12-30 16:09:16 UTC |
C5_YSG4MW9zYVI6_gOn-9 |
lunationLunation offers a Ruby implementation of Meeus's Astronomical Algorithms. |
0.1.4 | Content{ "name": "lunation", "downloads": 538, "version": "0.1.4", "version_created_at": "2024-12-30T15:52:43.469Z", "version_downloads": 0, "platform": "ruby", "authors": "Ivo Kalverboer", "info": "Lunation offers a Ruby implementation of Meeus's Astronomical Algorithms.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.github.com/valerius/lunation", "changelog_uri": "https://www.github.com/valerius/lunation/CHANGELOG.md", "source_code_uri": "https://www.github.com/valerius/lunation" }, "yanked": false, "sha": "16a716a5361fd7be7812ea99dc7809ed904cda4d285cb37a8be206d3cf8b1744", "spec_sha": "dd02c7e4dba70d064982a0fc09ee5de9438a62d246ba076f13aebe43935b7654", "project_uri": "https://rubygems.org/gems/lunation", "gem_uri": "https://rubygems.org/gems/lunation-0.1.4.gem", "homepage_uri": "https://www.github.com/valerius/lunation", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://www.github.com/valerius/lunation", "bug_tracker_uri": null, "changelog_uri": "https://www.github.com/valerius/lunation/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2024-12-30 15:52:47 UTC |
YJYm-nFLYFqH5a29VYBn8 |
bardCLI to automate common development tasks. |
1.3.1 | Content{ "name": "bard", "downloads": 616186, "version": "1.3.1", "version_created_at": "2024-12-30T15:46:03.876Z", "version_downloads": 0, "platform": "ruby", "authors": "Micah Geisel", "info": "CLI to automate common development tasks.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "43d434534a5565f3b3b35aeb861d51dc19d75d938d77b7deb95409d840d4d0be", "spec_sha": "ed1087b295d3d07020f5ae1195ca3caa3f13e90c95be3402132168a5525852ea", "project_uri": "https://rubygems.org/gems/bard", "gem_uri": "https://rubygems.org/gems/bard-1.3.1.gem", "homepage_uri": "http://github.com/botandrose/bard", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bard/1.3.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": ">= 0" }, { "name": "cucumber", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "rvm", "requirements": ">= 0" }, { "name": "term-ansicolor", "requirements": ">= 1.0.3" }, { "name": "thor", "requirements": ">= 0.19.0" } ] } } |
2024-12-30 15:46:06 UTC |
CcqSHzSv3-VFQc7KDnTym |
troclaTrocla helps you to generate random passwords and to store them in various formats (plain, MD5, bcrypt) for later retrival. |
0.6.0 | Content{ "name": "trocla", "downloads": 355896, "version": "0.6.0", "version_created_at": "2024-12-30T15:40:01.082Z", "version_downloads": 0, "platform": "ruby", "authors": "mh", "info": "Trocla helps you to generate random passwords and to store them in various formats (plain, MD5, bcrypt) for later retrival.", "licenses": [ "GPLv3" ], "metadata": {}, "yanked": false, "sha": "4666e52269e2ba54617302adf1744390d07be347a1933d88712e5ac3541bdb43", "spec_sha": "6d981673145410bc932f1d1c0a27c372ee70934a0cc0573af4d01b34a3142354", "project_uri": "https://rubygems.org/gems/trocla", "gem_uri": "https://rubygems.org/gems/trocla-0.6.0.gem", "homepage_uri": "https://tech.immerda.ch/2011/12/trocla-get-hashed-passwords-out-of-puppet-manifests/", "wiki_uri": "", "documentation_uri": "https://www.rubydoc.info/gems/trocla/0.6.0", "mailing_list_uri": "", "source_code_uri": "http://git.immerda.ch/?p=trocla.git", "bug_tracker_uri": "", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "addressable", "requirements": ">= 0" }, { "name": "jeweler", "requirements": "~> 2.0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rdoc", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rspec-pending_for", "requirements": ">= 0" } ], "runtime": [ { "name": "bcrypt", "requirements": ">= 0" }, { "name": "highline", "requirements": "~> 2.0.0" }, { "name": "moneta", "requirements": "~> 1.0" }, { "name": "sshkey", "requirements": ">= 0" } ] } } |
2024-12-30 15:40:04 UTC |
YJQXjpe-sN9rNegzBanzF |
simple_form-tailwindA generator to add a simple_form config setup for tailwindCSS based forms |
0.1.2 | Content{ "name": "simple_form-tailwind", "downloads": 310937, "version": "0.1.2", "version_created_at": "2024-12-30T15:14:15.167Z", "version_downloads": 0, "platform": "ruby", "authors": "Brandon Hicks", "info": "A generator to add a simple_form config setup for tailwindCSS based forms", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/tarellel/simple_form-tailwind/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/tarellel/simple_form-tailwind/issues", "source_code_uri": "https://github.com/tarellel/simple_form-tailwind" }, "yanked": false, "sha": "0bbfef01e4c50bd6bd02aeab002ea64bc21811b7d412d99092334848de798664", "spec_sha": "6be8607fb1d8368b23bb3bb6dc0397e9844634af09e3021c9997b6e59c7b4762", "project_uri": "https://rubygems.org/gems/simple_form-tailwind", "gem_uri": "https://rubygems.org/gems/simple_form-tailwind-0.1.2.gem", "homepage_uri": "https://github.com/tarellel/simple_form-tailwind", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/tarellel/simple_form-tailwind", "bug_tracker_uri": "https://github.com/tarellel/simple_form-tailwind/issues", "changelog_uri": "https://github.com/tarellel/simple_form-tailwind/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.17, <= 3" }, { "name": "rake", "requirements": ">= 0" } ], "runtime": [ { "name": "railties", "requirements": ">= 4.0" }, { "name": "simple_form", "requirements": ">= 5.0" } ] } } |
2024-12-30 15:14:18 UTC |
x2MEAJisK2AZfsNaJ6B_H |
bardCLI to automate common development tasks. |
1.3.0 | Content{ "name": "bard", "downloads": 616146, "version": "1.3.0", "version_created_at": "2024-12-30T15:10:42.904Z", "version_downloads": 0, "platform": "ruby", "authors": "Micah Geisel", "info": "CLI to automate common development tasks.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "acee2a4176438b7cd6f82c58dcae9da9f9dabc68aa9ca8022aa40163f0007628", "spec_sha": "577ea41c96282ec05ab5f60482271dcb4b702ef67a74509f602b8827fbd8899b", "project_uri": "https://rubygems.org/gems/bard", "gem_uri": "https://rubygems.org/gems/bard-1.3.0.gem", "homepage_uri": "http://github.com/botandrose/bard", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bard/1.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": ">= 0" }, { "name": "cucumber", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" } ], "runtime": [ { "name": "rvm", "requirements": ">= 0" }, { "name": "term-ansicolor", "requirements": ">= 1.0.3" }, { "name": "thor", "requirements": ">= 0.19.0" } ] } } |
2024-12-30 15:10:46 UTC |
PEqAVz7zFCEll7nESrSVd |
gitlab_support_readinessOfficial gem of GitLab Support Readiness |
1.0.86 | Content{ "name": "gitlab_support_readiness", "downloads": 122567, "version": "1.0.86", "version_created_at": "2024-12-30T14:55:43.890Z", "version_downloads": 0, "platform": "ruby", "authors": "Jason Colyer", "info": "Official gem of GitLab Support Readiness", "licenses": [ "MIT" ], "metadata": { "bug_tracker_uri": "https://gitlab.com/gitlab-com/support/support-ops/support-ops-project/-/issues", "documentation_uri": "https://gitlab-support-readiness.gitlab.io/gitlab_support_readiness_gem/" }, "yanked": false, "sha": "220767e68aae924f22d27ce94221f7f24b21dc41078eddd7c98d72a58712e2e7", "spec_sha": "c3db07ebcbb9262ae42b41d5b65af4badd0cc0dcd2dd0c5ebd74ff7d5910aadf", "project_uri": "https://rubygems.org/gems/gitlab_support_readiness", "gem_uri": "https://rubygems.org/gems/gitlab_support_readiness-1.0.86.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://gitlab-support-readiness.gitlab.io/gitlab_support_readiness_gem/", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://gitlab.com/gitlab-com/support/support-ops/support-ops-project/-/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": "~> 7.0, <= 7.0.8" }, { "name": "cgi", "requirements": "~> 0.4.1" }, { "name": "digest", "requirements": "~> 3.1.1" }, { "name": "erb", "requirements": "~> 4.0.2" }, { "name": "faraday", "requirements": "~> 2.11.0" }, { "name": "faraday-multipart", "requirements": "~> 1.0.4" }, { "name": "faraday-retry", "requirements": "~> 2.2.1" }, { "name": "google-apis-calendar_v3", "requirements": "~> 0.43.0" }, { "name": "google-apis-sheets_v4", "requirements": "~> 0.38.0" }, { "name": "json", "requirements": "~> 2.7.1" }, { "name": "nokogiri", "requirements": "~> 1.16.7" }, { "name": "oj", "requirements": "~> 3.16.3" }, { "name": "redis", "requirements": "~> 5.0.8" }, { "name": "restforce", "requirements": "~> 7.5.0" }, { "name": "rubyzip", "requirements": "~> 2.3.2" }, { "name": "yaml", "requirements": "~> 0.3.0" } ] } } |
2024-12-30 14:55:47 UTC |
B9QpAzc3a0FpZlhNd4yJZ |
sportdb-quicksportdb-quick - football.txt (quick) match readers and more |
0.3.0 | Content{ "name": "sportdb-quick", "downloads": 1205, "version": "0.3.0", "version_created_at": "2024-12-30T14:55:41.806Z", "version_downloads": 0, "platform": "ruby", "authors": "Gerald Bauer", "info": "sportdb-quick - football.txt (quick) match readers and more", "licenses": [ "Public Domain" ], "metadata": {}, "yanked": false, "sha": "be69b39446d0a40aa56657344838b1ce0588b080648bc458259c2ff5aa4f2b91", "spec_sha": "270aa66dda8669eeb62f04593100e810d2f7ed5b70a1f1d6bb11b4ac773bbe34", "project_uri": "https://rubygems.org/gems/sportdb-quick", "gem_uri": "https://rubygems.org/gems/sportdb-quick-0.3.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sportdb-quick/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [ { "name": "logutils", "requirements": ">= 0.6.1" }, { "name": "sportdb-parser", "requirements": ">= 0.2.2" }, { "name": "sportdb-structs", "requirements": ">= 0.5.0" } ] } } |
2024-12-30 14:55:44 UTC |
QznR_725LgLEpE4ewMpiP |
fog-xmlExtraction of the XML parsing tools shared between a number of providers in the 'fog' gem |
0.1.5 | Content{ "name": "fog-xml", "downloads": 142238237, "version": "0.1.5", "version_created_at": "2024-12-30T14:52:38.790Z", "version_downloads": 0, "platform": "ruby", "authors": "Wesley Beary (geemus), Paul Thornthwaite (tokengeek), The fog team", "info": "Extraction of the XML parsing tools shared between a\n number of providers in the 'fog' gem", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "52b9fea10701461dd3eaf9d9839702169b418dbbf50426786b9b74fade373bd6", "spec_sha": "2b9e62b111e60762f2b1b5f104072a14ee487bdbf71abf7b17fe27e0f6543f6e", "project_uri": "https://rubygems.org/gems/fog-xml", "gem_uri": "https://rubygems.org/gems/fog-xml-0.1.5.gem", "homepage_uri": "https://github.com/fog/fog-xml", "wiki_uri": "https://github.com/fog/fog-xml/wiki", "documentation_uri": "https://www.rubydoc.info/gems/fog-xml/0.1.5", "mailing_list_uri": "", "source_code_uri": "https://github.com/fog/fog-xml", "bug_tracker_uri": "https://github.com/fog/fog-xml/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "coveralls", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" } ], "runtime": [ { "name": "fog-core", "requirements": ">= 0" }, { "name": "nokogiri", "requirements": ">= 1.5.11, < 2.0.0" } ] } } |
2024-12-30 14:52:41 UTC |
Q7Jv0-ZqfT-dbJ5zrgl5T |
playbook_ui_docsDisplay all the components from Playbook UI inside your own system. |
14.11.0.pre.rc.1 | Content{ "name": "playbook_ui_docs", "downloads": 175958, "version": "14.11.0.pre.rc.1", "version_created_at": "2024-12-30T14:44:34.145Z", "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": "47e02d01354b50bfe4ab7ec1738fb5767dd09571a97d223facf970125f25551e", "spec_sha": "425f8f58aa31ffc447f587492ec516af858020369e2efded8dd67faa9ce6ac85", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.11.0.pre.rc.1.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.11.0.pre.rc.1", "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" } ] } } |
2024-12-30 14:44:38 UTC |
0p7sQcDOT7B5wFInkCFy0 |
playbook_uiPlaybook 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.11.0.pre.rc.1 | Content{ "name": "playbook_ui", "downloads": 1232239, "version": "14.11.0.pre.rc.1", "version_created_at": "2024-12-30T14:44:29.775Z", "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": "04e6d06ea0c221d2d8807eb92b7c2996eb0cb13cb87e22c4afb8d3a44f2abd19", "spec_sha": "fcb32875aaa0cd06dc042d05e2846f545a446279d860d0380ffa1ac344e8951b", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.11.0.pre.rc.1.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.11.0.pre.rc.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "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" } ] } } |
2024-12-30 14:44:35 UTC |
lylOKhJcRTiVSaUJ_wwMD |
moonlogs-rubyMoonlogs API |
1.16.1 | Content{ "name": "moonlogs-ruby", "downloads": 45681, "version": "1.16.1", "version_created_at": "2024-12-30T14:35:25.580Z", "version_downloads": 0, "platform": "ruby", "authors": "Swagger-Codegen", "info": "Moonlogs API", "licenses": [ "Unlicense" ], "metadata": {}, "yanked": false, "sha": "32a563a8e244254545b03c92c245189d4373f6843ee4a0e2aac9af117fb3b762", "spec_sha": "f0993a946f5f924a8f5231673b869d41985b4b66777d1b021c66e0882c103f72", "project_uri": "https://rubygems.org/gems/moonlogs-ruby", "gem_uri": "https://rubygems.org/gems/moonlogs-ruby-1.16.1.gem", "homepage_uri": "https://github.com/swagger-api/swagger-codegen", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/moonlogs-ruby/1.16.1", "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": "json", "requirements": "~> 2.1, >= 2.1.0" }, { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } } |
2024-12-30 14:35:28 UTC |
zndk2YanGZzJC3Iut51uf |
sportssports - sport data structures for matches, scores, leagues, seasons, rounds, groups, teams, clubs and more |
0.2.0 | Content{ "name": "sports", "downloads": 4356, "version": "0.2.0", "version_created_at": "2024-12-30T14:26:09.260Z", "version_downloads": 0, "platform": "ruby", "authors": "Gerald Bauer", "info": "sports - sport data structures for matches, scores, leagues, seasons, rounds, groups, teams, clubs and more", "licenses": [ "Public Domain" ], "metadata": {}, "yanked": false, "sha": "c25ea9e5a4e588f105fe413ea5ee703601f5d64d74bfdeb3dc9ab1d520a655d2", "spec_sha": "8ce9c4d0593f74571043462efc9ebc098db56dd89bac64ea85a7c0885379bc00", "project_uri": "https://rubygems.org/gems/sports", "gem_uri": "https://rubygems.org/gems/sports-0.2.0.gem", "homepage_uri": "https://github.com/sportdb/sport.db", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sports/0.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [ { "name": "sportdb-structs", "requirements": ">= 0.5.0" } ] } } |
2024-12-30 14:26:11 UTC |
aTumxHSaMHaFmjEVVOE8A |
rails-autoscale-solid_queueAutoscaling for Solid Queue workers. |
1.8.3 | Content{ "name": "rails-autoscale-solid_queue", "downloads": 1308, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:58.622Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Solid Queue workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "3e7ca9e4af2981153f638cd811ac0b98be1293adb1c7cad189e4912d9953b158", "spec_sha": "49f8704c2a35eb695a52fc45c0956cb60a9d9b4cd644930629785681be5d0021", "project_uri": "https://rubygems.org/gems/rails-autoscale-solid_queue", "gem_uri": "https://rubygems.org/gems/rails-autoscale-solid_queue-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-solid_queue", "requirements": "= 1.8.3" } ] } } |
2024-12-30 14:22:11 UTC |
1iBJ0K7PwnJbin6gxAVr9 |
judoscale-solid_queueAutoscaling for Solid Queue workers. |
1.8.3 | Content{ "name": "judoscale-solid_queue", "downloads": 2297, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:57.310Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Solid Queue workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "48739ee18fa11477bf1467821c44224a8548641423ae84c98af8be88d30f9785", "spec_sha": "5cc2e607c13cc34acba8061426edcce40976cf5bf830a3a1ab48f6b445b8fda9", "project_uri": "https://rubygems.org/gems/judoscale-solid_queue", "gem_uri": "https://rubygems.org/gems/judoscale-solid_queue-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" }, { "name": "solid_queue", "requirements": ">= 0.3" } ] } } |
2024-12-30 14:22:10 UTC |
kJAr16rlLoYLkp32rqAUn |
rails-autoscale-sidekiqAutoscaling for Sidekiq workers. |
1.8.3 | Content{ "name": "rails-autoscale-sidekiq", "downloads": 623658, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:56.150Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Sidekiq workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "92ce6473f9a1edb5904086150a40f943f48deefc7afbb0afb641d54e0c132936", "spec_sha": "4a90f7d2930c35441ebbc3d939380ac690ee26ef56bd572632b97be8c2b9dff3", "project_uri": "https://rubygems.org/gems/rails-autoscale-sidekiq", "gem_uri": "https://rubygems.org/gems/rails-autoscale-sidekiq-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-sidekiq", "requirements": "= 1.8.3" } ] } } |
2024-12-30 14:22:09 UTC |
-ue45m8I2QNfaK5vtSiaa |
judoscale-sidekiqAutoscaling for Sidekiq workers. |
1.8.3 | Content{ "name": "judoscale-sidekiq", "downloads": 991316, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:54.788Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Sidekiq workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "0fe5e89b29a536ad848cd3ebc18cb1574537b3288cbcceff1f04ae59e568034c", "spec_sha": "f13db91f6aa70fb938fd623991834702ad02bcef70707b02f73582669b246d21", "project_uri": "https://rubygems.org/gems/judoscale-sidekiq", "gem_uri": "https://rubygems.org/gems/judoscale-sidekiq-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" }, { "name": "sidekiq", "requirements": ">= 5.0" } ] } } |
2024-12-30 14:22:08 UTC |
XAdtq0hFvbe1aj6Hn0eVW |
rails-autoscale-shoryukenAutoscaling for Shoryuken workers. |
1.8.3 | Content{ "name": "rails-autoscale-shoryuken", "downloads": 1028, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:53.733Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Shoryuken workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "8080d2656772371a23a43f9f9a2ddf69788972187500115896b7643ec2b6aedd", "spec_sha": "0948a53b2c1bdcd0102fabe77e481c2193f46aadd9c650c1302a0478917bdfdf", "project_uri": "https://rubygems.org/gems/rails-autoscale-shoryuken", "gem_uri": "https://rubygems.org/gems/rails-autoscale-shoryuken-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-shoryuken", "requirements": "= 1.8.3" } ] } } |
2024-12-30 14:22:07 UTC |
x8iMLZd4-9K9uHn8D-EXu |
judoscale-shoryukenAutoscaling for Shoryuken workers. |
1.8.3 | Content{ "name": "judoscale-shoryuken", "downloads": 1342, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:52.083Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Shoryuken workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "48874bac0b37f45323a97935a3ead7cd23f3edd783a0f0302d0b07a447d06f26", "spec_sha": "7999d44963c6bc47dedc474016639081fac9b22d8fbee34cdf607c1bb0b24783", "project_uri": "https://rubygems.org/gems/judoscale-shoryuken", "gem_uri": "https://rubygems.org/gems/judoscale-shoryuken-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" }, { "name": "shoryuken", "requirements": ">= 6.0" } ] } } |
2024-12-30 14:22:06 UTC |
eTuuVhj3fAw_NZYI1rz3R |
rails-autoscale-coreAutoscaling for Ruby. |
1.8.3 | Content{ "name": "rails-autoscale-core", "downloads": 661952, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:51.044Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Ruby.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "54325bf0c6172ed740b48103e2b63ab85c48becc8f830dcbd54de66c76894a02", "spec_sha": "6cdc18eb66efd2e4a98eee905285b9852b7cddbaff3daa8d76064696b1edf0e1", "project_uri": "https://rubygems.org/gems/rails-autoscale-core", "gem_uri": "https://rubygems.org/gems/rails-autoscale-core-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" } ] } } |
2024-12-30 14:22:06 UTC |
8Domf8MuZ94CCvstL2SOl |
judoscale-rubyAutoscaling for Ruby. |
1.8.3 | Content{ "name": "judoscale-ruby", "downloads": 1243899, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:50.051Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Ruby.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "cc27a83c5a8ba4a0c7ad76d274f5260400e4f0d922bce7c776d2f182bc9a6cdb", "spec_sha": "1ea925c580464cb4ad4e22a4c1f41b471dab2ed54cdf33172744003cd1f71cc3", "project_uri": "https://rubygems.org/gems/judoscale-ruby", "gem_uri": "https://rubygems.org/gems/judoscale-ruby-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2024-12-30 14:22:05 UTC |
IR_IY0rsl12ubvh7HazWa |
rails-autoscale-resqueAutoscaling for Resque workers. |
1.8.3 | Content{ "name": "rails-autoscale-resque", "downloads": 11823, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:48.963Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Resque workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "87cea48e8a890cc91c2817d142180201db0236fe3d52ff79e13aa0eb397187fd", "spec_sha": "e8b83566d83914706c866f6a7d959729648c44d792ae435565dcaddbe062f2cc", "project_uri": "https://rubygems.org/gems/rails-autoscale-resque", "gem_uri": "https://rubygems.org/gems/rails-autoscale-resque-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-resque", "requirements": "= 1.8.3" } ] } } |
2024-12-30 14:22:05 UTC |
RZoQbjME4T0sKKffYkRdQ |
judoscale-resqueAutoscaling for Resque workers. |
1.8.3 | Content{ "name": "judoscale-resque", "downloads": 26496, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:47.732Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Resque workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "e4468aa318e13aa532a0e98ecd3056b60ffdb2ed26ceac53dfb7f7582b4fffe6", "spec_sha": "3e02993b29680125005a736e0a2a15ff25fbc29327819f13a76c8029eacf06a2", "project_uri": "https://rubygems.org/gems/judoscale-resque", "gem_uri": "https://rubygems.org/gems/judoscale-resque-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" }, { "name": "resque", "requirements": ">= 2.0" } ] } } |
2024-12-30 14:22:04 UTC |
OjQWa-40Ry8nrUl94U1M4 |
rails-autoscale-webAutoscaling for Ruby on Rails applications. |
1.8.3 | Content{ "name": "rails-autoscale-web", "downloads": 706208, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:46.463Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Ruby on Rails applications.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "498b44870d1286928f54cac4158de083d7e2020420b08f6899ff57e3bb08289e", "spec_sha": "f2ddf9792a90229fd4cfe774bdb14101db57002f65d54196f62ae38640cb2760", "project_uri": "https://rubygems.org/gems/rails-autoscale-web", "gem_uri": "https://rubygems.org/gems/rails-autoscale-web-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-rails", "requirements": "= 1.8.3" } ] } } |
2024-12-30 14:22:04 UTC |
m8l60Zd4dKOaQw6T0TVrY |
rails-autoscale-rackAutoscaling for Rack applications. |
1.8.3 | Content{ "name": "rails-autoscale-rack", "downloads": 6810, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:44.132Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Jon Sullivan", "info": "Autoscaling for Rack applications.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "9a59bd8c960977d2c1e5ddf31a8e7560cb7f9c2212b5d64b7ede100f1b4665b4", "spec_sha": "948397aaa580449225aef58c3aac7371da5515308bddcd3af89835c98963c0e8", "project_uri": "https://rubygems.org/gems/rails-autoscale-rack", "gem_uri": "https://rubygems.org/gems/rails-autoscale-rack-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-rack", "requirements": "= 1.8.3" } ] } } |
2024-12-30 14:22:04 UTC |
by93twd1WpEGt5Rs8CL-e |
judoscale-railsAutoscaling for Ruby on Rails applications. |
1.8.3 | Content{ "name": "judoscale-rails", "downloads": 1215717, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:45.297Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Ruby on Rails applications.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "ca146e3b53e792ef71b9653eeb0d142f5f33edea277aee38faaad87a8bb27b6a", "spec_sha": "7fdf61e9d364b5443f5c3970d4da9793bd52918fcc8547db24b00b344c5ea64d", "project_uri": "https://rubygems.org/gems/judoscale-rails", "gem_uri": "https://rubygems.org/gems/judoscale-rails-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" }, { "name": "railties", "requirements": ">= 0" } ] } } |
2024-12-30 14:22:03 UTC |
OU_zCcOTfJ8FrVnwmF2uR |
judoscale-queAutoscaling for Que workers. |
1.8.3 | Content{ "name": "judoscale-que", "downloads": 17929, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:35.369Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Carlos Antonio da Silva, Jon Sullivan", "info": "Autoscaling for Que workers.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "48950ef62d14e4a5fe7d602845f58d85e901bc131c7bd65e5e11fef0a11f89a1", "spec_sha": "617728d96c9b5e9fd2ff79dc7580882deaba7f28e5777554db5093c808be876d", "project_uri": "https://rubygems.org/gems/judoscale-que", "gem_uri": "https://rubygems.org/gems/judoscale-que-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" }, { "name": "que", "requirements": ">= 1.0" } ] } } |
2024-12-30 14:22:03 UTC |
fcWNjYWdBY021szNFkNvv |
judoscale-rackAutoscaling for Rack applications. |
1.8.3 | Content{ "name": "judoscale-rack", "downloads": 10709, "version": "1.8.3", "version_created_at": "2024-12-30T14:21:42.891Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam McCrea, Jon Sullivan", "info": "Autoscaling for Rack applications.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://judoscale.com", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "documentation_uri": "https://judoscale.com/docs" }, "yanked": false, "sha": "a5b37776d512d4909a6b4051f95360fa7584d1f8db2865359a7a577b4598e97e", "spec_sha": "65497e494028466a0eb3b11efe6e8ac1faec9b1964187840146e24479459dc24", "project_uri": "https://rubygems.org/gems/judoscale-rack", "gem_uri": "https://rubygems.org/gems/judoscale-rack-1.8.3.gem", "homepage_uri": "https://judoscale.com", "wiki_uri": null, "documentation_uri": "https://judoscale.com/docs", "mailing_list_uri": null, "source_code_uri": "https://github.com/judoscale/judoscale-ruby", "bug_tracker_uri": "https://github.com/judoscale/judoscale-ruby/issues", "changelog_uri": "https://github.com/judoscale/judoscale-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "judoscale-ruby", "requirements": "= 1.8.3" }, { "name": "rack", "requirements": ">= 0" } ] } } |
2024-12-30 14:22:02 UTC |