Rubyhooks

Lastest updates from Rubygems.org

ID Gem Version Body Updated At
8D1T_F-uc1ahDaivWV2n-

resend

The Ruby and Rails SDK for resend.com

0.16.0
Content{ "name": "resend", "downloads": 53159, "version": "0.16.0", "version_created_at": "2024-12-24T14:43:45.458Z", "version_downloads": 0, "platform": "ruby", "authors": "Derich Pacheco", "info": "The Ruby and Rails SDK for resend.com", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "b9c17d831b25a665bdaa14ee5167741c21f8e60371c8aee36adfa7c2b3588dcd", "spec_sha": "92175b63c2520f97665f5e550f06750db482e783fd60d45b449ce3c9ced88f75", "project_uri": "https://rubygems.org/gems/resend", "gem_uri": "https://rubygems.org/gems/resend-0.16.0.gem", "homepage_uri": "https://github.com/resend/resend-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/resend/0.16.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rails", "requirements": ">= 0" } ], "runtime": [ { "name": "httparty", "requirements": ">= 0.21.0" } ] } }
2024-12-24 14:43:48 UTC
qd_PHcf3iGjdK8yDFDr3o

pry

Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.

0.15.2
Content{ "name": "pry", "downloads": 473712371, "version": "0.15.2", "version_created_at": "2024-12-24T14:40:07.350Z", "version_downloads": 0, "platform": "ruby", "authors": "John Mair (banisterfiend), Conrad Irwin, Ryan Fitzgerald, Kyrylo Silin", "info": "Pry is a runtime developer console and IRB alternative with powerful\nintrospection capabilities. Pry aims to be more than an IRB replacement. It is\nan attempt to bring REPL driven programming to the Ruby language.\n", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/pry/pry/issues", "source_code_uri": "https://github.com/pry/pry" }, "yanked": false, "sha": "12d54b8640d3fa29c9211dd4ffb08f3fd8bf7a4fd9b5a73ce5b59c8709385b6b", "spec_sha": "0362d82c1d3ce05352bf6ca69b505d760de2131f04a0d2027dcdb7fdc4d458fc", "project_uri": "https://rubygems.org/gems/pry", "gem_uri": "https://rubygems.org/gems/pry-0.15.2.gem", "homepage_uri": "http://pry.github.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/pry/pry", "bug_tracker_uri": "https://github.com/pry/pry/issues", "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "coderay", "requirements": "~> 1.1" }, { "name": "method_source", "requirements": "~> 1.0" } ] } }
2024-12-24 14:40:10 UTC
GK819jVznHw2LL6A2ukrx

pry

Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.

0.15.2
Content{ "name": "pry", "downloads": 473712371, "version": "0.15.2", "version_created_at": "2024-12-24T14:39:45.356Z", "version_downloads": 0, "platform": "java", "authors": "John Mair (banisterfiend), Conrad Irwin, Ryan Fitzgerald, Kyrylo Silin", "info": "Pry is a runtime developer console and IRB alternative with powerful\nintrospection capabilities. Pry aims to be more than an IRB replacement. It is\nan attempt to bring REPL driven programming to the Ruby language.\n", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/pry/pry/issues", "source_code_uri": "https://github.com/pry/pry" }, "yanked": false, "sha": "855f3b57563bacac46d49f58ecc9650a3d7f798dffafbdf392ff1b26a3fa180c", "spec_sha": "7f218240778a8fc52702e66f89885c753e0aec1e5bce7a043d11a38f6557b80e", "project_uri": "https://rubygems.org/gems/pry", "gem_uri": "https://rubygems.org/gems/pry-0.15.2-java.gem", "homepage_uri": "http://pry.github.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/pry/pry", "bug_tracker_uri": "https://github.com/pry/pry/issues", "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "coderay", "requirements": "~> 1.1" }, { "name": "method_source", "requirements": "~> 1.0" }, { "name": "spoon", "requirements": "~> 0.0" } ] } }
2024-12-24 14:39:50 UTC
yaupDJ2lvg-4slpX-AiRi

administrate

Administrate is heavily inspired by projects like Rails Admin and ActiveAdmin, but aims to provide a better user experience for site admins, and to be easier for developers to customize. To do that, we're following a few simple rules: - No DSLs (domain-specific languages) - Support the simplest use cases, and let the user override defaults with standard tools such as plain Rails controllers and views. - Break up the library into core components and plugins, so each component stays small and easy to maintain.

1.0.0.beta3
Content{ "name": "administrate", "downloads": 5336978, "version": "1.0.0.beta3", "version_created_at": "2024-12-24T14:29:34.794Z", "version_downloads": 0, "platform": "ruby", "authors": "Nick Charlton, Grayson Wright", "info": "Administrate is heavily inspired by projects like Rails Admin and ActiveAdmin,\nbut aims to provide a better user experience for site admins,\nand to be easier for developers to customize.\n\nTo do that, we're following a few simple rules:\n\n- No DSLs (domain-specific languages)\n- Support the simplest use cases,\n and let the user override defaults with standard tools\n such as plain Rails controllers and views.\n- Break up the library into core components and plugins,\n so each component stays small and easy to maintain.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "4c77257136814ea138babc374c98258fd88862a20bb866d0a6b8f68d52ff8b53", "spec_sha": "779efaae12c56be64a9b9220c117fdac9355ffadbb495420430961598bdc9d10", "project_uri": "https://rubygems.org/gems/administrate", "gem_uri": "https://rubygems.org/gems/administrate-1.0.0.beta3.gem", "homepage_uri": "https://administrate-demo.herokuapp.com/", "wiki_uri": "", "documentation_uri": "https://administrate-docs.herokuapp.com/", "mailing_list_uri": "", "source_code_uri": "https://github.com/thoughtbot/administrate", "bug_tracker_uri": "https://github.com/thoughtbot/administrate/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "actionpack", "requirements": ">= 6.0, < 9.0" }, { "name": "actionview", "requirements": ">= 6.0, < 9.0" }, { "name": "activerecord", "requirements": ">= 6.0, < 9.0" }, { "name": "kaminari", "requirements": "~> 1.2.2" } ] } }
2024-12-24 14:29:37 UTC
ip6GIz4bG_u3VFLlyPOkI

rubocop-on-rbs

RuboCop extension for RBS file.

1.3.0
Content{ "name": "rubocop-on-rbs", "downloads": 13579, "version": "1.3.0", "version_created_at": "2024-12-24T14:26:53.673Z", "version_downloads": 0, "platform": "ruby", "authors": "ksss", "info": "RuboCop extension for RBS file.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/ksss/rubocop-on-rbs", "changelog_uri": "https://github.com/ksss/rubocop-on-rbs", "source_code_uri": "https://github.com/ksss/rubocop-on-rbs", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "90ba6d6ff6be2ee594143470ae3a332ed4ca29b611f856eb38f8bfba2d2ada1f", "spec_sha": "e92a45c10218818ffd266f9d3b26211ce08f8a67afc55819c0f68ab07124f9ea", "project_uri": "https://rubygems.org/gems/rubocop-on-rbs", "gem_uri": "https://rubygems.org/gems/rubocop-on-rbs-1.3.0.gem", "homepage_uri": "https://github.com/ksss/rubocop-on-rbs", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/ksss/rubocop-on-rbs", "bug_tracker_uri": null, "changelog_uri": "https://github.com/ksss/rubocop-on-rbs", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rbs", "requirements": "~> 3.5" }, { "name": "rubocop", "requirements": "~> 1.61" }, { "name": "zlib", "requirements": ">= 0" } ] } }
2024-12-24 14:26:57 UTC
vhjBp8tY9OzCEk5ntsIYP

pry

Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.

0.15.1
Content{ "name": "pry", "downloads": 473708086, "version": "0.15.1", "version_created_at": "2024-12-24T13:59:40.708Z", "version_downloads": 0, "platform": "ruby", "authors": "John Mair (banisterfiend), Conrad Irwin, Ryan Fitzgerald, Kyrylo Silin", "info": "Pry is a runtime developer console and IRB alternative with powerful\nintrospection capabilities. Pry aims to be more than an IRB replacement. It is\nan attempt to bring REPL driven programming to the Ruby language.\n", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/pry/pry/issues", "source_code_uri": "https://github.com/pry/pry" }, "yanked": false, "sha": "ec150995932e27d879d5e63e02bc25eb0f5d4e0be2ceab2bdc97d0362f3bc528", "spec_sha": "a4c0fbb4761054312d2f08bfb74b7d201a9a6ed1aec9314a07132e54005be706", "project_uri": "https://rubygems.org/gems/pry", "gem_uri": "https://rubygems.org/gems/pry-0.15.1.gem", "homepage_uri": "http://pry.github.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/pry/pry", "bug_tracker_uri": "https://github.com/pry/pry/issues", "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "coderay", "requirements": "~> 1.1" }, { "name": "method_source", "requirements": "~> 1.0" } ] } }
2024-12-24 13:59:44 UTC
_478DVkTrxg-62r0Pmv-i

pry

Pry is a runtime developer console and IRB alternative with powerful introspection capabilities. Pry aims to be more than an IRB replacement. It is an attempt to bring REPL driven programming to the Ruby language.

0.15.1
Content{ "name": "pry", "downloads": 473708086, "version": "0.15.1", "version_created_at": "2024-12-24T13:59:24.625Z", "version_downloads": 0, "platform": "java", "authors": "John Mair (banisterfiend), Conrad Irwin, Ryan Fitzgerald, Kyrylo Silin", "info": "Pry is a runtime developer console and IRB alternative with powerful\nintrospection capabilities. Pry aims to be more than an IRB replacement. It is\nan attempt to bring REPL driven programming to the Ruby language.\n", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/pry/pry/issues", "source_code_uri": "https://github.com/pry/pry" }, "yanked": false, "sha": "110f5c13b684f2376115f872461d4f060f43a5d382441c5d2e141a2c8a89dd5a", "spec_sha": "a1cc4ef2a62d2817438b74bdcafef6b3ff93786a84c0777ed97ff1f999677c2b", "project_uri": "https://rubygems.org/gems/pry", "gem_uri": "https://rubygems.org/gems/pry-0.15.1-java.gem", "homepage_uri": "http://pry.github.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/pry/pry", "bug_tracker_uri": "https://github.com/pry/pry/issues", "changelog_uri": "https://github.com/pry/pry/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "coderay", "requirements": "~> 1.1" }, { "name": "method_source", "requirements": "~> 1.0" }, { "name": "spoon", "requirements": "~> 0.0" } ] } }
2024-12-24 13:59:28 UTC
F7n_50ppybidhwRtA9CEn

feed2gram

Reads an Atom feed and posts its entries to Instagram

1.4.0
Content{ "name": "feed2gram", "downloads": 3275, "version": "1.4.0", "version_created_at": "2024-12-24T13:58:25.819Z", "version_downloads": 0, "platform": "ruby", "authors": "Justin Searls", "info": "Reads an Atom feed and posts its entries to Instagram", "licenses": [ "GPL-3.0-or-later" ], "metadata": { "homepage_uri": "https://github.com/searls/feed2gram", "changelog_uri": "https://github.com/searls/feed2gram/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/searls/feed2gram" }, "yanked": false, "sha": "85d4e9f8771764361fd6093d9ac17baecaa347da8796bf4da4bd456a61fd4777", "spec_sha": "9f14e9cae7a0b6f9ee391400ddf2ab1e928b72dd3e43768164f763b95695a754", "project_uri": "https://rubygems.org/gems/feed2gram", "gem_uri": "https://rubygems.org/gems/feed2gram-1.4.0.gem", "homepage_uri": "https://github.com/searls/feed2gram", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/searls/feed2gram", "bug_tracker_uri": null, "changelog_uri": "https://github.com/searls/feed2gram/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "nokogiri", "requirements": "~> 1.15" } ] } }
2024-12-24 13:58:29 UTC
qSPR70CccFxfcn6l0wJzI

action_dispatch-test_response-json

This gem provide response.json or response.html on your test.

7.2.2.1
Content{ "name": "action_dispatch-test_response-json", "downloads": 24555, "version": "7.2.2.1", "version_created_at": "2024-12-24T13:39:23.430Z", "version_downloads": 0, "platform": "ruby", "authors": "yalab", "info": "This gem provide response.json or response.html on your test.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "97c9078d2dd931820de188b8316092a63231d805a701371618ee625378b4926d", "spec_sha": "07b38664d8711de3fc63b94c855c790a0696bdbad8197a5e81ea1a8e1dd697e3", "project_uri": "https://rubygems.org/gems/action_dispatch-test_response-json", "gem_uri": "https://rubygems.org/gems/action_dispatch-test_response-json-7.2.2.1.gem", "homepage_uri": "https://github.com/yalab/action_dispatch-test_response-json", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/action_dispatch-test_response-json/7.2.2.1", "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.2.0" }, { "name": "nokogiri", "requirements": ">= 0" } ] } }
2024-12-24 13:39:27 UTC
S06uZZNfi9UP-d7xtLtkM

html2rss

Supports JSON content, custom HTTP headers, and post-processing of extracted content.

0.16.0
Content{ "name": "html2rss", "downloads": 38605, "version": "0.16.0", "version_created_at": "2024-12-24T13:21:05.483Z", "version_downloads": 0, "platform": "ruby", "authors": "Gil Desmarais", "info": "Supports JSON content, custom HTTP headers, and post-processing of extracted content.", "licenses": [ "MIT" ], "metadata": { "changelog_uri": "https://github.com/html2rss/html2rss/releases/tag/v0.16.0", "allowed_push_host": "https://rubygems.org", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4652236a8f2f6e9af8c396a8a8b57e69311129b16b2d18dce3b7e38c7b5bc16c", "spec_sha": "df3cd97a3d2a3cdf84e1d30d33573c8bfddf9cb881d53d24e22760d9e98590e9", "project_uri": "https://rubygems.org/gems/html2rss", "gem_uri": "https://rubygems.org/gems/html2rss-0.16.0.gem", "homepage_uri": "https://github.com/gildesmarais/html2rss", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": "https://github.com/html2rss/html2rss/releases/tag/v0.16.0", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": "~> 2.7" }, { "name": "faraday", "requirements": "> 2.0.1, < 3.0" }, { "name": "faraday-follow_redirects", "requirements": ">= 0" }, { "name": "kramdown", "requirements": ">= 0" }, { "name": "mime-types", "requirements": "> 3.0" }, { "name": "nokogiri", "requirements": ">= 1.10, < 2.0" }, { "name": "parallel", "requirements": ">= 0" }, { "name": "puppeteer-ruby", "requirements": ">= 0" }, { "name": "regexp_parser", "requirements": ">= 0" }, { "name": "reverse_markdown", "requirements": "~> 3.0" }, { "name": "rss", "requirements": ">= 0" }, { "name": "sanitize", "requirements": "~> 6.0" }, { "name": "thor", "requirements": ">= 0" }, { "name": "tzinfo", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": "~> 2.6.0" } ] } }
2024-12-24 13:21:07 UTC
DB13UY--MTVIaEyGG05Fu

cm-admin

CmAdmin providing a streamlined and efficient solution for building customized admin panels within the context of Rails applications. Its robust features empower developers to effortlessly generate and manage administrative interfaces with precision and ease.

4.4.0
Content{ "name": "cm-admin", "downloads": 84490, "version": "4.4.0", "version_created_at": "2024-12-24T12:58:36.891Z", "version_downloads": 0, "platform": "ruby", "authors": "Michael, Anbazhagan, Ayza, Barath, Pranav, Mahaveer, Austin", "info": "CmAdmin providing a streamlined and efficient solution for building customized admin panels within the context of Rails applications. Its robust features empower developers to effortlessly generate and manage administrative interfaces with precision and ease.", "licenses": [ "MIT" ], "metadata": { "github_repo": "ssh://github.com/commutatus/cm-admin", "homepage_uri": "https://github.com/commutatus/cm-admin", "source_code_uri": "https://github.com/commutatus/cm-admin" }, "yanked": false, "sha": "55072f7a390baaf834dbd22c04b6ca579cfe772b3cf9eef52f16994e3a58e8f2", "spec_sha": "ba21e5e541b3981998ffef499d03795b5fedf2e4f50654b906ba9eca20b5b72b", "project_uri": "https://rubygems.org/gems/cm-admin", "gem_uri": "https://rubygems.org/gems/cm-admin-4.4.0.gem", "homepage_uri": "https://github.com/commutatus/cm-admin", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/commutatus/cm-admin", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "caxlsx_rails", "requirements": ">= 0" }, { "name": "cocoon", "requirements": "~> 1.2.15" }, { "name": "csv", "requirements": ">= 3.3.0" }, { "name": "csv-importer", "requirements": ">= 0.8.2" }, { "name": "importmap-rails", "requirements": ">= 0" }, { "name": "local_time", "requirements": "~> 3.0.2" }, { "name": "pagy", "requirements": "~> 4.11.0" }, { "name": "pundit", "requirements": "~> 2.2.0" }, { "name": "rails", "requirements": ">= 7.0" }, { "name": "slim", "requirements": ">= 4.1.0" } ] } }
2024-12-24 12:58:43 UTC
oZQ8UKI7oC20nFdqZBBeH

motor-admin

Motor Admin allows to create a flexible admin panel with writing less code. All customizations to the admin panel can be made directly in the UI without the need of writing any configurations code.

0.4.34
Content{ "name": "motor-admin", "downloads": 423012, "version": "0.4.34", "version_created_at": "2024-12-24T12:58:30.020Z", "version_downloads": 0, "platform": "ruby", "authors": "Pete Matsyburka", "info": "Motor Admin allows to create a flexible admin panel with writing less code.\nAll customizations to the admin panel can be made directly in the UI without\nthe need of writing any configurations code.\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://www.getmotoradmin.com", "bug_tracker_uri": "https://github.com/motor-admin/motor-admin-rails/issues", "source_code_uri": "https://github.com/motor-admin/motor-admin-rails", "documentation_uri": "https://github.com/motor-admin/motor-admin-rails/tree/master/guides", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "14b00c25f95022d9ac5b5ff1313fe83fe4eb3084a27825882985390ee5857ccd", "spec_sha": "5278096b10e9f1717cf51297e62a9513491ddd9f6582a9fd2f6b435fbb2fb35d", "project_uri": "https://rubygems.org/gems/motor-admin", "gem_uri": "https://rubygems.org/gems/motor-admin-0.4.34.gem", "homepage_uri": "https://www.getmotoradmin.com", "wiki_uri": null, "documentation_uri": "https://github.com/motor-admin/motor-admin-rails/tree/master/guides", "mailing_list_uri": null, "source_code_uri": "https://github.com/motor-admin/motor-admin-rails", "bug_tracker_uri": "https://github.com/motor-admin/motor-admin-rails/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "ar_lazy_preload", "requirements": "~> 1.0" }, { "name": "audited", "requirements": "~> 5.0" }, { "name": "cancancan", "requirements": "~> 3.0" }, { "name": "csv", "requirements": ">= 3.0" }, { "name": "fugit", "requirements": "~> 1.0" }, { "name": "rails", "requirements": ">= 5.2" } ] } }
2024-12-24 12:58:34 UTC
PkpZVbBs5h3V1gtd_WND5

view_component_reflex

Allow stimulus reflexes in a view component

3.3.5
Content{ "name": "view_component_reflex", "downloads": 221287, "version": "3.3.5", "version_created_at": "2024-12-24T12:57:46.881Z", "version_downloads": 0, "platform": "ruby", "authors": "Joshua LeBlanc", "info": "Allow stimulus reflexes in a view component", "licenses": [ "MIT" ], "metadata": { "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "77a718ee0b1fd367fc55186c51de2f37de27f924f47f538467dcf58bee395f7d", "spec_sha": "3faab11e86a61ffdbee76971ab5a0481cda41c0e1046723aa2e2b2ecc1605108", "project_uri": "https://rubygems.org/gems/view_component_reflex", "gem_uri": "https://rubygems.org/gems/view_component_reflex-3.3.5.gem", "homepage_uri": "https://github.com/joshleblanc/view_component_reflex", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/view_component_reflex/3.3.5", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "sqlite3", "requirements": ">= 0" } ], "runtime": [ { "name": "rails", "requirements": ">= 5.2, < 9.0" }, { "name": "stimulus_reflex", "requirements": ">= 3.5.0.pre9" }, { "name": "view_component", "requirements": ">= 2.28.0" } ] } }
2024-12-24 12:57:52 UTC
fFkpMwLReim4P0I9A6NXF

lutaml-model

LutaML creating data models in Ruby

0.4.0
Content{ "name": "lutaml-model", "downloads": 21049, "version": "0.4.0", "version_created_at": "2024-12-24T12:21:49.432Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "LutaML creating data models in Ruby\n", "licenses": [ "BSD-2-Clause" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d14f0af3fb8f6759fb6cd76dea7fad0d4f3d401bae398dde7d54042e5f0e27ac", "spec_sha": "4c53a7ba1581cc6f2abd0fd35b0227616042f2714ac06fb7095ba1ce8556b638", "project_uri": "https://rubygems.org/gems/lutaml-model", "gem_uri": "https://rubygems.org/gems/lutaml-model-0.4.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/lutaml-model/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": "thor", "requirements": ">= 0" } ] } }
2024-12-24 12:21:53 UTC
vJpmsN6r7X7tWlRdVgX-h

metanorma-standoc

metanorma-standoc realises standards following the Metanorma standoc model This gem is in active development.

2.10.4
Content{ "name": "metanorma-standoc", "downloads": 496640, "version": "2.10.4", "version_created_at": "2024-12-24T12:14:01.296Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "metanorma-standoc realises standards following the Metanorma standoc model\n\nThis gem is in active development.\n", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "0768d3e7668cf412d9d5d104bbad5991c72fc8fc9507d61089317b8f8e8d3d33", "spec_sha": "2fec50177a244ff3532ef4af26b82b6ebc3d83409dfc0c2b01adb2fd7c1f5475", "project_uri": "https://rubygems.org/gems/metanorma-standoc", "gem_uri": "https://rubygems.org/gems/metanorma-standoc-2.10.4.gem", "homepage_uri": "https://github.com/metanorma/metanorma-standoc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/metanorma-standoc/2.10.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": ">= 0" }, { "name": "equivalent-xml", "requirements": "~> 0.6" }, { "name": "guard", "requirements": "~> 2.14" }, { "name": "guard-rspec", "requirements": "~> 4.7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.5.2" }, { "name": "sassc", "requirements": "= 2.4.0" }, { "name": "simplecov", "requirements": "~> 0.15" }, { "name": "timecop", "requirements": "~> 0.9" }, { "name": "vcr", "requirements": "~> 6.1.0" }, { "name": "webmock", "requirements": ">= 0" }, { "name": "xml-c14n", "requirements": ">= 0" } ], "runtime": [ { "name": "addressable", "requirements": "~> 2.8.0" }, { "name": "asciidoctor", "requirements": "~> 2.0.0" }, { "name": "asciimath2unitsml", "requirements": "~> 0.4.0" }, { "name": "concurrent-ruby", "requirements": ">= 0" }, { "name": "crass", "requirements": "~> 1.0.0" }, { "name": "iev", "requirements": "~> 0.3.0" }, { "name": "isodoc", "requirements": "~> 2.12.4" }, { "name": "metanorma", "requirements": ">= 1.6.0" }, { "name": "metanorma-plugin-datastruct", "requirements": "~> 0.3.0" }, { "name": "metanorma-plugin-glossarist", "requirements": "~> 0.2.0" }, { "name": "metanorma-plugin-lutaml", "requirements": "~> 0.7.0" }, { "name": "metanorma-utils", "requirements": "~> 1.10.0" }, { "name": "pngcheck", "requirements": ">= 0" }, { "name": "relaton-cli", "requirements": "~> 1.20.0" }, { "name": "relaton-iev", "requirements": "~> 1.2.0" }, { "name": "ruby-jing", "requirements": ">= 0" }, { "name": "unicode2latex", "requirements": "~> 0.0.1" } ] } }
2024-12-24 12:14:06 UTC
oruK8cYZP-fQ6bIEtEBwv

mkit

Micro k8s on Ruby - a simple tool to deploy containers to mimic a (very) minimalistic k8 cluster with a nice REST API

0.8.0
Content{ "name": "mkit", "downloads": 3868, "version": "0.8.0", "version_created_at": "2024-12-24T12:05:25.352Z", "version_downloads": 0, "platform": "ruby", "authors": "Vasco Santos", "info": "Micro k8s on Ruby - a simple tool to deploy containers to mimic a (very) minimalistic k8 cluster with a nice REST API", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "24dc838504e4b8a5ebc0bcd1088420adc75ed29385a6b1b25744c2dd80e37c9e", "spec_sha": "73ae58c2ee8ddb566313e2938c8e5501f4a09f94bdc58b52700a45dfdc7fc544", "project_uri": "https://rubygems.org/gems/mkit", "gem_uri": "https://rubygems.org/gems/mkit-0.8.0.gem", "homepage_uri": "https://github.com/valexsantos/mkit", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/mkit/0.8.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "async-dns", "requirements": "~> 1.3, >= 1.3.0" }, { "name": "dry-container", "requirements": "~> 0.9, >= 0.9.0" }, { "name": "faye-websocket", "requirements": "~> 0.11, >= 0.11.3" }, { "name": "net_http_unix", "requirements": "~> 0.2, >= 0.2.2" }, { "name": "net-ping", "requirements": "~> 2.0, >= 2.0.8" }, { "name": "pry", "requirements": "~> 0.14, >= 0.14.2" }, { "name": "rack", "requirements": "~> 2.2, >= 2.2.5" }, { "name": "rack-protection", "requirements": "~> 3.0, >= 3.0.5" }, { "name": "rack-test", "requirements": "~> 2.0, >= 2.0.2" }, { "name": "rubydns", "requirements": "~> 2.0, >= 2.0.2" }, { "name": "sinatra", "requirements": "~> 3.0, >= 3.0.5" }, { "name": "sinatra-activerecord", "requirements": "~> 2.0, >= 2.0.26" }, { "name": "sinatra-websocket", "requirements": "~> 0.3, >= 0.3.1" }, { "name": "sqlite3", "requirements": "~> 1.5, >= 1.5.4" }, { "name": "standalone_migrations", "requirements": "~> 7.1, < 7.2.0" }, { "name": "text-table", "requirements": "~> 1.2, >= 1.2.4" }, { "name": "thin", "requirements": "~> 1.8, >= 1.8.1" } ] } }
2024-12-24 12:05:29 UTC
K_rk6F6p4Ijn79gYCd43D

bible_ref

Bible reference parser returns normalized sets of ranges, ideal for querying a database or XML data source such as WEB in USFX.

1.8.0
Content{ "name": "bible_ref", "downloads": 36868, "version": "1.8.0", "version_created_at": "2024-12-24T12:05:17.790Z", "version_downloads": 0, "platform": "ruby", "authors": "Tim Morgan", "info": "Bible reference parser returns normalized sets of ranges, ideal for querying a database or XML data source such as WEB in USFX.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "23347ea6749c246b9472dd0fdeb172cce720d754c82da9c605a371f69f9d282e", "spec_sha": "cc834d4ba65a7446c70edb0a91018052568ac32af0cd59a3979990fe4395bf45", "project_uri": "https://rubygems.org/gems/bible_ref", "gem_uri": "https://rubygems.org/gems/bible_ref-1.8.0.gem", "homepage_uri": "https://github.com/seven1m/bible_ref", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bible_ref/1.8.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "pry", "requirements": "~> 0.10.1" }, { "name": "rspec", "requirements": "~> 3.0" } ], "runtime": [ { "name": "parslet", "requirements": "~> 1.6" } ] } }
2024-12-24 12:05:21 UTC
X-vJd2y3jLy-8jQMYbumG

data-anonymization

Data anonymization tool for RDBMS and MongoDB databases

0.9.0
Content{ "name": "data-anonymization", "downloads": 594185, "version": "0.9.0", "version_created_at": "2024-12-24T12:03:26.974Z", "version_downloads": 0, "platform": "ruby", "authors": "Sunit Parekh, Anand Agrawal, Satyam Agarwala", "info": "Data anonymization tool for RDBMS and MongoDB databases", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "0835188142390f1473121e901d5cf185aa2cb7b54fc6076cc07536ede1663f0f", "spec_sha": "535d4b3219b8bd699847944224ae36419f795a8e76610430451b7673ef145b71", "project_uri": "https://rubygems.org/gems/data-anonymization", "gem_uri": "https://rubygems.org/gems/data-anonymization-0.9.0.gem", "homepage_uri": "http://sunitparekh.github.com/data-anonymization", "wiki_uri": "", "documentation_uri": "http://rubydoc.info/github/sunitparekh/data-anonymization", "mailing_list_uri": "", "source_code_uri": "https://github.com/sunitparekh/data-anonymization", "bug_tracker_uri": "https://github.com/sunitparekh/data-anonymization/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": "~> 8.0" }, { "name": "activesupport", "requirements": "~> 8.0" }, { "name": "parallel", "requirements": "~> 1.21" }, { "name": "powerbar", "requirements": "~> 2.0" }, { "name": "rgeo", "requirements": "~> 2.4.0" }, { "name": "rgeo-geojson", "requirements": "~> 2.1.1" }, { "name": "thor", "requirements": "~> 1.2.1" } ] } }
2024-12-24 12:03:32 UTC
Taxh_WKKO_3nz3DsEdEXF

poke-your-api

manage curl requests

0.2.5
Content{ "name": "poke-your-api", "downloads": 1521, "version": "0.2.5", "version_created_at": "2024-12-24T11:29:23.849Z", "version_downloads": 0, "platform": "ruby", "authors": "Jan Bator", "info": "manage curl requests", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/MrBananaLord/poke", "source_code_uri": "https://github.com/MrBananaLord/poke" }, "yanked": false, "sha": "62496f0871d13c5ac34841c85ae98459dee701b7efeaee8972194b06ad1e45ba", "spec_sha": "03fe3f28d2c46b7bfe99ec8d89ddc46ea929639d7ef3bcc72e6c31b989ce619e", "project_uri": "https://rubygems.org/gems/poke-your-api", "gem_uri": "https://rubygems.org/gems/poke-your-api-0.2.5.gem", "homepage_uri": "https://github.com/MrBananaLord/poke", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/MrBananaLord/poke", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "pastel", "requirements": "~> 0.8" }, { "name": "thor", "requirements": "~> 1.0" }, { "name": "tty-box", "requirements": "~> 0.7" }, { "name": "tty-command", "requirements": "~> 0.10" }, { "name": "tty-cursor", "requirements": "~> 0.7" }, { "name": "tty-editor", "requirements": "~> 0.6" }, { "name": "tty-table", "requirements": "~> 0.12" } ] } }
2024-12-24 11:29:26 UTC
iRZTw1oBu7EcECUJ0J3gn

datadog-exporter

Exporting tools for Datadog

0.2.1
Content{ "name": "datadog-exporter", "downloads": 40, "version": "0.2.1", "version_created_at": "2024-12-24T11:20:00.734Z", "version_downloads": 0, "platform": "ruby", "authors": "Fran Martinez", "info": "Exporting tools for Datadog", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d22f41c1b4b2cfbd5263a748d2981d73629c2c8899ec05efd43dc299aee8707d", "spec_sha": "5fae7fb6de6210e101d415882541a67778ded630af81463a0f2dcbf50a9420e1", "project_uri": "https://rubygems.org/gems/datadog-exporter", "gem_uri": "https://rubygems.org/gems/datadog-exporter-0.2.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/datadog-exporter/0.2.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "datadog_api_client", "requirements": "~> 2.29.1" }, { "name": "faraday", "requirements": "~> 2.0.0" } ] } }
2024-12-24 11:20:03 UTC
8yXR696afjBtEvctckbBl

govspeak

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

8.8.2
Content{ "name": "govspeak", "downloads": 452570, "version": "8.8.2", "version_created_at": "2024-12-24T11:12:21.634Z", "version_downloads": 0, "platform": "ruby", "authors": "GOV.UK Dev", "info": "A set of extensions to markdown layered on top of the kramdown\nlibrary for use in the UK Government Single Domain project", "licenses": [], "metadata": {}, "yanked": false, "sha": "567423e52b63532908caf94f4b5ca72e7d873c1cf9d90d6d87dfb1f09fd38b82", "spec_sha": "d9b84f88415a0841ab21e2c900733add9fb5dec294226160a393b479e46e181b", "project_uri": "https://rubygems.org/gems/govspeak", "gem_uri": "https://rubygems.org/gems/govspeak-8.8.2.gem", "homepage_uri": "http://github.com/alphagov/govspeak", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/govspeak/8.8.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.14" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rubocop-govuk", "requirements": "= 5.0.6" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "actionview", "requirements": ">= 6, < 7.2.3" }, { "name": "addressable", "requirements": ">= 2.3.8, < 2.8.8" }, { "name": "govuk_publishing_components", "requirements": ">= 35.1" }, { "name": "htmlentities", "requirements": "~> 4" }, { "name": "i18n", "requirements": ">= 0.7, < 1.14.7" }, { "name": "kramdown", "requirements": ">= 2.3.1, < 2.5.2" }, { "name": "nokogiri", "requirements": "~> 1.12" }, { "name": "rinku", "requirements": "~> 2.0" }, { "name": "sanitize", "requirements": "~> 6" } ] } }
2024-12-24 11:12:24 UTC
nowOezUBiIS7x4q9N57WQ

cucumber-core

Core library for the Cucumber BDD app

15.0.0
Content{ "name": "cucumber-core", "downloads": 66938583, "version": "15.0.0", "version_created_at": "2024-12-24T10:45:56.528Z", "version_downloads": 0, "platform": "ruby", "authors": "Aslak Hellesøy, Matt Wynne, Steve Tooke, Oleg Sukhodolsky, Tom Brand", "info": "Core library for the Cucumber BDD app", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://opencollective.com/cucumber", "changelog_uri": "https://github.com/cucumber/cucumber-ruby-core/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/cucumber/cucumber-ruby-core/issues", "source_code_uri": "https://github.com/cucumber/cucumber-ruby-core", "mailing_list_uri": "https://groups.google.com/forum/#!forum/cukes", "documentation_uri": "https://www.rubydoc.info/github/cucumber/cucumber-ruby-core" }, "yanked": false, "sha": "57859a6c5ea2c5d3934b963e450b4560ee3d4121d4e49bc61ec16544d7891fc2", "spec_sha": "c94c119cb66f8b89114f71dda401a7c273ea646d833fe3562e205e2a31ce3c1f", "project_uri": "https://rubygems.org/gems/cucumber-core", "gem_uri": "https://rubygems.org/gems/cucumber-core-15.0.0.gem", "homepage_uri": "https://cucumber.io", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/github/cucumber/cucumber-ruby-core", "mailing_list_uri": "https://groups.google.com/forum/#!forum/cukes", "source_code_uri": "https://github.com/cucumber/cucumber-ruby-core", "bug_tracker_uri": "https://github.com/cucumber/cucumber-ruby-core/issues", "changelog_uri": "https://github.com/cucumber/cucumber-ruby-core/blob/master/CHANGELOG.md", "funding_uri": "https://opencollective.com/cucumber", "dependencies": { "development": [ { "name": "rake", "requirements": "~> 13.2" }, { "name": "rspec", "requirements": "~> 3.13" }, { "name": "rubocop", "requirements": "~> 1.69.0" }, { "name": "rubocop-packaging", "requirements": "~> 0.5.2" }, { "name": "rubocop-rake", "requirements": "~> 0.6.0" }, { "name": "rubocop-rspec", "requirements": "~> 3.0.5" } ], "runtime": [ { "name": "cucumber-gherkin", "requirements": "> 27, < 30" }, { "name": "cucumber-messages", "requirements": "> 25, < 28" }, { "name": "cucumber-tag-expressions", "requirements": "> 5, < 7" } ] } }
2024-12-24 10:46:01 UTC
IszidTtTBm2IYUVk3O_oX

stigg-api-client

Stigg API Client for Ruby

2.248.0
Content{ "name": "stigg-api-client", "downloads": 168225, "version": "2.248.0", "version_created_at": "2024-12-24T10:25:40.132Z", "version_downloads": 0, "platform": "ruby", "authors": "Stigg", "info": "Stigg API Client for Ruby", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://stigg.io" }, "yanked": false, "sha": "fdced0cfbcaf273bd03003bbb1a35e7b068e5acc26ce2553417a37153808e282", "spec_sha": "7f9185708b0655a3ba4c1d0f1f748e43478476a6442a358e313242c93ba421ec", "project_uri": "https://rubygems.org/gems/stigg-api-client", "gem_uri": "https://rubygems.org/gems/stigg-api-client-2.248.0.gem", "homepage_uri": "https://stigg.io", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "graphlient", "requirements": ">= 0.6.0, < 1.0" }, { "name": "graphql-client", "requirements": ">= 0.19, < 1.0" } ] } }
2024-12-24 10:25:43 UTC
7AL_R6FmR-WkCAFD5JFiV

pollen

An HTTP Pub/Sub engine for Rails.

0.2.0
Content{ "name": "pollen", "downloads": 100, "version": "0.2.0", "version_created_at": "2024-12-24T10:23:06.502Z", "version_downloads": 0, "platform": "ruby", "authors": "Jef Mathiot", "info": "An HTTP Pub/Sub engine for Rails.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/everestHC-mySofie/pollen", "source_code_uri": "https://github.com/everestHC-mySofie/pollen", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "b63441f153f25baa42f3d13baa9252ef27f5ae80328917ae9b3bff3542be7d8c", "spec_sha": "24aa9ac1156cdc87285d3ff3ee6aba945dcb3811e1280cbadd1e3e40684c6870", "project_uri": "https://rubygems.org/gems/pollen", "gem_uri": "https://rubygems.org/gems/pollen-0.2.0.gem", "homepage_uri": "https://github.com/everestHC-mySofie/pollen", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/everestHC-mySofie/pollen", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "rails", "requirements": ">= 7.2.0" }, { "name": "redis", "requirements": ">= 0" } ] } }
2024-12-24 10:23:10 UTC
USOCQskUQQNpB4ePg5mKg

forest_liana

Forest is a modern admin interface that works on all major web frameworks. forest_liana is the gem that makes Forest admin work on any Rails application (Rails >= 4.0).

9.6.3
Content{ "name": "forest_liana", "downloads": 2181238, "version": "9.6.3", "version_created_at": "2024-12-24T10:21:56.016Z", "version_downloads": 0, "platform": "ruby", "authors": "Sandro Munda", "info": "Forest is a modern admin interface that works on all major web frameworks. forest_liana is the gem that makes Forest admin work on any Rails application (Rails >= 4.0).", "licenses": [ "GPL-3.0" ], "metadata": {}, "yanked": false, "sha": "ee9b2ab04b26cb15f1a8573e177a37b72bb50735821bf8588d2f18f6a613b49a", "spec_sha": "bdbc2c1e41b60575d48eefc6c2783928f3490bbbbb67b67dacf977f1d27e296c", "project_uri": "https://rubygems.org/gems/forest_liana", "gem_uri": "https://rubygems.org/gems/forest_liana-9.6.3.gem", "homepage_uri": "https://github.com/ForestAdmin/forest-rails", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/forest_liana/9.6.3", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "bcrypt", "requirements": ">= 0" }, { "name": "deepsort", "requirements": ">= 0" }, { "name": "forestadmin-jsonapi-serializers", "requirements": ">= 0.14.0" }, { "name": "groupdate", "requirements": ">= 5.0.0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "ipaddress", "requirements": ">= 0" }, { "name": "json", "requirements": ">= 0" }, { "name": "json-jwt", "requirements": ">= 1.16.0" }, { "name": "jwt", "requirements": ">= 0" }, { "name": "openid_connect", "requirements": "= 1.4.2" }, { "name": "rack-cors", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.1.7.9" }, { "name": "useragent", "requirements": ">= 0" } ] } }
2024-12-24 10:22:00 UTC
yoL4HEK4oC5Z3FP5WiFU4

logstash-output-lmlogs

This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program

2.0.4
Content{ "name": "logstash-output-lmlogs", "downloads": 7809, "version": "2.0.4", "version_created_at": "2024-12-24T10:20:07.514Z", "version_downloads": 0, "platform": "ruby", "authors": "LogicMonitor", "info": "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program", "licenses": [ "Apache-2.0" ], "metadata": { "logstash_group": "output", "logstash_plugin": "true", "rubygems_mfa_required": "false" }, "yanked": false, "sha": "97d318eab05fecb9a734b01e26dbfd3d2bfd189fc2bfcaffd174b64f229923b3", "spec_sha": "77b9f735df0d4525298233377dd04388ee8a130ab490518c0a9883d1dd9b1de1", "project_uri": "https://rubygems.org/gems/logstash-output-lmlogs", "gem_uri": "https://rubygems.org/gems/logstash-output-lmlogs-2.0.4.gem", "homepage_uri": "https://www.logicmonitor.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/logstash-output-lmlogs/2.0.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hashdiff", "requirements": ">= 1.0.0" }, { "name": "logstash-devutils", "requirements": ">= 0" } ], "runtime": [ { "name": "logstash-codec-plain", "requirements": ">= 0" }, { "name": "logstash-core-plugin-api", "requirements": ">= 1.60, <= 2.99" }, { "name": "manticore", "requirements": ">= 0.5.2, < 1.0.0" } ] } }
2024-12-24 10:20:10 UTC
oLop08ZcfiIe6RkVvf13w

closer

You can run cucumber test easily.

0.14.0
Content{ "name": "closer", "downloads": 113437, "version": "0.14.0", "version_created_at": "2024-12-24T09:57:37.922Z", "version_downloads": 0, "platform": "ruby", "authors": "ichy", "info": "You can run cucumber test easily.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "1a992fd70e64297bc09612cfc3adc1d0b1cfeeb0e90e5772a04e1eb1a4fb2edf", "spec_sha": "44c287f9a784603cb2735a316d3adb3f7c68c5a2a15279f615b7ab38a1038c9f", "project_uri": "https://rubygems.org/gems/closer", "gem_uri": "https://rubygems.org/gems/closer-0.14.0.gem", "homepage_uri": "https://github.com/ichylinux/closer", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/closer/0.14.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.10" }, { "name": "rake", "requirements": "~> 13.0" } ], "runtime": [ { "name": "capybara", "requirements": ">= 3.0" }, { "name": "cucumber", "requirements": ">= 4.0, < 9.0" }, { "name": "selenium-webdriver", "requirements": ">= 4.8, <= 5.0" } ] } }
2024-12-24 09:57:40 UTC
FxXD0TRvriOK780SvFkgC

database_consistency

Provide an easy way to check the consistency of the database constraints with the application validations.

1.7.27
Content{ "name": "database_consistency", "downloads": 1965893, "version": "1.7.27", "version_created_at": "2024-12-24T09:54:48.338Z", "version_downloads": 0, "platform": "ruby", "authors": "Evgeniy Demin", "info": "Provide an easy way to check the consistency of the database constraints with the application validations.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://opencollective.com/database_consistency#support" }, "yanked": false, "sha": "b1bb1d13e8997f13a4ce3e7f8ba4e9575da7adfa2f0238ca005f53a4d331a6b6", "spec_sha": "f0200fde8b6ae67c8af5ffd291080bab40076ccfd38014e2f01a85f8c107f5a4", "project_uri": "https://rubygems.org/gems/database_consistency", "gem_uri": "https://rubygems.org/gems/database_consistency-1.7.27.gem", "homepage_uri": "https://github.com/djezzzl/database_consistency", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": "https://opencollective.com/database_consistency#support", "dependencies": { "development": [ { "name": "bundler", "requirements": "> 1.16" }, { "name": "mysql2", "requirements": "~> 0.5" }, { "name": "pg", "requirements": ">= 0.2" }, { "name": "rake", "requirements": ">= 12.3.3" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rspec_junit_formatter", "requirements": "~> 0.4" }, { "name": "rubocop", "requirements": "~> 0.55" }, { "name": "sqlite3", "requirements": "> 1.3" } ], "runtime": [ { "name": "activerecord", "requirements": ">= 3.2" } ] } }
2024-12-24 09:54:51 UTC
EGV9RLXPF8g6ukA4Xu0Pl

closer

You can run cucumber test easily.

0.13.4
Content{ "name": "closer", "downloads": 113437, "version": "0.13.4", "version_created_at": "2024-12-24T09:47:54.618Z", "version_downloads": 0, "platform": "ruby", "authors": "ichy", "info": "You can run cucumber test easily.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "bf259f5e08ae5cf9ab872f66cb297497889bfaca5e22b1bc1df961b6c689b8c4", "spec_sha": "4d8d219009b52ece0d89084daeec0504b418c84e58d060fb3e5284a832c71eba", "project_uri": "https://rubygems.org/gems/closer", "gem_uri": "https://rubygems.org/gems/closer-0.13.4.gem", "homepage_uri": "https://github.com/ichylinux/closer", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/closer/0.13.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.10" }, { "name": "rake", "requirements": "~> 13.0" } ], "runtime": [ { "name": "capybara", "requirements": ">= 3.0" }, { "name": "cucumber", "requirements": ">= 4.0, < 9.0" }, { "name": "selenium-webdriver", "requirements": ">= 4.8, <= 5.0" } ] } }
2024-12-24 09:47:59 UTC
QifBAlBgIi06VAreKZ1IB

formie

Formie implements low level template-based Rails helpers. It injects the formies into the ActionView module. The form-bounded as well as the unbounded templates are supported. Still, the ActionView functionality (e.g. text_field) is kept untouched.

1.1.4
Content{ "name": "formie", "downloads": 47404, "version": "1.1.4", "version_created_at": "2024-12-24T09:37:56.436Z", "version_downloads": 0, "platform": "ruby", "authors": "Dittmar Krall", "info": " Formie implements low level template-based Rails helpers. It injects\n the formies into the ActionView module. The form-bounded as well as\n the unbounded templates are supported. Still, the ActionView\n functionality (e.g. text_field) is kept untouched.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "1002526b0dadb0fde2c299f88d668d2b07076de6fba290ea7386b03b34680efb", "spec_sha": "868b733f0e495ed9254e2f9adce0cdffb1f6f79d0a2346235840c9bf1d561dbf", "project_uri": "https://rubygems.org/gems/formie", "gem_uri": "https://rubygems.org/gems/formie-1.1.4.gem", "homepage_uri": "https://github.com/matique/formie", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/formie/1.1.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "appraisal", "requirements": ">= 0" }, { "name": "combustion", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" } ], "runtime": [] } }
2024-12-24 09:37:59 UTC
RAab_CirSeBBOeris59Pv

datadog-exporter

Exporting tools for Datadog

0.2.0
Content{ "name": "datadog-exporter", "downloads": 0, "version": "0.2.0", "version_created_at": "2024-12-24T09:33:26.560Z", "version_downloads": 0, "platform": "ruby", "authors": "Fran Martinez", "info": "Exporting tools for Datadog", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "5fe32378c3ba74baa862e70415f55866b5dbd6715daf7ec145e26a6ebe88e811", "spec_sha": "207a98061beb05bf8a8268157fff39eadfed8e914de8226a3aba0e2cd6feff5e", "project_uri": "https://rubygems.org/gems/datadog-exporter", "gem_uri": "https://rubygems.org/gems/datadog-exporter-0.2.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/datadog-exporter/0.2.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "faraday", "requirements": ">= 2.0.0" } ] } }
2024-12-24 09:33:30 UTC
KcP-kDfOQI9NsmijURKUJ

fluent-plugin-lm-logs

This output plugin sends fluentd records to the configured LogicMonitor account.

1.2.4
Content{ "name": "fluent-plugin-lm-logs", "downloads": 77463, "version": "1.2.4", "version_created_at": "2024-12-24T09:12:45.985Z", "version_downloads": 0, "platform": "ruby", "authors": "LogicMonitor", "info": "This output plugin sends fluentd records to the configured LogicMonitor account.", "licenses": [ "Apache-2.0" ], "metadata": { "source_code_uri": "https://github.com/logicmonitor/lm-logs-fluentd", "documentation_uri": "https://www.rubydoc.info/gems/lm-logs-fluentd" }, "yanked": false, "sha": "8abc23a7ddfcebab64a92064566395120efd45239ecfac4e3e43fd6c3e475817", "spec_sha": "5a94523359aaf8aa60f46efebe9360d3d6aad1af905047decb6cb27de89e097f", "project_uri": "https://rubygems.org/gems/fluent-plugin-lm-logs", "gem_uri": "https://rubygems.org/gems/fluent-plugin-lm-logs-1.2.4.gem", "homepage_uri": "https://www.logicmonitor.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/lm-logs-fluentd", "mailing_list_uri": null, "source_code_uri": "https://github.com/logicmonitor/lm-logs-fluentd", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "fluentd", "requirements": ">= 1, < 2" }, { "name": "net-http-persistent", "requirements": "~> 4.0.1" } ] } }
2024-12-24 09:12:49 UTC
U7WEQ6wyC-Iaal720ZNQ6

govuk_app_config

Base configuration for GOV.UK applications

9.15.6
Content{ "name": "govuk_app_config", "downloads": 510179, "version": "9.15.6", "version_created_at": "2024-12-24T09:11:26.275Z", "version_downloads": 0, "platform": "ruby", "authors": "GOV.UK Dev", "info": "Base configuration for GOV.UK applications", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "017929ed0a87b62500b31cf61b4d3295fa37bd16eed224eae40a7aad71319752", "spec_sha": "3156415ca5ed4d1a7d948250fc14e42446377f0c5bd1c739f96e1181e42c454e", "project_uri": "https://rubygems.org/gems/govuk_app_config", "gem_uri": "https://rubygems.org/gems/govuk_app_config-9.15.6.gem", "homepage_uri": "https://github.com/alphagov/govuk_app_config", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/govuk_app_config/9.15.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": ">= 0" }, { "name": "climate_control", "requirements": ">= 0" }, { "name": "rack-test", "requirements": "~> 2.0" }, { "name": "rails", "requirements": "~> 7" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.10" }, { "name": "rspec-its", "requirements": "~> 2.0" }, { "name": "rubocop-govuk", "requirements": "= 5.0.6" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "logstasher", "requirements": "~> 2.1" }, { "name": "opentelemetry-exporter-otlp", "requirements": ">= 0.25, < 0.30" }, { "name": "opentelemetry-instrumentation-all", "requirements": ">= 0.39.1, < 0.71.0" }, { "name": "opentelemetry-sdk", "requirements": "~> 1.2" }, { "name": "plek", "requirements": ">= 4, < 6" }, { "name": "prometheus_exporter", "requirements": "~> 2.0" }, { "name": "puma", "requirements": ">= 5.6, < 7.0" }, { "name": "rack-proxy", "requirements": "~> 0.7" }, { "name": "sentry-rails", "requirements": "~> 5.3" }, { "name": "sentry-ruby", "requirements": "~> 5.3" }, { "name": "statsd-ruby", "requirements": "~> 1.5" } ] } }
2024-12-24 09:11:29 UTC
zszlFy8358tmwFO5vDXck

kdl

Ruby implementation of the KDL Document Language Spec

2.0.0
Content{ "name": "kdl", "downloads": 14857, "version": "2.0.0", "version_created_at": "2024-12-24T09:10:41.921Z", "version_downloads": 0, "platform": "ruby", "authors": "Danielle Smith", "info": "Ruby implementation of the KDL Document Language Spec", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://kdl.dev", "changelog_uri": "https://github.com/danini-the-panini/kdl-rb/releases", "source_code_uri": "https://github.com/danini-the-panini/kdl-rb" }, "yanked": false, "sha": "2ea19a58c9da07e030752f35cedae94a75fa2f5a1687d88072dd9ee588e039d1", "spec_sha": "69535f300d7c1f5baeb15cf10a9a86ccb62d53da30c3e125228af6f55b770c5d", "project_uri": "https://rubygems.org/gems/kdl", "gem_uri": "https://rubygems.org/gems/kdl-2.0.0.gem", "homepage_uri": "https://kdl.dev", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/danini-the-panini/kdl-rb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/danini-the-panini/kdl-rb/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "base64", "requirements": "~> 0.2.0" }, { "name": "bigdecimal", "requirements": "~> 3.1.6" }, { "name": "racc", "requirements": "~> 1.5" }, { "name": "simpleidn", "requirements": "~> 0.2.1" } ] } }
2024-12-24 09:10:44 UTC
ycKnxyAyiMpBwdVzVfSQX

rbs

RBS is the language for type signatures for Ruby and standard library definitions.

3.8.0
Content{ "name": "rbs", "downloads": 22772905, "version": "3.8.0", "version_created_at": "2024-12-24T07:32:13.809Z", "version_downloads": 0, "platform": "ruby", "authors": "Soutaro Matsumoto", "info": "RBS is the language for type signatures for Ruby and standard library definitions.", "licenses": [ "BSD-2-Clause", "Ruby" ], "metadata": { "homepage_uri": "https://github.com/ruby/rbs", "changelog_uri": "https://github.com/ruby/rbs/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/ruby/rbs.git" }, "yanked": false, "sha": "466b49836beddf32771099fbb4acdacb174e7d88b047dbabb2480e81d55ccfb4", "spec_sha": "bae46cc06390563f29685a4938363888db675db13d2f3c2abb2d0975fc4bb559", "project_uri": "https://rubygems.org/gems/rbs", "gem_uri": "https://rubygems.org/gems/rbs-3.8.0.gem", "homepage_uri": "https://github.com/ruby/rbs", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/ruby/rbs.git", "bug_tracker_uri": null, "changelog_uri": "https://github.com/ruby/rbs/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "logger", "requirements": ">= 0" } ] } }
2024-12-24 07:32:16 UTC
XtUDAcmEZNjVAQdQI8qfU

groonga-client

Groonga-client gem supports HTTP or [GQTP (Groonga Query Transfer Protocol)](http://groonga.org/docs/spec/gqtp.html) as the protocol using a client.

0.7.1
Content{ "name": "groonga-client", "downloads": 642115, "version": "0.7.1", "version_created_at": "2024-12-24T07:31:12.618Z", "version_downloads": 0, "platform": "ruby", "authors": "Haruka Yoshihara, Kouhei Sutou, Kosuke Asami", "info": "Groonga-client gem supports HTTP or\n[GQTP (Groonga Query Transfer Protocol)](http://groonga.org/docs/spec/gqtp.html)\nas the protocol using a client.\n", "licenses": [ "LGPLv2.1+" ], "metadata": {}, "yanked": false, "sha": "fe2ca6a37df9730efd6a463b6674a49fefd9dd85dcfa51ecd6c36cb8103b2643", "spec_sha": "1f70ee13e66d3d550ae386bbbb00e4ea9746b67c186c789ca1ccc3c082a33bb1", "project_uri": "https://rubygems.org/gems/groonga-client", "gem_uri": "https://rubygems.org/gems/groonga-client-0.7.1.gem", "homepage_uri": "https://github.com/ranguba/groonga-client", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/groonga-client/0.7.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "packnga", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "redcarpet", "requirements": ">= 0" }, { "name": "test-unit", "requirements": ">= 0" }, { "name": "test-unit-rr", "requirements": ">= 0" } ], "runtime": [ { "name": "csv", "requirements": ">= 0" }, { "name": "gqtp", "requirements": ">= 1.0.4" }, { "name": "groonga-command", "requirements": ">= 1.4.7" }, { "name": "groonga-command-parser", "requirements": ">= 1.1.0" }, { "name": "hashie", "requirements": ">= 0" }, { "name": "rexml", "requirements": ">= 0" } ] } }
2024-12-24 07:31:17 UTC
_TSkhcMJS9EcZmZU8BOeU

groonga-command-parser

Groonga-command-parser is a Ruby library to parses [groonga](http://groonga.org/)'s command syntax. You can write a program to process groonga's command by using groonga-command-parser.

1.1.5
Content{ "name": "groonga-command-parser", "downloads": 550406, "version": "1.1.5", "version_created_at": "2024-12-24T07:28:05.198Z", "version_downloads": 0, "platform": "ruby", "authors": "Kouhei Sutou", "info": "Groonga-command-parser is a Ruby library to parses [groonga](http://groonga.org/)'s command syntax. You can write a program to process groonga's command by using groonga-command-parser.", "licenses": [ "LGPLv2.1+" ], "metadata": {}, "yanked": false, "sha": "1232104b23744c97d336c8b8bbf0ec24c18399e378777cb649d090dee6c3377f", "spec_sha": "ecd3d3bdc2ee0b3da915d8c1b297da35233f1a178485adf94fde231dd24d05ae", "project_uri": "https://rubygems.org/gems/groonga-command-parser", "gem_uri": "https://rubygems.org/gems/groonga-command-parser-1.1.5.gem", "homepage_uri": "https://github.com/groonga/groonga-command-parser", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/groonga-command-parser/1.1.5", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "kramdown", "requirements": ">= 0" }, { "name": "packnga", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "test-unit", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "groonga-command", "requirements": ">= 1.4.0" }, { "name": "json-stream", "requirements": ">= 0" } ] } }
2024-12-24 07:28:09 UTC
N36t5f6Bs-vFBJPD-qbw3

rollem

Order-of-Operations compliant. Can read predefined rolls from a file. Interactive session or command line.

2.0.0.beta2
Content{ "name": "rollem", "downloads": 58, "version": "2.0.0.beta2", "version_created_at": "2024-12-24T07:07:11.268Z", "version_downloads": 0, "platform": "ruby", "authors": "Eli Harrison", "info": "Order-of-Operations compliant. Can read predefined rolls from a file. Interactive session or command line.", "licenses": [ "GPL-3.0-only" ], "metadata": {}, "yanked": false, "sha": "eba7f89dba825e5adceed9d191186fd1b88f02b121e909d95c8cf9f22479acd9", "spec_sha": "b5569121d66bfec46990a5bd81fd750d6d3d1dcca6d18c7ead718d1a4d90441d", "project_uri": "https://rubygems.org/gems/rollem", "gem_uri": "https://rubygems.org/gems/rollem-2.0.0.beta2.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rollem/2.0.0.beta2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1.1" }, { "name": "tty-prompt", "requirements": "~> 0.23" } ] } }
2024-12-24 07:07:15 UTC
4XwnQU2MskAHNRbZAWT4m

groupdocs_viewer_cloud

Ruby gem for communicating with the GroupDocs.Viewer Cloud API

24.12
Content{ "name": "groupdocs_viewer_cloud", "downloads": 22564, "version": "24.12", "version_created_at": "2024-12-24T06:55:37.351Z", "version_downloads": 0, "platform": "ruby", "authors": "GroupDocs", "info": "Ruby gem for communicating with the GroupDocs.Viewer Cloud API", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-ruby" }, "yanked": false, "sha": "fd226bfede21ac86c774bf09a364237abc23287ec86c47cc1f0e3b281cff376c", "spec_sha": "570f1f2366d94c97c10e8e4ac4f9e0cf06da6d879bd4171d22faa932a099363a", "project_uri": "https://rubygems.org/gems/groupdocs_viewer_cloud", "gem_uri": "https://rubygems.org/gems/groupdocs_viewer_cloud-24.12.gem", "homepage_uri": "https://products.groupdocs.cloud/viewer/ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/groupdocs-viewer-cloud/groupdocs-viewer-cloud-ruby", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": "~> 5.11, >= 5.11.3" } ], "runtime": [ { "name": "addressable", "requirements": "~> 2.8.0, >= 2.8.0" }, { "name": "faraday", "requirements": "~> 0.14.0" } ] } }
2024-12-24 06:55:39 UTC
MtDIFYyjd37E7fyKckxs9

cloud_party

Thin Ruby wrapper around Cloudflare's V4 API for good measure!

0.1.16
Content{ "name": "cloud_party", "downloads": 17766, "version": "0.1.16", "version_created_at": "2024-12-24T06:51:39.970Z", "version_downloads": 0, "platform": "ruby", "authors": "Ken Spencer", "info": "Thin Ruby wrapper around Cloudflare's V4 API for good measure!", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "ff1577797cb81202c22c1f78f413e3a9900e15009f1b8650ede0dd803711f7f4", "spec_sha": "e7ac9fb953f80aeef58b6d2613e4fd36bd8c39bbe795548e00e2595028a96fa8", "project_uri": "https://rubygems.org/gems/cloud_party", "gem_uri": "https://rubygems.org/gems/cloud_party-0.1.16.gem", "homepage_uri": "https://github.com/IotaSpencer/cloud_party", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cloud_party/0.1.16", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.5.22" }, { "name": "codeclimate-test-reporter", "requirements": "~> 0.6.0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0.5.0" }, { "name": "pry", "requirements": "~> 0.11.3" }, { "name": "rake", "requirements": "~> 12.3, >= 12.3.1" }, { "name": "rspec", "requirements": "~> 3.13.0" }, { "name": "rspec-core", "requirements": "~> 3.13.0" }, { "name": "webmock", "requirements": "~> 2.1" } ], "runtime": [ { "name": "app_configuration", "requirements": ">= 0" }, { "name": "httparty", "requirements": "~> 0.16.2" } ] } }
2024-12-24 06:51:43 UTC
N_VgOFNhdP6yNhXF4NTKw

cloud_party

Thin Ruby wrapper around Cloudflare's V4 API for good measure!

0.1.15
Content{ "name": "cloud_party", "downloads": 17744, "version": "0.1.15", "version_created_at": "2024-12-24T06:27:02.013Z", "version_downloads": 0, "platform": "ruby", "authors": "Ken Spencer", "info": "Thin Ruby wrapper around Cloudflare's V4 API for good measure!", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "9f0175fd8e57942bf1928d6b6a3ee5e35988095a431e94e76dacb63c0b63af38", "spec_sha": "0592dd9c21c8ebfa8395e30b504a3bf9a8204ea9080b6fd800a2fc44bdd6b077", "project_uri": "https://rubygems.org/gems/cloud_party", "gem_uri": "https://rubygems.org/gems/cloud_party-0.1.15.gem", "homepage_uri": "https://github.com/IotaSpencer/cloud_party", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cloud_party/0.1.15", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.5.22" }, { "name": "codeclimate-test-reporter", "requirements": "~> 0.6.0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0.5.0" }, { "name": "pry", "requirements": "~> 0.11.3" }, { "name": "rake", "requirements": "~> 12.3, >= 12.3.1" }, { "name": "rspec", "requirements": "~> 3.13.0" }, { "name": "rspec-core", "requirements": "~> 3.13.0" }, { "name": "webmock", "requirements": "~> 2.1" } ], "runtime": [ { "name": "app_configuration", "requirements": ">= 0" }, { "name": "httparty", "requirements": "~> 0.16.2" } ] } }
2024-12-24 06:27:06 UTC
6delze6z8Q5CVptU_aIDk

