Lastest updates from Rubygems.org
ID | Gem | Version | Body | Updated At |
---|---|---|---|---|
nMFsWPyL7iVKxzkzsqmN9 |
railsbuildrails_build is a very small, fast enough, static site generator built on top of the rails you already know and love. it's been in production usage for close to a decade but i've been too busy to relase it until now. also, #wtf is up with javascript land?! it has a small set of dependencies, namely the `parallel` gem, and requires absolutely minimal configuration. it should be pretty darn self explanatory: |
2.0.0 | Content{ "name": "railsbuild", "downloads": 0, "version": "2.0.0", "version_created_at": "2024-12-25T00:09:07.830Z", "version_downloads": 0, "platform": "ruby", "authors": "Ara T. Howard", "info": "rails_build is a very small, fast enough, static site generator built\non top of the rails you already know and love.\n\nit's been in production usage for close to a decade but i've been too\nbusy to relase it until now. also, #wtf is up with javascript land?!\n\nit has a small set of dependencies, namely the `parallel` gem, and\nrequires absolutely minimal configuration. it should be pretty darn\nself explanatory:", "licenses": [ "Ruby" ], "metadata": {}, "yanked": false, "sha": "0f86347112610c0cbef54fcd69429a31b1b62d4812c965169536f5a89b51b408", "spec_sha": "17e4b020561a1aeaa3e4e00f92e2f1ef217dd2fba09e19d60f5e63d6a6740b28", "project_uri": "https://rubygems.org/gems/railsbuild", "gem_uri": "https://rubygems.org/gems/railsbuild-2.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/railsbuild/2.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "getoptlong", "requirements": "~> 0.2" }, { "name": "parallel", "requirements": "~> 1.26" } ] } } |
2024-12-25 00:09:12 UTC |
ME3-h-eUZij3waofbYuHO |
fixSpecing framework. |
1.0.0.beta10 | Content{ "name": "fix", "downloads": 90484, "version": "1.0.0.beta10", "version_created_at": "2024-12-24T22:50:47.348Z", "version_downloads": 0, "platform": "ruby", "authors": "Cyril Kato", "info": "Specing framework.", "licenses": [ "MIT" ], "metadata": { "wiki_uri": "https://github.com/fixrb/fix/wiki", "bug_tracker_uri": "https://github.com/fixrb/fix/issues", "source_code_uri": "https://github.com/fixrb/fix", "documentation_uri": "https://rubydoc.info/gems/fix", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "9e44fb7f7a1b09b7cdf802112c58b407dd09b3e173f60c862710e77c93f28087", "spec_sha": "feb87c281b990b42a1c1997a9c3311a3051b0a9b250f89046b9b6c231e0d49fa", "project_uri": "https://rubygems.org/gems/fix", "gem_uri": "https://rubygems.org/gems/fix-1.0.0.beta10.gem", "homepage_uri": "https://github.com/fixrb/fix", "wiki_uri": "https://github.com/fixrb/fix/wiki", "documentation_uri": "https://rubydoc.info/gems/fix", "mailing_list_uri": null, "source_code_uri": "https://github.com/fixrb/fix", "bug_tracker_uri": "https://github.com/fixrb/fix/issues", "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "defi", "requirements": "~> 3.0.0" }, { "name": "matchi", "requirements": "~> 3.3.2" }, { "name": "spectus", "requirements": "~> 5.0.0" } ] } } |
2024-12-24 22:50:50 UTC |
r2yVmY-thNVuavAH_tDzH |
glimmer_hangmanGlimmer Hangman - The Word Game (built with Glimmer DSL for LibUI, partially at the RubyConf 2024 Hack Day event for Glimmer DSL for LibUI) |
1.0.0 | Content{ "name": "glimmer_hangman", "downloads": 0, "version": "1.0.0", "version_created_at": "2024-12-24T22:46:15.786Z", "version_downloads": 0, "platform": "ruby", "authors": "Andy Maleh", "info": "Glimmer Hangman - The Word Game (built with Glimmer DSL for LibUI, partially at the RubyConf 2024 Hack Day event for Glimmer DSL for LibUI)", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "a605925cf261fddf00a729f07584d4fa73b50f965dd0c5ceeb0fd5c1a45f42b0", "spec_sha": "8f12c78d5b2681117bd4a9a285d9f5b9a5f5cc8d8197ce734d99cb97fb795f40", "project_uri": "https://rubygems.org/gems/glimmer_hangman", "gem_uri": "https://rubygems.org/gems/glimmer_hangman-1.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/glimmer_hangman/1.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "juwelier", "requirements": "= 2.4.9" }, { "name": "rspec", "requirements": "~> 3.5.0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "glimmer-dsl-libui", "requirements": "~> 0.12.6" } ] } } |
2024-12-24 22:46:18 UTC |
bjBQkoT4qqVXaKYokSsur |
enhanced_errorsEnhancedErrors will automatically enhance your errors with messages containing variable values from the moment they were raised, using no extra dependencies, and only Ruby's built-in TracePoint. |
3.0.4 | Content{ "name": "enhanced_errors", "downloads": 3519, "version": "3.0.4", "version_created_at": "2024-12-24T21:55:09.449Z", "version_downloads": 0, "platform": "ruby", "authors": "Eric Beland", "info": "EnhancedErrors will automatically enhance your errors with messages containing variable values from the moment they were raised, using no extra dependencies, and only Ruby's built-in TracePoint. ", "licenses": [], "metadata": { "homepage_uri": "https://github.com/ericbeland/enhanced_errors", "source_code_uri": "https://github.com/ericbeland/enhanced_errors" }, "yanked": false, "sha": "333751e047e1d62b831b0a2d73dfbfceb760465b0b5bb696846108cf914fa2f1", "spec_sha": "f287ea2fe0ce0c4f4e75a761dd9f3d8dcd611c42d50e0f91fc23afbb59707332", "project_uri": "https://rubygems.org/gems/enhanced_errors", "gem_uri": "https://rubygems.org/gems/enhanced_errors-3.0.4.gem", "homepage_uri": "https://github.com/ericbeland/enhanced_errors", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/ericbeland/enhanced_errors", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "awesome_print", "requirements": "~> 1.0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "yard", "requirements": "~> 0.9" } ], "runtime": [] } } |
2024-12-24 21:55:12 UTC |
b82d9xIoOv6QR60-GLr_x |
osvOSV is a high-performance CSV parser for Ruby, implemented in Rust. It wraps BurntSushi's csv-rs crate to provide fast CSV parsing with support for both hash-based and array-based row formats. Features include: - Flexible input sources (file paths, gzipped files, IO objects, strings) - Configurable parsing options (headers, separators, quote chars) - Support for both hash and array output formats - Whitespace trimming options - Strict or flexible parsing modes - Significantly faster than Ruby's standard CSV library |
0.3.13 | Content{ "name": "osv", "downloads": 1006, "version": "0.3.13", "version_created_at": "2024-12-24T21:51:09.518Z", "version_downloads": 0, "platform": "ruby", "authors": "Nathan Jaremko", "info": "OSV is a high-performance CSV parser for Ruby, implemented in Rust. It wraps BurntSushi's csv-rs crate to provide fast CSV parsing with support for both hash-based and array-based row formats.\n\nFeatures include:\n- Flexible input sources (file paths, gzipped files, IO objects, strings)\n- Configurable parsing options (headers, separators, quote chars)\n- Support for both hash and array output formats\n- Whitespace trimming options\n- Strict or flexible parsing modes\n- Significantly faster than Ruby's standard CSV library\n", "licenses": [ "MIT" ], "metadata": { "readme_uri": "https://github.com/njaremko/osv/blob/main/README.md", "homepage_uri": "https://github.com/njaremko/osv", "changelog_uri": "https://github.com/njaremko/osv/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/njaremko/osv", "documentation_uri": "https://www.rubydoc.info/gems/osv", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "f8033383f773a1971e025da7d9dd3784e11b698ec6662325d776002cb5acc2cb", "spec_sha": "a85bb9400665b9c228e71a820d37eea08c7162de5ba89991e254eb876414f0a8", "project_uri": "https://rubygems.org/gems/osv", "gem_uri": "https://rubygems.org/gems/osv-0.3.13.gem", "homepage_uri": "https://github.com/njaremko/osv", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/osv", "mailing_list_uri": null, "source_code_uri": "https://github.com/njaremko/osv", "bug_tracker_uri": null, "changelog_uri": "https://github.com/njaremko/osv/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "rake-compiler", "requirements": "~> 1.2.0" } ], "runtime": [ { "name": "rb_sys", "requirements": "~> 0.9.39" } ] } } |
2024-12-24 21:51:13 UTC |
SrxIpatnE7qwb6sOlsIyH |
osv# OSV [](https://badge.fury.io/rb/osv) OSV is a high-performance CSV parser for Ruby, implemented in Rust. It wraps BurntSushi's excellent [csv-rs](https://github.com/BurntSushi/rust-csv) crate. It provides a simple interface for reading CSV files with support for both hash-based and array-based row formats. The array-based mode is faster than the hash-based mode, so if you don't need the hash keys, use the array-based mode. ## Installation Add this line to your application's Gemfile: ```ruby gem 'osv' ``` And then execute: ```bash bundle install ``` Or install it directly: ```bash gem install osv ``` ## Usage ### Reading CSV Files ```ruby require 'osv' # Basic usage - each row as a hash OSV.for_each("data.csv") do |row| puts row["name"] # => "John" puts row["age"] # => "25" end # Return an enumerator instead of using a block rows = OSV.for_each("data.csv") rows.each { |row| puts row["name"] } # High-performance array mode OSV.for_each("data.csv", result_type: :array) do |row| puts row[0] # First column puts row[1] # Second column end ``` ### Input Sources ```ruby # From a file path OSV.for_each("data.csv") { |row| puts row["name"] } # From a file path OSV.for_each("data.csv.gz") { |row| puts row["name"] } # From an IO object File.open("data.csv") { |file| OSV.for_each(file) { |row| puts row["name"] } } # From a string data = StringIO.new("name,age\nJohn,25") OSV.for_each(data) { |row| puts row["name"] } ``` ### Configuration Options ```ruby OSV.for_each("data.csv", # Input formatting has_headers: true, # First row contains headers (default: true) col_sep: ",", # Column separator (default: ",") quote_char: '"', # Quote character (default: '"') # Output formatting result_type: :hash, # :hash or :array (hash is default) nil_string: nil, # String to interpret as nil when parsing (default: nil) # Parsing behavior flexible: false, # Allow varying number of fields (default: false) flexible_default: nil, # Default value for missing fields. If unset, we ignore missing fields. # Implicitly enables flexible mode if set. trim: :all, # Whether to trim whitespace. Options are :all, :headers, or :fields (default: nil) buffer_size: 1024, # Number of rows to buffer in memory (default: 1024) ) ``` #### Available Options - `has_headers`: Boolean indicating if the first row contains headers (default: true) - `col_sep`: String specifying the field separator (default: ",") - `quote_char`: String specifying the quote character (default: "\"") - `nil_string`: String that should be interpreted as nil - by default, empty strings are interpreted as empty strings - if you want to interpret empty strings as nil, set this to an empty string - `buffer_size`: Integer specifying the number of rows to buffer in memory (default: 1024) - `result_type`: String specifying the output format ("hash" or "array" or :hash or :array) - `flexible`: Boolean specifying if the parser should be flexible (default: false) - `flexible_default`: String specifying the default value for missing fields. Implicitly enables flexible mode if set. (default: `nil`) - `trim`: String specifying the trim mode ("all" or "headers" or "fields" or :all or :headers or :fields) When `has_headers` is false, hash keys will be generated as `"c0"`, `"c1"`, etc. ## Requirements - Ruby >= 3.1.0 - Rust toolchain (for installation from source) ## Performance This library is faster than the standard Ruby CSV library, and is comparable to the fastest CSV parser gems I've used. Here's some unscientific benchmarks. You can find the code in the [benchmark/comparison_benchmark.rb](benchmark/comparison_benchmark.rb) file. ### 10,000 lines ``` Benchmarking with 100001 lines of data ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin24] Warming up -------------------------------------- OSV - Hash output 1.000 i/100ms CSV - Hash output 1.000 i/100ms OSV - Array output 1.000 i/100ms OSV - Direct Open Array output 12.719M i/100ms CSV - Array output 1.000 i/100ms FastCSV - Array output 1.000 i/100ms OSV - StringIO 1.000 i/100ms CSV - StringIO 1.000 i/100ms FastCSV - StringIO 1.000 i/100ms OSV - Gzipped 1.000 i/100ms CSV - Gzipped 1.000 i/100ms Calculating ------------------------------------- OSV - Hash output 6.722 (±14.9%) i/s (148.77 ms/i) - 59.000 in 10.074753s CSV - Hash output 1.223 (± 0.0%) i/s (817.62 ms/i) - 13.000 in 10.788284s OSV - Array output 17.284 (±11.6%) i/s (57.86 ms/i) - 171.000 in 10.007321s OSV - Direct Open Array output 213.629M (±13.5%) i/s (4.68 ns/i) - 1.921B in 10.005506s CSV - Array output 2.193 (± 0.0%) i/s (455.93 ms/i) - 22.000 in 10.052607s FastCSV - Array output 7.993 (± 0.0%) i/s (125.11 ms/i) - 80.000 in 10.053729s OSV - StringIO 6.626 (±15.1%) i/s (150.91 ms/i) - 66.000 in 10.103646s CSV - StringIO 1.478 (± 0.0%) i/s (676.78 ms/i) - 15.000 in 10.158640s FastCSV - StringIO 17.074 (± 5.9%) i/s (58.57 ms/i) - 171.000 in 10.059266s OSV - Gzipped 5.639 (± 0.0%) i/s (177.32 ms/i) - 57.000 in 10.152487s CSV - Gzipped 1.176 (± 0.0%) i/s (850.19 ms/i) - 12.000 in 10.233398s Comparison: OSV - Direct Open Array output: 213629268.6 i/s OSV - Array output: 17.3 i/s - 12360250.79x slower FastCSV - StringIO: 17.1 i/s - 12511956.50x slower FastCSV - Array output: 8.0 i/s - 26727225.72x slower OSV - Hash output: 6.7 i/s - 31780615.83x slower OSV - StringIO: 6.6 i/s - 32239620.60x slower OSV - Gzipped: 5.6 i/s - 37881517.48x slower CSV - Array output: 2.2 i/s - 97400427.87x slower CSV - StringIO: 1.5 i/s - 144580048.04x slower CSV - Hash output: 1.2 i/s - 174666591.31x slower CSV - Gzipped: 1.2 i/s - 181626018.23x slower ``` ### 1,000,000 lines ``` Benchmarking with 1000001 lines of data ruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin24] Warming up -------------------------------------- OSV - Hash output 1.000 i/100ms CSV - Hash output 1.000 i/100ms OSV - Array output 1.000 i/100ms OSV - Direct Open Array output 1.000 i/100ms CSV - Array output 1.000 i/100ms FastCSV - Array output 1.000 i/100ms OSV - StringIO 1.000 i/100ms CSV - StringIO 1.000 i/100ms FastCSV - StringIO 1.000 i/100ms OSV - Gzipped 1.000 i/100ms CSV - Gzipped 1.000 i/100ms Calculating ------------------------------------- OSV - Hash output 0.492 (± 0.0%) i/s (2.03 s/i) - 5.000 in 10.463278s CSV - Hash output 0.114 (± 0.0%) i/s (8.75 s/i) - 2.000 in 17.573877s OSV - Array output 1.502 (± 0.0%) i/s (665.58 ms/i) - 14.000 in 10.217551s OSV - Direct Open Array output 1.626 (± 0.0%) i/s (614.90 ms/i) - 16.000 in 10.190323s CSV - Array output 0.183 (± 0.0%) i/s (5.46 s/i) - 2.000 in 10.951943s FastCSV - Array output 0.326 (± 0.0%) i/s (3.07 s/i) - 4.000 in 12.340605s OSV - StringIO 0.567 (± 0.0%) i/s (1.76 s/i) - 6.000 in 10.698027s CSV - StringIO 0.141 (± 0.0%) i/s (7.10 s/i) - 2.000 in 14.237144s FastCSV - StringIO 0.923 (± 0.0%) i/s (1.08 s/i) - 10.000 in 11.567775s OSV - Gzipped 0.437 (± 0.0%) i/s (2.29 s/i) - 5.000 in 11.452764s CSV - Gzipped 0.104 (± 0.0%) i/s (9.64 s/i) - 2.000 in 19.373423s Comparison: OSV - Direct Open Array output: 1.6 i/s OSV - Array output: 1.5 i/s - 1.08x slower FastCSV - StringIO: 0.9 i/s - 1.76x slower OSV - StringIO: 0.6 i/s - 2.87x slower OSV - Hash output: 0.5 i/s - 3.30x slower OSV - Gzipped: 0.4 i/s - 3.72x slower FastCSV - Array output: 0.3 i/s - 4.99x slower CSV - Array output: 0.2 i/s - 8.88x slower CSV - StringIO: 0.1 i/s - 11.55x slower CSV - Hash output: 0.1 i/s - 14.24x slower CSV - Gzipped: 0.1 i/s - 15.68x slower ``` |
0.3.12 | Content{ "name": "osv", "downloads": 1006, "version": "0.3.12", "version_created_at": "2024-12-24T21:43:39.729Z", "version_downloads": 0, "platform": "ruby", "authors": "Nathan Jaremko", "info": "# OSV\n\n[](https://badge.fury.io/rb/osv)\n\nOSV is a high-performance CSV parser for Ruby, implemented in Rust. It wraps BurntSushi's excellent [csv-rs](https://github.com/BurntSushi/rust-csv) crate.\n\nIt provides a simple interface for reading CSV files with support for both hash-based and array-based row formats.\n\nThe array-based mode is faster than the hash-based mode, so if you don't need the hash keys, use the array-based mode.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'osv'\n```\n\nAnd then execute:\n\n```bash\nbundle install\n```\n\nOr install it directly:\n\n```bash\ngem install osv\n```\n\n## Usage\n\n### Reading CSV Files\n\n```ruby\nrequire 'osv'\n\n# Basic usage - each row as a hash\nOSV.for_each(\"data.csv\") do |row|\n puts row[\"name\"] # => \"John\"\n puts row[\"age\"] # => \"25\"\nend\n\n# Return an enumerator instead of using a block\nrows = OSV.for_each(\"data.csv\")\nrows.each { |row| puts row[\"name\"] }\n\n# High-performance array mode\nOSV.for_each(\"data.csv\", result_type: :array) do |row|\n puts row[0] # First column\n puts row[1] # Second column\nend\n```\n\n### Input Sources\n\n```ruby\n# From a file path\nOSV.for_each(\"data.csv\") { |row| puts row[\"name\"] }\n\n# From a file path\nOSV.for_each(\"data.csv.gz\") { |row| puts row[\"name\"] }\n\n# From an IO object\nFile.open(\"data.csv\") { |file| OSV.for_each(file) { |row| puts row[\"name\"] } }\n\n# From a string\ndata = StringIO.new(\"name,age\\nJohn,25\")\nOSV.for_each(data) { |row| puts row[\"name\"] }\n```\n\n### Configuration Options\n\n```ruby\nOSV.for_each(\"data.csv\",\n # Input formatting\n has_headers: true, # First row contains headers (default: true)\n col_sep: \",\", # Column separator (default: \",\")\n quote_char: '\"', # Quote character (default: '\"')\n\n # Output formatting\n result_type: :hash, # :hash or :array (hash is default)\n nil_string: nil, # String to interpret as nil when parsing (default: nil)\n\n # Parsing behavior\n flexible: false, # Allow varying number of fields (default: false)\n flexible_default: nil, # Default value for missing fields. If unset, we ignore missing fields.\n # Implicitly enables flexible mode if set.\n trim: :all, # Whether to trim whitespace. Options are :all, :headers, or :fields (default: nil)\n buffer_size: 1024, # Number of rows to buffer in memory (default: 1024)\n)\n```\n\n#### Available Options\n\n- `has_headers`: Boolean indicating if the first row contains headers (default: true)\n- `col_sep`: String specifying the field separator (default: \",\")\n- `quote_char`: String specifying the quote character (default: \"\\\"\")\n- `nil_string`: String that should be interpreted as nil\n - by default, empty strings are interpreted as empty strings\n - if you want to interpret empty strings as nil, set this to an empty string\n- `buffer_size`: Integer specifying the number of rows to buffer in memory (default: 1024)\n- `result_type`: String specifying the output format (\"hash\" or \"array\" or :hash or :array)\n- `flexible`: Boolean specifying if the parser should be flexible (default: false)\n- `flexible_default`: String specifying the default value for missing fields. Implicitly enables flexible mode if set. (default: `nil`)\n- `trim`: String specifying the trim mode (\"all\" or \"headers\" or \"fields\" or :all or :headers or :fields)\n\nWhen `has_headers` is false, hash keys will be generated as `\"c0\"`, `\"c1\"`, etc.\n\n## Requirements\n\n- Ruby >= 3.1.0\n- Rust toolchain (for installation from source)\n\n## Performance\n\nThis library is faster than the standard Ruby CSV library, and is comparable to the fastest CSV parser gems I've used.\n\nHere's some unscientific benchmarks. You can find the code in the [benchmark/comparison_benchmark.rb](benchmark/comparison_benchmark.rb) file.\n\n### 10,000 lines\n\n```\nBenchmarking with 100001 lines of data\n\nruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin24]\nWarming up --------------------------------------\n OSV - Hash output 1.000 i/100ms\n CSV - Hash output 1.000 i/100ms\n OSV - Array output 1.000 i/100ms\nOSV - Direct Open Array output\n 12.719M i/100ms\n CSV - Array output 1.000 i/100ms\nFastCSV - Array output\n 1.000 i/100ms\n OSV - StringIO 1.000 i/100ms\n CSV - StringIO 1.000 i/100ms\n FastCSV - StringIO 1.000 i/100ms\n OSV - Gzipped 1.000 i/100ms\n CSV - Gzipped 1.000 i/100ms\nCalculating -------------------------------------\n OSV - Hash output 6.722 (±14.9%) i/s (148.77 ms/i) - 59.000 in 10.074753s\n CSV - Hash output 1.223 (± 0.0%) i/s (817.62 ms/i) - 13.000 in 10.788284s\n OSV - Array output 17.284 (±11.6%) i/s (57.86 ms/i) - 171.000 in 10.007321s\nOSV - Direct Open Array output\n 213.629M (±13.5%) i/s (4.68 ns/i) - 1.921B in 10.005506s\n CSV - Array output 2.193 (± 0.0%) i/s (455.93 ms/i) - 22.000 in 10.052607s\nFastCSV - Array output\n 7.993 (± 0.0%) i/s (125.11 ms/i) - 80.000 in 10.053729s\n OSV - StringIO 6.626 (±15.1%) i/s (150.91 ms/i) - 66.000 in 10.103646s\n CSV - StringIO 1.478 (± 0.0%) i/s (676.78 ms/i) - 15.000 in 10.158640s\n FastCSV - StringIO 17.074 (± 5.9%) i/s (58.57 ms/i) - 171.000 in 10.059266s\n OSV - Gzipped 5.639 (± 0.0%) i/s (177.32 ms/i) - 57.000 in 10.152487s\n CSV - Gzipped 1.176 (± 0.0%) i/s (850.19 ms/i) - 12.000 in 10.233398s\n\nComparison:\nOSV - Direct Open Array output: 213629268.6 i/s\n OSV - Array output: 17.3 i/s - 12360250.79x slower\n FastCSV - StringIO: 17.1 i/s - 12511956.50x slower\nFastCSV - Array output: 8.0 i/s - 26727225.72x slower\n OSV - Hash output: 6.7 i/s - 31780615.83x slower\n OSV - StringIO: 6.6 i/s - 32239620.60x slower\n OSV - Gzipped: 5.6 i/s - 37881517.48x slower\n CSV - Array output: 2.2 i/s - 97400427.87x slower\n CSV - StringIO: 1.5 i/s - 144580048.04x slower\n CSV - Hash output: 1.2 i/s - 174666591.31x slower\n CSV - Gzipped: 1.2 i/s - 181626018.23x slower\n```\n\n### 1,000,000 lines\n\n```\nBenchmarking with 1000001 lines of data\n\nruby 3.3.6 (2024-11-05 revision 75015d4c1f) [arm64-darwin24]\nWarming up --------------------------------------\n OSV - Hash output 1.000 i/100ms\n CSV - Hash output 1.000 i/100ms\n OSV - Array output 1.000 i/100ms\nOSV - Direct Open Array output\n 1.000 i/100ms\n CSV - Array output 1.000 i/100ms\nFastCSV - Array output\n 1.000 i/100ms\n OSV - StringIO 1.000 i/100ms\n CSV - StringIO 1.000 i/100ms\n FastCSV - StringIO 1.000 i/100ms\n OSV - Gzipped 1.000 i/100ms\n CSV - Gzipped 1.000 i/100ms\nCalculating -------------------------------------\n OSV - Hash output 0.492 (± 0.0%) i/s (2.03 s/i) - 5.000 in 10.463278s\n CSV - Hash output 0.114 (± 0.0%) i/s (8.75 s/i) - 2.000 in 17.573877s\n OSV - Array output 1.502 (± 0.0%) i/s (665.58 ms/i) - 14.000 in 10.217551s\nOSV - Direct Open Array output\n 1.626 (± 0.0%) i/s (614.90 ms/i) - 16.000 in 10.190323s\n CSV - Array output 0.183 (± 0.0%) i/s (5.46 s/i) - 2.000 in 10.951943s\nFastCSV - Array output\n 0.326 (± 0.0%) i/s (3.07 s/i) - 4.000 in 12.340605s\n OSV - StringIO 0.567 (± 0.0%) i/s (1.76 s/i) - 6.000 in 10.698027s\n CSV - StringIO 0.141 (± 0.0%) i/s (7.10 s/i) - 2.000 in 14.237144s\n FastCSV - StringIO 0.923 (± 0.0%) i/s (1.08 s/i) - 10.000 in 11.567775s\n OSV - Gzipped 0.437 (± 0.0%) i/s (2.29 s/i) - 5.000 in 11.452764s\n CSV - Gzipped 0.104 (± 0.0%) i/s (9.64 s/i) - 2.000 in 19.373423s\n\nComparison:\nOSV - Direct Open Array output: 1.6 i/s\n OSV - Array output: 1.5 i/s - 1.08x slower\n FastCSV - StringIO: 0.9 i/s - 1.76x slower\n OSV - StringIO: 0.6 i/s - 2.87x slower\n OSV - Hash output: 0.5 i/s - 3.30x slower\n OSV - Gzipped: 0.4 i/s - 3.72x slower\nFastCSV - Array output: 0.3 i/s - 4.99x slower\n CSV - Array output: 0.2 i/s - 8.88x slower\n CSV - StringIO: 0.1 i/s - 11.55x slower\n CSV - Hash output: 0.1 i/s - 14.24x slower\n CSV - Gzipped: 0.1 i/s - 15.68x slower\n```\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/njaremko/osv", "source_code_uri": "https://github.com/njaremko/osv" }, "yanked": false, "sha": "a2398c87658f009615ba9e65667461ecf172738a4338ce82a3bb8234422083f1", "spec_sha": "d7dfa6c1c0158b254d46713cc6e028dce47e89d215181d78c86d3a1a278812ab", "project_uri": "https://rubygems.org/gems/osv", "gem_uri": "https://rubygems.org/gems/osv-0.3.12.gem", "homepage_uri": "https://github.com/njaremko/osv", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/njaremko/osv", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake-compiler", "requirements": "~> 1.2.0" } ], "runtime": [ { "name": "rb_sys", "requirements": "~> 0.9.39" } ] } } |
2024-12-24 21:43:43 UTC |
U0-ALshSWPpO_F8tFK0fw |
pwnhttps://github.com/0dayinc/pwn/README.md |
0.5.228 | Content{ "name": "pwn", "downloads": 396732, "version": "0.5.228", "version_created_at": "2024-12-24T21:27:55.293Z", "version_downloads": 0, "platform": "ruby", "authors": "0day Inc.", "info": "https://github.com/0dayinc/pwn/README.md", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d43ef923c61715e0be1444c6f38059c3ae82a7f8333a8ec3125902396d62f799", "spec_sha": "9be85bb427aab0eaa41c6ed2b119569a0b452453dcaf7ff0c226be59dcdea3b1", "project_uri": "https://rubygems.org/gems/pwn", "gem_uri": "https://rubygems.org/gems/pwn-0.5.228.gem", "homepage_uri": "https://github.com/0dayinc/pwn", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pwn/0.5.228", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 2.6.2" }, { "name": "rake", "requirements": "= 13.2.1" }, { "name": "rdoc", "requirements": "= 6.10.0" }, { "name": "rspec", "requirements": "= 3.13.0" } ], "runtime": [ { "name": "activesupport", "requirements": "= 8.0.1" }, { "name": "anemone", "requirements": "= 0.7.2" }, { "name": "authy", "requirements": "= 3.0.1" }, { "name": "aws-sdk", "requirements": "= 3.2.0" }, { "name": "barby", "requirements": "= 0.7.0" }, { "name": "base32", "requirements": "= 0.3.4" }, { "name": "brakeman", "requirements": "= 6.2.2" }, { "name": "bson", "requirements": "= 5.0.2" }, { "name": "bundler-audit", "requirements": "= 0.9.2" }, { "name": "bunny", "requirements": "= 2.23.0" }, { "name": "colorize", "requirements": "= 1.1.0" }, { "name": "credit_card_validations", "requirements": "= 7.0.0" }, { "name": "eventmachine", "requirements": "= 1.2.7" }, { "name": "executable-hooks", "requirements": "= 1.7.1" }, { "name": "faker", "requirements": "= 3.5.1" }, { "name": "faye-websocket", "requirements": "= 0.11.3" }, { "name": "ffi", "requirements": "= 1.17.0" }, { "name": "fftw3", "requirements": "= 0.3" }, { "name": "gdb", "requirements": "= 1.0.0" }, { "name": "gem-wrappers", "requirements": "= 1.4.0" }, { "name": "geocoder", "requirements": "= 1.8.5" }, { "name": "gist", "requirements": "= 6.0.0" }, { "name": "gruff", "requirements": "= 0.25.0" }, { "name": "htmlentities", "requirements": "= 4.3.4" }, { "name": "ipaddress", "requirements": "= 0.8.3" }, { "name": "jenkins_api_client2", "requirements": "= 1.9.0" }, { "name": "js-beautify", "requirements": "= 0.1.8" }, { "name": "json", "requirements": "= 2.9.1" }, { "name": "jsonpath", "requirements": "= 1.1.5" }, { "name": "jwt", "requirements": "= 2.9.3" }, { "name": "libusb", "requirements": "= 0.7.2" }, { "name": "luhn", "requirements": "= 1.0.2" }, { "name": "mail", "requirements": "= 2.8.1" }, { "name": "meshtastic", "requirements": "= 0.0.79" }, { "name": "metasm", "requirements": "= 1.0.5" }, { "name": "mongo", "requirements": "= 2.21.0" }, { "name": "msfrpc-client", "requirements": "= 1.1.2" }, { "name": "netaddr", "requirements": "= 2.0.6" }, { "name": "net-ldap", "requirements": "= 0.19.0" }, { "name": "net-openvpn", "requirements": "= 0.8.7" }, { "name": "net-smtp", "requirements": "= 0.5.0" }, { "name": "nexpose", "requirements": "= 7.3.0" }, { "name": "nokogiri", "requirements": "= 1.17.2" }, { "name": "nokogiri-diff", "requirements": "= 0.3.0" }, { "name": "oily_png", "requirements": "= 1.2.1" }, { "name": "open3", "requirements": "= 0.2.1" }, { "name": "os", "requirements": "= 1.1.4" }, { "name": "ostruct", "requirements": "= 0.6.1" }, { "name": "packetfu", "requirements": "= 2.0.0" }, { "name": "packetgen", "requirements": "= 3.3.3" }, { "name": "pdf-reader", "requirements": "= 2.13.0" }, { "name": "pg", "requirements": "= 1.5.9" }, { "name": "pry", "requirements": "= 0.15.2" }, { "name": "pry-doc", "requirements": "= 1.5.0" }, { "name": "rb-readline", "requirements": "= 0.5.5" }, { "name": "rbvmomi2", "requirements": "= 3.8.0" }, { "name": "rest-client", "requirements": "= 2.1.0" }, { "name": "rex", "requirements": "= 2.0.13" }, { "name": "rmagick", "requirements": "= 6.0.1" }, { "name": "rqrcode", "requirements": "= 2.2.0" }, { "name": "rtesseract", "requirements": "= 3.1.3" }, { "name": "rubocop", "requirements": "= 1.69.2" }, { "name": "rubocop-rake", "requirements": "= 0.6.0" }, { "name": "rubocop-rspec", "requirements": "= 3.3.0" }, { "name": "ruby-audio", "requirements": "= 1.6.1" }, { "name": "ruby-nmap", "requirements": "= 1.0.3" }, { "name": "ruby-saml", "requirements": "= 1.17.0" }, { "name": "rvm", "requirements": "= 1.11.3.9" }, { "name": "savon", "requirements": "= 2.15.1" }, { "name": "selenium-devtools", "requirements": "= 0.131.0" }, { "name": "serialport", "requirements": "= 1.3.2" }, { "name": "slack-ruby-client", "requirements": "= 2.4.0" }, { "name": "socksify", "requirements": "= 1.7.1" }, { "name": "spreadsheet", "requirements": "= 1.3.3" }, { "name": "sqlite3", "requirements": "= 2.4.1" }, { "name": "thin", "requirements": "= 1.8.2" }, { "name": "tty-prompt", "requirements": "= 0.23.1" }, { "name": "tty-spinner", "requirements": "= 0.9.3" }, { "name": "watir", "requirements": "= 7.3.0" }, { "name": "waveform", "requirements": "= 0.1.3" }, { "name": "webrick", "requirements": "= 1.9.1" }, { "name": "whois", "requirements": "= 6.0.1" }, { "name": "whois-parser", "requirements": "= 2.0.0" }, { "name": "wicked_pdf", "requirements": "= 2.8.2" }, { "name": "yard", "requirements": "= 0.9.37" } ] } } |
2024-12-24 21:28:01 UTC |
FY_dC4FNuMF3yJ81mlBXI |
osvCSV parser for Ruby |
0.3.11 | Content{ "name": "osv", "downloads": 975, "version": "0.3.11", "version_created_at": "2024-12-24T21:21:42.225Z", "version_downloads": 0, "platform": "ruby", "authors": "Nathan Jaremko", "info": "CSV parser for Ruby", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/njaremko/osv", "source_code_uri": "https://github.com/njaremko/osv" }, "yanked": false, "sha": "45be4e7133fa61c884c47f06f055733a1bee99d9fd58ff7c030704460bffd18c", "spec_sha": "e633f9b1d724244d19f335dae19f050e75ee61308eea3685cefa35028ddb4708", "project_uri": "https://rubygems.org/gems/osv", "gem_uri": "https://rubygems.org/gems/osv-0.3.11.gem", "homepage_uri": "https://github.com/njaremko/osv", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/njaremko/osv", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rake-compiler", "requirements": "~> 1.2.0" } ], "runtime": [ { "name": "rb_sys", "requirements": "~> 0.9.39" } ] } } |
2024-12-24 21:21:45 UTC |
t-2RRAVindAbmheiYAL3L |
meshtastichttps://github.com/0dayinc/meshtastic/README.md |
0.0.79 | Content{ "name": "meshtastic", "downloads": 16818, "version": "0.0.79", "version_created_at": "2024-12-24T21:17:08.084Z", "version_downloads": 0, "platform": "ruby", "authors": "0day Inc.", "info": "https://github.com/0dayinc/meshtastic/README.md", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "961b48d7ed7e63de534eb2ea8ecef37ca22ef8a76928ebdfa0c9fdf776ec3511", "spec_sha": "93dedb04f728b189ee4f73de24aafb33e0c8bb11270e20e81acbf900f12bc995", "project_uri": "https://rubygems.org/gems/meshtastic", "gem_uri": "https://rubygems.org/gems/meshtastic-0.0.79.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/meshtastic/0.0.79", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 2.6.2" }, { "name": "rake", "requirements": "= 13.2.1" }, { "name": "rdoc", "requirements": "= 6.10.0" }, { "name": "rspec", "requirements": "= 3.13.0" } ], "runtime": [ { "name": "bundle-audit", "requirements": "= 0.1.0" }, { "name": "geocoder", "requirements": "= 1.8.5" }, { "name": "google-protobuf", "requirements": "= 3.21.12" }, { "name": "mqtt", "requirements": "= 0.6.0" }, { "name": "rubocop", "requirements": ">= 1.69.2" }, { "name": "rubocop-rake", "requirements": ">= 0.6.0" }, { "name": "rubocop-rspec", "requirements": ">= 3.3.0" }, { "name": "rvm", "requirements": "= 1.11.3.9" }, { "name": "tty-prompt", "requirements": "= 0.23.1" }, { "name": "yard", "requirements": "= 0.9.37" } ] } } |
2024-12-24 21:17:10 UTC |
7Dum5leHhL6SFo6iYn28n |
ievIEV: Fetch and encode IEV term from Electropedia |
0.3.4 | Content{ "name": "iev", "downloads": 247106, "version": "0.3.4", "version_created_at": "2024-12-24T21:15:52.177Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "IEV: Fetch and encode IEV term from Electropedia", "licenses": [ "BSD-2-Clause" ], "metadata": {}, "yanked": false, "sha": "e9572118773a0d74a606a7160b5b89deca735ebb470bd5191b0b414e783aab81", "spec_sha": "4e74100242d228cd0b4c77a8942ab6bd8d0ec80508854d740e41f4fe0e567608", "project_uri": "https://rubygems.org/gems/iev", "gem_uri": "https://rubygems.org/gems/iev-0.3.4.gem", "homepage_uri": "https://github.com/metanorma/iev", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/iev/0.3.4", "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": "debug", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "creek", "requirements": "~> 2.5" }, { "name": "glossarist", "requirements": ">= 2.3.0" }, { "name": "nokogiri", "requirements": ">= 1.16.5" }, { "name": "plurimath", "requirements": ">= 0" }, { "name": "relaton", "requirements": "~> 1.18" }, { "name": "sequel", "requirements": "~> 5.40" }, { "name": "sqlite3", "requirements": "~> 1.7.0" }, { "name": "thor", "requirements": "~> 1.0" }, { "name": "unitsml", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": "~> 2.4" } ] } } |
2024-12-24 21:15:56 UTC |
phGPecNo1V4nLA7sgIBCH |
tencentcloud-sdk-cdcTencent 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.968 | Content{ "name": "tencentcloud-sdk-cdc", "downloads": 315430, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:32.640Z", "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": "1c7b563a4752e738c55686e76f846af382a831ffbaabb09ad42563437f1479ce", "spec_sha": "90b6cdd34871ac2eac312fd2ce9a09e1571dc8bec4f6f657af528caa42559a09", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdc", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdc-3.0.968.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 21:00:37 UTC |
k3N8NtXIv3829YrXaQjd1 |
tencentcloud-sdk-vmsTencent 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.968 | Content{ "name": "tencentcloud-sdk-vms", "downloads": 419581, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:30.819Z", "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": "01497a68aff41970de081891184fcf4257c3f6309664b133e5ede890d69378f4", "spec_sha": "feeaaa00235c37839cc876fce7c32d8baf5433be34a7cd3c8297a06482ee4087", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vms", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vms-3.0.968.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 21:00:36 UTC |
j6vuzkbiyH3xw6hvzZfK_ |
tencentcloud-sdk-sqlserverTencent 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.968 | Content{ "name": "tencentcloud-sdk-sqlserver", "downloads": 424593, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:28.857Z", "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": "662effc38eac508ebf9b009a2f3e88db8ba7681b32ac0045f7946c5f6b15416d", "spec_sha": "b8763a52677f6302bbcef6e00e10c487de2c0fd4489905fcd4a3b66ce3eb9314", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-sqlserver", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-sqlserver-3.0.968.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 21:00:35 UTC |
JTuxbiomslc3MAlBfLuKF |
tencentcloud-sdk-iirTencent 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.968 | Content{ "name": "tencentcloud-sdk-iir", "downloads": 420581, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:26.547Z", "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": "58018a985ee3e79009c438a033f665a6be8c69b9e6c25962371c92466aae5fb1", "spec_sha": "4dc03610ca34c4af854f0bf08063d42c424bdd56ad330fc33b13bb4e49620b8b", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-iir", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-iir-3.0.968.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 21:00:33 UTC |
4oqnqxbJxb6tu3ACG_kDR |
tencentcloud-sdk-ticsTencent 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.968 | Content{ "name": "tencentcloud-sdk-tics", "downloads": 426674, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:24.732Z", "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": "c9f418a6090f2c62723dcb55b7551a572f1ad304af4e04be934b7e0998802d80", "spec_sha": "b5c044991ff30722baea13f894f14ab381f2a51b4043c4c214d3ca70c2a3f125", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tics", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tics-3.0.968.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 21:00:32 UTC |
uCyIxTt4MjgqS6haX2ljS |
tencentcloud-sdk-cwpTencent 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.968 | Content{ "name": "tencentcloud-sdk-cwp", "downloads": 422552, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:22.844Z", "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": "f12c8fdb98ddd4ad3e66c6583198e2640eece337ef43279a1a9d629517e134ed", "spec_sha": "5d6d66b086eaa174bfc5127909ed292d06e462ba727496dc181b85cccd40362b", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cwp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cwp-3.0.968.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 21:00:31 UTC |
QD5fnxJeR6hxUuGFVm7X1 |
tencentcloud-sdk-cynosdbTencent 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.968 | Content{ "name": "tencentcloud-sdk-cynosdb", "downloads": 477762, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:20.282Z", "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": "1a13c900917f3fda43cfd92d462b7fbfe97e9c68828559529a89276ca494325b", "spec_sha": "a21b5712617bde3bbe5ec3b1d8ad3f5c69918185044803b02e7679de80ddf93f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cynosdb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cynosdb-3.0.968.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 21:00:30 UTC |
3TxRspvWeHieNc11UtaTG |
tencentcloud-sdk-mrsTencent 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.968 | Content{ "name": "tencentcloud-sdk-mrs", "downloads": 419592, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:18.107Z", "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": "2086ddb94f43abdf89dd7827ea4f71225b585c06db972a66dd09270654434007", "spec_sha": "0a89df506f4b301048ce50f48985f1edf1716856d678b9429371ff1b54740bc9", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-mrs", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-mrs-3.0.968.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 21:00:29 UTC |
AmsVe-q5QxVW_fgmDdG21 |
tencentcloud-sdk-cdwpgTencent 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.968 | Content{ "name": "tencentcloud-sdk-cdwpg", "downloads": 73423, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:15.980Z", "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": "227fb260886651669794057abe2b4085e763f54859a0e7e75f5a8c4efe8d6597", "spec_sha": "bfe9c20689e5ecc167f32be0f6c5b7b236c4efccce4c14828b514fa4c9b492e4", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdwpg", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdwpg-3.0.968.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 21:00:28 UTC |
EH5rO7YeaVbGTKrwYf_4n |
tencentcloud-sdk-smhTencent 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.968 | Content{ "name": "tencentcloud-sdk-smh", "downloads": 348907, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:13.535Z", "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": "9293e424b19d3bf001c3d600cea0f2f4fc85f8dcb1fe63737c21f4b2d83bc8de", "spec_sha": "715330d87455ed84ffeb9cc23df79798825675a084dbd8ea1af57b5c380e5ff6", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-smh", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-smh-3.0.968.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 21:00:27 UTC |
0phwm7RSaemRMtUseiYEK |
tencentcloud-sdk-lpTencent 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.968 | Content{ "name": "tencentcloud-sdk-lp", "downloads": 418530, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:11.458Z", "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": "61a403d89546cea2191b7791038f092b148ecc9cdd7b0306fc89ec09397b23d7", "spec_sha": "845631b5db01a08a72e5c4b9ae3d0f71c2bb2ba8b2ab723d6cc73038163749c6", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-lp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-lp-3.0.968.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 21:00:24 UTC |
r2BuFI3mEhNAozxjEcnHs |
tencentcloud-sdk-vclmTencent 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.968 | Content{ "name": "tencentcloud-sdk-vclm", "downloads": 18255, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:09.879Z", "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": "1b933a0766f94e336628ed8c982052ee1a8bf26d8b91ca26631a029cd32178b6", "spec_sha": "1f6e53c27cb65f5be13aa9ee039f75bd7971c8285506b8b2ab6bbbcb60378ffc", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vclm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vclm-3.0.968.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 21:00:21 UTC |
bybqYjWhAD5m6V1AkrN50 |
tencentcloud-sdk-tsfTencent 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.968 | Content{ "name": "tencentcloud-sdk-tsf", "downloads": 421710, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:07.490Z", "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": "316eae011c0697b252a147205b10b52cd8fd8837dc2d36e49b7744949293b606", "spec_sha": "abdffa23637937f5b8465d6bcd8b8c2aa130cb5b696ebbfb70cd6de74bda2aa3", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tsf", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tsf-3.0.968.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 21:00:20 UTC |
L8zlGGPk0GMlLCv12SSIM |
tencentcloud-sdk-configTencent 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.968 | Content{ "name": "tencentcloud-sdk-config", "downloads": 57710, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:05.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 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": "bc12605522faa0eb34b6f4a1d8c64ae2aeaed68e2c1ef8782c1462016ab5b24e", "spec_sha": "30ef89ff8438f15c2a1d2a61d4d6997a027fdfff666943337b04cda54e682b25", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-config", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-config-3.0.968.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 21:00:19 UTC |
Vp8-Ue4wSb-TugiiUSbJR |
tencentcloud-sdk-partnersTencent 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.968 | Content{ "name": "tencentcloud-sdk-partners", "downloads": 421922, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:02.798Z", "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": "7f1c447996eafc77747c028e401ca93bfdbc564dc1c667d9d51557574990f791", "spec_sha": "55a72053b8bfef1f1ebcb49beb471eede2e0ebc8b78f8e4a4f879959e4610bed", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-partners", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-partners-3.0.968.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 21:00:18 UTC |
ToteHg54YRGz-ZBoLelva |
tencentcloud-sdk-tcrTencent 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.968 | Content{ "name": "tencentcloud-sdk-tcr", "downloads": 419906, "version": "3.0.968", "version_created_at": "2024-12-24T21:00:01.167Z", "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": "8da2d1d73c0e7a26d205f159ea72c0fe475b1f43022ece14317e106633d0f3f4", "spec_sha": "c3eeb2fecfae9a0acf75afbea59bb030f3fdf0c4c51996e4e123e41d00372dbb", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcr-3.0.968.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 21:00:16 UTC |
369bp5vu8PXOrlw8RFTFs |
tencentcloud-sdk-bscaTencent 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.968 | Content{ "name": "tencentcloud-sdk-bsca", "downloads": 314074, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:59.282Z", "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": "73937f57093ae60d5f642b7616e4b2da9e5b546e654faa6dbfa6201cd4563fac", "spec_sha": "2e6e872b4945034ba2b117c4246b7b5912370e034952dd9c9bc5d396b527a131", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bsca", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bsca-3.0.968.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 21:00:15 UTC |
c-L7B2ygmT0MbuWt9zz6c |
tencentcloud-sdk-tkeTencent 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.968 | Content{ "name": "tencentcloud-sdk-tke", "downloads": 420683, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:57.461Z", "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": "c4d35a7b4b606ea8072830e4c0534fa7f40d9302c76d5ae524ee503c048b2dec", "spec_sha": "99f4bac1794740bcd68bf138fbeead92cc4f8ed290c39e64aaa7c356e96f57fc", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tke", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tke-3.0.968.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 21:00:09 UTC |
t0pj3J-5HgQja4cTkGEg8 |
tencentcloud-sdk-hcmTencent 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.968 | Content{ "name": "tencentcloud-sdk-hcm", "downloads": 414914, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:55.208Z", "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": "642b32b34df7dbb2eb31f3a7c8428ec4c4293971afb14c0c578fb8bae1f8ce78", "spec_sha": "b5e45a13ce186698184f4fc96f1cd31717d23cf31505e9d7ad38f82624f7cfa7", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-hcm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-hcm-3.0.968.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 21:00:04 UTC |
UuF7oMJM5TnE-QMm4ul2t |
tencentcloud-sdk-haboTencent 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.968 | Content{ "name": "tencentcloud-sdk-habo", "downloads": 415249, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:53.487Z", "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": "51184ccf1ae06218540facc4f3e41fb4296e912aacfa0edf41e7fc4f2130b16d", "spec_sha": "746541e283a9042cb9a63bddd11e9d5275970c8cbca5c249cef229a48b9d0b6f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-habo", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-habo-3.0.968.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 20:59:59 UTC |
4k9tixfY8QHckTu8SpSIy |
tencentcloud-sdk-csxgTencent 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.968 | Content{ "name": "tencentcloud-sdk-csxg", "downloads": 110320, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:51.746Z", "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": "15e2d2ad7215b6d674ea0a4bedfff5cb3c2b8611a32f1d53535011cdfe8c9c28", "spec_sha": "533b656fc4e1660ff92ff154de2b12a6c13e02137c3ba03d50a5e0aa1aec86ee", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-csxg", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-csxg-3.0.968.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 20:59:54 UTC |
zww2SmK8NeIGOz45IsNy- |
tencentcloud-sdk-bmeipTencent 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.968 | Content{ "name": "tencentcloud-sdk-bmeip", "downloads": 420241, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:49.726Z", "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": "74dcc0a58fa96b52023e51e9e2b3a503a3720801fca7d9ee9f6fb8f60f404f91", "spec_sha": "be13533fb4e1fa59bd59de13c7f0a4ff1e2190fa0ed4bf123f551cf0e07feb1a", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bmeip", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bmeip-3.0.968.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 20:59:52 UTC |
A4hyP3GeonHCNRePiKTHd |
tencentcloud-sdk-hasimTencent 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.968 | Content{ "name": "tencentcloud-sdk-hasim", "downloads": 161655, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:47.775Z", "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": "313498764497dae2c447f0b28ae631a3faed699713fe79c40009d7859907aec1", "spec_sha": "79acf26fe20f0328bbb6715099a1ef71243544cad1604d10b332308a5c8c7a42", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-hasim", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-hasim-3.0.968.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 20:59:50 UTC |
plzeHnG4NN6NxBY4flDq- |
tencentcloud-sdk-trpTencent 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.968 | Content{ "name": "tencentcloud-sdk-trp", "downloads": 280229, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:44.452Z", "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": "a75754ecf8514ea853f815426883ad611d6e29cac73841a15ebbc5d1609e6c87", "spec_sha": "66d1045d3b2150c664aaa9e95d6355dabb2182b9146750aae44fae7f79406ed1", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-trp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-trp-3.0.968.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 20:59:49 UTC |
av6_JJgKRyCeBqsP1GfwV |
tencentcloud-sdk-tseTencent 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.968 | Content{ "name": "tencentcloud-sdk-tse", "downloads": 417699, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:41.471Z", "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": "9a8e6d32805b925fdb0ca88fc3038355df91cce3db43632e857e03874b354de9", "spec_sha": "78a3363e468ed740abec0b245e2ec992255cdd173157182174568f0d2cd2a54e", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tse", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tse-3.0.968.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 20:59:45 UTC |
h6KpyBBBXmt_hmu_XkPcS |
tencentcloud-sdk-cdbTencent 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.968 | Content{ "name": "tencentcloud-sdk-cdb", "downloads": 427657, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:39.520Z", "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": "750f73dd31c1363008ffa1b08ac774686bdf74ce05484955b7a87b5176a64c96", "spec_sha": "e572f0d9e74c05473ebc2dfeb807574285c76e72f6654bea4efe0c6a8ace8fe0", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdb-3.0.968.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 20:59:42 UTC |
_2uDF6XZwNaqSu8WdkOPp |
tencentcloud-sdk-ebTencent 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.968 | Content{ "name": "tencentcloud-sdk-eb", "downloads": 424320, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:37.486Z", "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": "ef2bf5abace706a37a4a26b4b955e50a9a8dee8ee609aa16f1c8b39010d9dcb1", "spec_sha": "8dfd009c42a795b26b597d57644395d12cb3232694ae2cd0c412acfc7586fb53", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-eb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-eb-3.0.968.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 20:59:39 UTC |
jM9hZruAPJWDrjNnxNImb |
tencentcloud-sdk-cloudstudioTencent 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.968 | Content{ "name": "tencentcloud-sdk-cloudstudio", "downloads": 224502, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:35.600Z", "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": "ff8b6c5b168c615625f7005fb0f8c8618d8ce15de1a383b0c66f5d65eb63f144", "spec_sha": "08a21329786819d202e21d0c69041f527075a6541dc81225c71eac0a977c543d", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cloudstudio", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cloudstudio-3.0.968.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 20:59:38 UTC |
urtqGyAlsEFbQLxOo-29y |
tencentcloud-sdk-vcubeTencent 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.968 | Content{ "name": "tencentcloud-sdk-vcube", "downloads": 1416, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:34.158Z", "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": "36b7dad6b2a3c6a7431e26e5393f115df071227ed95b2d2fabb7ce1bb56e7330", "spec_sha": "a3abfaba38213731285657c0c7a7615c8ee3e5d5e6682f9f23477bcc9849bdb7", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vcube", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vcube-3.0.968.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 20:59:36 UTC |
FH_wt_hBM6YBlKhbY-kjE |
tencentcloud-sdk-emrTencent 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.968 | Content{ "name": "tencentcloud-sdk-emr", "downloads": 419534, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:32.458Z", "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": "c35a74522d374e90bb5c8d3e49113043368209fe43b35761b38e016a59656dff", "spec_sha": "ee9adea3495f8ec9bf4b1bf7f1f429dc5843f9a1e6b57cbf61eb1d35dbfd6cc5", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-emr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-emr-3.0.968.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 20:59:35 UTC |
RXrMDjAFR5oeFRLxUPfVX |
tencentcloud-sdk-tcbrTencent 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.968 | Content{ "name": "tencentcloud-sdk-tcbr", "downloads": 265915, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:30.318Z", "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": "2f7dec12fd0e9bc0cbfb24f52509e051831d94e4da4afa415c225035cddf49fe", "spec_sha": "9841683279f7bffd1b67935db95e8cc2b3ba6dfc3716802301be8389d290140f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcbr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcbr-3.0.968.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 20:59:32 UTC |
td61jZhoMUHlWqiHRgyeL |
tencentcloud-sdk-kmsTencent 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.968 | Content{ "name": "tencentcloud-sdk-kms", "downloads": 431539, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:28.377Z", "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": "07bf287aa66fd213272893bffcf90e1bb99fe81bf6db75cccde4424face70090", "spec_sha": "371f760e37f5de450aca098542c1503539650c5c903d052f46df338a7431c49a", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-kms", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-kms-3.0.968.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 20:59:31 UTC |
bH3HV0GT1jdayeaJBeOhV |
tencentcloud-sdk-cvmTencent 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.968 | Content{ "name": "tencentcloud-sdk-cvm", "downloads": 422840, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:26.416Z", "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": "f6f52a9a727aad6933787f3be4b273b86bcfca9ac1bd83436d431246cc571d69", "spec_sha": "46690e5ef3090ebcfa99ac59744ca1df72219fe1d4d867610dc9a24fd4c2a4a4", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cvm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cvm-3.0.968.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 20:59:29 UTC |
hsLLTK-AYNS47b4hsmS0z |
tencentcloud-sdk-trtcTencent 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.968 | Content{ "name": "tencentcloud-sdk-trtc", "downloads": 424104, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:23.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 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": "c767c660fae1e89c1e8ed789a099bafcda8927103d2c3d799336f677d2861839", "spec_sha": "92b432568e32c86827133236b8f912c2d6406b5b7ebbaa4fe37973c3b6ac1fcf", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-trtc", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-trtc-3.0.968.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 20:59:26 UTC |
OlKNmDP1gvQdoXDZv2P-N |
tencentcloud-sdk-cimTencent 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.968 | Content{ "name": "tencentcloud-sdk-cim", "downloads": 420008, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:21.209Z", "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": "fffe83754493515d0a075401522c2cb219f3ad4b96131ce89a90edaf00d74197", "spec_sha": "edc54064426d05032ff061bf99f139560b43cb5c72dea4a1e739d3f37c52df85", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cim", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cim-3.0.968.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 20:59:23 UTC |
htBC-J1ORPIs8KkX_D1qJ |
tencentcloud-sdk-yunsouTencent 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.968 | Content{ "name": "tencentcloud-sdk-yunsou", "downloads": 416793, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:19.443Z", "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": "73d44c3e56fee842d254abd1d976277bb6e10fcc9e3f755796a40a6e471c0c1d", "spec_sha": "dc4a2a044f00f8ec36a2daaf5bf2348a6343649e7ceb6ca9b00c1187f1d36522", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-yunsou", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-yunsou-3.0.968.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 20:59:22 UTC |
wwfRVpHN6e6IelrJpKODj |
tencentcloud-sdk-cdzTencent 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.968 | Content{ "name": "tencentcloud-sdk-cdz", "downloads": 16558, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:17.973Z", "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": "37167a0797502220e32cb6fe10cd3e7cc5c2dc6bfda0f1f7d3d56bce7406d3a8", "spec_sha": "e5cabab91887776d2b78ea62d45c15021d343f2c2ba8b8e1263bb1e3a428efbc", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdz", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cdz-3.0.968.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 20:59:20 UTC |
90w6LdQzqstyFUCe-622B |
tencentcloud-sdk-ioaTencent 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.968 | Content{ "name": "tencentcloud-sdk-ioa", "downloads": 51462, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:15.982Z", "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": "b2b073d60e352bec00ffe9e2d9711ee3d8d5cae7774851b57c1570f34cfb9221", "spec_sha": "b76cb750f0388c3c93807ee4aa5e344a888a11f32c733c9f8ec65676ebe496e6", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ioa", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ioa-3.0.968.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 20:59:18 UTC |
_o98O28joiT8h2QZkeTFC |
tencentcloud-sdk-ticmTencent 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.968 | Content{ "name": "tencentcloud-sdk-ticm", "downloads": 424928, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:13.956Z", "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": "a847da15f2fcdd7e9b8506cb122de47a3db8af8fd244eff619ba9bfbc19eee9e", "spec_sha": "7bda6fdc61f16fc935eec668b17c5a0006c03140acfdc645386b8fa7bb588973", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ticm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ticm-3.0.968.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 20:59:16 UTC |
Ke3MAYDAJVf3n2Nw7tBow |
tencentcloud-sdk-cmqTencent 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.968 | Content{ "name": "tencentcloud-sdk-cmq", "downloads": 411925, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:12.027Z", "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": "290dc1d6234112c76367ac775fec8e840002d42d7854d39094feeb0c220bd4f1", "spec_sha": "e84b2700cc4fdccafeb0ea40d3193d34404655b20c98f5a84b390235408dc52d", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cmq", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cmq-3.0.968.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 20:59:14 UTC |
EXvmW8at3Ry-g1pmiJkBx |
tencentcloud-sdk-ftTencent 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.968 | Content{ "name": "tencentcloud-sdk-ft", "downloads": 422232, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:09.714Z", "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": "499e5c48d27dc901f1cb0a95af89d338a9638dcf21eeed4b48db1ec572aecc14", "spec_sha": "418d887d5b426bbe82647225b0d7cc675a4b4166fb229f0717ce9c094133af6e", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ft", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ft-3.0.968.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 20:59:12 UTC |
h1DoYucvH6A4T5Td6TOit |
tencentcloud-sdk-wedataTencent 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.968 | Content{ "name": "tencentcloud-sdk-wedata", "downloads": 257008, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:07.995Z", "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": "c40b287a8c2b3b016b3adb7a332ea7f2a97afe702b0d243e032a4bd6c786e9e6", "spec_sha": "6b23c84c3d87e43a81bafddafe88b80bbde1adf2e5325391a388ab8167b0e59e", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-wedata", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-wedata-3.0.968.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 20:59:10 UTC |
4upsy-kY9QTbpHQ-a5QFE |
tencentcloud-sdk-advisorTencent 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.968 | Content{ "name": "tencentcloud-sdk-advisor", "downloads": 417203, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:05.504Z", "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": "10d44a9f0c01334a7673122b39f3334d720b9dca6915747ef3a37a6c005b59dc", "spec_sha": "48cef774379a9d519fed41cc0a516d6bc01eca3012433411a2e969f4a3a46c78", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-advisor", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-advisor-3.0.968.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 20:59:08 UTC |
q_w4GtFBJytpJHFOn291T |
tencentcloud-sdk-acaTencent 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.968 | Content{ "name": "tencentcloud-sdk-aca", "downloads": 73, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:03.498Z", "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": "b5ad448461690c9b1d9a2ba6778b63a89741898db74e41a7030bd7e1ff80a240", "spec_sha": "74c662a0c6696103619d476a0cf1e87bc10f913b17bf18437d82eca5b35efaf2", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-aca", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-aca-3.0.968.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 20:59:05 UTC |
K0oYE5jboDrp5O99eHmQ_ |
tencentcloud-sdk-essTencent 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.968 | Content{ "name": "tencentcloud-sdk-ess", "downloads": 339587, "version": "3.0.968", "version_created_at": "2024-12-24T20:59:01.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 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": "aeedff07d19ea97f0963108be3b3cde306556dae739a5832e43a72cd6065f362", "spec_sha": "196019acdda4cfb5087407f0989a27d57b06994d2a6ed9d36cf5fa5f69569152", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ess", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ess-3.0.968.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 20:59:04 UTC |
WeJZl960M5C0qE3Iinac5 |
tencentcloud-sdk-solarTencent 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.968 | Content{ "name": "tencentcloud-sdk-solar", "downloads": 413126, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:59.199Z", "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": "b2249656502698538387b530217b4ae1e8ce2e9886d954ca7c096ff2d3c12149", "spec_sha": "12a85f3fb0f92dbd17b5ee13005507157b8946962a4a3985e13209a207a374e5", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-solar", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-solar-3.0.968.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 20:59:02 UTC |
TXEyTrLf2ksfA2_IdGLkl |
tencentcloud-sdk-gwlbTencent 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.968 | Content{ "name": "tencentcloud-sdk-gwlb", "downloads": 5333, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:57.201Z", "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": "37c9098bd840296e4e57eb949b32fea9381252941605476cc0e2829776b015fe", "spec_sha": "54d65dde23a3ef1bf4cd7aeab812a7f814525341f3de864160616b450fd1e8b0", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-gwlb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-gwlb-3.0.968.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 20:58:59 UTC |
CbPtdqMSOKb2oDlzueq7Z |
tencentcloud-sdk-esTencent 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.968 | Content{ "name": "tencentcloud-sdk-es", "downloads": 422026, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:55.227Z", "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": "2be5e2335a217dd6890070e19bccba104f08f8cc4f52f4201fad1817de383666", "spec_sha": "a444c2055fb6554bcb2011cf27399865b4649f8e172a09715e8b951c0014ccb9", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-es", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-es-3.0.968.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 20:58:58 UTC |
MQFVIsWhCUFAjmZeDitgg |
tencentcloud-sdk-gsTencent 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.968 | Content{ "name": "tencentcloud-sdk-gs", "downloads": 417821, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:52.801Z", "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": "a8979ed913ce283218e37a1ad3610f2b7918e1dcacd6f28f16623c9aa3184452", "spec_sha": "0eab3a051ba1ce009a2bbdaf33994990c2257816662c56a6421c37a636d824ca", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-gs", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-gs-3.0.968.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 20:58:56 UTC |
vxQVfXi2Yc_szw2BNt3r9 |
tencentcloud-sdk-vdbTencent 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.968 | Content{ "name": "tencentcloud-sdk-vdb", "downloads": 21795, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:51.241Z", "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": "2364bfb8bf387a5cad5fa8b46f2dda69b9398cc5e621339e0a0a8554762f86e4", "spec_sha": "0faa558a0466b7e8c51fbf5480e76214c42210cb39908d9abe0f7a9d05f4d041", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vdb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vdb-3.0.968.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 20:58:53 UTC |
NPTtFFAQPgA3UtAzpAsRQ |
tencentcloud-sdk-bdaTencent 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.968 | Content{ "name": "tencentcloud-sdk-bda", "downloads": 416421, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:49.420Z", "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": "5dbab8cabcf799f8b972d13e412080c2e54e0bfa01654c299162de0c0900ef5b", "spec_sha": "c5ddd791bc7051821451a5a006e17072604d9d93f2dcf92d9c0b8460b31dfa3f", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bda", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bda-3.0.968.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 20:58:53 UTC |
2gs1laHTBbv2anx4VpwfC |
tencentcloud-sdk-commonTencent 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.968 | Content{ "name": "tencentcloud-sdk-common", "downloads": 846789, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:47.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.", "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": "efed50e54d3d0ff92d07f1f4ed25bced377237e3adba05e57b759b051a8d3b17", "spec_sha": "e2cefe392dab2d1bf8033034510935ec1f4747651176a66e0fdea96997c2d2d8", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-common", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-common-3.0.968.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 20:58:50 UTC |
iTwXz4mHmngswHjnwMiSs |
tencentcloud-sdk-icrTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ICR. |
3.0.968 | Content{ "name": "tencentcloud-sdk-icr", "downloads": 309041, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:45.648Z", "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 ICR.", "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-icr" }, "yanked": false, "sha": "40a2dc2ee3842839a0c195db8d29ba74f46b8da7618a3b78c6e7c14c5ffc870b", "spec_sha": "d54f8151b5bd79bd7f0d9a5a9be03924f49b6e83ca0ee4de5df8e45ebd11fde3", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-icr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-icr-3.0.968.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-icr", "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 20:58:48 UTC |
ZnGZU3yc1Czl-9tsE0SOM |
tencentcloud-sdk-anicloudTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ANICLOUD. |
3.0.968 | Content{ "name": "tencentcloud-sdk-anicloud", "downloads": 183221, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:43.912Z", "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 ANICLOUD.", "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-anicloud" }, "yanked": false, "sha": "e39295f29900f839c43b88bb12b391a484b9f569b3f354050e90002bc949d458", "spec_sha": "d3dabed8173ff291a055372b7667d3c3dabbed7cad4e5443890bd43781e6cfac", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-anicloud", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-anicloud-3.0.968.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-anicloud", "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 20:58:46 UTC |
SCRLbsTwyCDbAdimmoVa7 |
tencentcloud-sdk-gpmTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service GPM. |
3.0.968 | Content{ "name": "tencentcloud-sdk-gpm", "downloads": 426926, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:42.102Z", "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 GPM.", "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-gpm" }, "yanked": false, "sha": "2b4dbdefe95e714cafeb3f130fd6ef3f6a88633c3811f1d3a7d73b7c86b8ad51", "spec_sha": "a43a24121e4c532273c74a0b1ac89899bc3f34615be3a7f1d31b9f52b18ccf25", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-gpm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-gpm-3.0.968.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-gpm", "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 20:58:44 UTC |
Ch39gHoQ_yr_-Q3TG8HpC |
tencentcloud-sdk-cloudappTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CLOUDAPP. |
3.0.968 | Content{ "name": "tencentcloud-sdk-cloudapp", "downloads": 14839, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:40.621Z", "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 CLOUDAPP.", "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-cloudapp" }, "yanked": false, "sha": "72f07e0592b953460eeebe112d8298cde2dbcee207b2920daa88519effdab9bc", "spec_sha": "132afcee83cdea5b541f76c3160de8636792955f258171e18f885e242836c060", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cloudapp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cloudapp-3.0.968.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-cloudapp", "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 20:58:42 UTC |
XNrN6ABmNzUT_njnoXt3m |
tencentcloud-sdk-dcTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service DC. |
3.0.968 | Content{ "name": "tencentcloud-sdk-dc", "downloads": 417760, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:38.595Z", "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 DC.", "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-dc" }, "yanked": false, "sha": "9aeebc1b777566f405823f4585363a242a813c94ece6ef10d2e235774a9af0c3", "spec_sha": "8af3559a47ca13cd66ebf71f57e4654a8dcf6c8ed2a1bbf4388f17cabee87605", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-dc", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-dc-3.0.968.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-dc", "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 20:58:41 UTC |
JAH1D9nHH_fW2TMLflSeC |
tencentcloud-sdk-eisTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service EIS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-eis", "downloads": 419140, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:36.939Z", "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 EIS.", "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-eis" }, "yanked": false, "sha": "af8cd8cc72f952f32bc55ddced06872874496f2d7e9a0585c2b3351e6d7d6619", "spec_sha": "1e4ac793d7d2cb174693bb60e28470b849f4229791e48fa7b1ff7c80b3456e96", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-eis", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-eis-3.0.968.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-eis", "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 20:58:39 UTC |
fD7h9wlRZuxGzc0_jLYjg |
tencentcloud-sdk-antiddosTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ANTIDDOS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-antiddos", "downloads": 419211, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:35.006Z", "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 ANTIDDOS.", "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-antiddos" }, "yanked": false, "sha": "5970a963e74487fed3db6a8c28e7cd9924f18964beab1d755f41510835a23d1a", "spec_sha": "9bdddbdfd9e3d58a0a3a44f10150068b7a585e1c3475f8f7d66e9b7ccf5cee24", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-antiddos", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-antiddos-3.0.968.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-antiddos", "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 20:58:37 UTC |
ZHh_A33mPBdRoGiE_QcgW |
tencentcloud-sdk-tcmTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TCM. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tcm", "downloads": 413546, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:32.734Z", "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 TCM.", "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-tcm" }, "yanked": false, "sha": "3a20a3ce497a0106afbe1f26b6e955bded3d96022ab176a88f78f777873e8b22", "spec_sha": "623538ba94bb75729b0f5763839ce0a587bb182468ad61d28dd513744d69e8a9", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tcm-3.0.968.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-tcm", "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 20:58:36 UTC |
FTIBiqVfqozgSkCV8iMoq |
tencentcloud-sdk-lkeTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service LKE. |
3.0.968 | Content{ "name": "tencentcloud-sdk-lke", "downloads": 29306, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:31.291Z", "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 LKE.", "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-lke" }, "yanked": false, "sha": "d2e467f0d2542ba03125cbc42a5d6b47d6ba431e580275eb260f9944a8f3da93", "spec_sha": "c24dd0ac2b58131d6645a9d23918d476a484053a0ecac6594ca4f30f29b4bac1", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-lke", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-lke-3.0.968.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-lke", "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 20:58:33 UTC |
iZru9tLlMTzdYrNk-9cY8 |
tencentcloud-sdk-batchTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BATCH. |
3.0.968 | Content{ "name": "tencentcloud-sdk-batch", "downloads": 418671, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:29.548Z", "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 BATCH.", "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-batch" }, "yanked": false, "sha": "1fb25b4fb30a4fa8d1501b4e0942e2584802d14743e1753a12721dc3da4ff3e3", "spec_sha": "8feb9f13ca5607e59efb3d41577a3c7426022c3722db9bb605357f5e6f2d17f1", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-batch", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-batch-3.0.968.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-batch", "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 20:58:32 UTC |
56ta6CZOvB74yxs9oodWo |
tencentcloud-sdk-chdfsTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CHDFS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-chdfs", "downloads": 417904, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:27.503Z", "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 CHDFS.", "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-chdfs" }, "yanked": false, "sha": "5f51603fc469c886f8e56d5f316b1b0bb8297d9756f2a225ea5e736ae98b837c", "spec_sha": "a9818fdca98557e2f880c5360d2b69f6a13ef635bf23f037522c78ff55ad0cfe", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-chdfs", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-chdfs-3.0.968.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-chdfs", "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 20:58:30 UTC |
f0wYJtKkoLDnLU_auuJ9c |
tencentcloud-sdk-vrsTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service VRS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-vrs", "downloads": 121902, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:25.852Z", "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 VRS.", "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-vrs" }, "yanked": false, "sha": "d8b347506de6569cc90c56f42c2a81e96985dfcfa387a294b75c64e4ac8a7d2a", "spec_sha": "6f31183d2d63085ff98e444ea0ecb4b271ccd7da049df00d140772bf2aae881b", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-vrs", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-vrs-3.0.968.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-vrs", "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 20:58:29 UTC |
SD3tuqd5lt2HIrZYd5tha |
tencentcloud-sdk-tbmTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TBM. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tbm", "downloads": 421836, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:23.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 TBM.", "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-tbm" }, "yanked": false, "sha": "100bd58d5655a40dcb8e8074302cb072cc2b12243aea8e1989a005068060015b", "spec_sha": "40148e466665afb00b2df8cce5bc9ad7e0cee3bc0d7f70c8a263d9859f298093", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tbm", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tbm-3.0.968.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-tbm", "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 20:58:26 UTC |
CNo1X4MolgJM2NQDTD0G_ |
tencentcloud-sdk-bmaTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BMA. |
3.0.968 | Content{ "name": "tencentcloud-sdk-bma", "downloads": 243849, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:21.345Z", "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 BMA.", "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-bma" }, "yanked": false, "sha": "0f72f0b18710bb0f4ec69bb6c7d8f7673e67cae000b0565de35492cd918d5c0b", "spec_sha": "b8101fe8cf871c6e3ed0e5419d16f97175877d0404491f42c2375156a7559f02", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bma", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bma-3.0.968.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-bma", "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 20:58:25 UTC |
eKhWR14upzRfprw-0bKKC |
tencentcloud-sdk-bmlbTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service BMLB. |
3.0.968 | Content{ "name": "tencentcloud-sdk-bmlb", "downloads": 416417, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:19.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 BMLB.", "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-bmlb" }, "yanked": false, "sha": "d5950ba790860291b9ab258b184b8ba72a3a9adf4d1e60662f4b6c5f2bb24db0", "spec_sha": "f5f787cefdabd9a8c6d65764ee01b0d4153879db825f31c4c280153fc4d46428", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-bmlb", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-bmlb-3.0.968.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-bmlb", "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 20:58:24 UTC |
1XInSpX1opD8VLvKVIuds |
ttytest2ttytest2 runs shell/cli applications inside of tmux and allows you to make assertions on what the output should be |
0.9.10 | Content{ "name": "ttytest2", "downloads": 2105, "version": "0.9.10", "version_created_at": "2024-12-24T20:58:17.883Z", "version_downloads": 0, "platform": "ruby", "authors": "Alex Eski", "info": "ttytest2 runs shell/cli applications inside of tmux and allows you to make assertions on what the output should be", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "0ce3af2ab6b74201488e339007ecd1ff78ae865f81102bb4045afa9a6a4b2ef1", "spec_sha": "c1adb54e54ad35e1d20576d92c2775187e59c8453d25df9c1b0fdce00e0b8961", "project_uri": "https://rubygems.org/gems/ttytest2", "gem_uri": "https://rubygems.org/gems/ttytest2-0.9.10.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/ttytest2/0.9.10", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.4" }, { "name": "minitest", "requirements": "~> 5.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "yard", "requirements": "~> 0.9" } ], "runtime": [] } } |
2024-12-24 20:58:23 UTC |
ucCEuANPdcIpDP8xzY-C6 |
tencentcloud-sdk-tkgdqTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TKGDQ. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tkgdq", "downloads": 422287, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:16.794Z", "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 TKGDQ.", "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-tkgdq" }, "yanked": false, "sha": "49c65da346d0f43a7d201d7af63461c4c5f71790991075874d4a258678febad2", "spec_sha": "4294591dd5ccdf38624a8251934d35a9a3ee535177182337ab5c7086fb5cadee", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tkgdq", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tkgdq-3.0.968.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-tkgdq", "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 20:58:20 UTC |
GKgNqDEc9yBSy0OMp128d |
tencentcloud-sdk-tavTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TAV. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tav", "downloads": 418479, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:14.835Z", "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 TAV.", "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-tav" }, "yanked": false, "sha": "bbeddcdc106cd2b6546f93edc7dc5efc920c6171883805eb8761b03957396759", "spec_sha": "524a079d7fc55b1fc1284ee10d0efe8309588010068b41b2387e8769f4f17cf9", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tav", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tav-3.0.968.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-tav", "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 20:58:18 UTC |
KK0rnxPLmF3TnWDlcvC7R |
tencentcloud-sdk-afTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service AF. |
3.0.968 | Content{ "name": "tencentcloud-sdk-af", "downloads": 417537, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:13.094Z", "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 AF.", "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-af" }, "yanked": false, "sha": "abc22b1b0d44fa2c2e70ed23a9a7f055b8143e4fb5d111da0ca00318f7154504", "spec_sha": "59b793d23b40d8dc75e15f9f81bb7990512cbcb2f857171b176a76d7b2356b11", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-af", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-af-3.0.968.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-af", "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 20:58:15 UTC |
qh5mp1PI8rp7aHcQNJP94 |
tencentcloud-sdk-aswTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ASW. |
3.0.968 | Content{ "name": "tencentcloud-sdk-asw", "downloads": 418333, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:11.336Z", "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 ASW.", "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-asw" }, "yanked": false, "sha": "83883a2b46d04c92df295935072af6a35aacfde28e5b360fd805fe1b0d5753e4", "spec_sha": "f3a5a6565944760af4666cc72818dcfb10a922dcb1f364e4adcc4b6348425700", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-asw", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-asw-3.0.968.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-asw", "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 20:58:14 UTC |
WFWfXPLyOlRbo_wZtwBCY |
tencentcloud-sdk-nlpTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service NLP. |
3.0.968 | Content{ "name": "tencentcloud-sdk-nlp", "downloads": 415976, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:09.575Z", "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 NLP.", "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-nlp" }, "yanked": false, "sha": "e38af5875e4dfb13207d96333f7c6fb504a1bdc5c6bc65817036d42eb7028703", "spec_sha": "95e735711d41e173975fe522407976121643249177a27fa65eb24e37e99fc3cb", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-nlp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-nlp-3.0.968.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-nlp", "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 20:58:13 UTC |
dI2udV6WlMTzubl7JOxCy |
tencentcloud-sdk-tchdTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TCHD. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tchd", "downloads": 93126, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:08.088Z", "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 TCHD.", "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-tchd" }, "yanked": false, "sha": "56a2071a87c617a7e2ae15c9c42738158441cf99aa61551ecc148170eba785e6", "spec_sha": "7a4ae36c67d229fb6ee1ea9a55dfb023db3a0f5d7534a8aaacb5778cf121d0b8", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tchd", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tchd-3.0.968.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-tchd", "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 20:58:12 UTC |
nj-79M35iyQaLfC4d4GGt |
tencentcloud-sdk-dtsTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service DTS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-dts", "downloads": 421453, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:06.366Z", "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 DTS.", "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-dts" }, "yanked": false, "sha": "b2ab244362faa5e943203b3f470aaca8f9d09366302d954aba17ad8857d9494a", "spec_sha": "1f6a72012f297cbb51f8071d750319aa1fb54e95941dc139312ad03cc4333ce9", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-dts", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-dts-3.0.968.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-dts", "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 20:58:11 UTC |
I2EeFPH1aRxXqGnUCCTsW |
tencentcloud-sdk-ttsTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TTS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tts", "downloads": 419097, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:03.848Z", "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 TTS.", "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-tts" }, "yanked": false, "sha": "392447bf14d4c38ff7114ca802940459fa4255e391d8fb97f90635f1fd69355b", "spec_sha": "7e9ef88cb80631636a7bde3a1aeb376908c975c04de072bb35a2b1d32290f0eb", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tts", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tts-3.0.968.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-tts", "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 20:58:10 UTC |
37FHdincL5MFrMSkXYLBp |
tencentcloud-sdk-tmtTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TMT. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tmt", "downloads": 425207, "version": "3.0.968", "version_created_at": "2024-12-24T20:58:01.934Z", "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 TMT.", "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-tmt" }, "yanked": false, "sha": "14557e1658d7701622741f4883ac2e0f5a227656a2000d5dad4675dcbfd6c38d", "spec_sha": "07793d5da6f0b96258d4d8e9204185bfa842432a845bdbf49e67b3961efc73ab", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tmt", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tmt-3.0.968.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-tmt", "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 20:58:07 UTC |
NltQkM00ZInVAVa9R-Alr |
tencentcloud-sdk-cisTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CIS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-cis", "downloads": 411396, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:59.798Z", "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 CIS.", "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-cis" }, "yanked": false, "sha": "42b09d9f8eda7e14546236e0944bec6d6bd7c761ba599486d7388eba7871e7c4", "spec_sha": "da2df797b09ab24d316da981117148b1a97cd1bc682d038be55def2d65a6c6ff", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cis", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cis-3.0.968.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-cis", "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 20:58:02 UTC |
1MWHi-5jeB4B2cj9wJ6H_ |
tencentcloud-sdk-cmsTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service CMS. |
3.0.968 | Content{ "name": "tencentcloud-sdk-cms", "downloads": 420676, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:57.738Z", "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 CMS.", "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-cms" }, "yanked": false, "sha": "9caff74ec0849c38d4bc302b6a03ad731e3404fd7e9743827e1c128173427f54", "spec_sha": "dd3128a45af04c3e422eb7e8d8ea16adc3614b4f72baa8af681e256782f90866", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-cms", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-cms-3.0.968.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-cms", "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 20:58:00 UTC |
CGvGY622L_2_TdXRkLLCM |
tencentcloud-sdk-iecpTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service IECP. |
3.0.968 | Content{ "name": "tencentcloud-sdk-iecp", "downloads": 386318, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:55.458Z", "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 IECP.", "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-iecp" }, "yanked": false, "sha": "fa480bd9cf226b607d7155dfcd17fdf667430158a32a801a0f9402606a47a193", "spec_sha": "1652b5defe1037cc9edf6adbbad132440a824f7de445c36ed0b53531ba909723", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-iecp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-iecp-3.0.968.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-iecp", "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 20:57:58 UTC |
ILeFYisxyNWlHbZs3gJTG |
tencentcloud-sdk-asrTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service ASR. |
3.0.968 | Content{ "name": "tencentcloud-sdk-asr", "downloads": 418233, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:53.609Z", "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 ASR.", "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-asr" }, "yanked": false, "sha": "8b7c3c03dc7b0d98355ee1206b06fe8b2a343164b25b658c2d15c4079710fcaa", "spec_sha": "183f7dd0268cb60808e097ab310ef1458a7d05c1ea771a569546f1eebddf2035", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-asr", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-asr-3.0.968.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-asr", "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 20:57:56 UTC |
Zx7B5Tvw40qpxzuMXSBEd |
tencentcloud-sdk-facefusionTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service FACEFUSION. |
3.0.968 | Content{ "name": "tencentcloud-sdk-facefusion", "downloads": 422992, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:51.859Z", "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 FACEFUSION.", "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-facefusion" }, "yanked": false, "sha": "96dc05bac0cc939a15e50977c687cef7ad79235c2cb79a787a8699a5bca8a5ae", "spec_sha": "080f0ca7f4ebade4c341749eb83273d47b30c6fdb573ebe55567d0d18d9cd4e1", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-facefusion", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-facefusion-3.0.968.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-facefusion", "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 20:57:54 UTC |
sQYItfp4OecThZH9WbBBh |
tencentcloud-sdk-tswTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TSW. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tsw", "downloads": 427442, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:49.384Z", "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 TSW.", "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-tsw" }, "yanked": false, "sha": "552c94692383d92cd6c48a9ed2c2b292200fce5db9c379f8d6978939ad957f5e", "spec_sha": "d9edd43daa2b445aea619c0ae3adcd2bc5e8ca11931e78ca5d41dd3f3674f7aa", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tsw", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tsw-3.0.968.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-tsw", "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 20:57:52 UTC |
FqPBG7HI-N1dHjJfH4FIE |
tencentcloud-sdk-mspTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service MSP. |
3.0.968 | Content{ "name": "tencentcloud-sdk-msp", "downloads": 420414, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:47.144Z", "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 MSP.", "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-msp" }, "yanked": false, "sha": "34cfed6bb284839272141794f15ae65dc901aee2cf656ba65d5dbedea8e13ace", "spec_sha": "4fd25ab92b43485b938e9e69074bbeadaac2cb177690970a3c4e5a6113bebf7c", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-msp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-msp-3.0.968.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-msp", "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 20:57:50 UTC |
bMefK8X7s5UwuvLhQEIon |
tencentcloud-sdk-hunyuanTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service HUNYUAN. |
3.0.968 | Content{ "name": "tencentcloud-sdk-hunyuan", "downloads": 58120, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:45.318Z", "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 HUNYUAN.", "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-hunyuan" }, "yanked": false, "sha": "938f503a93130f4ddc5465a5026b56ebbe936c5b1791d6e7413e76915a1047fe", "spec_sha": "4465c752b333bc16879727982a1c4c08687b19bdd93fe94c392b6ce3f2043cb3", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-hunyuan", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-hunyuan-3.0.968.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-hunyuan", "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 20:57:48 UTC |
x6lzSrNdFPw3b_QcoRoT5 |
tencentcloud-sdk-aiartTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service AIART. |
3.0.968 | Content{ "name": "tencentcloud-sdk-aiart", "downloads": 131810, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:41.476Z", "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 AIART.", "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-aiart" }, "yanked": false, "sha": "7860532d1a27b949ed2059fed5ee5e82cb232ddcdb3d3f84e8300b4a5094a081", "spec_sha": "9ddd9200747325a58894b833743cc2d68abe74ab425ee1268993c32f525fc0a4", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-aiart", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-aiart-3.0.968.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-aiart", "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 20:57:46 UTC |
Kdcf2afR52s5dXedyTFD9 |
tencentcloud-sdk-afcTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service AFC. |
3.0.968 | Content{ "name": "tencentcloud-sdk-afc", "downloads": 420594, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:39.300Z", "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 AFC.", "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-afc" }, "yanked": false, "sha": "76ba5aca5e37e1b979a5ef290512a1f9ba58ae8810172cc567be698c692151b8", "spec_sha": "5ec4ed14d252c8034af53f06b2dfbfb2439b828496f25fe6b578b600b992a4f3", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-afc", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-afc-3.0.968.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-afc", "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 20:57:42 UTC |
uCPBLQY8YnXgZIvI5f_iH |
tencentcloud-sdk-tioneTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service TIONE. |
3.0.968 | Content{ "name": "tencentcloud-sdk-tione", "downloads": 423046, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:37.041Z", "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 TIONE.", "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-tione" }, "yanked": false, "sha": "ed5b56b6e996e8326037d23bfa0bbce06750d2c57ba4c0821c4cab14c292f368", "spec_sha": "5a008acbcbed3c28dc29d016cbbf6f5ea3573ad7a0dd323ca50001ab20046b6a", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-tione", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-tione-3.0.968.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-tione", "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 20:57:40 UTC |
K_GJbyOPZZq4XXdfvSeXr |
tencentcloud-sdk-rkpTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service RKP. |
3.0.968 | Content{ "name": "tencentcloud-sdk-rkp", "downloads": 422299, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:34.316Z", "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 RKP.", "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-rkp" }, "yanked": false, "sha": "cffdcc6fa6cf81b331832247224a8afe79d440c7292d16545e1a3cb5f7ba6f3c", "spec_sha": "7e1b693d72eb0f470cf44d0dee359ee6e00e00417971a2a8f0914e358a89a3ce", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-rkp", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-rkp-3.0.968.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-rkp", "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 20:57:37 UTC |
3WTPLLGZWd9XtNVX8KaGs |
tencentcloud-sdk-umpTencent Cloud Ruby SDK is the official software development kit, which allows Ruby developers to write software that makes use of Tencent Cloud service UMP. |
3.0.968 | Content{ "name": "tencentcloud-sdk-ump", "downloads": 418419, "version": "3.0.968", "version_created_at": "2024-12-24T20:57:32.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 UMP.", "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-ump" }, "yanked": false, "sha": "b7e66a0fefc9c3fe0b1331e0dcad1388eb911180346e18f7ebada5df91b3372e", "spec_sha": "d5a6435f37b31d83872877466f6e1c62d5d8e3d6c392c77f9d340ace052ae59b", "project_uri": "https://rubygems.org/gems/tencentcloud-sdk-ump", "gem_uri": "https://rubygems.org/gems/tencentcloud-sdk-ump-3.0.968.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-ump", "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 20:57:35 UTC |