Lastest updates from Rubygems.org
ID | Gem | Version | Body | Updated At |
---|---|---|---|---|
lA5tQ0zWiS7jRTa5oKuS1 |
brakeman-libBrakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This package declares gem dependencies instead of bundling them. |
7.0.1 | Content{ "name": "brakeman-lib", "downloads": 133836, "version": "7.0.1", "version_created_at": "2025-04-04T02:40:36.435Z", "version_downloads": 0, "platform": "ruby", "authors": "Justin Collins", "info": "Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This package declares gem dependencies instead of bundling them.", "licenses": [ "Brakeman Public Use License" ], "metadata": { "wiki_uri": "https://github.com/presidentbeef/brakeman/wiki", "homepage_uri": "https://brakemanscanner.org/", "changelog_uri": "https://github.com/presidentbeef/brakeman/releases", "bug_tracker_uri": "https://github.com/presidentbeef/brakeman/issues", "source_code_uri": "https://github.com/presidentbeef/brakeman", "mailing_list_uri": "https://gitter.im/presidentbeef/brakeman", "documentation_uri": "https://brakemanscanner.org/docs/" }, "yanked": false, "sha": "94c3b2801ce8c35db9354b778feb06dcfafc8273c3f09d398771912de793aa52", "spec_sha": "4c12c78347df30521a9fe16e438827d068ebf81b87e64957a4ca4598a0088722", "project_uri": "https://rubygems.org/gems/brakeman-lib", "gem_uri": "https://rubygems.org/gems/brakeman-lib-7.0.1.gem", "homepage_uri": "https://brakemanscanner.org/", "wiki_uri": "https://github.com/presidentbeef/brakeman/wiki", "documentation_uri": "https://brakemanscanner.org/docs/", "mailing_list_uri": "https://gitter.im/presidentbeef/brakeman", "source_code_uri": "https://github.com/presidentbeef/brakeman", "bug_tracker_uri": "https://github.com/presidentbeef/brakeman/issues", "changelog_uri": "https://github.com/presidentbeef/brakeman/releases", "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-ci", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "csv", "requirements": ">= 0" }, { "name": "erubis", "requirements": "~> 2.6" }, { "name": "haml", "requirements": "~> 5.1" }, { "name": "highline", "requirements": "~> 3.0" }, { "name": "parallel", "requirements": "~> 1.20" }, { "name": "prism", "requirements": "~> 1.0" }, { "name": "racc", "requirements": ">= 0" }, { "name": "rexml", "requirements": "~> 3.0" }, { "name": "ruby2ruby", "requirements": "~> 2.5.1" }, { "name": "ruby_parser", "requirements": "~> 3.20.2" }, { "name": "sexp_processor", "requirements": "~> 4.7" }, { "name": "slim", "requirements": ">= 1.3.6, < 5.3" }, { "name": "terminal-table", "requirements": "< 5.0" } ] } } |
2025-04-04 02:40:39 UTC |
m4b0KIGVSePfv_rm63T6F |
brakeman-minBrakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This version of the gem only requires the minimum number of dependencies. Use the 'brakeman' gem for a full install. |
7.0.1 | Content{ "name": "brakeman-min", "downloads": 338764, "version": "7.0.1", "version_created_at": "2025-04-04T02:40:24.768Z", "version_downloads": 0, "platform": "ruby", "authors": "Justin Collins", "info": "Brakeman detects security vulnerabilities in Ruby on Rails applications via static analysis. This version of the gem only requires the minimum number of dependencies. Use the 'brakeman' gem for a full install.", "licenses": [ "Brakeman Public Use License" ], "metadata": { "wiki_uri": "https://github.com/presidentbeef/brakeman/wiki", "homepage_uri": "https://brakemanscanner.org/", "changelog_uri": "https://github.com/presidentbeef/brakeman/releases", "bug_tracker_uri": "https://github.com/presidentbeef/brakeman/issues", "source_code_uri": "https://github.com/presidentbeef/brakeman", "mailing_list_uri": "https://gitter.im/presidentbeef/brakeman", "documentation_uri": "https://brakemanscanner.org/docs/" }, "yanked": false, "sha": "a3a9b3c2ecd5f34abbc689f14ad3abd7f4380a7ffcb21c2310f7a74efc543805", "spec_sha": "5fc5de7e7e83e88f7a6a98c3f9a867c835f2dc17f3d38ace8ac21d22ff47e62d", "project_uri": "https://rubygems.org/gems/brakeman-min", "gem_uri": "https://rubygems.org/gems/brakeman-min-7.0.1.gem", "homepage_uri": "https://brakemanscanner.org/", "wiki_uri": "https://github.com/presidentbeef/brakeman/wiki", "documentation_uri": "https://brakemanscanner.org/docs/", "mailing_list_uri": "https://gitter.im/presidentbeef/brakeman", "source_code_uri": "https://github.com/presidentbeef/brakeman", "bug_tracker_uri": "https://github.com/presidentbeef/brakeman/issues", "changelog_uri": "https://github.com/presidentbeef/brakeman/releases", "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-ci", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "parallel", "requirements": "~> 1.20" }, { "name": "racc", "requirements": ">= 0" }, { "name": "ruby2ruby", "requirements": "~> 2.5.1" }, { "name": "ruby_parser", "requirements": "~> 3.20.2" }, { "name": "sexp_processor", "requirements": "~> 4.7" } ] } } |
2025-04-04 02:40:27 UTC |
SgwXKZchz_Qcen4TJrV6Y |
mime-typesThe mime-types library provides a library and registry for information about MIME content type definitions. It can be used to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. Version 3.0 is a major release that requires Ruby 2.0 compatibility and removes deprecated functions. The columnar registry format introduced in 2.6 has been made the primary format; the registry data has been extracted from this library and put into {mime-types-data}[https://github.com/mime-types/mime-types-data]. Additionally, mime-types is now licensed exclusively under the MIT licence and there is a code of conduct in effect. There are a number of other smaller changes described in the History file. |
3.7.0.pre1 | Content{ "name": "mime-types", "downloads": 775353433, "version": "3.7.0.pre1", "version_created_at": "2025-04-04T02:39:09.639Z", "version_downloads": 0, "platform": "ruby", "authors": "Austin Ziegler", "info": "The mime-types library provides a library and registry for information about\nMIME content type definitions. It can be used to determine defined filename\nextensions for MIME types, or to use filename extensions to look up the likely\nMIME type definitions.\n\nVersion 3.0 is a major release that requires Ruby 2.0 compatibility and removes\ndeprecated functions. The columnar registry format introduced in 2.6 has been\nmade the primary format; the registry data has been extracted from this library\nand put into {mime-types-data}[https://github.com/mime-types/mime-types-data].\nAdditionally, mime-types is now licensed exclusively under the MIT licence and\nthere is a code of conduct in effect. There are a number of other smaller\nchanges described in the History file.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mime-types/ruby-mime-types/", "changelog_uri": "https://github.com/mime-types/ruby-mime-types/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/mime-types/ruby-mime-types/issues", "source_code_uri": "https://github.com/mime-types/ruby-mime-types/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4da8dd889219383de5c0dccc926af4fe7bbfad45ecf3d5e6f5d8912fcd4f0f35", "spec_sha": "abe8ad0f5e823fafb23de233d53483e0eb69bfe33c139feb37fec6659c85a2b0", "project_uri": "https://rubygems.org/gems/mime-types", "gem_uri": "https://rubygems.org/gems/mime-types-3.7.0.pre1.gem", "homepage_uri": "https://github.com/mime-types/ruby-mime-types/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mime-types/ruby-mime-types/", "bug_tracker_uri": "https://github.com/mime-types/ruby-mime-types/issues", "changelog_uri": "https://github.com/mime-types/ruby-mime-types/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.0" }, { "name": "hoe-halostatue", "requirements": "~> 2.0" }, { "name": "hoe-rubygems", "requirements": "~> 1.0" }, { "name": "minitest", "requirements": "~> 5.0" }, { "name": "minitest-autotest", "requirements": "~> 1.0" }, { "name": "minitest-focus", "requirements": "~> 1.0" }, { "name": "minitest-hooks", "requirements": "~> 1.4" }, { "name": "rake", "requirements": ">= 10.0, < 14" }, { "name": "rdoc", "requirements": ">= 0.0" }, { "name": "standard", "requirements": "~> 1.0" } ], "runtime": [ { "name": "logger", "requirements": ">= 0" }, { "name": "mime-types-data", "requirements": "~> 3.2025, >= 3.2025.0506.pre1" } ] } } |
2025-04-04 02:39:13 UTC |
Cfhahbv09CR4J_ctTVsMD |
mime-types-datamime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions. |
3.2025.0506.pre1 | Content{ "name": "mime-types-data", "downloads": 589969079, "version": "3.2025.0506.pre1", "version_created_at": "2025-04-04T02:34:45.547Z", "version_downloads": 0, "platform": "ruby", "authors": "Austin Ziegler", "info": "mime-types-data provides a registry for information about MIME media type\ndefinitions. It can be used with the Ruby mime-types library or other software\nto determine defined filename extensions for MIME types, or to use filename\nextensions to look up the likely MIME type definitions.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mime-types/mime-types-data/", "changelog_uri": "https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/mime-types/mime-types-data/issues", "source_code_uri": "https://github.com/mime-types/mime-types-data/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "a939959b56b69b3429b519b77ae199fa18771d827c44a4d95a97162f671fa58d", "spec_sha": "a90841b8777c878216819a8041a7ae634a3144b7ab0aeab30077a29c409de7ca", "project_uri": "https://rubygems.org/gems/mime-types-data", "gem_uri": "https://rubygems.org/gems/mime-types-data-3.2025.0506.pre1.gem", "homepage_uri": "https://github.com/mime-types/mime-types-data/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mime-types/mime-types-data/", "bug_tracker_uri": "https://github.com/mime-types/mime-types-data/issues", "changelog_uri": "https://github.com/mime-types/mime-types-data/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.0" }, { "name": "hoe-halostatue", "requirements": "~> 2.0" }, { "name": "mime-types", "requirements": ">= 3.4.0, < 4" }, { "name": "nokogiri", "requirements": "~> 1.6" }, { "name": "rake", "requirements": ">= 10.0, < 14" }, { "name": "standard", "requirements": "~> 1.0" } ], "runtime": [] } } |
2025-04-04 02:34:50 UTC |
XxVvvm15XoQLUNGfpcj4v |
pxs-formsGeneric form helpers |
0.1.4.6 | Content{ "name": "pxs-forms", "downloads": 5093, "version": "0.1.4.6", "version_created_at": "2025-04-04T02:31:09.601Z", "version_downloads": 0, "platform": "ruby", "authors": "Poubelle", "info": "Generic form helpers", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "ee71de1a95ef5b94ba69df4093628b7e95d3fa21b489bfd72e25070947b4c8d8", "spec_sha": "29baeaa37b6e8f302e8cfc2099531098019550f4fadd2d55049e55edf7c874ba", "project_uri": "https://rubygems.org/gems/pxs-forms", "gem_uri": "https://rubygems.org/gems/pxs-forms-0.1.4.6.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pxs-forms/0.1.4.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-04 02:31:14 UTC |
tg5mIiZRW_Q6uLqTOYmQH |
nrepl-lazuliA Ruby nREPL server, made to be used with Lazuli plug-in (but can be used with any nREPL client too) |
0.5.0 | Content{ "name": "nrepl-lazuli", "downloads": 4146, "version": "0.5.0", "version_created_at": "2025-04-04T02:15:37.991Z", "version_downloads": 0, "platform": "ruby", "authors": "Maurício Szabo", "info": "A Ruby nREPL server, made to be used with Lazuli plug-in (but can be used with any nREPL client too)", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://gitlab.com/clj-editors/nrepl-lazuli" }, "yanked": false, "sha": "7950c10b1f716069786658bb76e0bb09fd4cde9847947dbebd5b65f28faf9b4c", "spec_sha": "632be3e13859d014a6755732ee8225b695fcbe841fe54bf502f9e781fc104013", "project_uri": "https://rubygems.org/gems/nrepl-lazuli", "gem_uri": "https://rubygems.org/gems/nrepl-lazuli-0.5.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://gitlab.com/clj-editors/nrepl-lazuli", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-04 02:15:42 UTC |
FQode2ksXU__BvKIBs0or |
llm.rbllm.rb is a lightweight Ruby library that provides a common interface and set of functionality for multple Large Language Models (LLMs). It is designed to be simple, flexible, and easy to use. |
0.2.1 | Content{ "name": "llm.rb", "downloads": 241, "version": "0.2.1", "version_created_at": "2025-04-04T02:06:16.646Z", "version_downloads": 0, "platform": "ruby", "authors": "Antar Azri, 0x1eef", "info": "llm.rb is a lightweight Ruby library that provides a common interface and set of functionality for multple Large Language Models (LLMs). It is designed to be simple, flexible, and easy to use.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/llmrb/llm", "changelog_uri": "https://github.com/llmrb/llm/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/llmrb/llm" }, "yanked": false, "sha": "6dcfc561babd30f17b03bb07723664c08dd1cbade4c2fa49e1258d5e9bdefd4f", "spec_sha": "9a2496b023fbff54d0d3dc69759538ae16739c6e0b3c06b468b668a272934689", "project_uri": "https://rubygems.org/gems/llm.rb", "gem_uri": "https://rubygems.org/gems/llm.rb-0.2.1.gem", "homepage_uri": "https://github.com/llmrb/llm", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/llmrb/llm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/llmrb/llm/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "kramdown", "requirements": "~> 2.4" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "standard", "requirements": "~> 1.40" }, { "name": "test-cmd.rb", "requirements": "~> 0.12.0" }, { "name": "vcr", "requirements": "~> 6.0" }, { "name": "webmock", "requirements": "~> 3.24.0" }, { "name": "webrick", "requirements": "~> 1.8" }, { "name": "yard", "requirements": "~> 0.9.37" } ], "runtime": [ { "name": "json", "requirements": ">= 0" }, { "name": "net-http", "requirements": "~> 0.6.0" }, { "name": "yaml", "requirements": ">= 0" } ] } } |
2025-04-04 02:06:20 UTC |
iddnkrPCdhcfg4mH3B3uS |
ombu_labs-authHelps us authenticate teammates using GitHub Oauth and Devise |
1.1.0 | Content{ "name": "ombu_labs-auth", "downloads": 1571, "version": "1.1.0", "version_created_at": "2025-04-04T01:56:57.195Z", "version_downloads": 0, "platform": "ruby", "authors": "OmbuLabs", "info": "Helps us authenticate teammates using GitHub Oauth and Devise", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/fastruby/ombu_labs-auth/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/fastruby/ombu_labs-auth", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "e540cf6b00760cae45320cdb23f81753fe2595f2ae668bb683a04d5110f597de", "spec_sha": "72aa4d2441f913e864c9b8b349813963617fc60da2915e115fde531e026507a4", "project_uri": "https://rubygems.org/gems/ombu_labs-auth", "gem_uri": "https://rubygems.org/gems/ombu_labs-auth-1.1.0.gem", "homepage_uri": "https://github.com/fastruby/ombu_labs-auth", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/fastruby/ombu_labs-auth", "bug_tracker_uri": null, "changelog_uri": "https://github.com/fastruby/ombu_labs-auth/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "capybara", "requirements": ">= 0" }, { "name": "puma", "requirements": ">= 0" }, { "name": "webdrivers", "requirements": ">= 0" } ], "runtime": [ { "name": "devise", "requirements": "~> 4.9" }, { "name": "omniauth", "requirements": "~> 2.1.0" }, { "name": "omniauth-github", "requirements": "~> 2.0.0" }, { "name": "omniauth-rails_csrf_protection", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0, < 8.1" } ] } } |
2025-04-04 01:57:00 UTC |
q3btp4ZeKMUp43SItW02d |
unitf-tagAudio File Tagging |
0.2.1 | Content{ "name": "unitf-tag", "downloads": 9529, "version": "0.2.1", "version_created_at": "2025-04-04T01:20:22.704Z", "version_downloads": 0, "platform": "ruby", "authors": "Matt Baron", "info": "Audio File Tagging", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mattbaron/unitf-tag", "changelog_uri": "https://github.com/mattbaron/unitf-tag/CHANGELOG.md", "source_code_uri": "https://github.com/mattbaron/unitf-tag", "allowed_push_host": "https://www.rubygems.org" }, "yanked": false, "sha": "1e357691148b9657e7ad36e6b545285d0ab2741cd3356bd1dcc26bacf5c69a61", "spec_sha": "b0744979a6a708653d4ef48449ce8c5c3dd331a3b5d8a3811933cb5f6a9c949d", "project_uri": "https://rubygems.org/gems/unitf-tag", "gem_uri": "https://rubygems.org/gems/unitf-tag-0.2.1.gem", "homepage_uri": "https://github.com/mattbaron/unitf-tag", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mattbaron/unitf-tag", "bug_tracker_uri": null, "changelog_uri": "https://github.com/mattbaron/unitf-tag/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "logger", "requirements": ">= 0" }, { "name": "taglib-ruby", "requirements": "= 1.1.3" }, { "name": "unitf-logging", "requirements": ">= 0" } ] } } |
2025-04-04 01:20:25 UTC |
ArcxRuVNk0fS34jD3RrFX |
ip2location_io_rubyIP2Location.IO Ruby SDK allows user to query for an enriched data set based on IP address and provides WHOIS lookup api that helps users to obtain domain information. |
1.1.0 | Content{ "name": "ip2location_io_ruby", "downloads": 17055, "version": "1.1.0", "version_created_at": "2025-04-04T01:11:05.442Z", "version_downloads": 0, "platform": "ruby", "authors": "IP2Location", "info": "IP2Location.IO Ruby SDK allows user to query for an enriched data set based on IP address and provides WHOIS lookup api that helps users to obtain domain information.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.ip2location.io", "bug_tracker_uri": "https://github.com/ip2location/ip2location-io-ruby/issues", "source_code_uri": "https://github.com/ip2location/ip2location-io-ruby", "documentation_uri": "https://www.rubydoc.info/gems/ip2location_io_ruby" }, "yanked": false, "sha": "1666206c0fd3d72611ae4632ffc0e5b8fe2cd5c7bcdd6109e70fd71e4ef812ad", "spec_sha": "721b59e5e0a07ed1ed37de4f3495f3e46becb1533fa9443568d11182def0d2cf", "project_uri": "https://rubygems.org/gems/ip2location_io_ruby", "gem_uri": "https://rubygems.org/gems/ip2location_io_ruby-1.1.0.gem", "homepage_uri": "https://www.ip2location.io", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ip2location_io_ruby", "mailing_list_uri": null, "source_code_uri": "https://github.com/ip2location/ip2location-io-ruby", "bug_tracker_uri": "https://github.com/ip2location/ip2location-io-ruby/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "simpleidn", "requirements": "~> 0.2" } ] } } |
2025-04-04 01:11:07 UTC |
XbRPKIL6LUvodTLypEFCh |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:49.104Z", "version_downloads": 0, "platform": "aarch64-linux-android", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "e87c075681dc05cd405426158e928a37ba27e7ad1959a32b6f4cd8a5d9bcf055", "spec_sha": "a5f1b5400342f8c61fc0f1cefc186d97e48ab7514968c9c9dbfdc468234ab8a3", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-aarch64-linux-android.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:58:00 UTC |
ennJFy3VL9C-J_LQ1sZjm |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:47.239Z", "version_downloads": 0, "platform": "aarch64-linux-gnu", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "e5f9d222d7b933c2f6dc8682328750c26a7bdc5ede3666814fc8cd79d8e1f271", "spec_sha": "80fd65d6fd083546ef77dfaba76b7ff3bd6bad0bd0a7b7cb0720694bea67709b", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-aarch64-linux-gnu.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:59 UTC |
m650JO-PpsklYWqBVH1rE |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:45.618Z", "version_downloads": 0, "platform": "aarch64-linux-musl", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4122f185d049be7e28b288b876941d9234364c1f6d6dc012a6061a32ebf8d972", "spec_sha": "0fa640bb1a8bfa1c764459d2f60fad3c5110ba415fcd0312d9e8fb79b8c86098", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-aarch64-linux-musl.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:59 UTC |
d6PN9Tsu3mOwIMRzWREMp |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:43.779Z", "version_downloads": 0, "platform": "aarch64-mingw-ucrt", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "886b36ba1c36e88fce2b4de7690c327802af519531c559e274d4079efe2ef2f0", "spec_sha": "6645ec6a36a707bda2e8bca3c2aef3c08ea7682b1f5a55ef1e84d82d6d379ad6", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-aarch64-mingw-ucrt.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:58 UTC |
GUS05lME_Ue8W6w8DdHhd |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:41.646Z", "version_downloads": 0, "platform": "arm-linux-androideabi", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "3c2a2e7f46aa1946fc6d5f0a041be2956dc659f1aed4f4c32f27a5ea29919256", "spec_sha": "bf60a40158bd455adcdac1e9c281a113b35af115e9059520b9d0966a672a4527", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-arm-linux-androideabi.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:58 UTC |
VQzXhUC83YQ0bM_mZW-ub |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:39.731Z", "version_downloads": 0, "platform": "arm-linux-gnueabihf", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "eeaefe7d5e5c80c7c4232914b0d4bd6c0017c42c1665060d4ca9e3ebc0194e10", "spec_sha": "659b6102b8630e98dcc4ec9b7266d4aeaad448f12383020f2f837bac5fe3d561", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-arm-linux-gnueabihf.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:57 UTC |
YRXAO8mbW8hQ4vvRE54k_ |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:37.755Z", "version_downloads": 0, "platform": "arm-linux-musleabihf", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "73fc8e91cf0958e5ec74f643d0def572fe3c2ead21f31a38c17bd339d9fc6c30", "spec_sha": "4e52024991a441439c119e4c110879d270ba9d6a08f55db118784a6db4f9cef2", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-arm-linux-musleabihf.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:56 UTC |
iNXfnFx9mXI_btZCrLNhi |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:35.529Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "722cae205a971efb982e151a3d098e62b331d7b97525376a2fee5b2b84e6158d", "spec_sha": "05f5b45032f6a98b72fdca8e2f992e80b8356b9e237e645f4a7070c7e4307207", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-arm64-darwin.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:56 UTC |
p166gcZUgbRoisl230ER5 |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:33.430Z", "version_downloads": 0, "platform": "riscv64-linux-android", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "758663e7e9e2a51d30f9602b81fb30ca4c11ed89e44d0fd0d1a4e883f919e28b", "spec_sha": "7b94496f3359b0ce436eb0823e9e90a36cb6d172ed744f5726c90ff554c380fd", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-riscv64-linux-android.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:55 UTC |
WlqKkxcbOwSKifJiTt4kq |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:31.709Z", "version_downloads": 0, "platform": "riscv64-linux-gnu", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "11a75a50aebb19264a05e331e960b12f01db7237f2380a110b66a44b14973fb9", "spec_sha": "bcc12e24b89710ed0050c6231f1f1904f32532fc89cabfb3d806d49e405c0b81", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-riscv64-linux-gnu.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:54 UTC |
65yZgsH56vuRgB7xVFS6Y |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:29.600Z", "version_downloads": 0, "platform": "riscv64-linux-musl", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "f63e385d938b9f6387dc8d20bbbd91e75616deb3c76d51d18f8948321e802349", "spec_sha": "11761afd08c5133a53cf4f99b9e2fe0c05751e9ca1287134c7718f17aca202e0", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-riscv64-linux-musl.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:53 UTC |
UC47AsiYF_kQatxi5ygOP |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:27.461Z", "version_downloads": 0, "platform": "x64-mingw-ucrt", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "816bfd20eb3100e9333cbdb873d9c3f31def9d8d1794fb7eed05f639ab2965e5", "spec_sha": "b6cf48d426834b1ae231d5a553a68f0664c92a3c407b3a70483213eec5622e5a", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-x64-mingw-ucrt.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:53 UTC |
Yzml9dlGYm5E68QilWXU0 |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:25.262Z", "version_downloads": 0, "platform": "x86_64-darwin", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "92e64cf8358a439fed165995a0e3783464f7768882c07ae0f40af2a2eb906a58", "spec_sha": "55094c7ec3e0ba7d00314c7efcf15fcf5cec41f50a47141f062f9e45dae858fd", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-x86_64-darwin.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:47 UTC |
5B-6J2N9meHgC1UdCgIVV |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:23.092Z", "version_downloads": 0, "platform": "x86_64-linux-android", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "f3e8d3f579811ef61ee89eb5608c4b5070322d2d942f420aa2a2368dec8f9f76", "spec_sha": "dd4d1c10f7d7541149eb97072d26fe3b3f8c21a4f0d3dcbe2bc0df1c3fb02298", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-x86_64-linux-android.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:36 UTC |
xgKdhilWMxZUd4dNyPlyb |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:19.380Z", "version_downloads": 0, "platform": "x86_64-linux-gnu", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "7a62a2e706a457e063f2877a6953c1ae8fed60ffee312bcf3969810d54bd9b5f", "spec_sha": "fc24f0652db5bc8ab09f6a239eb32b34e0c04c39560034610eb2a0622dc64a00", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-x86_64-linux-gnu.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:31 UTC |
VVq0lNpXMctS4FKzLsZv9 |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:16.388Z", "version_downloads": 0, "platform": "x86_64-linux-musl", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "add22b474d0cbc66f9db3e38c7684fdf62ce0dd95726c68ec70489aebb4b590e", "spec_sha": "c5bbcdb33a162d909991a9d04f5fd85b1d30969f35ab974024aabde338adaf85", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3-x86_64-linux-musl.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" } ] } } |
2025-04-04 00:57:22 UTC |
d_nxGXvhyQZkfLU3SJk0l |
sass-embeddedA Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol. |
1.86.3 | Content{ "name": "sass-embedded", "downloads": 18771512, "version": "1.86.3", "version_created_at": "2025-04-04T00:57:13.591Z", "version_downloads": 0, "platform": "ruby", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "476dd84d18bf6e3f905f576da75eb723bbc7f76620eed5fec7c0f7bca674905a", "spec_sha": "a64ec53e04705c519851f6520b968af990ac34116cdc9cdcd188d2763a4a3095", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.86.3.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.86.3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.86.3", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.30" }, { "name": "rake", "requirements": ">= 13" } ] } } |
2025-04-04 00:57:17 UTC |
B_T2g4Sa6PqPBC3mUN8ZS |
unitf-tagAudio File Tagging |
0.2.0 | Content{ "name": "unitf-tag", "downloads": 9506, "version": "0.2.0", "version_created_at": "2025-04-04T00:45:35.375Z", "version_downloads": 0, "platform": "ruby", "authors": "Matt Baron", "info": "Audio File Tagging", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/mattbaron/unitf-tag", "changelog_uri": "https://github.com/mattbaron/unitf-tag/CHANGELOG.md", "source_code_uri": "https://github.com/mattbaron/unitf-tag", "allowed_push_host": "https://www.rubygems.org" }, "yanked": false, "sha": "7f0c71a245773af2913b8a0b858b221eb9db13e5b6f1c0676274362d77ddb944", "spec_sha": "364cf98ffb5c246e0c46253a999e35837ade46b226939d378ab5314a8bd76b74", "project_uri": "https://rubygems.org/gems/unitf-tag", "gem_uri": "https://rubygems.org/gems/unitf-tag-0.2.0.gem", "homepage_uri": "https://github.com/mattbaron/unitf-tag", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/mattbaron/unitf-tag", "bug_tracker_uri": null, "changelog_uri": "https://github.com/mattbaron/unitf-tag/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "logger", "requirements": ">= 0" }, { "name": "taglib-ruby", "requirements": "= 1.1.3" }, { "name": "unitf-logging", "requirements": ">= 0" } ] } } |
2025-04-04 00:45:38 UTC |
wJAwIOHyOHex8mKqPTiFj |
graphqlA plain-Ruby implementation of GraphQL. |
2.5.1 | Content{ "name": "graphql", "downloads": 139229140, "version": "2.5.1", "version_created_at": "2025-04-04T00:38:05.818Z", "version_downloads": 0, "platform": "ruby", "authors": "Robert Mosolgo", "info": "A plain-Ruby implementation of GraphQL.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://graphql-ruby.org", "changelog_uri": "https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/rmosolgo/graphql-ruby/issues", "source_code_uri": "https://github.com/rmosolgo/graphql-ruby", "mailing_list_uri": "https://buttondown.email/graphql-ruby", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "2eb0cdab9e257290eae2579c813611f6202a0f1e13e9063f41b0d3d454bc5344", "spec_sha": "3caa40c7f93a647099427c62baabc44ca901dccf1a0081286830974fd9efdb58", "project_uri": "https://rubygems.org/gems/graphql", "gem_uri": "https://rubygems.org/gems/graphql-2.5.1.gem", "homepage_uri": "https://graphql-ruby.org", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": "https://buttondown.email/graphql-ruby", "source_code_uri": "https://github.com/rmosolgo/graphql-ruby", "bug_tracker_uri": "https://github.com/rmosolgo/graphql-ruby/issues", "changelog_uri": "https://github.com/rmosolgo/graphql-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "benchmark-ips", "requirements": ">= 0" }, { "name": "concurrent-ruby", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 0" }, { "name": "graphql-batch", "requirements": ">= 0" }, { "name": "jekyll", "requirements": ">= 0" }, { "name": "jekyll-algolia", "requirements": ">= 0" }, { "name": "jekyll-redirect-from", "requirements": ">= 0" }, { "name": "jekyll-sass-converter", "requirements": "~> 2.2" }, { "name": "m", "requirements": "~> 1.5.0" }, { "name": "memory_profiler", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-focus", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "mutex_m", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rake-compiler", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "simplecov-lcov", "requirements": ">= 0" }, { "name": "undercover", "requirements": ">= 0" }, { "name": "webrick", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "base64", "requirements": ">= 0" }, { "name": "fiber-storage", "requirements": ">= 0" }, { "name": "logger", "requirements": ">= 0" } ] } } |
2025-04-04 00:38:12 UTC |
gzFwpvGulhaG1Nc8wuIfW |
ding_sdkDing Ruby SDK |
0.12.17 | Content{ "name": "ding_sdk", "downloads": 34847, "version": "0.12.17", "version_created_at": "2025-04-04T00:22:28.952Z", "version_downloads": 0, "platform": "ruby", "authors": "Ding", "info": "Ding Ruby SDK", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/ding-live/ding-ruby.git", "source_code_uri": "https://github.com/ding-live/ding-ruby.git", "documentation_uri": "https://github.com/ding-live/ding-ruby.git" }, "yanked": false, "sha": "b1da6ff9c803d4fe9d85995cc6a5fe0cadff72cd6b261ace1b11c8da0b19f92d", "spec_sha": "b88c5e893530122d555e0a784b81ccc7c6cdd57edf249d766321848589de56e2", "project_uri": "https://rubygems.org/gems/ding_sdk", "gem_uri": "https://rubygems.org/gems/ding_sdk-0.12.17.gem", "homepage_uri": "https://github.com/ding-live/ding-ruby.git", "wiki_uri": null, "documentation_uri": "https://github.com/ding-live/ding-ruby.git", "mailing_list_uri": null, "source_code_uri": "https://github.com/ding-live/ding-ruby.git", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-focus", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 1.73.2" }, { "name": "rubocop-minitest", "requirements": "~> 0.37.1" }, { "name": "sorbet", "requirements": ">= 0" }, { "name": "tapioca", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "faraday-retry", "requirements": "~> 2.2.1" }, { "name": "rack", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "sorbet-runtime", "requirements": ">= 0" } ] } } |
2025-04-04 00:22:31 UTC |
_fXiWSaenYmN24s-uD6oC |
trendRuby client for Trend, the time series API |
0.3.0 | Content{ "name": "trend", "downloads": 144180, "version": "0.3.0", "version_created_at": "2025-04-04T00:21:57.387Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Ruby client for Trend, the time series API", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "9bf54823102115489d2131e21002bf1907b6d92f729688860a3c07c937e9dfea", "spec_sha": "773ce542358ef7adbf05e403b7641aeee32f971b2eba03b33c196b7308600bb5", "project_uri": "https://rubygems.org/gems/trend", "gem_uri": "https://rubygems.org/gems/trend-0.3.0.gem", "homepage_uri": "https://github.com/ankane/trend-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/trend/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-04 00:22:02 UTC |
qzl8Qoj0dgDQarLWsbSeY |
plex_ruby_sdkRuby Client SDK Generated by Speakeasy |
0.8.1 | Content{ "name": "plex_ruby_sdk", "downloads": 2969, "version": "0.8.1", "version_created_at": "2025-04-04T00:11:10.867Z", "version_downloads": 0, "platform": "ruby", "authors": "LukeHagar", "info": "Ruby Client SDK Generated by Speakeasy", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/LukeHagar/plexruby.git", "source_code_uri": "https://github.com/LukeHagar/plexruby.git", "documentation_uri": "https://github.com/LukeHagar/plexruby.git" }, "yanked": false, "sha": "88f47754d8f19a560d8126b202cc8c4fdfb45de2e8d46110322d8e7c71eb3b0d", "spec_sha": "0dfb40cfb4458d8d25c66a35607e15fad98a99d22398804e98055614073cf942", "project_uri": "https://rubygems.org/gems/plex_ruby_sdk", "gem_uri": "https://rubygems.org/gems/plex_ruby_sdk-0.8.1.gem", "homepage_uri": "https://github.com/LukeHagar/plexruby.git", "wiki_uri": null, "documentation_uri": "https://github.com/LukeHagar/plexruby.git", "mailing_list_uri": null, "source_code_uri": "https://github.com/LukeHagar/plexruby.git", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-focus", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 1.73.2" }, { "name": "rubocop-minitest", "requirements": "~> 0.37.1" }, { "name": "sorbet", "requirements": ">= 0" }, { "name": "tapioca", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "faraday-retry", "requirements": "~> 2.2.1" }, { "name": "rack", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "sorbet-runtime", "requirements": ">= 0" } ] } } |
2025-04-04 00:11:15 UTC |
VwSHMQOAMIh-t3H8FlDKO |
ruboty-slack_eventsRuboty adapter with Slack Events API |
0.3.0 | Content{ "name": "ruboty-slack_events", "downloads": 298, "version": "0.3.0", "version_created_at": "2025-04-04T00:04:31.762Z", "version_downloads": 0, "platform": "ruby", "authors": "Tomoya Chiba", "info": "Ruboty adapter with Slack Events API", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/tomoasleep/ruboty-slack_events", "changelog_uri": "https://github.com/tomoasleep/ruboty-slack_events/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/tomoasleep/ruboty-slack_events", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "55844dafdfdc1ab469218281fec7968afbcd770a9fb977beca29b6929ef82e22", "spec_sha": "4031a7ce316aec0127687688c15448b500576ce413dc560ef9dee5436fd18138", "project_uri": "https://rubygems.org/gems/ruboty-slack_events", "gem_uri": "https://rubygems.org/gems/ruboty-slack_events-0.3.0.gem", "homepage_uri": "https://github.com/tomoasleep/ruboty-slack_events", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/tomoasleep/ruboty-slack_events", "bug_tracker_uri": null, "changelog_uri": "https://github.com/tomoasleep/ruboty-slack_events/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "async-websocket", "requirements": "~> 0.25" }, { "name": "ruboty", "requirements": ">= 1.1.4" }, { "name": "slack-ruby-client", "requirements": "~> 2.5" } ] } } |
2025-04-04 00:04:35 UTC |
75UlE-X7X4a1WAaab8dMx |
simple_cov-formatter-terminalPrint detailed code coverage info to the terminal |
1.9.0 | Content{ "name": "simple_cov-formatter-terminal", "downloads": 6359, "version": "1.9.0", "version_created_at": "2025-04-03T23:32:25.140Z", "version_downloads": 0, "platform": "ruby", "authors": "David Runger", "info": "Print detailed code coverage info to the terminal", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/davidrunger/simple_cov-formatter-terminal", "changelog_uri": "https://github.com/davidrunger/simple_cov-formatter-terminal/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/davidrunger/simple_cov-formatter-terminal", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d150330d6b772254ed271b4d04dd3dc6c062b15c5ff11605506ef6ba4f892316", "spec_sha": "fd2e6cb539053314e06d66c3c095252284dea86e29d6278928525ac431c001b8", "project_uri": "https://rubygems.org/gems/simple_cov-formatter-terminal", "gem_uri": "https://rubygems.org/gems/simple_cov-formatter-terminal-1.9.0.gem", "homepage_uri": "https://github.com/davidrunger/simple_cov-formatter-terminal", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/davidrunger/simple_cov-formatter-terminal", "bug_tracker_uri": null, "changelog_uri": "https://github.com/davidrunger/simple_cov-formatter-terminal/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 7.0.4" }, { "name": "memo_wise", "requirements": ">= 1.7.0" }, { "name": "rouge", "requirements": ">= 4.0.0" }, { "name": "rspec-core", "requirements": ">= 3.11.0" }, { "name": "runger_config", "requirements": ">= 3.0.0" }, { "name": "simplecov", "requirements": ">= 0.21.2" } ] } } |
2025-04-03 23:32:27 UTC |
mb9Ewmmp-pQJcVyLp23SB |
orb-billingRuby library to access the Orb API |
0.1.0.pre.alpha.37 | Content{ "name": "orb-billing", "downloads": 326, "version": "0.1.0.pre.alpha.37", "version_created_at": "2025-04-03T23:12:29.638Z", "version_downloads": 0, "platform": "ruby", "authors": "Orb", "info": "Ruby library to access the Orb API", "licenses": [], "metadata": { "homepage_uri": "https://gemdocs.org/gems/orb-billing", "source_code_uri": "https://github.com/orbcorp/orb-ruby", "rubygems_mfa_required": "false" }, "yanked": false, "sha": "062c7a20415843f0d2f76911aaec6e73b8534a4e6087b15336a1a2d528789724", "spec_sha": "b67a149c484268e5b84dfdbdfcfd9ffddfb50ad6514c9a76dd94b62c179fecd6", "project_uri": "https://rubygems.org/gems/orb-billing", "gem_uri": "https://rubygems.org/gems/orb-billing-0.1.0.pre.alpha.37.gem", "homepage_uri": "https://gemdocs.org/gems/orb-billing", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/orbcorp/orb-ruby", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "connection_pool", "requirements": ">= 0" } ] } } |
2025-04-03 23:12:32 UTC |
inMDwKhyQE3IiPdF6IHNg |
lithicRuby library to access the Lithic API |
0.1.0.pre.alpha.5 | Content{ "name": "lithic", "downloads": 289, "version": "0.1.0.pre.alpha.5", "version_created_at": "2025-04-03T22:36:55.537Z", "version_downloads": 0, "platform": "ruby", "authors": "Lithic", "info": "Ruby library to access the Lithic API", "licenses": [], "metadata": { "homepage_uri": "https://gemdocs.org/gems/lithic", "source_code_uri": "https://github.com/lithic-com/lithic-ruby", "rubygems_mfa_required": "false" }, "yanked": false, "sha": "ae35d285114ff9961a14563968a7df177a77e96b38da75828fe4147f783c4c98", "spec_sha": "81ee82ea7bb8d81bc6abbebc4ce4a213c0af35c11516a0323f8936d730577b97", "project_uri": "https://rubygems.org/gems/lithic", "gem_uri": "https://rubygems.org/gems/lithic-0.1.0.pre.alpha.5.gem", "homepage_uri": "https://gemdocs.org/gems/lithic", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/lithic-com/lithic-ruby", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "connection_pool", "requirements": ">= 0" } ] } } |
2025-04-03 22:37:01 UTC |
9lRCRPNdsJbWJ3Xm66Cci |
clockwork_webA web interface for Clockwork |
0.4.0 | Content{ "name": "clockwork_web", "downloads": 146252, "version": "0.4.0", "version_created_at": "2025-04-03T22:31:13.973Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "A web interface for Clockwork", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "3ceaefb3616ec7934fe3fe8f8828c3c5605ba62626990dc25914b61c88f5b7f7", "spec_sha": "49d3d414200bcc72ad0aad34ac24563d1c0c97f98b04cc8bca689b2747dc6beb", "project_uri": "https://rubygems.org/gems/clockwork_web", "gem_uri": "https://rubygems.org/gems/clockwork_web-0.4.0.gem", "homepage_uri": "https://github.com/ankane/clockwork_web", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/clockwork_web/0.4.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "clockwork", "requirements": ">= 3" }, { "name": "railties", "requirements": ">= 7.1" }, { "name": "safely_block", "requirements": ">= 0.4" } ] } } |
2025-04-03 22:31:17 UTC |
pu1-8KTJk6KhC7K2OUtCa |
libffmField-aware factorization machines for Ruby |
0.4.0 | Content{ "name": "libffm", "downloads": 8540, "version": "0.4.0", "version_created_at": "2025-04-03T22:30:04.780Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Field-aware factorization machines for Ruby", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "e75eb3823886c55a932268019d77e682cb688de0b74fe2972cdc402db3601d34", "spec_sha": "89bc233d5f58bba87169cb1c13f4be18d9c834f8b0a5000d6101d0b642c42e54", "project_uri": "https://rubygems.org/gems/libffm", "gem_uri": "https://rubygems.org/gems/libffm-0.4.0.gem", "homepage_uri": "https://github.com/ankane/libffm-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/libffm/0.4.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rice", "requirements": ">= 4.3.3" } ] } } |
2025-04-03 22:30:08 UTC |
V8R2DzwK6vLbqNEVXQpXe |
standalone-rubyMake your projects installation independent! |
1.3 | Content{ "name": "standalone-ruby", "downloads": 477, "version": "1.3", "version_created_at": "2025-04-03T22:29:42.700Z", "version_downloads": 0, "platform": "ruby", "authors": "Arda Tetik", "info": "Make your projects installation independent!", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/ardatetikbey/Standalone-Ruby", "changelog_uri": "https://github.com/ardatetikbey/Standalone-Ruby/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/ardatetikbey/Standalone-Ruby" }, "yanked": false, "sha": "6e04388420e74942e965bdb8c71c861caa6794b3d9f13545679da9b96743f18e", "spec_sha": "63c166acb7ca221d81115ec53e23450db3befa23d6c9da38ba189ccac66d81e2", "project_uri": "https://rubygems.org/gems/standalone-ruby", "gem_uri": "https://rubygems.org/gems/standalone-ruby-1.3.gem", "homepage_uri": "https://github.com/ardatetikbey/Standalone-Ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/ardatetikbey/Standalone-Ruby", "bug_tracker_uri": null, "changelog_uri": "https://github.com/ardatetikbey/Standalone-Ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 22:29:45 UTC |
1JYhGQR1I5jlPb8PSsndH |
ignite-clientRuby client for Apache Ignite |
0.3.0 | Content{ "name": "ignite-client", "downloads": 6214, "version": "0.3.0", "version_created_at": "2025-04-03T22:28:44.986Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Ruby client for Apache Ignite", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "6d6ece0b6baf20ee1f27b71a0b1ff43e2806859f74b7a0a5ac1075cb53a48c06", "spec_sha": "38062e1bd2582c70f24bb2fc1777f22550f898950212c9c559adc9ea7d48256b", "project_uri": "https://rubygems.org/gems/ignite-client", "gem_uri": "https://rubygems.org/gems/ignite-client-0.3.0.gem", "homepage_uri": "https://github.com/ankane/ignite-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ignite-client/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bigdecimal", "requirements": ">= 0" } ] } } |
2025-04-03 22:28:47 UTC |
qaipRo6Iom6-g7zsAkAA3 |
hexspaceRuby client for Apache Spark SQL and Apache Hive |
0.3.0 | Content{ "name": "hexspace", "downloads": 5078, "version": "0.3.0", "version_created_at": "2025-04-03T22:27:16.551Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Ruby client for Apache Spark SQL and Apache Hive", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "23cf3f07700beec75340fbfb40c13b00ae0609f13451004319207a1e2385fb84", "spec_sha": "ab90587160684b9ff0946d15749796f11d9b1446c2fdb08d7fc432112a41f701", "project_uri": "https://rubygems.org/gems/hexspace", "gem_uri": "https://rubygems.org/gems/hexspace-0.3.0.gem", "homepage_uri": "https://github.com/ankane/hexspace", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hexspace/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bigdecimal", "requirements": ">= 0" }, { "name": "thrift", "requirements": ">= 0.18" } ] } } |
2025-04-03 22:27:19 UTC |
XSsjHEivDJmriqeJq4QH4 |
datasketchesSketch data structures for Ruby |
0.5.0 | Content{ "name": "datasketches", "downloads": 37567, "version": "0.5.0", "version_created_at": "2025-04-03T22:26:20.089Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Sketch data structures for Ruby", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "256f8c705c9ce4ffceaaaf4363145db52cc8db5aff113ae96530e7b0eb2739a3", "spec_sha": "dbe82eca1ec6978e6c6616bbccfd7296c2f8db90f1c7185251488615821b531d", "project_uri": "https://rubygems.org/gems/datasketches", "gem_uri": "https://rubygems.org/gems/datasketches-0.5.0.gem", "homepage_uri": "https://github.com/ankane/datasketches-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/datasketches/0.5.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rice", "requirements": ">= 4.3.3" } ] } } |
2025-04-03 22:26:23 UTC |
FJyW8kRehzeKA7gty8yRx |
mmmdMMMD (short for Mark My Manuscript Down) is a Markdown processor (as in "parser and translator") with a CLI interface utility and multiple modes of output (currently HTML and terminal). |
0.1.3 | Content{ "name": "mmmd", "downloads": 550, "version": "0.1.3", "version_created_at": "2025-04-03T22:26:15.260Z", "version_downloads": 0, "platform": "ruby", "authors": "Yessiest", "info": "MMMD (short for Mark My Manuscript Down) is a Markdown processor\n(as in \"parser and translator\") with a CLI interface utility and\nmultiple modes of output (currently HTML and terminal).\n", "licenses": [ "AGPL-3.0-or-later" ], "metadata": {}, "yanked": false, "sha": "d68515481d45fb0a34ea25503a544bcc3d4549fae62a9bdf70e297a75e984791", "spec_sha": "9d1043a30465d2ce14649d8df89000220c838916379ee9c9ea11a5aa8c8fd072", "project_uri": "https://rubygems.org/gems/mmmd", "gem_uri": "https://rubygems.org/gems/mmmd-0.1.3.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/mmmd/0.1.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 22:26:17 UTC |
Wxb9GsahE025h1sonVNPM |
thundersvmHigh performance parallel SVMs for Ruby |
0.3.0 | Content{ "name": "thundersvm", "downloads": 9180, "version": "0.3.0", "version_created_at": "2025-04-03T22:25:19.675Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "High performance parallel SVMs for Ruby", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "0a44d6c44fc4abbe738fdef7349396510c63a982933dfc0fc463c56e5ebefa0a", "spec_sha": "5441abbec302a225cd36864a94b21ee1710f7986b8326f9ffe22a16ced61727d", "project_uri": "https://rubygems.org/gems/thundersvm", "gem_uri": "https://rubygems.org/gems/thundersvm-0.3.0.gem", "homepage_uri": "https://github.com/ankane/thundersvm-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/thundersvm/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "fiddle", "requirements": ">= 0" } ] } } |
2025-04-03 22:25:22 UTC |
m3N00atViTpvjQpbRYA0U |
tsneHigh performance t-SNE for Ruby |
0.3.0 | Content{ "name": "tsne", "downloads": 4434, "version": "0.3.0", "version_created_at": "2025-04-03T22:24:05.213Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "High performance t-SNE for Ruby", "licenses": [ "BSD-3-Clause" ], "metadata": {}, "yanked": false, "sha": "359ad9e6f94038ac8132a402db1e38998da685d38f9c6229de54fd1192f56de0", "spec_sha": "9d34291d65dd79b95ef896411ecfafe434bb96739f53e4eb64935abbe86d844a", "project_uri": "https://rubygems.org/gems/tsne", "gem_uri": "https://rubygems.org/gems/tsne-0.3.0.gem", "homepage_uri": "https://github.com/ankane/tsne-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/tsne/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "fiddle", "requirements": ">= 0" }, { "name": "numo-narray", "requirements": ">= 0" } ] } } |
2025-04-03 22:24:07 UTC |
KUz7Xl4xo_2ZTFGq-4yqc |
tag_ripperAdd tags to your Ruby code comments and then Rip the as lexical tokens |
0.1.0 | Content{ "name": "tag_ripper", "downloads": 0, "version": "0.1.0", "version_created_at": "2025-04-03T22:23:38.070Z", "version_downloads": 0, "platform": "ruby", "authors": "Gavin Morrice", "info": "Add tags to your Ruby code comments and then Rip the as lexical tokens", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/Bodacious/tag-ripper/", "changelog_uri": "https://github.com/Bodacious/tag-ripper/", "source_code_uri": "https://github.com/Bodacious/tag-ripper/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "970a7f6d4423caf1d4a831b34bf64f170f1b47efeab995c51cf9e7d74ce0ebff", "spec_sha": "cbf81c985d719a7908001a053e713519f30d64384e166770f2adbe9b1280addd", "project_uri": "https://rubygems.org/gems/tag_ripper", "gem_uri": "https://rubygems.org/gems/tag_ripper-0.1.0.gem", "homepage_uri": "https://github.com/Bodacious/tag-ripper/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Bodacious/tag-ripper/", "bug_tracker_uri": null, "changelog_uri": "https://github.com/Bodacious/tag-ripper/", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 22:23:41 UTC |
EdXWG67Q7_GQrhyy_Xi40 |
greenhatExperimental SOS and Log Parser for GitLab |
0.9.0 | Content{ "name": "greenhat", "downloads": 26039, "version": "0.9.0", "version_created_at": "2025-04-03T22:23:13.032Z", "version_downloads": 0, "platform": "ruby", "authors": "Davin Walker", "info": "Experimental SOS and Log Parser for GitLab", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4f657391f9e8a14e6961adc5c4a120ec4cdd41e0d6644d6e101ceb44e8caa803", "spec_sha": "c31d236edaf4872cda96235da5d749375efe9c9b4310114d18143cff1dc63efb", "project_uri": "https://rubygems.org/gems/greenhat", "gem_uri": "https://rubygems.org/gems/greenhat-0.9.0.gem", "homepage_uri": "https://gitlab.com/gitlab-com/support/toolbox/greenhat", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/greenhat/0.9.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": "~> 6.1" }, { "name": "activesupport", "requirements": "~> 6.1" }, { "name": "amazing_print", "requirements": "~> 1.3" }, { "name": "chartkick", "requirements": "~> 4.1" }, { "name": "concurrent-ruby", "requirements": "= 1.3.4" }, { "name": "did_you_mean", "requirements": "~> 2.0" }, { "name": "dotenv", "requirements": "~> 2.7" }, { "name": "gitlab_chronic_duration", "requirements": "~> 0.10.6" }, { "name": "hash_dot", "requirements": "~> 2.5" }, { "name": "oj", "requirements": "~> 3.11" }, { "name": "pastel", "requirements": "~> 0.8" }, { "name": "pry", "requirements": "~> 0.14" }, { "name": "puma", "requirements": "~> 5.6" }, { "name": "require_all", "requirements": "~> 3.0" }, { "name": "ruby_native_statistics", "requirements": "~> 0.10" }, { "name": "semantic", "requirements": "~> 1.6" }, { "name": "sinatra", "requirements": "~> 2.2" }, { "name": "slim", "requirements": "~> 4.1" }, { "name": "teron", "requirements": "~> 0.0.8" }, { "name": "tty-cursor", "requirements": "~> 0.7" }, { "name": "tty-pager", "requirements": "~> 0.14" }, { "name": "tty-platform", "requirements": "~> 0.3" }, { "name": "tty-progressbar", "requirements": "~> 0.18" }, { "name": "tty-prompt", "requirements": "~> 0.23" }, { "name": "tty-reader", "requirements": "~> 0.9" }, { "name": "tty-spinner", "requirements": "~> 0.9" }, { "name": "tty-table", "requirements": "~> 0.12" }, { "name": "tty-which", "requirements": "~> 0.5" } ] } } |
2025-04-03 22:23:18 UTC |
BT5GFGxxAApqkjgEhz8Hl |
mittensStemming for Ruby, powered by Snowball |
0.2.0 | Content{ "name": "mittens", "downloads": 7651, "version": "0.2.0", "version_created_at": "2025-04-03T22:23:05.615Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Stemming for Ruby, powered by Snowball", "licenses": [ "BSD-3-Clause" ], "metadata": {}, "yanked": false, "sha": "4a0b2394007a8eb3cab6d8894344689373bc1e205a83f619a2f48a238fa781fa", "spec_sha": "cf0f439aa7cffe4f044c517b3779ff4674c2d07661313f5a8828a074624eee8b", "project_uri": "https://rubygems.org/gems/mittens", "gem_uri": "https://rubygems.org/gems/mittens-0.2.0.gem", "homepage_uri": "https://github.com/ankane/mittens", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/mittens/0.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 22:23:09 UTC |
EWVVffd7oP3AtJFjOdxtp |
breakout-detectionBreakout detection for Ruby |
0.3.0 | Content{ "name": "breakout-detection", "downloads": 4511, "version": "0.3.0", "version_created_at": "2025-04-03T22:20:46.633Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Breakout detection for Ruby", "licenses": [ "GPL-2.0-or-later" ], "metadata": {}, "yanked": false, "sha": "cb5aa127203efa6e9037c6ab4e785553c5249b5f05dc07431d604d2feacccc3e", "spec_sha": "375eb9c8b5f16eda856a88232c934c08cbce3933c050a052330fd63b79c8a5c1", "project_uri": "https://rubygems.org/gems/breakout-detection", "gem_uri": "https://rubygems.org/gems/breakout-detection-0.3.0.gem", "homepage_uri": "https://github.com/ankane/breakout-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/breakout-detection/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rice", "requirements": ">= 4.3.3" } ] } } |
2025-04-03 22:20:51 UTC |
GQtSvpBq2c9Tuc69en3he |
midas-edgeEdge stream anomaly detection for Ruby |
0.5.0 | Content{ "name": "midas-edge", "downloads": 15988, "version": "0.5.0", "version_created_at": "2025-04-03T22:19:46.478Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Edge stream anomaly detection for Ruby", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "c129f0d38150d372ac500491140b909f4b27c5ba517d34c75681ae2695d67ada", "spec_sha": "129190ca7be5823022e45f304718376a91f27dee32aabb533e79fc43cfffbe39", "project_uri": "https://rubygems.org/gems/midas-edge", "gem_uri": "https://rubygems.org/gems/midas-edge-0.5.0.gem", "homepage_uri": "https://github.com/ankane/midas-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/midas-edge/0.5.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "numo-narray", "requirements": ">= 0" }, { "name": "rice", "requirements": ">= 4.3.3" } ] } } |
2025-04-03 22:19:49 UTC |
iJkptdEBP_L4hJYINryBd |
blingfireHigh speed text tokenization for Ruby |
0.3.0 | Content{ "name": "blingfire", "downloads": 2269748, "version": "0.3.0", "version_created_at": "2025-04-03T22:18:44.816Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "High speed text tokenization for Ruby", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "01a87bc173081120e631a01277be975f83f3fb35e3353b1851c567c159e0b2ff", "spec_sha": "ba13af74583509fe183799991baa802603211de44c7dcbcf07e3015fcb07c0f4", "project_uri": "https://rubygems.org/gems/blingfire", "gem_uri": "https://rubygems.org/gems/blingfire-0.3.0.gem", "homepage_uri": "https://github.com/ankane/blingfire-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/blingfire/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "fiddle", "requirements": ">= 0" } ] } } |
2025-04-03 22:18:47 UTC |
UCbw3Fm8UyHctExZWRy5A |
mapkick-staticCreate beautiful static maps with one line of Ruby |
0.2.0 | Content{ "name": "mapkick-static", "downloads": 11225, "version": "0.2.0", "version_created_at": "2025-04-03T22:16:08.266Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Create beautiful static maps with one line of Ruby", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "5c44551cee7bd324ad5f715fc2d7bf589ab237e26567991558ca86fb1aadd40e", "spec_sha": "3b52913715a5b1ab9703151b857e1604799ab90d0292bbc7c0ec9de32b2e92f4", "project_uri": "https://rubygems.org/gems/mapkick-static", "gem_uri": "https://rubygems.org/gems/mapkick-static-0.2.0.gem", "homepage_uri": "https://github.com/ankane/mapkick-static", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/mapkick-static/0.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 22:16:10 UTC |
zLbGoxPIH4FgL5w0fuMhr |
active_hllHyperLogLog for Rails and Postgres |
0.3.0 | Content{ "name": "active_hll", "downloads": 6049, "version": "0.3.0", "version_created_at": "2025-04-03T22:14:38.557Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "HyperLogLog for Rails and Postgres", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "c1dc787367e0f34208e03d05e9addd3fd26ffb91d8d1287fa3a6064988d1e7a0", "spec_sha": "2826febea49407e944640bbcf47758c2e2e127a64e02d4a58db3ae210f93d079", "project_uri": "https://rubygems.org/gems/active_hll", "gem_uri": "https://rubygems.org/gems/active_hll-0.3.0.gem", "homepage_uri": "https://github.com/ankane/active_hll", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/active_hll/0.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 7.1" } ] } } |
2025-04-03 22:14:41 UTC |
gsKn4aXs0CTkdNBD0wtiI |
str_enumString enums for Rails |
0.5.0 | Content{ "name": "str_enum", "downloads": 709826, "version": "0.5.0", "version_created_at": "2025-04-03T22:13:54.427Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "String enums for Rails", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "71c69e9da0d1f5b7372e4abf3c68c782d2eac77b58bd941749b6ddbd8d2d5c87", "spec_sha": "4167f7b1b65c87ab05ad2df4f510c97b5ff0d6324a5a2a59ee3e8932bd0779f5", "project_uri": "https://rubygems.org/gems/str_enum", "gem_uri": "https://rubygems.org/gems/str_enum-0.5.0.gem", "homepage_uri": "https://github.com/ankane/str_enum", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/str_enum/0.5.0", "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" } ] } } |
2025-04-03 22:13:56 UTC |
n87to-7pVhOp7gfXaWWK0 |
kms_encryptedSimple, secure key management for Lockbox and attr_encrypted |
1.7.0 | Content{ "name": "kms_encrypted", "downloads": 1773179, "version": "1.7.0", "version_created_at": "2025-04-03T22:12:55.047Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Simple, secure key management for Lockbox and attr_encrypted", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "30221d7f924f549ba00d8ba2d4941e51fa10f964b58f1c25feac167a0b734550", "spec_sha": "92ba0f12744c46c453d5545f8136bb685c31bf5e5306b059f8cee5807d31613d", "project_uri": "https://rubygems.org/gems/kms_encrypted", "gem_uri": "https://rubygems.org/gems/kms_encrypted-1.7.0.gem", "homepage_uri": "https://github.com/ankane/kms_encrypted", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/kms_encrypted/1.7.0", "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" }, { "name": "base64", "requirements": ">= 0" } ] } } |
2025-04-03 22:12:58 UTC |
CrTHFYn2_2cqajD0LcqtT |
files.comThe Files.com Ruby client. |
1.1.231 | Content{ "name": "files.com", "downloads": 727968, "version": "1.1.231", "version_created_at": "2025-04-03T22:12:03.583Z", "version_downloads": 0, "platform": "ruby", "authors": "files.com", "info": "The Files.com Ruby client.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "f747ce67ea9416c46a5f8242314532a44b27c844f70186e137549886d5af6d31", "spec_sha": "2923a89619cd6480e0538034e3e069c6566180c390a2831bd7063d674839cc2d", "project_uri": "https://rubygems.org/gems/files.com", "gem_uri": "https://rubygems.org/gems/files.com-1.1.231.gem", "homepage_uri": "https://www.files.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/files.com/1.1.231", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 2.8.0" }, { "name": "concurrent-ruby", "requirements": ">= 1.1.3" }, { "name": "faraday", "requirements": ">= 1.0.1" }, { "name": "faraday-multipart", "requirements": ">= 1.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 2.0" }, { "name": "net-http-persistent", "requirements": ">= 4.0" } ] } } |
2025-04-03 22:12:08 UTC |
bpG-mOJMZoZrilMYGDoP7 |
hypershieldShield sensitive data in Postgres and MySQL |
0.5.0 | Content{ "name": "hypershield", "downloads": 657316, "version": "0.5.0", "version_created_at": "2025-04-03T22:10:49.266Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Shield sensitive data in Postgres and MySQL", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "a47270785479f008d6a3e40ff82bfdda99576690a18dcce43471bd3596148155", "spec_sha": "b3c46c715ea7e3feb82cbe5099fe734753b881eca849ae129dd1199c5cd84f7a", "project_uri": "https://rubygems.org/gems/hypershield", "gem_uri": "https://rubygems.org/gems/hypershield-0.5.0.gem", "homepage_uri": "https://github.com/ankane/hypershield", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hypershield/0.5.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 7.1" } ] } } |
2025-04-03 22:10:51 UTC |
qr046tiNZUppiEuY1Q-9C |
prophet-rbTime series forecasting for Ruby |
0.6.0 | Content{ "name": "prophet-rb", "downloads": 163147, "version": "0.6.0", "version_created_at": "2025-04-03T22:09:44.486Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Time series forecasting for Ruby", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "8914535e507c59cfe11350ef150f39ceac870c2691d72b8236c7054f0e4f623d", "spec_sha": "4a42c6137349cb8a3d4f6bd7d4fbedfb64dd8d6ad0a416a3ab016ea8cf1d0b61", "project_uri": "https://rubygems.org/gems/prophet-rb", "gem_uri": "https://rubygems.org/gems/prophet-rb-0.6.0.gem", "homepage_uri": "https://github.com/ankane/prophet-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/prophet-rb/0.6.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "cmdstan", "requirements": ">= 0.2" }, { "name": "logger", "requirements": ">= 0" }, { "name": "numo-narray", "requirements": ">= 0.9.1.7" }, { "name": "rover-df", "requirements": ">= 0" } ] } } |
2025-04-03 22:09:47 UTC |
reEJhFriBx97VozO5nnVb |
hashicorp-checkpointInternal HashiCorp service to check version information |
0.1.6 | Content{ "name": "hashicorp-checkpoint", "downloads": 173847, "version": "0.1.6", "version_created_at": "2025-04-03T21:49:00.330Z", "version_downloads": 0, "platform": "ruby", "authors": "Mitchell Hashimoto", "info": "Internal HashiCorp service to check version information", "licenses": [ "MPL-2.0" ], "metadata": {}, "yanked": false, "sha": "928cea744b2eb0a05c7e97429e0fcb1a0ef8e0b02824271c61ff9cb2c9fe340c", "spec_sha": "acbbf714ce39db4acde6fe5fdb87eeefcc5c1ffbdcce474982f9e9ab15da051b", "project_uri": "https://rubygems.org/gems/hashicorp-checkpoint", "gem_uri": "https://rubygems.org/gems/hashicorp-checkpoint-0.1.6.gem", "homepage_uri": "http://www.hashicorp.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hashicorp-checkpoint/0.1.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rspec-its", "requirements": "~> 2.0" } ], "runtime": [] } } |
2025-04-03 21:49:04 UTC |
eWrjVqlp6OjKOYIvzD_vz |
jruby-launcherBuilds and installs a native launcher for JRuby on your system |
2.0.0.pre2 | Content{ "name": "jruby-launcher", "downloads": 4536362, "version": "2.0.0.pre2", "version_created_at": "2025-04-03T21:47:26.160Z", "version_downloads": 0, "platform": "java", "authors": "Nick Sieger, Vladimir Sizikov", "info": "Builds and installs a native launcher for JRuby on your system", "licenses": [], "metadata": {}, "yanked": false, "sha": "74c78c0ba1fcae53d4dd68408aabbdb689c0a97f92ed91c3dbc1a2192948734b", "spec_sha": "2670cea1c8be740d4a3cc23b752564b65d3746b48311f36d02e6e491ceccbd53", "project_uri": "https://rubygems.org/gems/jruby-launcher", "gem_uri": "https://rubygems.org/gems/jruby-launcher-2.0.0.pre2-java.gem", "homepage_uri": "http://jruby.org", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/jruby-launcher/2.0.0.pre2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 21:47:29 UTC |
-K883_91r12xN5hD7xeww |
pretenderLog in as another user in Rails |
0.6.0 | Content{ "name": "pretender", "downloads": 13300067, "version": "0.6.0", "version_created_at": "2025-04-03T21:31:25.891Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Log in as another user in Rails", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "d4528df42dd0dc5424b5d077a23435341d31ddee09bc54c8301691f55afda63d", "spec_sha": "e3e5ee0889b1b68107cfbc3d0416b0ce6cda0a784aa2a00e15ed6aee4aa7a227", "project_uri": "https://rubygems.org/gems/pretender", "gem_uri": "https://rubygems.org/gems/pretender-0.6.0.gem", "homepage_uri": "https://github.com/ankane/pretender", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pretender/0.6.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionpack", "requirements": ">= 7.1" } ] } } |
2025-04-03 21:31:29 UTC |
WgH0vb7oUH_Uw8OJdXzNg |
maxmind-dbA gem for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). |
1.3.2 | Content{ "name": "maxmind-db", "downloads": 9979607, "version": "1.3.2", "version_created_at": "2025-04-03T21:30:13.785Z", "version_downloads": 0, "platform": "ruby", "authors": "William Storey", "info": "A gem for reading MaxMind DB files. MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6).", "licenses": [ "Apache-2.0", "MIT" ], "metadata": { "homepage_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby", "changelog_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby/blob/main/CHANGELOG.md", "bug_tracker_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby/issues", "source_code_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby", "documentation_uri": "https://www.rubydoc.info/gems/maxmind-db", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8a058f47b6339c1a1a085afc78db34eba123b151802c08c308668549d17f140b", "spec_sha": "fc3cf0279931f794f7836ce9bf2a9acdc6c83efb24b886224d776f2fbcd72fbf", "project_uri": "https://rubygems.org/gems/maxmind-db", "gem_uri": "https://rubygems.org/gems/maxmind-db-1.3.2.gem", "homepage_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/maxmind-db", "mailing_list_uri": null, "source_code_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby", "bug_tracker_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby/issues", "changelog_uri": "https://github.com/maxmind/MaxMind-DB-Reader-ruby/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": ">= 0" } ], "runtime": [] } } |
2025-04-03 21:30:16 UTC |
_XxdA89oixliQ5dD4aQ-o |
notableTrack notable requests and background jobs |
0.6.0 | Content{ "name": "notable", "downloads": 221410, "version": "0.6.0", "version_created_at": "2025-04-03T21:29:58.808Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Track notable requests and background jobs", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "64dfd54821889f2bf9b4b8a2d5d8183f7585d0767183b06925e16ac3bedca006", "spec_sha": "ba037a653e36edf751b89059b1ad321cf624cf6156ccca8cba38bbc1979819bb", "project_uri": "https://rubygems.org/gems/notable", "gem_uri": "https://rubygems.org/gems/notable-0.6.0.gem", "homepage_uri": "https://github.com/ankane/notable", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/notable/0.6.0", "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" }, { "name": "safely_block", "requirements": ">= 0.4" } ] } } |
2025-04-03 21:30:01 UTC |
lPEPm9i6r3K-DiTqm8yA- |
searchjoySearch analytics made easy |
1.4.0 | Content{ "name": "searchjoy", "downloads": 1855100, "version": "1.4.0", "version_created_at": "2025-04-03T21:28:47.785Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Search analytics made easy", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "748df66a92437a110593b155d09b1063af5e1236ca294dd412853131ccd87ca6", "spec_sha": "67ad154d05471efab4c71fef8cfd5a52617cb8adebb2acfd551e7c6a0f8de8dd", "project_uri": "https://rubygems.org/gems/searchjoy", "gem_uri": "https://rubygems.org/gems/searchjoy-1.4.0.gem", "homepage_uri": "https://github.com/ankane/searchjoy", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/searchjoy/1.4.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 7.1" }, { "name": "chartkick", "requirements": ">= 5" }, { "name": "groupdate", "requirements": ">= 6" } ] } } |
2025-04-03 21:28:51 UTC |
JLPujIUv7UgS5JmAzU7q3 |
mailkickEmail subscriptions for Rails |
1.4.0 | Content{ "name": "mailkick", "downloads": 900292, "version": "1.4.0", "version_created_at": "2025-04-03T21:26:54.935Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Email subscriptions for Rails", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "3012b4a16d82e3242d6f621c6bbcc055e73c71ca05601562581a6c16fdaf654e", "spec_sha": "fd1d0e4072ffd708e233c6e521558ff90b9791849eacc161fe6dcc3c00b1bc54", "project_uri": "https://rubygems.org/gems/mailkick", "gem_uri": "https://rubygems.org/gems/mailkick-1.4.0.gem", "homepage_uri": "https://github.com/ankane/mailkick", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/mailkick/1.4.0", "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" } ] } } |
2025-04-03 21:26:58 UTC |
JYlia8iJqHShubO-MCnT8 |
shopify_apiThis gem allows Ruby developers to programmatically access the admin section of Shopify stores. |
14.9.0 | Content{ "name": "shopify_api", "downloads": 9295464, "version": "14.9.0", "version_created_at": "2025-04-03T21:22:57.791Z", "version_downloads": 0, "platform": "ruby", "authors": "Shopify", "info": "This gem allows Ruby developers to programmatically access the admin\nsection of Shopify stores.\n", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "613bba67c5d0e13e114a571d4aae13edb753ff6d89ff2724a294eaf454968fa3", "spec_sha": "10733091b4ec98a320905a9baa610e2235d8471528fa84fe1baf4efa6e279be6", "project_uri": "https://rubygems.org/gems/shopify_api", "gem_uri": "https://rubygems.org/gems/shopify_api-14.9.0.gem", "homepage_uri": "https://shopify.dev/docs/apps", "wiki_uri": "http://wiki.shopify.com/Shopify_App_Development", "documentation_uri": "http://api.shopify.com/", "mailing_list_uri": "https://groups.google.com/group/shopify-api", "source_code_uri": "https://github.com/shopify/shopify_api", "bug_tracker_uri": "", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "concurrent-ruby", "requirements": ">= 0" }, { "name": "hash_diff", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "jwt", "requirements": ">= 0" }, { "name": "oj", "requirements": ">= 0" }, { "name": "openssl", "requirements": ">= 0" }, { "name": "securerandom", "requirements": ">= 0" }, { "name": "sorbet-runtime", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": "~> 2.5" } ] } } |
2025-04-03 21:23:01 UTC |
JQ_1o-5wmR4IhU6Lag7QB |
httpxA client library for making HTTP requests from Ruby. |
1.4.4 | Content{ "name": "httpx", "downloads": 3555940, "version": "1.4.4", "version_created_at": "2025-04-03T21:18:17.727Z", "version_downloads": 0, "platform": "ruby", "authors": "Tiago Cardoso", "info": "A client library for making HTTP requests from Ruby.", "licenses": [ "Apache 2.0" ], "metadata": { "homepage_uri": "https://honeyryderchuck.gitlab.io/httpx/", "changelog_uri": "https://honeyryderchuck.gitlab.io/httpx/#release-notes", "bug_tracker_uri": "https://gitlab.com/os85/httpx/issues", "source_code_uri": "https://gitlab.com/os85/httpx", "documentation_uri": "https://honeyryderchuck.gitlab.io/httpx/rdoc/", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "a6300d18dbaed0af5f20b26c0afb838c33ec462c76706a8cfce5b424d8f2e90d", "spec_sha": "0d1991fcc24e0cca575f6c9f5f555ee47f756489205ef334354d1b1a874c5a1c", "project_uri": "https://rubygems.org/gems/httpx", "gem_uri": "https://rubygems.org/gems/httpx-1.4.4.gem", "homepage_uri": "https://honeyryderchuck.gitlab.io/httpx/", "wiki_uri": null, "documentation_uri": "https://honeyryderchuck.gitlab.io/httpx/rdoc/", "mailing_list_uri": null, "source_code_uri": "https://gitlab.com/os85/httpx", "bug_tracker_uri": "https://gitlab.com/os85/httpx/issues", "changelog_uri": "https://honeyryderchuck.gitlab.io/httpx/#release-notes", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "http-2", "requirements": ">= 1.0.0" } ] } } |
2025-04-03 21:18:22 UTC |
lOoD9M1563f1J87zIOEBZ |
ruby_conversationsA Rails engine for managing AI conversations with support for both |
1.0.6 | Content{ "name": "ruby_conversations", "downloads": 416, "version": "1.0.6", "version_created_at": "2025-04-03T21:05:07.546Z", "version_downloads": 0, "platform": "ruby", "authors": "Paul Shippy", "info": "A Rails engine for managing AI conversations with support for both ", "licenses": [ "None" ], "metadata": { "homepage_uri": "https://github.com/StrongMind/ruby-conversations", "changelog_uri": "https://github.com/StrongMind/ruby-conversations/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/StrongMind/ruby-conversations", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1f9e73913cb359d8404d89b4ccc676c21a3f811a3ed6814f5ee3bdbc3983836d", "spec_sha": "c6acd6b50a76e297d1ccda78bf07da70547cbfca97fa78fe29903ede3679d047", "project_uri": "https://rubygems.org/gems/ruby_conversations", "gem_uri": "https://rubygems.org/gems/ruby_conversations-1.0.6.gem", "homepage_uri": "https://github.com/StrongMind/ruby-conversations", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/StrongMind/ruby-conversations", "bug_tracker_uri": null, "changelog_uri": "https://github.com/StrongMind/ruby-conversations/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "bootsnap", "requirements": "~> 1.0" }, { "name": "database_cleaner-active_record", "requirements": ">= 0" }, { "name": "dotenv-rails", "requirements": ">= 0" }, { "name": "factory_bot_rails", "requirements": ">= 0" }, { "name": "parallel_tests", "requirements": ">= 0" }, { "name": "pg", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "rubocop-rails", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "shoulda-matchers", "requirements": ">= 0" }, { "name": "sqlite3", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": "~> 2.0" }, { "name": "jwt", "requirements": "~> 2.0" }, { "name": "rails", "requirements": ">= 7.0" }, { "name": "ruby_llm", "requirements": "~> 1.0" }, { "name": "zeitwerk", "requirements": "~> 2.5" } ] } } |
2025-04-03 21:05:10 UTC |
Z2xKOXwenoma0piqUBoI7 |
vernierNext-generation Ruby 3.2.1+ sampling profiler. Tracks multiple threads, GVL activity, GC pauses, idle time, and more. |
1.7.0 | Content{ "name": "vernier", "downloads": 1313982, "version": "1.7.0", "version_created_at": "2025-04-03T21:03:44.204Z", "version_downloads": 0, "platform": "ruby", "authors": "John Hawthorn", "info": "Next-generation Ruby 3.2.1+ sampling profiler. Tracks multiple threads, GVL activity, GC pauses, idle time, and more.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/jhawthorn/vernier", "changelog_uri": "https://github.com/jhawthorn/vernier", "source_code_uri": "https://github.com/jhawthorn/vernier" }, "yanked": false, "sha": "b64c3e0cf1ddf1842e0afca8b09b1664d391b22f0ebfcc924cc2fbb2536231d9", "spec_sha": "fde2129afce9c118c201050c6a90b7739add2ed0dd57e819b5dfbb051ecc33ea", "project_uri": "https://rubygems.org/gems/vernier", "gem_uri": "https://rubygems.org/gems/vernier-1.7.0.gem", "homepage_uri": "https://github.com/jhawthorn/vernier", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/jhawthorn/vernier", "bug_tracker_uri": null, "changelog_uri": "https://github.com/jhawthorn/vernier", "funding_uri": null, "dependencies": { "development": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "gvltest", "requirements": ">= 0" }, { "name": "rack", "requirements": ">= 0" } ], "runtime": [] } } |
2025-04-03 21:03:47 UTC |
LTDTKvU6RO52NcU1bLJei |
gamoraGamora aims to provide most of the functionality that is commonly required in an OIDC Client. |
0.14.1 | Content{ "name": "gamora", "downloads": 8516, "version": "0.14.1", "version_created_at": "2025-04-03T20:54:35.813Z", "version_downloads": 0, "platform": "ruby", "authors": "Alejandro Gutiérrez", "info": "Gamora aims to provide most of the functionality that is commonly required in an OIDC Client.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/amco/gamora-rb", "changelog_uri": "https://github.com/amco/gamora-rb/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/amco/gamora-rb", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "59980f7aa7e1bb436fdc7eaa1547e1d4027b09d34942cfe208bd123412e8703f", "spec_sha": "0d9853d704b886fe3d3e3c528830799c7739f44b171e61f545ca4bbe6df04b30", "project_uri": "https://rubygems.org/gems/gamora", "gem_uri": "https://rubygems.org/gems/gamora-0.14.1.gem", "homepage_uri": "https://github.com/amco/gamora-rb", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/amco/gamora-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/amco/gamora-rb/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "oauth2", "requirements": ">= 1.4" }, { "name": "rails", "requirements": ">= 6.0" } ] } } |
2025-04-03 20:54:39 UTC |
gtryIcOPjuJEFj-gPy50t |
omniai-googleAn implementation of OmniAI for Google |
2.2.2 | Content{ "name": "omniai-google", "downloads": 16262, "version": "2.2.2", "version_created_at": "2025-04-03T20:42:50.172Z", "version_downloads": 0, "platform": "ruby", "authors": "Kevin Sylvestre", "info": "An implementation of OmniAI for Google", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/ksylvest/omniai-google", "changelog_uri": "https://github.com/ksylvest/omniai-google/releases", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "a38308b07f916f3c3fe7e2a32711d06fe52f36f7c2769ca59e3f74309b966b7f", "spec_sha": "258681a8bb392e21e76b82da3f283e83b0dfe6709410e331e31df355084dde7e", "project_uri": "https://rubygems.org/gems/omniai-google", "gem_uri": "https://rubygems.org/gems/omniai-google-2.2.2.gem", "homepage_uri": "https://github.com/ksylvest/omniai-google", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/ksylvest/omniai-google/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "event_stream_parser", "requirements": ">= 0" }, { "name": "googleauth", "requirements": ">= 0" }, { "name": "omniai", "requirements": "~> 2.2" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } } |
2025-04-03 20:42:54 UTC |
U3iDOv7SPTVdjpAZypwdj |
svixSvix makes webhooks easy and reliable. Learn more at https://www.svix.com |
1.63.1 | Content{ "name": "svix", "downloads": 1494887, "version": "1.63.1", "version_created_at": "2025-04-03T20:41:51.329Z", "version_downloads": 0, "platform": "ruby", "authors": "Svix", "info": "Svix makes webhooks easy and reliable. Learn more at https://www.svix.com", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.svix.com", "changelog_uri": "https://github.com/svix/svix-libs/blob/main/ChangeLog.md", "source_code_uri": "https://github.com/svix/svix-libs", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "290fa01c933d66785003a41aa79f23fd790533d6b48dfe42a10ce64352282214", "spec_sha": "99040a420d3dad4d41a28f59128072bd5470dcbd8441f883ebdd52d9f3b2004f", "project_uri": "https://rubygems.org/gems/svix", "gem_uri": "https://rubygems.org/gems/svix-1.63.1.gem", "homepage_uri": "https://www.svix.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/svix/svix-libs", "bug_tracker_uri": null, "changelog_uri": "https://github.com/svix/svix-libs/blob/main/ChangeLog.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.2" }, { "name": "webmock", "requirements": "~> 3.25" } ], "runtime": [] } } |
2025-04-03 20:41:54 UTC |
7n4VtsXmBBXZ-td9sOdIz |
panda_palLTI mountable engine |
5.13.4 | Content{ "name": "panda_pal", "downloads": 280406, "version": "5.13.4", "version_created_at": "2025-04-03T20:37:39.911Z", "version_downloads": 0, "platform": "ruby", "authors": "Instructure CustomDev", "info": "LTI mountable engine", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "ae8be688a9f03340d0ef4534b0d43e2592861c4036153c6d4a980bba80fbdc73", "spec_sha": "df86dd94f462498ea825da9a6b17858d567eee7883546fbbfcc5728e3e01d5a8", "project_uri": "https://rubygems.org/gems/panda_pal", "gem_uri": "https://rubygems.org/gems/panda_pal-5.13.4.gem", "homepage_uri": "http://instructure.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/panda_pal/5.13.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "factory_girl_rails", "requirements": ">= 0" }, { "name": "mail", "requirements": "= 2.7.1" }, { "name": "pg", "requirements": ">= 0" }, { "name": "rails", "requirements": "~> 7.0" }, { "name": "redis", "requirements": ">= 4.2, < 5.0" }, { "name": "ros-apartment", "requirements": "~> 3.0" }, { "name": "ros-apartment-sidekiq", "requirements": "~> 1.2" }, { "name": "rspec-rails", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": "< 7.0" }, { "name": "sidekiq-scheduler", "requirements": ">= 0" } ], "runtime": [ { "name": "attr_encrypted", "requirements": "~> 4.0.0" }, { "name": "browser", "requirements": "= 2.5.0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "ims-lti", "requirements": "~> 1.2.4" }, { "name": "json-jwt", "requirements": ">= 0" }, { "name": "jwt", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 4.2" }, { "name": "ros-apartment", "requirements": "~> 3.0" }, { "name": "secure_headers", "requirements": "~> 6.1" } ] } } |
2025-04-03 20:37:43 UTC |
KhhAtSS0ysZxpn5Prl6n9 |
gelautoAutomatically annotate your code with Sorbet type definitions. |
2.2.0 | Content{ "name": "gelauto", "downloads": 50855, "version": "2.2.0", "version_created_at": "2025-04-03T20:34:48.349Z", "version_downloads": 0, "platform": "ruby", "authors": "Cameron Dutro", "info": "Automatically annotate your code with Sorbet type definitions.", "licenses": [], "metadata": {}, "yanked": false, "sha": "80d39921f261c2547a86e716cb9ab9143f909c27c1fa5515be9a75fe3052c2ae", "spec_sha": "8b50bac0139a268c93f29872c06b10127119c1744cdb0b51945c6d921e8a9e9b", "project_uri": "https://rubygems.org/gems/gelauto", "gem_uri": "https://rubygems.org/gems/gelauto-2.2.0.gem", "homepage_uri": "http://github.com/camertron/gelauto", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/gelauto/2.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "gli", "requirements": "~> 2.0" }, { "name": "parser", "requirements": "~> 3.0" } ] } } |
2025-04-03 20:34:52 UTC |
Owj7INzkkPm3sSWs6-whi |
omniaiAn interface for OpenAI's ChatGPT, Google's Gemini, Anthropic's Claude, Mistral's LeChat, etc. |
2.3.0 | Content{ "name": "omniai", "downloads": 30930, "version": "2.3.0", "version_created_at": "2025-04-03T20:26:31.807Z", "version_downloads": 0, "platform": "ruby", "authors": "Kevin Sylvestre", "info": "An interface for OpenAI's ChatGPT, Google's Gemini, Anthropic's Claude, Mistral's LeChat, etc.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/ksylvest/omniai", "changelog_uri": "https://github.com/ksylvest/omniai/releases", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1948d187e80a09ca3dbb0ec530d86927a558b20d3d388d8da36f5ed77b001a72", "spec_sha": "3d9b10076a3d2496c1382d7e914769bb94d6ba7349413cf29141e9188b8ed4a3", "project_uri": "https://rubygems.org/gems/omniai", "gem_uri": "https://rubygems.org/gems/omniai-2.3.0.gem", "homepage_uri": "https://github.com/ksylvest/omniai", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/ksylvest/omniai/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "event_stream_parser", "requirements": ">= 0" }, { "name": "http", "requirements": ">= 0" }, { "name": "logger", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } } |
2025-04-03 20:26:36 UTC |
jB9NILolT0aYQKOvlcDzO |
gusto_embedded_clientRuby Client SDK Generated by Speakeasy |
0.2.9 | Content{ "name": "gusto_embedded_client", "downloads": 520, "version": "0.2.9", "version_created_at": "2025-04-03T20:20:47.020Z", "version_downloads": 0, "platform": "ruby", "authors": "Gusto", "info": "Ruby Client SDK Generated by Speakeasy", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/Gusto/gusto-ruby-client.git", "source_code_uri": "https://github.com/Gusto/gusto-ruby-client.git", "documentation_uri": "https://github.com/Gusto/gusto-ruby-client.git" }, "yanked": false, "sha": "7cd5426c172e69622d71c83a46fb8fe8478437422ac0b88e1e86342d64ce288b", "spec_sha": "a9fe9299bb45d6ed31510ffa34331a46aac1a178389b00a7a0b37d537d73b928", "project_uri": "https://rubygems.org/gems/gusto_embedded_client", "gem_uri": "https://rubygems.org/gems/gusto_embedded_client-0.2.9.gem", "homepage_uri": "https://github.com/Gusto/gusto-ruby-client.git", "wiki_uri": null, "documentation_uri": "https://github.com/Gusto/gusto-ruby-client.git", "mailing_list_uri": null, "source_code_uri": "https://github.com/Gusto/gusto-ruby-client.git", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-focus", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 1.60.2" }, { "name": "sorbet", "requirements": ">= 0" }, { "name": "tapioca", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "rack", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "sorbet-runtime", "requirements": ">= 0" } ] } } |
2025-04-03 20:20:50 UTC |
o3wcVeK8RCP7oJ71VMWmk |
publishing_platform_api_adaptersAdapters to work with Publishing Platform APIs |
0.8.0 | Content{ "name": "publishing_platform_api_adapters", "downloads": 2114, "version": "0.8.0", "version_created_at": "2025-04-03T20:18:08.298Z", "version_downloads": 0, "platform": "ruby", "authors": "Publishing Platform", "info": "Adapters to work with Publishing Platform APIs", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "46161f2ba93e4c071654ae6fe4a562153c775562056cc566f4f247011f8c5ca0", "spec_sha": "20f8ce3e92b5b1514fc1b1d7fc1908200107b4393d0c163fe9c3098cf51e4b88", "project_uri": "https://rubygems.org/gems/publishing_platform_api_adapters", "gem_uri": "https://rubygems.org/gems/publishing_platform_api_adapters-0.8.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/publishing_platform_api_adapters/0.8.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "publishing_platform_rubocop", "requirements": ">= 0" } ], "runtime": [ { "name": "addressable", "requirements": ">= 0" }, { "name": "link_header", "requirements": ">= 0" }, { "name": "null_logger", "requirements": ">= 0" }, { "name": "publishing_platform_location", "requirements": ">= 0" }, { "name": "rest-client", "requirements": "~> 2.0" } ] } } |
2025-04-03 20:18:14 UTC |
2rWgL_GTzjFmFor5zhEkD |
limitableLimitable scans your ActiveRecord database schema for column size limits and defines corresponding model validations so that you don't have to. |
2.0.1 | Content{ "name": "limitable", "downloads": 3440, "version": "2.0.1", "version_created_at": "2025-04-03T20:02:38.598Z", "version_downloads": 0, "platform": "ruby", "authors": "Benjamin Melz", "info": "Limitable scans your ActiveRecord database schema for column size limits and defines corresponding model validations so that you don't have to. ", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/benmelz/limitable", "changelog_uri": "https://github.com/benmelz/limitable/blob/v2.0.1/CHANGELOG.md", "source_code_uri": "https://github.com/benmelz/limitable", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "15a8bf2abceccc079bca351a6dec319599d26359e4aa127fa9b8e314ebff4783", "spec_sha": "da62cba85c046114138cc6949e500ed50b9702a803bb0d843bd0560e4e3822fb", "project_uri": "https://rubygems.org/gems/limitable", "gem_uri": "https://rubygems.org/gems/limitable-2.0.1.gem", "homepage_uri": "https://github.com/benmelz/limitable", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/benmelz/limitable", "bug_tracker_uri": null, "changelog_uri": "https://github.com/benmelz/limitable/blob/v2.0.1/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 6, < 8.1" }, { "name": "i18n", "requirements": ">= 1.6, < 2" } ] } } |
2025-04-03 20:02:41 UTC |
xDZaxbgjOq4M1_ulIMj-o |
subscriptions_test_kitInferno test kit for FHIR R5-style Subscriptions |
0.11.1 | Content{ "name": "subscriptions_test_kit", "downloads": 1436, "version": "0.11.1", "version_created_at": "2025-04-03T19:44:44.472Z", "version_downloads": 0, "platform": "ruby", "authors": "Karl Naden, Emily Semple, Tom Strassner", "info": "Inferno test kit for FHIR R5-style Subscriptions", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/inferno-framework/subscriptions-test-kit", "source_code_uri": "https://github.com/inferno-framework/subscriptions-test-kit", "inferno_test_kit": "true" }, "yanked": false, "sha": "5b752e5be9e3a9ee75eadd168c4e86cbc6b9e675a2759557d8aacfd69ac240da", "spec_sha": "e04a8f6df249c6c2a2aadf88153b55d8b403385179f84353763b5d34bfbe7660", "project_uri": "https://rubygems.org/gems/subscriptions_test_kit", "gem_uri": "https://rubygems.org/gems/subscriptions_test_kit-0.11.1.gem", "homepage_uri": "https://github.com/inferno-framework/subscriptions-test-kit", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/inferno-framework/subscriptions-test-kit", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "inferno_core", "requirements": "~> 0.6.4" } ] } } |
2025-04-03 19:44:49 UTC |
jqKS-ubMBsNnOksfPPOO4 |
hmrc_ir_mark_calculatorIRmark calculator for HMRC Corporate Tax Submissions |
1.0.1 | Content{ "name": "hmrc_ir_mark_calculator", "downloads": 2834, "version": "1.0.1", "version_created_at": "2025-04-03T19:44:11.868Z", "version_downloads": 0, "platform": "ruby", "authors": "Midorya Izuku", "info": "IRmark calculator for HMRC Corporate Tax Submissions", "licenses": [], "metadata": {}, "yanked": false, "sha": "2ee5fa296532a35dda03fa82de66859a8bcf6b8b32cceb783f3d83656aa07d8e", "spec_sha": "bde3d28cc288b1574cfc6b5d9d8f93a46ea70f3d5d45e28e40a22c563f7169c5", "project_uri": "https://rubygems.org/gems/hmrc_ir_mark_calculator", "gem_uri": "https://rubygems.org/gems/hmrc_ir_mark_calculator-1.0.1.gem", "homepage_uri": "http://www.github.com/oluwadamilareolusakin/hmrc-irmark-calculator", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hmrc_ir_mark_calculator/1.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 19:44:15 UTC |
TeZpCoHBPtpflP42glluP |
pg_fulltextAllows simple searching with a variety of options |
1.1.1 | Content{ "name": "pg_fulltext", "downloads": 10893, "version": "1.1.1", "version_created_at": "2025-04-03T19:31:41.557Z", "version_downloads": 0, "platform": "ruby", "authors": "Adam Robertson", "info": "Allows simple searching with a variety of options", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/arcreative/pg_fulltext", "source_code_uri": "https://github.com/arcreative/pg_fulltext" }, "yanked": false, "sha": "cc692298085ba2d7e8fdb91982a9d944430f22c80d42916e7058d4c72c0f8341", "spec_sha": "18c343ec89271224a4bea37d56765115b0161e743559f2be7aa9bbdc23319f78", "project_uri": "https://rubygems.org/gems/pg_fulltext", "gem_uri": "https://rubygems.org/gems/pg_fulltext-1.1.1.gem", "homepage_uri": "https://github.com/arcreative/pg_fulltext", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/arcreative/pg_fulltext", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": ">= 0" }, { "name": "with_model", "requirements": ">= 0" } ], "runtime": [ { "name": "activerecord", "requirements": ">= 5.0" }, { "name": "activesupport", "requirements": ">= 5.0" } ] } } |
2025-04-03 19:31:46 UTC |
no83m5Ek6CmGCccGp4wYe |
strong_migrationsCatch unsafe migrations in development |
2.3.0 | Content{ "name": "strong_migrations", "downloads": 56168497, "version": "2.3.0", "version_created_at": "2025-04-03T19:28:05.990Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane, Bob Remeika, David Waller", "info": "Catch unsafe migrations in development", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "41e0ec98725dd0fd6d4b660b227619e355645baec248c966d13940c0b4be80fe", "spec_sha": "dab03523a2e108d76685f7acaef2a0fd782e62653bac7ddcaf07c6e9d03bc1cb", "project_uri": "https://rubygems.org/gems/strong_migrations", "gem_uri": "https://rubygems.org/gems/strong_migrations-2.3.0.gem", "homepage_uri": "https://github.com/ankane/strong_migrations", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/strong_migrations/2.3.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 7" } ] } } |
2025-04-03 19:28:10 UTC |
OCM77LqxnShldNCwq5gu7 |
pulp_container_clientFetch, Upload, Organize, and Distribute Software Packages |
2.22.2 | Content{ "name": "pulp_container_client", "downloads": 900622, "version": "2.22.2", "version_created_at": "2025-04-03T19:22:16.453Z", "version_downloads": 0, "platform": "ruby", "authors": "OpenAPI-Generator", "info": "Fetch, Upload, Organize, and Distribute Software Packages", "licenses": [ "GPLv2+" ], "metadata": {}, "yanked": false, "sha": "5c9f96082de8d2dc1b24519e18290fac9881d599973434cb657d0d4b468d7431", "spec_sha": "d53805b0b0822f141d2a9d8d913ad79c947638088842327a61b49e3c8972b614", "project_uri": "https://rubygems.org/gems/pulp_container_client", "gem_uri": "https://rubygems.org/gems/pulp_container_client-2.22.2.gem", "homepage_uri": "https://github.com/pulp/pulp_container", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pulp_container_client/2.22.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 1.0.1, < 2.0" }, { "name": "json", "requirements": "~> 2.1, >= 2.1.0" } ] } } |
2025-04-03 19:22:20 UTC |
jBBIGbIOOsLli0gqyiQtw |
searchkickIntelligent search made easy with Rails and Elasticsearch or OpenSearch |
5.5.0 | Content{ "name": "searchkick", "downloads": 19852826, "version": "5.5.0", "version_created_at": "2025-04-03T19:20:47.231Z", "version_downloads": 0, "platform": "ruby", "authors": "Andrew Kane", "info": "Intelligent search made easy with Rails and Elasticsearch or OpenSearch", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "62851dcc78b349a675b112c0f80581a295db5aeffab08ee8d6e4581a8485f7b0", "spec_sha": "8a0c1af2cbbc9115343ad9c5d3f9f3b60d7b4bdb2d4eb23399766359249a04ba", "project_uri": "https://rubygems.org/gems/searchkick", "gem_uri": "https://rubygems.org/gems/searchkick-5.5.0.gem", "homepage_uri": "https://github.com/ankane/searchkick", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/searchkick/5.5.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activemodel", "requirements": ">= 7.1" }, { "name": "hashie", "requirements": ">= 0" } ] } } |
2025-04-03 19:20:51 UTC |
saQk3uCNtTW0JnTgEQUKY |
playbook_ui_docsDisplay all the components from Playbook UI inside your own system. |
14.17.0.pre.alpha.play1499backgroundkitoverlay7110 | Content{ "name": "playbook_ui_docs", "downloads": 265373, "version": "14.17.0.pre.alpha.play1499backgroundkitoverlay7110", "version_created_at": "2025-04-03T19:14:03.536Z", "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": "53c823a3611519efc1765ccc86644129c921c125b95c7c84c631121927e7ad4c", "spec_sha": "633baa2d5633eae279a921a99520f3a86f453be9f083f08c1cad6f7afb7cf4c8", "project_uri": "https://rubygems.org/gems/playbook_ui_docs", "gem_uri": "https://rubygems.org/gems/playbook_ui_docs-14.17.0.pre.alpha.play1499backgroundkitoverlay7110.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui_docs/14.17.0.pre.alpha.play1499backgroundkitoverlay7110", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "playbook_ui", "requirements": ">= 0" } ] } } |
2025-04-03 19:14:08 UTC |
0MaO1CnghkS13VJRxw0yA |
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.17.0.pre.alpha.play1499backgroundkitoverlay7110 | Content{ "name": "playbook_ui", "downloads": 1382301, "version": "14.17.0.pre.alpha.play1499backgroundkitoverlay7110", "version_created_at": "2025-04-03T19:13:59.228Z", "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": "68270094f2b4db3a82a22b97434b6fb1544ac96351a7a2588498f0f763d7a6a4", "spec_sha": "2734cec57ff442ee677b7b622c5fe3ffd7f6ee0bc79dcd4f9bf9b97727b74604", "project_uri": "https://rubygems.org/gems/playbook_ui", "gem_uri": "https://rubygems.org/gems/playbook_ui-14.17.0.pre.alpha.play1499backgroundkitoverlay7110.gem", "homepage_uri": "https://playbook.powerapp.cloud/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playbook_ui/14.17.0.pre.alpha.play1499backgroundkitoverlay7110", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "brakeman", "requirements": "= 7.0.0" }, { "name": "byebug", "requirements": ">= 11.0.0" }, { "name": "github_changelog_generator", "requirements": "= 1.15.2" }, { "name": "rails", "requirements": ">= 5.2.4.5" }, { "name": "rspec-html-matchers", "requirements": "= 0.9.1" }, { "name": "rspec-rails", "requirements": "~> 3.8, >= 3.8.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "rubocop-performance", "requirements": "~> 1.11.5" }, { "name": "tzinfo-data", "requirements": "= 1.2018.9" }, { "name": "will_paginate", "requirements": "= 3.3.1" } ], "runtime": [ { "name": "actionpack", "requirements": ">= 5.2.4.5" }, { "name": "actionview", "requirements": ">= 5.2.4.5" }, { "name": "activesupport", "requirements": ">= 5.2.4.5" }, { "name": "react-rails", "requirements": "= 2.6.1" }, { "name": "view_component", "requirements": "= 2.83.0" }, { "name": "webpacker-react", "requirements": "~> 0.3.2" } ] } } |
2025-04-03 19:14:05 UTC |
-B5ZZ6AnuZgFbwOpDWOJE |
nats_messagingA service to send and receive messages on a Rails application using NATS |
1.1.1 | Content{ "name": "nats_messaging", "downloads": 2470, "version": "1.1.1", "version_created_at": "2025-04-03T19:13:05.737Z", "version_downloads": 0, "platform": "ruby", "authors": "Bea Graboloza", "info": "A service to send and receive messages on a Rails application using NATS", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "dffe57fe2753f5eb40c37b7c763fa90e5777736316cb98c46d7a1b30177ff413", "spec_sha": "be2ecccb9702469622bd454b30333678cbb11e1af933ff005fd65babf67d8148", "project_uri": "https://rubygems.org/gems/nats_messaging", "gem_uri": "https://rubygems.org/gems/nats_messaging-1.1.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/nats_messaging/1.1.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "nats-pure", "requirements": "~> 2.4.0" } ] } } |
2025-04-03 19:13:09 UTC |
h_k3N5Aj779yOoCe5W7Ez |
pay-asaasAsaas payment processor for pay gem (Payments engine for Ruby on Rails). |
0.1.0 | Content{ "name": "pay-asaas", "downloads": 125, "version": "0.1.0", "version_created_at": "2025-04-03T19:10:37.062Z", "version_downloads": 0, "platform": "ruby", "authors": "PedroAugustoRamalhoDuarte", "info": "Asaas payment processor for pay gem (Payments engine for Ruby on Rails).", "licenses": [ "MIT" ], "metadata": { "github_repo": "https://github.com/PedroAugustoRamalhoDuarte/pay-asaas", "homepage_uri": "https://github.com/PedroAugustoRamalhoDuarte/pay-asaas", "changelog_uri": "https://github.com/PedroAugustoRamalhoDuarte/pay-asaas", "source_code_uri": "https://github.com/PedroAugustoRamalhoDuarte/pay-asaas", "allowed_push_host": "https://rubygems.org/" }, "yanked": false, "sha": "ecfb53c9028b9d867174627f4d4f56b78cdf997b3515d9ba71afbf381f5bf3e0", "spec_sha": "562df6144435e6be92648139332ffaaf24ad22be4644e75b17c4ad1e063c9440", "project_uri": "https://rubygems.org/gems/pay-asaas", "gem_uri": "https://rubygems.org/gems/pay-asaas-0.1.0.gem", "homepage_uri": "https://github.com/PedroAugustoRamalhoDuarte/pay-asaas", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/PedroAugustoRamalhoDuarte/pay-asaas", "bug_tracker_uri": null, "changelog_uri": "https://github.com/PedroAugustoRamalhoDuarte/pay-asaas", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "pay", "requirements": "~> 8" } ] } } |
2025-04-03 19:10:40 UTC |
2qyTtt3HhOHSEmKPOVttb |
aws-partitionsProvides interfaces to enumerate AWS partitions, regions, and services. |
1.1081.0 | Content{ "name": "aws-partitions", "downloads": 1172025180, "version": "1.1081.0", "version_created_at": "2025-04-03T19:06:48.093Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Provides interfaces to enumerate AWS partitions, regions, and services.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions" }, "yanked": false, "sha": "1998de915246f3dacf47cb766ff45c44b6edb9c59ff66234e4b7361f2acc3fae", "spec_sha": "aeba0b34e74f44c2aff2981829578458b255947ae2d981c491b8ec67f5d6edd6", "project_uri": "https://rubygems.org/gems/aws-partitions", "gem_uri": "https://rubygems.org/gems/aws-partitions-1.1081.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-partitions/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } } |
2025-04-03 19:07:17 UTC |
Pz3ixxQHYigZyunbW8is6 |
aws-sdk-sagemakerOfficial AWS Ruby gem for Amazon SageMaker Service (SageMaker). This gem is part of the AWS SDK for Ruby. |
1.300.0 | Content{ "name": "aws-sdk-sagemaker", "downloads": 81045860, "version": "1.300.0", "version_created_at": "2025-04-03T19:06:48.122Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon SageMaker Service (SageMaker). This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemaker/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemaker" }, "yanked": false, "sha": "a650ba0df9fcc16b021a3ea9b2814709ceaa7303b4377586c85deed8b0eac18d", "spec_sha": "f6410b941e1a207911a6ff9d2d64f6969a8ce2074326189ff63b8fcc7688eabc", "project_uri": "https://rubygems.org/gems/aws-sdk-sagemaker", "gem_uri": "https://rubygems.org/gems/aws-sdk-sagemaker-1.300.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemaker", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sagemaker/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:16 UTC |
icRrazM5UvET6U54EGCev |
aws-sdk-route53Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the AWS SDK for Ruby. |
1.112.0 | Content{ "name": "aws-sdk-route53", "downloads": 110746451, "version": "1.112.0", "version_created_at": "2025-04-03T19:06:48.161Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon Route 53 (Route 53). This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53" }, "yanked": false, "sha": "f7e959f3e24e439d3fcbfaa4ad535000c639d0be7c27d9643e8b66b0be34f683", "spec_sha": "7642f4dbd1a00264720554e823e281d17489ffcfc2d09036d860b15d9118002f", "project_uri": "https://rubygems.org/gems/aws-sdk-route53", "gem_uri": "https://rubygems.org/gems/aws-sdk-route53-1.112.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:16 UTC |
_0MMpNaoxr3MWRZU8zm9o |
aws-sdk-opensearchserviceOfficial AWS Ruby gem for Amazon OpenSearch Service. This gem is part of the AWS SDK for Ruby. |
1.66.0 | Content{ "name": "aws-sdk-opensearchservice", "downloads": 23399553, "version": "1.66.0", "version_created_at": "2025-04-03T19:06:48.107Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon OpenSearch Service. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opensearchservice/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opensearchservice" }, "yanked": false, "sha": "93030c0166041e07b446066684b75300371c41700049054b66f54e55577e5818", "spec_sha": "71ede2b2568d46259c75ef4793ac7bbd2f62f9abe80295ca31c04eca180e465c", "project_uri": "https://rubygems.org/gems/aws-sdk-opensearchservice", "gem_uri": "https://rubygems.org/gems/aws-sdk-opensearchservice-1.66.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opensearchservice", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-opensearchservice/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:16 UTC |
yJ5g72OI1hzd5tlIehoYI |
aws-sdk-transcribeserviceOfficial AWS Ruby gem for Amazon Transcribe Service. This gem is part of the AWS SDK for Ruby. |
1.117.0 | Content{ "name": "aws-sdk-transcribeservice", "downloads": 75264726, "version": "1.117.0", "version_created_at": "2025-04-03T19:06:48.187Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon Transcribe Service. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribeservice/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribeservice" }, "yanked": false, "sha": "e252cd3fc6e6e16a1ca42e63cf9130637548442385b2876b7527a125d1005774", "spec_sha": "ddaac9bdf6b0b94b4a46389c8708d33fe0adee53ee9900e027e0b8ecbd84a686", "project_uri": "https://rubygems.org/gems/aws-sdk-transcribeservice", "gem_uri": "https://rubygems.org/gems/aws-sdk-transcribeservice-1.117.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribeservice", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-transcribeservice/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:15 UTC |
LkowoXhav_FSDoD7c7orW |
aws-sdk-bedrockagentOfficial AWS Ruby gem for Agents for Amazon Bedrock. This gem is part of the AWS SDK for Ruby. |
1.53.0 | Content{ "name": "aws-sdk-bedrockagent", "downloads": 3655122, "version": "1.53.0", "version_created_at": "2025-04-03T19:06:48.108Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Agents for Amazon Bedrock. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockagent/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockagent" }, "yanked": false, "sha": "bbdbde02a269f22206a4f8defd623d994692170fcf32059915b64c66771b9881", "spec_sha": "f7d5115851d713e2d9d0b94b8b479a56181a5e9e260f1a14af32e7b9b887bbab", "project_uri": "https://rubygems.org/gems/aws-sdk-bedrockagent", "gem_uri": "https://rubygems.org/gems/aws-sdk-bedrockagent-1.53.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockagent", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-bedrockagent/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:15 UTC |
OeFzI_A0QiuPmXj6F0rRU |
aws-sdk-sesv2Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES V2). This gem is part of the AWS SDK for Ruby. |
1.74.0 | Content{ "name": "aws-sdk-sesv2", "downloads": 48227459, "version": "1.74.0", "version_created_at": "2025-04-03T19:06:48.079Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon Simple Email Service (Amazon SES V2). This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sesv2/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sesv2" }, "yanked": false, "sha": "dc594593b7f6703f75b11832efe3208cb57cb3a6834f275c388c4c41be9f1239", "spec_sha": "4f61a1b6fa877b75346137f350712e5fc17009e1d472eb64ca666e1f11b13613", "project_uri": "https://rubygems.org/gems/aws-sdk-sesv2", "gem_uri": "https://rubygems.org/gems/aws-sdk-sesv2-1.74.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sesv2", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-sesv2/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:14 UTC |
eq9I7W5q_4lkoQ88EU3qg |
aws-sdk-mailmanagerOfficial AWS Ruby gem for MailManager. This gem is part of the AWS SDK for Ruby. |
1.23.0 | Content{ "name": "aws-sdk-mailmanager", "downloads": 1996171, "version": "1.23.0", "version_created_at": "2025-04-03T19:06:48.140Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for MailManager. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mailmanager/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mailmanager" }, "yanked": false, "sha": "1dafe656fb24d15ec81aa98e635f0b833ee1e6fff58cfbba08070a5c61c850d1", "spec_sha": "f9824add1e9bafabaf81873e272a946d452868a07218921f16e363d67c6b8711", "project_uri": "https://rubygems.org/gems/aws-sdk-mailmanager", "gem_uri": "https://rubygems.org/gems/aws-sdk-mailmanager-1.23.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mailmanager", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mailmanager/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:13 UTC |
uXZg0XhB185A044keQ8SS |
aws-sdk-chimesdkvoiceOfficial AWS Ruby gem for Amazon Chime SDK Voice. This gem is part of the AWS SDK for Ruby. |
1.38.0 | Content{ "name": "aws-sdk-chimesdkvoice", "downloads": 11440705, "version": "1.38.0", "version_created_at": "2025-04-03T19:06:48.087Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon Chime SDK Voice. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkvoice/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkvoice" }, "yanked": false, "sha": "bd48b1410734d369185aa22b2d590c3ed2ed956e5a23ad4deb7667499a138184", "spec_sha": "5020e88b65ef5521eab128f3d2e13374b1a8efaea7284bee1e977284b1d06ae5", "project_uri": "https://rubygems.org/gems/aws-sdk-chimesdkvoice", "gem_uri": "https://rubygems.org/gems/aws-sdk-chimesdkvoice-1.38.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkvoice", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-chimesdkvoice/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.216.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } } |
2025-04-03 19:07:13 UTC |
agnJsQNczzBtuCqwKOZLL |
ariadne_view_componentsViewComponents + TailwindCSS + Stimulus |
0.0.96.8 | Content{ "name": "ariadne_view_components", "downloads": 186484, "version": "0.0.96.8", "version_created_at": "2025-04-03T19:00:58.707Z", "version_downloads": 0, "platform": "ruby", "authors": "Garen J. Torikian", "info": "ViewComponents + TailwindCSS + Stimulus", "licenses": [ "AGPL-3.0-or-later" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "253f303fdb0ac30440bd1969fa17d77fb0e2547a39bcdff5d8d71786b86001b6", "spec_sha": "be88a3f266f99cc96935e7a9dba5296d9f18125eaac1bed95a1cdbf8f8f26482", "project_uri": "https://rubygems.org/gems/ariadne_view_components", "gem_uri": "https://rubygems.org/gems/ariadne_view_components-0.0.96.8.gem", "homepage_uri": "https://github.com/yettoapp/ariadne", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ariadne_view_components/0.0.96.8", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionview", "requirements": ">= 7.0" }, { "name": "activesupport", "requirements": ">= 7.0" }, { "name": "dry-initializer", "requirements": "~> 3.1" }, { "name": "heroicons_helper", "requirements": "~> 0.8" }, { "name": "tailwind_merge", "requirements": "~> 1.0" }, { "name": "view_component", "requirements": "~> 3.0" }, { "name": "view_component-contrib", "requirements": "~> 0.2" } ] } } |
2025-04-03 19:01:03 UTC |
A5As2xtwlCJlpvgQz3zVx |
rapid_stackIt's your entire technical stack, from cloud architecture to databases, from server-side services to client interfaces, all unified into one cohesive system. Think of it as your development blueprint that ensures consistency, accelerates learning, and eliminates the guesswork from building modern applications. Whether you're starting a new project or scaling an existing one, Rapid Stack gives you the confidence to build faster and smarter, with every component perfectly orchestrated. |
1.0.6 | Content{ "name": "rapid_stack", "downloads": 1105, "version": "1.0.6", "version_created_at": "2025-04-03T18:50:10.006Z", "version_downloads": 0, "platform": "ruby", "authors": "Kingsley Ijomah", "info": "It's your entire technical stack, from cloud architecture to databases, from server-side services to client interfaces, all unified into one cohesive system.\n\nThink of it as your development blueprint that ensures consistency, accelerates learning, and eliminates the guesswork from building modern applications. Whether you're starting a new project or scaling an existing one, Rapid Stack gives you the confidence to build faster and smarter, with every component perfectly orchestrated.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/kingsley-ijomah/rapid_stack", "changelog_uri": "https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.6/CHANGELOG.md", "source_code_uri": "https://github.com/kingsley-ijomah/rapid_stack/tree/v1.0.6", "documentation_uri": "https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.6/README.md" }, "yanked": false, "sha": "e6dba0e28e75b2f3aebf51de21f5ca9c53015ea063daee3c2b7c661a04b1f223", "spec_sha": "85d8936cafda67d0e66a33421a7bdb13d570c814186e96f96daa3cd51e4c0e05", "project_uri": "https://rubygems.org/gems/rapid_stack", "gem_uri": "https://rubygems.org/gems/rapid_stack-1.0.6.gem", "homepage_uri": "https://github.com/kingsley-ijomah/rapid_stack", "wiki_uri": null, "documentation_uri": "https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.6/README.md", "mailing_list_uri": null, "source_code_uri": "https://github.com/kingsley-ijomah/rapid_stack/tree/v1.0.6", "bug_tracker_uri": null, "changelog_uri": "https://github.com/kingsley-ijomah/rapid_stack/blob/v1.0.6/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "~> 1.21" } ], "runtime": [ { "name": "jwt", "requirements": "~> 2.7" }, { "name": "rails", "requirements": "~> 8.0, >= 8.0.1" }, { "name": "thor", "requirements": "~> 1.0" }, { "name": "vault", "requirements": "~> 0.18.0" } ] } } |
2025-04-03 18:50:13 UTC |
wHwLD3h7_AqfUIjqgfGvR |
openapi_contractsOpenapi schemas as API contracts |
0.16.0 | Content{ "name": "openapi_contracts", "downloads": 63570, "version": "0.16.0", "version_created_at": "2025-04-03T18:45:32.367Z", "version_downloads": 0, "platform": "ruby", "authors": "mkon", "info": "Openapi schemas as API contracts", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1eb6fa0ee34c62e8875651ddd3cd95753a9329b0046be63e72f951cb8d169d3b", "spec_sha": "2f5dc96ffa1d6d3db32b2b0c0fdf5bb22545e99c82dce75e33b044fe658e64e0", "project_uri": "https://rubygems.org/gems/openapi_contracts", "gem_uri": "https://rubygems.org/gems/openapi_contracts-0.16.0.gem", "homepage_uri": "https://github.com/mkon/openapi_contracts", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/openapi_contracts/0.16.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "json_spec", "requirements": "~> 1.1.5" }, { "name": "rspec", "requirements": "~> 3.13.0" }, { "name": "rubocop", "requirements": "= 1.64.1" }, { "name": "rubocop-rspec", "requirements": "= 2.31.0" }, { "name": "simplecov", "requirements": "~> 0.22.0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 6.1, < 8.1" }, { "name": "json_schemer", "requirements": ">= 2.1, < 2.4" }, { "name": "openapi_parameters", "requirements": ">= 0.3.3, < 0.4" }, { "name": "rack", "requirements": ">= 2.0.0" } ] } } |
2025-04-03 18:45:34 UTC |