fflags

Feature flags that can be override on the fly.

0.6.0
Content{ "name": "fflags", "downloads": 28835, "version": "0.6.0", "version_created_at": "2024-12-24T06:04:52.617Z", "version_downloads": 0, "platform": "ruby", "authors": "Faizal Zakaria", "info": "Feature flags that can be override on the fly.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "4c26143fb7575e8fb14954ed2336151b1881a5c093f6d9fbdd038adf798326d8", "spec_sha": "97687ab0a79025ad79845ffe6c9262f47a5ff7e041377ee3baf1b8a7ea2888fe", "project_uri": "https://rubygems.org/gems/fflags", "gem_uri": "https://rubygems.org/gems/fflags-0.6.0.gem", "homepage_uri": "https://github.com/faizalzakaria/fflags", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/fflags/0.6.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.1.4" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 10.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "redis", "requirements": ">= 3.0.0" } ] } }
2024-12-24 06:04:55 UTC
BnMK8q0R-WA0E77QHphWz

judges

A command-line tool that runs a collection of \"judges\" against a \"factbase,\" modifying it and updating. Also, helps printing a factbase, merge with another one, inspect, and so on. Also, helps run automated tests for a set of judges.

0.29.0
Content{ "name": "judges", "downloads": 33808, "version": "0.29.0", "version_created_at": "2024-12-24T06:00:32.490Z", "version_downloads": 0, "platform": "ruby", "authors": "Yegor Bugayenko", "info": "A command-line tool that runs a collection of \\\"judges\\\" against a \\\"factbase,\\\" modifying it and updating. Also, helps printing a factbase, merge with another one, inspect, and so on. Also, helps run automated tests for a set of judges.", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ee27ce32dccc2a12c3efcb6f8b342ffefc7a60b10ac9544f29dbec18860078c1", "spec_sha": "12e2abc9095c9a10553e7671cbea136d29494cc6352f2ae277be8fbef34ffe2a", "project_uri": "https://rubygems.org/gems/judges", "gem_uri": "https://rubygems.org/gems/judges-0.29.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/judges/0.29.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "backtrace", "requirements": "~> 0" }, { "name": "baza.rb", "requirements": "~> 0" }, { "name": "concurrent-ruby", "requirements": "~> 1.2" }, { "name": "elapsed", "requirements": "~> 0" }, { "name": "factbase", "requirements": "~> 0" }, { "name": "gli", "requirements": "~> 2.21" }, { "name": "iri", "requirements": "~> 0" }, { "name": "loog", "requirements": "~> 0" }, { "name": "moments", "requirements": "~> 0.3" }, { "name": "nokogiri", "requirements": "~> 1.10" }, { "name": "others", "requirements": "~> 0" }, { "name": "retries", "requirements": "~> 0" }, { "name": "tago", "requirements": "~> 0" }, { "name": "timeout", "requirements": "~> 0" }, { "name": "typhoeus", "requirements": "~> 1.3" } ] } }
2024-12-24 06:00:35 UTC
JyIem44HXNoJRKaJrMZoz

fflags

Feature flags that can be override on the fly.

0.5.1
Content{ "name": "fflags", "downloads": 28812, "version": "0.5.1", "version_created_at": "2024-12-24T05:42:08.352Z", "version_downloads": 0, "platform": "ruby", "authors": "Faizal Zakaria", "info": "Feature flags that can be override on the fly.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "a256f761d0043a33524647e8a86ae79f02fcb9956983a566fbf31555b42b8678", "spec_sha": "a61531a80b65c6c4ddb7dff7ea9ee6aab42c70e7feff0bdb2d7c4a00819453eb", "project_uri": "https://rubygems.org/gems/fflags", "gem_uri": "https://rubygems.org/gems/fflags-0.5.1.gem", "homepage_uri": "https://github.com/faizalzakaria/fflags", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/fflags/0.5.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.1.4" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 10.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "redis", "requirements": ">= 3.0.0" } ] } }
2024-12-24 05:42:10 UTC
TYR609NBaXLIhVGjo9v3b

cloud_party

Thin Ruby wrapper around Cloudflare's V4 API for good measure!

0.1.14
Content{ "name": "cloud_party", "downloads": 17712, "version": "0.1.14", "version_created_at": "2024-12-24T05:37:05.000Z", "version_downloads": 0, "platform": "ruby", "authors": "Ken Spencer", "info": "Thin Ruby wrapper around Cloudflare's V4 API for good measure!", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "c352953001d1fedfe7997db72dd77fda937045805a0d3eed412d1a8eea002001", "spec_sha": "4b0c878f78da46d45099c58641a5d5c45f124b2b2a89e8dfe620c560cfc9db6d", "project_uri": "https://rubygems.org/gems/cloud_party", "gem_uri": "https://rubygems.org/gems/cloud_party-0.1.14.gem", "homepage_uri": "https://github.com/IotaSpencer/cloud_party", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cloud_party/0.1.14", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.5.22" }, { "name": "codeclimate-test-reporter", "requirements": "~> 0.6.0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0.5.0" }, { "name": "pry", "requirements": "~> 0.11.3" }, { "name": "rake", "requirements": "~> 12.3, >= 12.3.1" }, { "name": "rspec", "requirements": "~> 3.13.0" }, { "name": "rspec-core", "requirements": "~> 3.13.0" }, { "name": "webmock", "requirements": "~> 2.1" } ], "runtime": [ { "name": "app_configuration", "requirements": ">= 0" }, { "name": "httparty", "requirements": "~> 0.16.2" } ] } }
2024-12-24 05:37:07 UTC
aTTIsWEmioRuWavl0XY7n

multiwoven-integrations

Multiwoven Integrations is a comprehensive Ruby gem designed to facilitate seamless connectivity between various data sources and SaaS platforms.

0.16.2
Content{ "name": "multiwoven-integrations", "downloads": 35427, "version": "0.16.2", "version_created_at": "2024-12-24T05:31:28.985Z", "version_downloads": 0, "platform": "ruby", "authors": "Subin T P", "info": "Multiwoven Integrations is a comprehensive Ruby gem designed to facilitate seamless connectivity between various data sources and SaaS platforms.", "licenses": [ "MIT" ], "metadata": { "github_repo": "https://github.com/Multiwoven/multiwoven", "homepage_uri": "https://www.multiwoven.com/", "changelog_uri": "https://github.com/Multiwoven/multiwoven/blob/main/integrations/CHANGELOG.md", "source_code_uri": "https://github.com/Multiwoven/multiwoven/tree/main/integrations" }, "yanked": false, "sha": "9c5248ea9b95f53ac2bdf4d309b63ddab666127a108ac333d840679a625a2b85", "spec_sha": "83d359c0c585bf55668e3d93d865da4c7a722393d3f480cc5f95d1640d08d4e7", "project_uri": "https://rubygems.org/gems/multiwoven-integrations", "gem_uri": "https://rubygems.org/gems/multiwoven-integrations-0.16.2.gem", "homepage_uri": "https://www.multiwoven.com/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/Multiwoven/multiwoven/tree/main/integrations", "bug_tracker_uri": null, "changelog_uri": "https://github.com/Multiwoven/multiwoven/blob/main/integrations/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "byebug", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rubocop", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "simplecov_json_formatter", "requirements": ">= 0" }, { "name": "webmock", "requirements": ">= 0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "async-websocket", "requirements": ">= 0" }, { "name": "aws-sdk-athena", "requirements": ">= 0" }, { "name": "aws-sdk-cloudwatchlogs", "requirements": ">= 0" }, { "name": "aws-sdk-s3", "requirements": ">= 0" }, { "name": "aws-sdk-sts", "requirements": ">= 0" }, { "name": "aws-sigv4", "requirements": ">= 0" }, { "name": "csv", "requirements": ">= 0" }, { "name": "dry-schema", "requirements": ">= 0" }, { "name": "dry-struct", "requirements": ">= 0" }, { "name": "dry-types", "requirements": ">= 0" }, { "name": "duckdb", "requirements": ">= 0" }, { "name": "git", "requirements": ">= 0" }, { "name": "google-apis-sheets_v4", "requirements": ">= 0" }, { "name": "google-cloud-ai_platform-v1", "requirements": ">= 0" }, { "name": "google-cloud-bigquery", "requirements": ">= 0" }, { "name": "grpc", "requirements": ">= 0" }, { "name": "hubspot-api-client", "requirements": ">= 0" }, { "name": "iterable-api-client", "requirements": ">= 0" }, { "name": "MailchimpMarketing", "requirements": ">= 0" }, { "name": "net-sftp", "requirements": ">= 0" }, { "name": "pg", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "restforce", "requirements": ">= 0" }, { "name": "ruby-limiter", "requirements": ">= 0" }, { "name": "ruby-oci8", "requirements": ">= 0" }, { "name": "ruby-odbc", "requirements": ">= 0" }, { "name": "rubyzip", "requirements": ">= 0" }, { "name": "sequel", "requirements": ">= 0" }, { "name": "slack-ruby-client", "requirements": ">= 0" }, { "name": "stripe", "requirements": ">= 0" }, { "name": "tiny_tds", "requirements": ">= 0" }, { "name": "zendesk_api", "requirements": ">= 0" } ] } }
2024-12-24 05:31:31 UTC
FcYTZ8c3mJIB63ejjKlxb

rollem

Dice roller and nova calculator.

2.0.0.beta
Content{ "name": "rollem", "downloads": 9, "version": "2.0.0.beta", "version_created_at": "2024-12-24T05:30:04.509Z", "version_downloads": 0, "platform": "ruby", "authors": "Eli Harrison", "info": "Dice roller and nova calculator.", "licenses": [ "GPL-3.0-only" ], "metadata": {}, "yanked": false, "sha": "d0867f4cd2f97aa773297a1260af14fd6d7bc2e8c6c0a29c5207d9ea2d76019c", "spec_sha": "148bb1292e2b199da0b165693fff5018e97b4e20ef6ac8a07d4d4750b17b2d14", "project_uri": "https://rubygems.org/gems/rollem", "gem_uri": "https://rubygems.org/gems/rollem-2.0.0.beta.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rollem/2.0.0.beta", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1.1" }, { "name": "tty-prompt", "requirements": "~> 0.23" } ] } }
2024-12-24 05:30:06 UTC
O6RrTizcm8wHzuK1LTBNO

rollem

Dice roller and nova calculator.

2.0.0.alpha2
Content{ "name": "rollem", "downloads": 9, "version": "2.0.0.alpha2", "version_created_at": "2024-12-24T05:28:37.505Z", "version_downloads": 0, "platform": "ruby", "authors": "Eli Harrison", "info": "Dice roller and nova calculator.", "licenses": [ "GPL-3.0-only" ], "metadata": {}, "yanked": false, "sha": "30a236e4b1e83f7baf107aa28fb54ab0ab50dab190ad73e32b30cb9220a6f055", "spec_sha": "07912efdbf4fc3c78c14217e13bc4ebae4da51be4564d6cd6493a74a49912b37", "project_uri": "https://rubygems.org/gems/rollem", "gem_uri": "https://rubygems.org/gems/rollem-2.0.0.alpha2.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rollem/2.0.0.alpha2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "colorize", "requirements": "~> 1.1" }, { "name": "tty-prompt", "requirements": "~> 0.23" } ] } }
2024-12-24 05:28:40 UTC
2OWWLzlQqgrYWDIcGXFjQ

tencentcloud-sdk-cdc

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDC.

3.0.967
Content{ "name": "tencentcloud-sdk-cdc", "downloads": 314697, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:34.992Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDC.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdc" }, "yanked": false, "sha": "108f013f57aaa9ce1c6fe71b4e932066a42c241be9eb4ec2de67c9d53001221f", "spec_sha": "3ea7297e86564510d1d19eb689bb70c23434da2df407e5b7fea6ae302f5f0e7a", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdc", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdc-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdc", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:37 UTC
drI-BVSYNc1o0c8ZmGzBu

tencentcloud-sdk-vms

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VMS.

3.0.967
Content{ "name": "tencentcloud-sdk-vms", "downloads": 418751, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:33.132Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VMS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vms" }, "yanked": false, "sha": "ad48e1ee563e657351a3fbf7f54804f1954e983519e5981f262b75aa782c1134", "spec_sha": "9ea3c2b63ce4f6d716eab0974468f548f698451700da46a0a09b7dc9fd4a535e", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vms", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vms-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vms", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:35 UTC
56-dmLYIVMiKF1USpCZWP

tencentcloud-sdk-sqlserver

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service SQLSERVER.

3.0.967
Content{ "name": "tencentcloud-sdk-sqlserver", "downloads": 423757, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:29.723Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service SQLSERVER.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-sqlserver" }, "yanked": false, "sha": "2b32db07074c75e236938d5514cf9e3ab7a87f88cccc1ae9babc64027d286d70", "spec_sha": "17d7e574a09dfa3f55852956a37f0d11e9d449f4e35df46aa8a8f6d8dc3660b5", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-sqlserver", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-sqlserver-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-sqlserver", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:33 UTC
yh9ge2X1PJSXRIrjCCdaI

tencentcloud-sdk-iir

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service IIR.

3.0.967
Content{ "name": "tencentcloud-sdk-iir", "downloads": 419746, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:26.941Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service IIR.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-iir" }, "yanked": false, "sha": "f875f84c5d57e709f166ff4927ada998946ef20e9b60471d8e9552b846342d3e", "spec_sha": "42cb2f7201c6ea12974f325842dc4a70e13056d122ed0501f12c66abb113fac4", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-iir", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-iir-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-iir", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:31 UTC
CZYItJSifRgTNfsHcb65g

tencentcloud-sdk-tics

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TICS.

3.0.967
Content{ "name": "tencentcloud-sdk-tics", "downloads": 425842, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:24.747Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TICS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tics" }, "yanked": false, "sha": "520bb08ae70cb3612e50ad2d09a1ad033f51fce74a6601bd7333a6300738857c", "spec_sha": "4aa99a884d30287a7bbcf91c798c4aef511cf885c668521a08bb495906f85793", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tics", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tics-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tics", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:27 UTC
kANo0-s-rw61AfVhWKm9C

tencentcloud-sdk-cwp

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CWP.

3.0.967
Content{ "name": "tencentcloud-sdk-cwp", "downloads": 421713, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:21.378Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CWP.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cwp" }, "yanked": false, "sha": "48207813f1d21b5c718dfa96e998988b3380981958adf9820c4581774ed42a0e", "spec_sha": "b6cd4ac69cdb6620c618352d9ca01f043ae174f824705b58dd310699fd44eb74", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cwp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cwp-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cwp", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:26 UTC
WbOCnqWrPGTSfoWyCeXe0

tencentcloud-sdk-cynosdb

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CYNOSDB.

3.0.967
Content{ "name": "tencentcloud-sdk-cynosdb", "downloads": 476937, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:19.076Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CYNOSDB.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cynosdb" }, "yanked": false, "sha": "08426ea2650f10508d5a63e06b99d9daf41eafb1002c562d219ceeb0c2c3c480", "spec_sha": "9c86c250f8a71479afddff7b9241444de2243e64abb6ad140e627ab8e713c17b", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cynosdb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cynosdb-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cynosdb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:24 UTC
IK5t7BmMJo6r_y8aDmeWO

tencentcloud-sdk-mrs

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service MRS.

3.0.967
Content{ "name": "tencentcloud-sdk-mrs", "downloads": 418751, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:15.439Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service MRS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-mrs" }, "yanked": false, "sha": "8fd95b1d4615af2cf945b8bbd56df8034ec16794f749d415bd1559aad30127dc", "spec_sha": "7ac429c962b4bc8640da681f0db5d4eea16cc2969db6c690b86a40dfec797e91", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-mrs", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-mrs-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-mrs", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:22 UTC
134Mvq71yktQYmgsY0wUj

tencentcloud-sdk-cdwpg

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDWPG.

3.0.967
Content{ "name": "tencentcloud-sdk-cdwpg", "downloads": 73333, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:13.063Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDWPG.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdwpg" }, "yanked": false, "sha": "ad1e29e057b5643f5540fe6cb4c9404efede4aeae28c63a1133ef765e3f70dfc", "spec_sha": "63dab961ef45ee30a8ac41025387c7bb6758fc24fe34d875cc48e42b407ad17d", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdwpg", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdwpg-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdwpg", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:21 UTC
6h0Z7Yq1nY1iKKIDd6ADi

tencentcloud-sdk-smh

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service SMH.

3.0.967
Content{ "name": "tencentcloud-sdk-smh", "downloads": 348130, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:10.987Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service SMH.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-smh" }, "yanked": false, "sha": "5f99819021b8e2bd8113aa181e3142e96ae8c91518b932df295f6aa01e650f85", "spec_sha": "3a44fb345a908c6d68ffe6776197c0e6bda844bdaa6f695147050d05107a6788", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-smh", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-smh-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-smh", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:21 UTC
bjCP73D0idxYBDEYb3btl

tencentcloud-sdk-lp

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service LP.

3.0.967
Content{ "name": "tencentcloud-sdk-lp", "downloads": 417695, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:09.050Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service LP.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-lp" }, "yanked": false, "sha": "e12963310edde5296fbf8cbd3d03d587ba070966871dd192a3911f56787d0a99", "spec_sha": "fbbf76732e60fba37d9232b023739558581faf923de10e8578269b7127a360a6", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-lp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-lp-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-lp", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:11 UTC
m5jsCneT8lJL6B0Xi5rXg

tencentcloud-sdk-vclm

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VCLM.

3.0.967
Content{ "name": "tencentcloud-sdk-vclm", "downloads": 18170, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:07.578Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VCLM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vclm" }, "yanked": false, "sha": "86c4626886885fb23a74beac4ba78c0b4d5ce7512a72834633082117cd6d290d", "spec_sha": "b4cef325f14efda0fb06221b48d41b93455000b6c5f6673d4c7239d6f444a58f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vclm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vclm-3.0.967.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vclm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:09 UTC
pAL9IuN0LCeZZlkMxa5OJ

tencentcloud-sdk-tsf

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TSF.

3.0.967
Content{ "name": "tencentcloud-sdk-tsf", "downloads": 420866, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:05.260Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TSF.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tsf" }, "yanked": false, "sha": "7572b1ca3d018cb67888fea52119c8aee67c5737623ebc9f4e722456e204df6a", "spec_sha": "a66af965396ceadda40554166547beaa7ee8803a46c6e1ec1f8e40585da13600", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tsf", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tsf-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tsf", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:07 UTC
7sveOO391_KuG6pI5IbmT

tencentcloud-sdk-config

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CONFIG.

3.0.967
Content{ "name": "tencentcloud-sdk-config", "downloads": 57625, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:03.582Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CONFIG.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-config" }, "yanked": false, "sha": "2e82d67549f9c41cdedcd117f5b53aef7a4ce885faaae676d459422edd4f14a1", "spec_sha": "9e22e9ca5c26c5788bd9e6cbd29942ab7f700890ca7ff4550f99db66a1c786ed", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-config", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-config-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-config", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:06 UTC
s8_DhVa7qy64bq-FDOeyq

tencentcloud-sdk-partners

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service PARTNERS.

3.0.967
Content{ "name": "tencentcloud-sdk-partners", "downloads": 421087, "version": "3.0.967", "version_created_at": "2024-12-24T05:20:01.332Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service PARTNERS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-partners" }, "yanked": false, "sha": "abb278572dd9744eb24290b72e96024770e21a54ecbfdfe6a79b721fe5d667e7", "spec_sha": "29276b46a8edd8ad32583e1424d3ca605fc76325a23bbe5f9d40f3ee8a07fd92", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-partners", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-partners-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-partners", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:04 UTC
_Eubwhex56EtyiBEC0uOy

tencentcloud-sdk-tcr

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TCR.

3.0.967
Content{ "name": "tencentcloud-sdk-tcr", "downloads": 419062, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:59.130Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TCR.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tcr" }, "yanked": false, "sha": "bcb8698119e70e81e6b54ff2fff44115defa378185fa0d5633f4c637616868fd", "spec_sha": "9d578cd6ed8045ee28820046416bf4f38259bf162863f04760d94848edce2fcb", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcr-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tcr", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:20:01 UTC
sXMtcq3594LwdA_c0fVo_

tencentcloud-sdk-bsca

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BSCA.

3.0.967
Content{ "name": "tencentcloud-sdk-bsca", "downloads": 313329, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:51.720Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BSCA.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-bsca" }, "yanked": false, "sha": "121063ab3e6dc1fbb2b0ee90b521a757e49820ad3fe94c4bcdb83c06ef108466", "spec_sha": "961a2d703931873f9f6e532a86919bda30602fd098df4df0ae4ba58f4bfe5e94", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bsca", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bsca-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-bsca", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:59 UTC
TxrijJr_U231NsQY7X4aj

tencentcloud-sdk-tke

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TKE.

3.0.967
Content{ "name": "tencentcloud-sdk-tke", "downloads": 419839, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:49.344Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TKE.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tke" }, "yanked": false, "sha": "bf2cac173d7cddd472c1d7767e4cdb6620ccab664e8aa573bfab443a113b184a", "spec_sha": "f0886cd329856d37b2ede9adf9e8fcd2cd10232d8f58b5371c149ea9ae80ebf5", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tke", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tke-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tke", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:52 UTC
1dgvhL-m6qdORbpHgzH5x

tencentcloud-sdk-hcm

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service HCM.

3.0.967
Content{ "name": "tencentcloud-sdk-hcm", "downloads": 414084, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:47.118Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service HCM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-hcm" }, "yanked": false, "sha": "2ceafd7adca14071e606960060373c4c921d0be7a055ed045338e0db04ff85c2", "spec_sha": "3ec8df8dd2669bfc168ee859256a6a1e2c5c65c1c5b9681c028eb18daf639dd1", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-hcm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-hcm-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-hcm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:49 UTC
92-iEH7vXNPvPI2WtgQZz

tencentcloud-sdk-habo

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service HABO.

3.0.967
Content{ "name": "tencentcloud-sdk-habo", "downloads": 414419, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:44.921Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service HABO.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-habo" }, "yanked": false, "sha": "6082d986f7b457a52fb2b4de76adce9e56d6bdd5e2311f6a29e025301e90c59f", "spec_sha": "0de9ca279e39514f6ce7dbe714371604259c7192ec5f7f4743df6d8ad68a870e", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-habo", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-habo-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-habo", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:47 UTC
p81KuRuBAowl4zCMxow0A

tencentcloud-sdk-csxg

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CSXG.

3.0.967
Content{ "name": "tencentcloud-sdk-csxg", "downloads": 109842, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:42.474Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CSXG.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-csxg" }, "yanked": false, "sha": "066dcbd23b5408aab8d503ed7899cf0a748f7f5bd73c036eca2eb18f4e108902", "spec_sha": "6656ffcb91340595ad3417a8df162fba3738723dfb71eb38d223a0c40b175f1a", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-csxg", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-csxg-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-csxg", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:45 UTC
H-qfNAGTeZHoIQiHDT5wo

tencentcloud-sdk-bmeip

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BMEIP.

3.0.967
Content{ "name": "tencentcloud-sdk-bmeip", "downloads": 419402, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:40.450Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BMEIP.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-bmeip" }, "yanked": false, "sha": "3c775aa32ae213bea5a7232e44dc1b2f9ce53f895134be95fbd60b298f499995", "spec_sha": "9377c622abbaa53fb16698fbacdc27a2929107a9c7b0244487a7ffa0b5df052b", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bmeip", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bmeip-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-bmeip", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:44 UTC
tdEl_XZlrEwv15ixCeKkf

tencentcloud-sdk-hasim

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service HASIM.

3.0.967
Content{ "name": "tencentcloud-sdk-hasim", "downloads": 161083, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:38.727Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service HASIM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-hasim" }, "yanked": false, "sha": "0a673d17865866c76458388ed18c876b22d102f348ee42512e76e321d9f76be2", "spec_sha": "f92924223fcdc062b8cce1be53e4d6a3ca9abec1d129b6d83e9befff8c0a46f7", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-hasim", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-hasim-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-hasim", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:42 UTC
ao4wPaPKdzpEjHkdKUIkf

tencentcloud-sdk-trp

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TRP.

3.0.967
Content{ "name": "tencentcloud-sdk-trp", "downloads": 279514, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:37.090Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TRP.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-trp" }, "yanked": false, "sha": "15585dd5b53b5d00978836681b87ebf46eee032eb176d332859d8215099a6cd5", "spec_sha": "984bd6ecb2a3cb6d89102818e8a783b272273b027f771179a8b4887bb9fca33f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-trp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-trp-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-trp", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:41 UTC
d4-rCeQECLQajMEeuvwss

tencentcloud-sdk-tse

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TSE.

3.0.967
Content{ "name": "tencentcloud-sdk-tse", "downloads": 416862, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:34.927Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TSE.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tse" }, "yanked": false, "sha": "b212e1e5b4a46886299b70750684d8a832e7b48d5727a2431ece80204a521e92", "spec_sha": "2d9b3df09a17510b10097b262663227a22755638afc44a544442e881b9505a16", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tse", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tse-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tse", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:39 UTC
5MvUYiiINCtenej10RCec

tencentcloud-sdk-cdb

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDB.

3.0.967
Content{ "name": "tencentcloud-sdk-cdb", "downloads": 426595, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:32.943Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDB.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdb" }, "yanked": false, "sha": "e8c8defffcfc9eb5478c112d8f82466057c30eb692ae75418fcc9f815651fb69", "spec_sha": "fa8c2e96e37b26fc98d43f380a191dc6e0ea74001bd20fd75c86a9b49923e62e", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdb-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:38 UTC
UFkcIfCI_z_i3Xb8sVvt7

tencentcloud-sdk-eb

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service EB.

3.0.967
Content{ "name": "tencentcloud-sdk-eb", "downloads": 423484, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:30.462Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service EB.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-eb" }, "yanked": false, "sha": "88ba63c25fd8a5ae7f6b54391673b4229d47836a3b1f893bcd26ccc461960e98", "spec_sha": "6536f26539c55c03e3286e1ead9e6ba459eecf9356c5139e347a68d6e05c22bc", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-eb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-eb-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-eb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:36 UTC
b-YJp-lC_dC_aukLKIXMX

tencentcloud-sdk-cloudstudio

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CLOUDSTUDIO.

3.0.967
Content{ "name": "tencentcloud-sdk-cloudstudio", "downloads": 223862, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:28.782Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CLOUDSTUDIO.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cloudstudio" }, "yanked": false, "sha": "0da1075fab099e7bd40f1b89820e7b4d90733531e368ba13c85bee914c318048", "spec_sha": "828dcceaf59372e934c0d9470313a8ee1cb60911ad9fc333fbafe5dace2f9a71", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cloudstudio", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cloudstudio-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cloudstudio", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:31 UTC
8-fJu0OD3v5_ntVDeNr9J

tencentcloud-sdk-vcube

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VCUBE.

3.0.967
Content{ "name": "tencentcloud-sdk-vcube", "downloads": 1337, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:27.386Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VCUBE.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vcube" }, "yanked": false, "sha": "ad41a956f83a2aab4da2c1d4a12905b9af4c19be6227fdaa991e45fe73c6385f", "spec_sha": "2d8b58d4704b565ac6fed3f222d3e4ba08b0d0d4b6d16faf68ac0e69b2556dd9", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vcube", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vcube-3.0.967.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vcube", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:30 UTC
l_j9SerYfLlIX4AuNZAIr

tencentcloud-sdk-emr

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service EMR.

3.0.967
Content{ "name": "tencentcloud-sdk-emr", "downloads": 418703, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:25.684Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service EMR.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-emr" }, "yanked": false, "sha": "d5facac5661b15961babffe3b8e719808eb83c45a80dd9adc479188a64b6a8ef", "spec_sha": "fab7f249858ad1c635889750f5a8f762bc80c9d43943c975dba3b7e0df61c66c", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-emr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-emr-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-emr", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:29 UTC
_LSuhWKqT-TyFzy6FbMbR

tencentcloud-sdk-tcbr

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TCBR.

3.0.967
Content{ "name": "tencentcloud-sdk-tcbr", "downloads": 265221, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:23.178Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TCBR.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tcbr" }, "yanked": false, "sha": "cde8b5f3abbc54f9e2d65be9159c201066bf3599596dfc80f37ed83b5443f0a8", "spec_sha": "b70bbc041ee552ff5e2c6edda9fb92ea3ec75aec6d17157fbb3c491dcf313a1f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcbr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcbr-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-tcbr", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:28 UTC
_yNNO_YkFB1CxQEGIE_o8

tencentcloud-sdk-kms

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service KMS.

3.0.967
Content{ "name": "tencentcloud-sdk-kms", "downloads": 430664, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:21.187Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service KMS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-kms" }, "yanked": false, "sha": "fb130e87b9588fe1ea997681e77713eb9f79e51ab20e3942fef0af3714ebdeba", "spec_sha": "3ec95ac397bf36bc277bec8e5e0727ead6661b4f5b39135bd51ce97ff9711d70", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-kms", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-kms-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-kms", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:27 UTC
WzzMXCzKfcSYI0Hvbvx6t

tencentcloud-sdk-cvm

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CVM.

3.0.967
Content{ "name": "tencentcloud-sdk-cvm", "downloads": 422003, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:17.623Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CVM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cvm" }, "yanked": false, "sha": "a8c65f7a2f5dc1ccfc9e74609120bde4d5904db2d0bba54ce9bad271fb269c54", "spec_sha": "a7a572bb72d02a461a7bcf1d41ffc03a9d0107d3b9171e5a33b0c2c7e7c0b691", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cvm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cvm-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cvm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:26 UTC
eN97ungaRaHjB63sNC-TA

tencentcloud-sdk-trtc

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TRTC.

3.0.967
Content{ "name": "tencentcloud-sdk-trtc", "downloads": 423240, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:15.001Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TRTC.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-trtc" }, "yanked": false, "sha": "08e5d43a64c0e6a9c3d9230d9402d08b8676cd31b9c70772f6c71b7e420e091e", "spec_sha": "864a0d39924588fd6cf8fa51e5d7288f80266e5fceac4164b5e4143e9b5506b5", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-trtc", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-trtc-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-trtc", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:24 UTC
H8ibYfC--2OzTnT9Nh8SP

tencentcloud-sdk-cim

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CIM.

3.0.967
Content{ "name": "tencentcloud-sdk-cim", "downloads": 419173, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:12.488Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CIM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cim" }, "yanked": false, "sha": "c189d568e1ace85c0705065060829ec7ca9fc2650cac6395b4f3b2931c94df7b", "spec_sha": "959a9e95ebdb295fcdbff06d60491893a8a7af97a621bf4096db6771ba38eec8", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cim", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cim-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cim", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:19 UTC
sQWnhWdywzsfzMKuIBrj9

tencentcloud-sdk-yunsou

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service YUNSOU.

3.0.967
Content{ "name": "tencentcloud-sdk-yunsou", "downloads": 415966, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:09.924Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service YUNSOU.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-yunsou" }, "yanked": false, "sha": "eba3eac9c204e6b7b1fdcf06167ff74f495101e9e2c7a2b4c36d02304efa98d7", "spec_sha": "4042dfd67a6afa9c7125b400145b98d6b1b0ce6333c25319ff77e126df9bd126", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-yunsou", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-yunsou-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-yunsou", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:16 UTC
v7vgvPFYOJIf1DbA8EjJz

tencentcloud-sdk-cdz

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDZ.

3.0.967
Content{ "name": "tencentcloud-sdk-cdz", "downloads": 16476, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:08.245Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CDZ.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdz" }, "yanked": false, "sha": "fe3123007d25b5fa3603cd7607c3c551516e4f6591863b79837e9e92aa76d6e9", "spec_sha": "e48f7ac348b860a4b662001708e42e1804dc2a1f660f5b19ca7279ae210cee41", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdz", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdz-3.0.967.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cdz", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:11 UTC
RQAMi7DqCiKwsOZJrnq5-

tencentcloud-sdk-ioa

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service IOA.

3.0.967
Content{ "name": "tencentcloud-sdk-ioa", "downloads": 51380, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:06.266Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service IOA.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ioa" }, "yanked": false, "sha": "b38472642e3e15321e3b07be875d5969084c26722e42466029c0582ea99b70ca", "spec_sha": "f660a3ee02c59bf5a01fb7ddf32de5656233150337c0741df5821c57f931b462", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ioa", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ioa-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ioa", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:09 UTC
tOZlgkzXGs2Wo9oJzXAR6

tencentcloud-sdk-ticm

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TICM.

3.0.967
Content{ "name": "tencentcloud-sdk-ticm", "downloads": 424092, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:04.098Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TICM.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ticm" }, "yanked": false, "sha": "73ab862c3d71407e3e4ab95d7c6b77ef7590c3a4db87505e5f8f674e75fab7cb", "spec_sha": "f9a87a9ff560cbf14d6d36344a9dea16c08a9f671df742ec9efd2097327f875f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ticm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ticm-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ticm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:08 UTC
5L6IaE8NgkPmPnlWe0gPZ

tencentcloud-sdk-cmq

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CMQ.

3.0.967
Content{ "name": "tencentcloud-sdk-cmq", "downloads": 411086, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:02.224Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CMQ.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cmq" }, "yanked": false, "sha": "b52669492f599f05f0322d2723d7db42224ad3e5ab30a998f33326b63dc5f4c1", "spec_sha": "c2126d1e24f924bbe3dbcdade639e1164f39210e19d88bdcca813199d84c28e6", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cmq", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cmq-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-cmq", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:06 UTC
Rw9WSuNjCnNgxIkussE5I

tencentcloud-sdk-ft

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service FT.

3.0.967
Content{ "name": "tencentcloud-sdk-ft", "downloads": 420952, "version": "3.0.967", "version_created_at": "2024-12-24T05:19:00.398Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service FT.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ft" }, "yanked": false, "sha": "6f5c7a87c769f5724f228190d3b788050d87e1335ce9ba2501287b5d0ce48c5a", "spec_sha": "516fef3837156a6ce19bae8e01d15dd1ef9ff8124d67bcda209feb8ea62ea70e", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ft", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ft-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ft", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:04 UTC
YmXZ6DQf5A-2aMwoYLLqF

tencentcloud-sdk-wedata

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service WEDATA.

3.0.967
Content{ "name": "tencentcloud-sdk-wedata", "downloads": 256321, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:58.626Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service WEDATA.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-wedata" }, "yanked": false, "sha": "0926cbb93bb4f4d6482ff796d4bbba586d4cd606c80493b617dce3a02921ea1f", "spec_sha": "03d3aa47b0491ae20b2d335412d542e7ed728c7d794c3f51c513d630e9e18479", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-wedata", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-wedata-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-wedata", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:03 UTC
j6U2WbQ7IIP5xAwmkdnNy

tencentcloud-sdk-advisor

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ADVISOR.

3.0.967
Content{ "name": "tencentcloud-sdk-advisor", "downloads": 416365, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:56.297Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ADVISOR.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-advisor" }, "yanked": false, "sha": "1ff62ada056ac8c6c7c14c0abe7455cbc8a824f86d98c4ae0a7eb1fbc32218fd", "spec_sha": "2e49b9b09fd2d874c79f9e1082a826e217817c00f9f55dd16bb9b24a2313bf3b", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-advisor", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-advisor-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-advisor", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:19:01 UTC
yEADGq9fUB2DjQE6DVPNO

tencentcloud-sdk-aca

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ACA.

3.0.967
Content{ "name": "tencentcloud-sdk-aca", "downloads": 0, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:54.737Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ACA.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-aca" }, "yanked": false, "sha": "bfb441c6b87fce6bb74980caf144a2eb6429963b7586910999fab29a14693d18", "spec_sha": "df2db6de5326446a8ba5b428ab56165e243b95614c9cd7f7b234e64a565c5741", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-aca", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-aca-3.0.967.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-aca", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:59 UTC
eHrur5Dk2H9LvRe_h29Qn

tencentcloud-sdk-ess

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ESS.

3.0.967
Content{ "name": "tencentcloud-sdk-ess", "downloads": 338817, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:52.824Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ESS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ess" }, "yanked": false, "sha": "d10430a0ef318f389a298e6acea63e8078aeb81f65435b39edd771b3a21e23af", "spec_sha": "c100fbd69dbf00685de7a58a445112e016d8ac63cb092f492e77afadadf55bc0", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ess", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ess-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-ess", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:58 UTC
r5YO3i8mwShiFyASanBWT

tencentcloud-sdk-solar

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service SOLAR.

3.0.967
Content{ "name": "tencentcloud-sdk-solar", "downloads": 412298, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:50.790Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service SOLAR.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-solar" }, "yanked": false, "sha": "cb5bf9b24612e8a81d1bf36206a665ce7dab2e309a647eb7695c7423c434053d", "spec_sha": "f7b6fb18cf1b1e9dbacc4c330d7beb9a3c417cbe3a77fbbd37330901a14637e6", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-solar", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-solar-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-solar", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:54 UTC
opl54_dZ-N_Dyhge_Mmdb

tencentcloud-sdk-gwlb

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service GWLB.

3.0.967
Content{ "name": "tencentcloud-sdk-gwlb", "downloads": 5253, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:49.243Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service GWLB.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-gwlb" }, "yanked": false, "sha": "fa3614d3396db2a15c5f005e1929cf246251c2a755a80a0aba0d03126031a4ff", "spec_sha": "0b8b494ca5357d8d2c44f953de99d9cea9fdf2bfcdeb9abe219e36ad7202855c", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-gwlb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-gwlb-3.0.967.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-gwlb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:53 UTC
GWE-juSft-yC8oiZr_kQP

tencentcloud-sdk-es

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ES.

3.0.967
Content{ "name": "tencentcloud-sdk-es", "downloads": 421199, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:47.409Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ES.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-es" }, "yanked": false, "sha": "6e446688eddec52d799d971cbc9a956ed27528f9a6b1939eac1bec203f038f99", "spec_sha": "b30aaf48a4cb34d38d697a7e8aa67fd0490f04fda0a24b68d839b2c21438fd51", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-es", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-es-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-es", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:52 UTC
iXff6KUdWKk73hcZuMMF-

tencentcloud-sdk-gs

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service GS.

3.0.967
Content{ "name": "tencentcloud-sdk-gs", "downloads": 416989, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:45.565Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service GS.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-gs" }, "yanked": false, "sha": "436634b0813561a3300dab461f1c71bd18c102e9552392e184b91f2afdd69c93", "spec_sha": "df92c66f002a04e5dfb51a77191ab1117f3f7baba130c4e80a8026bf9369bd67", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-gs", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-gs-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-gs", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:51 UTC
nC2LoQWeQclo9G24PjJ7K

tencentcloud-sdk-vdb

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VDB.

3.0.967
Content{ "name": "tencentcloud-sdk-vdb", "downloads": 21710, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:44.111Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VDB.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vdb" }, "yanked": false, "sha": "a0eedcecc89917d2e4468335e76fa4e7a0e7af62b2407eb6471149d09dffc403", "spec_sha": "c174719952525e8ebda7dcf31af8d80be22123967273c87f5cc7c163d48223fd", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vdb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vdb-3.0.967.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-vdb", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:50 UTC
1hFgxQVk0Ok9IBgJefMmm

tencentcloud-sdk-bda

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BDA.

3.0.967
Content{ "name": "tencentcloud-sdk-bda", "downloads": 415584, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:42.143Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BDA.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-bda" }, "yanked": false, "sha": "540459be607e4fe72cc9dfa3aacfcb148bd605f18a3842024ed480b5c8efa953", "spec_sha": "47cb27035e7e844a85d23b4d7c7d0c12f3d4706e7b0def979dd15020ba93d1b3", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bda", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bda-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-bda", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "tencentcloud-sdk-common", "requirements": "~> 3.0" } ] } }
2024-12-24 05:18:48 UTC
SwYsgKK1jy_T6m9FBtm48

tencentcloud-sdk-common

Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service.

3.0.967
Content{ "name": "tencentcloud-sdk-common", "downloads": 845224, "version": "3.0.967", "version_created_at": "2024-12-24T05:18:40.309Z", "version_downloads": 0, "platform": "ruby", "authors": "Tencent Cloud", "info": "Tencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-common" }, "yanked": false, "sha": "02a67db2c82039d1d7c07994ae606d2f25b25e4912657c0b13e0373fc309ee6c", "spec_sha": "000945b418160d0e92675c76ad2468c3991ee8f0c05c7e73aaba2c2e7434698d", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-common", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-common-3.0.967.gem", "homepage_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/tencentcloud-sdk-common", "bug_tracker_uri": null, "changelog_uri": "https://github.com/TencentCloud/tencentcloud-sdk-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-24 05:18:43 UTC