Rubyhooks

Lastest updates from Rubygems.org

ID Gem Version Body Updated At
T2ESEvajBvjFH97Ots6fV

minitest

minitest provides a complete suite of testing facilities supporting TDD, BDD, mocking, and benchmarking. "I had a class with Jim Weirich on testing last week and we were allowed to choose our testing frameworks. Kirk Haines and I were paired up and we cracked open the code for a few test frameworks... I MUST say that minitest is *very* readable / understandable compared to the 'other two' options we looked at. Nicely done and thank you for helping us keep our mental sanity." -- Wayne E. Seguin minitest/test is a small and incredibly fast unit testing framework. It provides a rich set of assertions to make your tests clean and readable. minitest/spec is a functionally complete spec engine. It hooks onto minitest/test and seamlessly bridges test assertions over to spec expectations. minitest/benchmark is an awesome way to assert the performance of your algorithms in a repeatable manner. Now you can assert that your newb co-worker doesn't replace your linear algorithm with an exponential one! minitest/mock by Steven Baker, is a beautifully tiny mock (and stub) object framework. minitest/pride shows pride in testing and adds coloring to your test output. I guess it is an example of how to write IO pipes too. :P minitest/test is meant to have a clean implementation for language implementors that need a minimal set of methods to bootstrap a working test suite. For example, there is no magic involved for test-case discovery. "Again, I can't praise enough the idea of a testing/specing framework that I can actually read in full in one sitting!" -- Piotr Szotkowski Comparing to rspec: rspec is a testing DSL. minitest is ruby. -- Adam Hawkins, "Bow Before MiniTest" minitest doesn't reinvent anything that ruby already provides, like: classes, modules, inheritance, methods. This means you only have to learn ruby to use minitest and all of your regular OO practices like extract-method refactorings still apply.

5.25.4
Content{ "name": "minitest", "downloads": 900958633, "version": "5.25.4", "version_created_at": "2024-12-04T04:06:02.601Z", "version_downloads": 0, "platform": "ruby", "authors": "Ryan Davis", "info": "minitest provides a complete suite of testing facilities supporting\nTDD, BDD, mocking, and benchmarking.\n\n \"I had a class with Jim Weirich on testing last week and we were\n allowed to choose our testing frameworks. Kirk Haines and I were\n paired up and we cracked open the code for a few test\n frameworks...\n\n I MUST say that minitest is *very* readable / understandable\n compared to the 'other two' options we looked at. Nicely done and\n thank you for helping us keep our mental sanity.\"\n\n -- Wayne E. Seguin\n\nminitest/test is a small and incredibly fast unit testing framework.\nIt provides a rich set of assertions to make your tests clean and\nreadable.\n\nminitest/spec is a functionally complete spec engine. It hooks onto\nminitest/test and seamlessly bridges test assertions over to spec\nexpectations.\n\nminitest/benchmark is an awesome way to assert the performance of your\nalgorithms in a repeatable manner. Now you can assert that your newb\nco-worker doesn't replace your linear algorithm with an exponential\none!\n\nminitest/mock by Steven Baker, is a beautifully tiny mock (and stub)\nobject framework.\n\nminitest/pride shows pride in testing and adds coloring to your test\noutput. I guess it is an example of how to write IO pipes too. :P\n\nminitest/test is meant to have a clean implementation for language\nimplementors that need a minimal set of methods to bootstrap a working\ntest suite. For example, there is no magic involved for test-case\ndiscovery.\n\n \"Again, I can't praise enough the idea of a testing/specing\n framework that I can actually read in full in one sitting!\"\n\n -- Piotr Szotkowski\n\nComparing to rspec:\n\n rspec is a testing DSL. minitest is ruby.\n\n -- Adam Hawkins, \"Bow Before MiniTest\"\n\nminitest doesn't reinvent anything that ruby already provides, like:\nclasses, modules, inheritance, methods. This means you only have to\nlearn ruby to use minitest and all of your regular OO practices like\nextract-method refactorings still apply.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/minitest/minitest", "changelog_uri": "https://github.com/minitest/minitest/blob/master/History.rdoc", "bug_tracker_uri": "https://github.com/minitest/minitest/issues" }, "yanked": false, "sha": "9cf2cae25ac4dfc90c988ebc3b917f53c054978b673273da1bd20bcb0778f947", "spec_sha": "531aa090ca25a4b2568be7af48d7d778cb9230075627184a39e8473d9a2c73d3", "project_uri": "https://rubygems.org/gems/minitest", "gem_uri": "https://rubygems.org/gems/minitest-5.25.4.gem", "homepage_uri": "https://github.com/minitest/minitest", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": "https://github.com/minitest/minitest/issues", "changelog_uri": "https://github.com/minitest/minitest/blob/master/History.rdoc", "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.2" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" } ], "runtime": [] } }
2024-12-04 04:06:07 UTC
Aqx8JXPfjA4HS7aXIsDbx

activerecord-dsql-adapter

ActiveRecord adapter for AWS Aurora DSQL (PostgreSQL)

0.1.0
Content{ "name": "activerecord-dsql-adapter", "downloads": 0, "version": "0.1.0", "version_created_at": "2024-12-04T02:39:06.364Z", "version_downloads": 0, "platform": "ruby", "authors": "Samuel Cochran", "info": "ActiveRecord adapter for AWS Aurora DSQL (PostgreSQL)", "licenses": [], "metadata": { "homepage_uri": "https://github.com/sj26/activerecord-dsql-adapter", "changelog_uri": "https://github.com/sj26/activerecord-dsql-adapter/releases", "source_code_uri": "https://github.com/sj26/activerecord-dsql-adapter" }, "yanked": false, "sha": "eae5d22490903926265eeefe55625ad11ef444666059e2717f5d97e0bcdea0c3", "spec_sha": "1905e518f9d3271fe4439f59a075f182f81ca0a3ed40b55846e8e28f3201328b", "project_uri": "https://rubygems.org/gems/activerecord-dsql-adapter", "gem_uri": "https://rubygems.org/gems/activerecord-dsql-adapter-0.1.0.gem", "homepage_uri": "https://github.com/sj26/activerecord-dsql-adapter", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/sj26/activerecord-dsql-adapter", "bug_tracker_uri": null, "changelog_uri": "https://github.com/sj26/activerecord-dsql-adapter/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": "~> 7.2.0" }, { "name": "aws-sdk-dsql", "requirements": ">= 0" }, { "name": "pg", "requirements": "~> 1.1" } ] } }
2024-12-04 02:39:09 UTC
tKK9mmjOR4CkrSlOYH8qA

alex-test

alex-test

0.0.1
Content{ "name": "alex-test", "downloads": 6, "version": "0.0.1", "version_created_at": "2024-12-04T02:35:37.231Z", "version_downloads": 0, "platform": "ruby", "authors": "alexmckinnon", "info": "alex-test", "licenses": [], "metadata": {}, "yanked": false, "sha": "37bbc57b3cf87bacf2efedfdf6794dd2eb298d952ba21cbc9dd72657a896f6a5", "spec_sha": "721202e5d687391c740913226bb1b773d888db22ec58f9d4b52285c189a5aacd", "project_uri": "https://rubygems.org/gems/alex-test", "gem_uri": "https://rubygems.org/gems/alex-test-0.0.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/alex-test/0.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-04 02:35:40 UTC
JQRAbrBpO_2VrK09UK401

alex-test

alex-test

0.0.0
Content{ "name": "alex-test", "downloads": 0, "version": "0.0.0", "version_created_at": "2024-12-04T01:51:08.429Z", "version_downloads": 0, "platform": "ruby", "authors": "alexmckinnon", "info": "alex-test", "licenses": [], "metadata": {}, "yanked": false, "sha": "a993946cf8b0e61bc6aaa8f4e40c28a16f176b4181304a2915777b789941c69d", "spec_sha": "63c1e3bad4bb9e49e2f65292241d092131395f74de4179fa30ba56644afc8258", "project_uri": "https://rubygems.org/gems/alex-test", "gem_uri": "https://rubygems.org/gems/alex-test-0.0.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/alex-test/0.0.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-04 01:51:11 UTC
g_j9gk9zOGGSaV-17xev0

gchatsh

Use bash to interact with groq in your terminal and execute sh scripts

0.1.0
Content{ "name": "gchatsh", "downloads": 0, "version": "0.1.0", "version_created_at": "2024-12-04T01:28:30.046Z", "version_downloads": 0, "platform": "ruby", "authors": "____marcell", "info": "Use bash to interact with groq in your terminal and execute sh scripts", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/0000marcell/gchatsh", "changelog_uri": "https://github.com/0000marcell/gchatsh", "source_code_uri": "https://github.com/0000marcell/gchatsh" }, "yanked": false, "sha": "f2e26f8efd72a5cec967143f3e0a8964395106ac657eb1f27106f4df77c5dbe5", "spec_sha": "f27be3d77e6c20342a9c7174d2334b3513957de05ed2df902fc5ba0d8054137c", "project_uri": "https://rubygems.org/gems/gchatsh", "gem_uri": "https://rubygems.org/gems/gchatsh-0.1.0.gem", "homepage_uri": "https://github.com/0000marcell/gchatsh", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/0000marcell/gchatsh", "bug_tracker_uri": null, "changelog_uri": "https://github.com/0000marcell/gchatsh", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-04 01:28:34 UTC
UMGD6gr0tNYjhonxZS4wD

enhanced_errors

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.

0.1.7
Content{ "name": "enhanced_errors", "downloads": 1005, "version": "0.1.7", "version_created_at": "2024-12-04T01:04:55.687Z", "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": "e2724e3a73ec245c8ccdc8084c7ff16526fdd9f73327cc2ccd1d97e1c3ef5bd8", "spec_sha": "daa4f45929b8ff97c05ab8c107961c6e573c922e3968160a71c73b3447b25a4e", "project_uri": "https://rubygems.org/gems/enhanced_errors", "gem_uri": "https://rubygems.org/gems/enhanced_errors-0.1.7.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": "rspec", "requirements": "~> 3.0" }, { "name": "yard", "requirements": "> 0.9" } ], "runtime": [] } }
2024-12-04 01:04:58 UTC
8eiQYBWicxcvwk79oaBDz

strongmind-platform-sdk

Includes a wrapper for the swagger generated OneRoster management clients

3.23.1
Content{ "name": "strongmind-platform-sdk", "downloads": 68591, "version": "3.23.1", "version_created_at": "2024-12-04T00:58:56.157Z", "version_downloads": 0, "platform": "ruby", "authors": "Platform Team", "info": "Includes a wrapper for the swagger generated OneRoster management clients", "licenses": [ "MIT" ], "metadata": { "github_repo": "git@github.com:StrongMind/platform-ruby-sdk.git", "homepage_uri": "https://github.com/StrongMind/platform-ruby-sdk", "changelog_uri": "https://github.com/StrongMind/platform-ruby-sdk/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/StrongMind/platform-ruby-sdk" }, "yanked": false, "sha": "2d5266ec00c584b3736ef2e067512944661e23e78daa005fc904332442fb6f8e", "spec_sha": "ac0bcdef55935e66d9179585f4e36986590152b4765a475abfdedc90b5aaa02a", "project_uri": "https://rubygems.org/gems/strongmind-platform-sdk", "gem_uri": "https://rubygems.org/gems/strongmind-platform-sdk-3.23.1.gem", "homepage_uri": "https://github.com/StrongMind/platform-ruby-sdk", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/StrongMind/platform-ruby-sdk", "bug_tracker_uri": null, "changelog_uri": "https://github.com/StrongMind/platform-ruby-sdk/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "asset_sync", "requirements": ">= 0" }, { "name": "aws-sdk-cloudwatch", "requirements": ">= 0" }, { "name": "aws-sdk-secretsmanager", "requirements": "~> 1.66" }, { "name": "faraday", "requirements": "~> 2.5, >= 2.5.2" }, { "name": "faraday-retry", "requirements": ">= 0" }, { "name": "fog-aws", "requirements": ">= 0" }, { "name": "jwt", "requirements": ">= 0" }, { "name": "learnosity-sdk", "requirements": "~> 0.2.2" }, { "name": "multi_json", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 7.1" }, { "name": "sentry-ruby", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": ">= 0" }, { "name": "strongmind-oneroster-client", "requirements": "~> 2.0.1" }, { "name": "strongmind-sidekiq-cloudwatchmetrics", "requirements": ">= 0" }, { "name": "uri", "requirements": ">= 0" } ] } }
2024-12-04 00:58:59 UTC
2TngUpdSkcQ-3gCytFmQ9

foobara

Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.

0.0.26
Content{ "name": "foobara", "downloads": 3781, "version": "0.0.26", "version_created_at": "2024-12-04T00:53:03.484Z", "version_downloads": 0, "platform": "ruby", "authors": "Miles Georgi", "info": "Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.", "licenses": [ "MPL-2.0" ], "metadata": { "homepage_uri": "https://foobara.com", "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "source_code_uri": "https://foobara.com", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "b51f35b74449438c1f26f3dbaa88b4dc7c2d6b8ac4497aaffce48d5c92cbc5f3", "spec_sha": "5d06654e0f580907aabe9de794b7d79a7cfea89739990a3d8846139c19c49548", "project_uri": "https://rubygems.org/gems/foobara", "gem_uri": "https://rubygems.org/gems/foobara-0.0.26.gem", "homepage_uri": "https://foobara.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://foobara.com", "bug_tracker_uri": null, "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "foobara-util", "requirements": ">= 0" } ] } }
2024-12-04 00:53:07 UTC
OCyuE7gFqp2lTJtqXQjsu

expressir

Expressir (“EXPRESS in Ruby”) is a Ruby parser for EXPRESS and a set of tools for accessing EXPRESS data models.

2.1.4
Content{ "name": "expressir", "downloads": 478834, "version": "2.1.4", "version_created_at": "2024-12-04T00:36:52.370Z", "version_downloads": 0, "platform": "ruby", "authors": "Ribose Inc.", "info": "Expressir (“EXPRESS in Ruby”) is a Ruby parser for EXPRESS and a set of tools for accessing EXPRESS data models.", "licenses": [ "BSD-2-Clause" ], "metadata": { "homepage_uri": "https://github.com/lutaml/expressir", "changelog_uri": "https://github.com/lutaml/expressir/releases", "source_code_uri": "https://github.com/lutaml/expressir", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "9807f8d6d62b81e0296238367103bf77df7ed99ee17a32acf246c1c696f4c84f", "spec_sha": "8197b7864fc3f9b6570f8acdb88d80cb3ef9cafc488f47f57715fa9bed6749d6", "project_uri": "https://rubygems.org/gems/expressir", "gem_uri": "https://rubygems.org/gems/expressir-2.1.4.gem", "homepage_uri": "https://github.com/lutaml/expressir", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/lutaml/expressir", "bug_tracker_uri": null, "changelog_uri": "https://github.com/lutaml/expressir/releases", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "liquid", "requirements": ">= 0" }, { "name": "parslet", "requirements": "~> 2.0" }, { "name": "thor", "requirements": "~> 1.0" } ] } }
2024-12-04 00:36:55 UTC
sRVkd4IVcqzmpFMkemq0q

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:35.767Z", "version_downloads": 0, "platform": "aarch64-linux-android", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "8f10cbe14f475baaa6263e388a470395d0102d5c0360b767456eb7487f5296d7", "spec_sha": "f92c60d4faebc19e5bf652b47ab028c60c68b632c59553ef8186ba4d62698449", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-aarch64-linux-android.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:54 UTC
3Gqq1-JTzUHxs47xcRsyA

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:33.676Z", "version_downloads": 0, "platform": "aarch64-linux-gnu", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c0bf9c2f0e3b92c58ff258c7a14c444d50bd86429ca715fa577d92e543c3f169", "spec_sha": "c5ce33d2206373f86c6768dc6f542403f063e45618fd77af378e795e0bc1c74b", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-aarch64-linux-gnu.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:54 UTC
cRZY8jB6MK1TskcRzpuFF

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:31.411Z", "version_downloads": 0, "platform": "aarch64-linux-musl", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "2a897ec3a479db39d5275424e24ea03438e64a7c754d75b46f120e0bd2f6209f", "spec_sha": "abde51ac4016f09813672da5e811696958632c8cf9c64cae3804ceb926ac5720", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-aarch64-linux-musl.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:53 UTC
lpRY0M5SzDbCms1K8FKy2

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:29.289Z", "version_downloads": 0, "platform": "aarch64-mingw-ucrt", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "60232e84996f2c5809a9e381bfb8abceaae6ac363c5e6337bef6594d71abc03e", "spec_sha": "fd76efe1778a157c78c0fdc1df32e7e0ae88da9157c924d9b812f1efecc79132", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-aarch64-mingw-ucrt.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:52 UTC
8heM9IcPYCTfsJ3iFSnrI

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:27.184Z", "version_downloads": 0, "platform": "arm-linux-androideabi", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "01441a557905a4de6771553eaa7709a56350e7a9bea04d557fe27de591f5689b", "spec_sha": "479c3c8a077020bd0c034f331c87325358bb6668fd968e389b461c6c64e53de8", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-arm-linux-androideabi.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:52 UTC
ymL1o0thSYlja_6g4T9qJ

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:25.382Z", "version_downloads": 0, "platform": "arm-linux-gnueabihf", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "a1d9b30229718d085d995c720f54d12ae67c32e96f81d5d6ad2c6ceef9da8c9b", "spec_sha": "ba79b06942cbef2c84dce719a99474728bd659b05f0db868ca3b38fc5f298e75", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-arm-linux-gnueabihf.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:51 UTC
Mxc2zcGf7-cERGnk7Y4L7

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:23.234Z", "version_downloads": 0, "platform": "arm-linux-musleabihf", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d714d0567d6b506c06fcb0629dbe0c7abf18b579b3833724eb92400918f0f5ce", "spec_sha": "2b84b7104416c51362e7555d979ec2a3e03c7cd8cad22757ac147762dcfd180f", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-arm-linux-musleabihf.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:51 UTC
R2UcrTsjp81ymk9HmEeKY

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:20.947Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "52ab82b11623a4811241ee66644ba5617229f92075c73c4a88227ecb4d6adf08", "spec_sha": "dda93607faa2d38ca5835071a81c8fdf4fe2bf806a34fd5d881a7c488a6925af", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-arm64-darwin.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:50 UTC
ft2FnDtq2_GUU5Vv7pYCV

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:12.103Z", "version_downloads": 0, "platform": "x64-mingw-ucrt", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "549938eb56ebec72b60a2d229831059b128bb3d3bbbc375cd44eee32bb932ce3", "spec_sha": "02953aaa441b79dc221aacce5fe868718f5922493707af01558bbc426b930b58", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x64-mingw-ucrt.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:50 UTC
q_M_dkMgt7Eb70-i63ek8

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:13.990Z", "version_downloads": 0, "platform": "riscv64-linux-musl", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "61ec202c29a481ff225be09fc7862ae466276a5c44640a238e75b2b50bc77d9f", "spec_sha": "0c7b1396915431903d47368e762f2cf5e7d06207f575c199c6e88f5e2e9d24c0", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-riscv64-linux-musl.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:50 UTC
GE7nAnGdyPJfuSgMYrsFt

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:19.045Z", "version_downloads": 0, "platform": "riscv64-linux-android", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "fc6f78413c81002f37448ce916d1b17b78345d1ddd19afa7819a26ac37181a75", "spec_sha": "db1dc5537b893450128a481fcf5d8c3cdad2b4010b16b3a618b6862188d8c1c2", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-riscv64-linux-android.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:50 UTC
CY8gPBo8HR4DzIcZE9lGQ

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:16.698Z", "version_downloads": 0, "platform": "riscv64-linux-gnu", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "6936612b135b3a394b5cf59d8760fd04aa1b5b01053d7d9f417fc3db6c4573d6", "spec_sha": "225561ebe7cf49cb0e0dfc599f6836e3da6846097f32a28f12c846c09ac3e330", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-riscv64-linux-gnu.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:49 UTC
d0L2MgfraawGD7uLhTPGs

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:07.262Z", "version_downloads": 0, "platform": "x64-mswin64", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "0bdb2ab17a57461625cfebfdf579d0fbd3e75ca2eccc96e86429790fa7f09a96", "spec_sha": "9a770d029aa2c9b3316defa65e44ca2259d124c099c4a63a845ff92556288911", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x64-mswin64.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:48 UTC
BGGCtZalbz2VRcGq6n4zD

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:10.266Z", "version_downloads": 0, "platform": "x64-mingw32", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ec3e7a73dcb438bbce20e057e23400eae8c4ab635f33592ce6768d0802720f68", "spec_sha": "c20da269ca187e36a88a7ff571dbbe6494273f31c0f135323769ddfb4a0788fa", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x64-mingw32.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:47 UTC
Df1owlgyU-mBtHjt2M-Nf

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:04.473Z", "version_downloads": 0, "platform": "x86-cygwin", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "3c5f6a14821a3e2d3ca058571a6cede91b9c0e0146d817fa626cbf5597765dbe", "spec_sha": "c2e8cefedc127eaf47406f7106215c7516bc350a0390048af7aad26ae88bf03a", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86-cygwin.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:46 UTC
CFooDcISp6ztE0tqnVcGS

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280146, "version": "1.82.0", "version_created_at": "2024-12-04T00:35:00.211Z", "version_downloads": 0, "platform": "x86-linux-android", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c6d36ed098fa3c285d025b057bb7d2c35c001d74cec4aa8ad62e71d7c8827ad6", "spec_sha": "739583313c2dedaa46fcbe36d6e4336fbec72e0a6d31c211a93faccffbb19a0a", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86-linux-android.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:45 UTC
9nEjL-xIhFEC9rD0Vjjm7

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280145, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:55.942Z", "version_downloads": 0, "platform": "x86-linux-gnu", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "65ac60ed2a9c19ddd5134162f86f7f99c5bdf3d792613986978950f60e2af961", "spec_sha": "57847df67a5f6c0987e460a9807dd6100ff0271de07a1d25b14777292e0e3d86", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86-linux-gnu.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:02 UTC
vrxfnvvnZkNUHMUNzjdRt

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280145, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:51.312Z", "version_downloads": 0, "platform": "x86-linux-musl", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ba91ec98f717e9639eb66dfd27807499335df90707730ef96372ca6bc4f7dd07", "spec_sha": "f18929a2ecec3ced60ed9db7e73ac1921162a3e87478eeb7c10dd3085ac30966", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86-linux-musl.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:35:00 UTC
NgojGXHsXYPDcskBsEXvT

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280144, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:47.137Z", "version_downloads": 0, "platform": "x86-mingw-ucrt", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "6e35f25a2d87825f76610fe0f7fa0b96a7be57afc016c5b05afbf6703b83be02", "spec_sha": "aca15f2a3c05397ee4b5a37405d3ff69dd9215edd94acb53ac1fbc90d7c0f4cd", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86-mingw-ucrt.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:53 UTC
fpwepKNLti5qI2EiIje8v

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280141, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:43.265Z", "version_downloads": 0, "platform": "x86-mingw32", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d80dd9b82e55a40c6221b38b096b7cc6ca1258e73bda465f4fcc8b3bbaa345ec", "spec_sha": "b04e7008a020766cde3ea01322ae291b996259b3cee7771042a84f6d8a641c68", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86-mingw32.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:47 UTC
bv93fAqYj7CZMayRHXGqp

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280141, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:38.573Z", "version_downloads": 0, "platform": "x86-mswin32", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "717ee0da9580c4b231cfee7f79ccde37301a95588252f13b982c8677d485edaa", "spec_sha": "6a98fce6836e6c185ba33e06dfee87854fc9e2ac7f6c326e0d8e770168b30992", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86-mswin32.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:44 UTC
lPZvrR6DnMq5mOw-G1WfO

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280138, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:34.433Z", "version_downloads": 0, "platform": "x86_64-cygwin", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "e4ae35f51de7ce17617ebbfa597d0eaa7da6dcd76828baa147b5d58c992a8612", "spec_sha": "36da8aa884e6444c641e915e8a502b0582c25776e9c9bab48b67b814b2de5af8", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86_64-cygwin.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:40 UTC
pZytZfthLHsbxQ1yS2H-2

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280138, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:32.037Z", "version_downloads": 0, "platform": "x86_64-darwin", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "06edc9fdad88a2fd4701aeab61beb96b422383066df4e259018067bb24aa17fb", "spec_sha": "1b4ca28eac0df44aa24a73c50f2ac4676d8bfa5c2538622fde23c4cceeb9960d", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86_64-darwin.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:39 UTC
bZO8mW8nhBDYVUkt1VGN3

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280138, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:29.346Z", "version_downloads": 0, "platform": "x86_64-linux-android", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "6cd988b7036e2a450854680834f66c74f80ddf26cc09570624ae4047454acb35", "spec_sha": "9faaffc66d7931c6301e37d26133ee178e780986b774fa1f9153fd822dc8bc53", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86_64-linux-android.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:37 UTC
AlHG2NwmiwzPC4NUk5lkS

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280138, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:26.474Z", "version_downloads": 0, "platform": "x86_64-linux-gnu", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "06e1193099fa82a263927a86a4ec95f1aaca6fdc82ee6a4961b2d117afdde4b9", "spec_sha": "b6445996fffa5f0e59084164dec39078b6a8de6e12e07fe2856d045c3188f98f", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86_64-linux-gnu.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:34 UTC
YJUN_8MPjWgcAaLlfPe4B

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280133, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:23.238Z", "version_downloads": 0, "platform": "x86_64-linux-musl", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4fb514257241eefc945c78b191f14e8df794c79e4a8c6137241b605675d7e9bf", "spec_sha": "137fb867a63d1d9c12b83ee8535d010a44cbda160c66709e6cb61ca9c2144a76", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0-x86_64-linux-musl.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" } ] } }
2024-12-04 00:34:27 UTC
luysmQNgfxFOR7iAJX7K0

sass-embedded

A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.

1.82.0
Content{ "name": "sass-embedded", "downloads": 12280133, "version": "1.82.0", "version_created_at": "2024-12-04T00:34:20.184Z", "version_downloads": 0, "platform": "ruby", "authors": "なつき", "info": "A Ruby library that will communicate with Embedded Dart Sass using the Embedded Sass protocol.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/ntkme", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "293989cbfe23685f1c0dc108ab82aee356ac5231e69e8a242c5ab6b90faf7c42", "spec_sha": "3086bf06b63470bd56ac208406f1207322301e2cf2bbe75222102717f9ff969e", "project_uri": "https://rubygems.org/gems/sass-embedded", "gem_uri": "https://rubygems.org/gems/sass-embedded-1.82.0.gem", "homepage_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby", "wiki_uri": null, "documentation_uri": "https://rubydoc.info/gems/sass-embedded/1.82.0", "mailing_list_uri": null, "source_code_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/tree/v1.82.0", "bug_tracker_uri": "https://github.com/sass-contrib/sass-embedded-host-ruby/issues", "changelog_uri": null, "funding_uri": "https://github.com/sponsors/ntkme", "dependencies": { "development": [], "runtime": [ { "name": "google-protobuf", "requirements": "~> 4.28" }, { "name": "rake", "requirements": ">= 13" } ] } }
2024-12-04 00:34:24 UTC
QRIrokyVMCkuE4y_tZ_S8

data-contract-builder

This rubygem does not have a description or summary.

0.0.1
Content{ "name": "data-contract-builder", "downloads": 0, "version": "0.0.1", "version_created_at": "2024-12-04T00:27:34.199Z", "version_downloads": 0, "platform": "ruby", "authors": "X", "info": "This rubygem does not have a description or summary.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "5ec18f0af37d535409a569dc0dad84d20227393d58495445dd42787ac6b54cf9", "spec_sha": "e30e49ed3c362b4050cb8a159fb7bae19971c4764efb9a53a6311d73e4c0522a", "project_uri": "https://rubygems.org/gems/data-contract-builder", "gem_uri": "https://rubygems.org/gems/data-contract-builder-0.0.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/data-contract-builder/0.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-04 00:27:36 UTC
PsgQ0nuwJRxlirbEOkojT

ding_sdk

Ding Ruby SDK

0.10.7
Content{ "name": "ding_sdk", "downloads": 14886, "version": "0.10.7", "version_created_at": "2024-12-04T00:22:33.564Z", "version_downloads": 0, "platform": "ruby", "authors": "Ding", "info": "Ding Ruby SDK", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://github.com/ding-live/ding-ruby.git", "source_code_uri": "https://github.com/ding-live/ding-ruby.git", "documentation_uri": "https://github.com/ding-live/ding-ruby.git" }, "yanked": false, "sha": "9ccef17641acf89cbf01ae5b6a355d18c802bcc7d632291720dd4ed5258683cf", "spec_sha": "6a7d25b7340e64afc9cc335ddbfb70e655fae835446970826b45e7d7166beb7d", "project_uri": "https://rubygems.org/gems/ding_sdk", "gem_uri": "https://rubygems.org/gems/ding_sdk-0.10.7.gem", "homepage_uri": "https://github.com/ding-live/ding-ruby.git", "wiki_uri": null, "documentation_uri": "https://github.com/ding-live/ding-ruby.git", "mailing_list_uri": null, "source_code_uri": "https://github.com/ding-live/ding-ruby.git", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "minitest", "requirements": ">= 0" }, { "name": "rubocop", "requirements": "~> 1.60.2" }, { "name": "sorbet", "requirements": ">= 0" }, { "name": "tapioca", "requirements": ">= 0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "rack", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "sorbet-runtime", "requirements": ">= 0" } ] } }
2024-12-04 00:22:36 UTC
m17LfPkdTHvW-TR_Vj8ZD

unit_openapi_ruby_sdk

An SDK generated from OpenAPI schemas for unit clients

0.1.0
Content{ "name": "unit_openapi_ruby_sdk", "downloads": 0, "version": "0.1.0", "version_created_at": "2024-12-04T00:18:43.233Z", "version_downloads": 0, "platform": "ruby", "authors": "Unit", "info": "An SDK generated from OpenAPI schemas for unit clients", "licenses": [ "Unlicense" ], "metadata": {}, "yanked": false, "sha": "1869ef1266b5cfa60c2ead9eb55a535067ce8285969380fa7c4f93efc37b686c", "spec_sha": "4008ee8a56b654741e11178afeaae49cd91455c651b011763ce2bb5776e87972", "project_uri": "https://rubygems.org/gems/unit_openapi_ruby_sdk", "gem_uri": "https://rubygems.org/gems/unit_openapi_ruby_sdk-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/unit_openapi_ruby_sdk/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dotenv", "requirements": "~> 3.1, >= 3.1.4" }, { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "typhoeus", "requirements": "~> 1.0, >= 1.0.1" } ] } }
2024-12-04 00:18:45 UTC
lkVzKlYFo3oSTsbtUMU9V

foobara

Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.

0.0.25
Content{ "name": "foobara", "downloads": 3745, "version": "0.0.25", "version_created_at": "2024-12-04T00:16:12.174Z", "version_downloads": 0, "platform": "ruby", "authors": "Miles Georgi", "info": "Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.", "licenses": [ "MPL-2.0" ], "metadata": { "homepage_uri": "https://foobara.com", "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "source_code_uri": "https://foobara.com", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "4df09fc7e6c02f90e98b0c0308f9176e19616d796d07719dedb26e10c4e2d727", "spec_sha": "932ad527af2f67be1a23a8ddbe99b0abac312a65a58a0587523a990fad5beb72", "project_uri": "https://rubygems.org/gems/foobara", "gem_uri": "https://rubygems.org/gems/foobara-0.0.25.gem", "homepage_uri": "https://foobara.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://foobara.com", "bug_tracker_uri": null, "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "foobara-util", "requirements": ">= 0" } ] } }
2024-12-04 00:16:14 UTC
IdXRH7PnBdSFm7kPo1Fxo

files.com

The Files.com Ruby client.

1.1.191
Content{ "name": "files.com", "downloads": 675008, "version": "1.1.191", "version_created_at": "2024-12-04T00:02:31.607Z", "version_downloads": 0, "platform": "ruby", "authors": "files.com", "info": "The Files.com Ruby client.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "20da271510999953650e845a9c4e4e0a15427152cf7b0209c9ef32e0244868c2", "spec_sha": "96238832a963d0d8ded2021637a422ba32d8497b85916269f1523f37d707330b", "project_uri": "https://rubygems.org/gems/files.com", "gem_uri": "https://rubygems.org/gems/files.com-1.1.191.gem", "homepage_uri": "https://www.files.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/files.com/1.1.191", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 2.8.0" }, { "name": "concurrent-ruby", "requirements": ">= 1.1.3" }, { "name": "faraday", "requirements": ">= 1.0.1" }, { "name": "faraday-multipart", "requirements": ">= 1.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 2.0" }, { "name": "net-http-persistent", "requirements": ">= 4.0" } ] } }
2024-12-04 00:02:35 UTC
4kMi1ZVd-6tF58eDUaYXQ

grpc-native-debug

Debug symbols to compliment the native libraries in pre-compiled Ruby gRPC binary gems

1.68.1
Content{ "name": "grpc-native-debug", "downloads": 12733, "version": "1.68.1", "version_created_at": "2024-12-03T23:58:39.476Z", "version_downloads": 0, "platform": "x86_64-linux", "authors": "grpc Authors", "info": "Debug symbols to compliment the native libraries in pre-compiled Ruby gRPC binary gems", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "35a4a0d78ef7ab2897a8832da76616f5c3b9e229c3825a88a2ebdba6c5cbcbe4", "spec_sha": "f822e4a3c7d42002c0f0b78e102f95383ec9fd5eecb96b8c2b4d11867c0e26d6", "project_uri": "https://rubygems.org/gems/grpc-native-debug", "gem_uri": "https://rubygems.org/gems/grpc-native-debug-1.68.1-x86_64-linux.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby/nativedebug", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc-native-debug/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 23:58:46 UTC
OeKvAsuchiqH-M_Mqu5i5

positioning

Simple positioning for Active Record models.

0.4.5
Content{ "name": "positioning", "downloads": 98207, "version": "0.4.5", "version_created_at": "2024-12-03T23:58:37.714Z", "version_downloads": 0, "platform": "ruby", "authors": "Brendon Muir", "info": "Simple positioning for Active Record models.", "licenses": [ "MIT" ], "metadata": { "funding_uri": "https://github.com/sponsors/brendon", "homepage_uri": "https://github.com/brendon/positioning", "changelog_uri": "https://github.com/brendon/positioning/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/brendon/positioning" }, "yanked": false, "sha": "6f781c73d436dffcf285648eeb7abb07d349ec4cee76bb985071a5c14609d255", "spec_sha": "ec90ffbc362cb926a7508e07b2cdefd23e62126dd0fcc8060eb244f2cfe9fc4b", "project_uri": "https://rubygems.org/gems/positioning", "gem_uri": "https://rubygems.org/gems/positioning-0.4.5.gem", "homepage_uri": "https://github.com/brendon/positioning", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/brendon/positioning", "bug_tracker_uri": null, "changelog_uri": "https://github.com/brendon/positioning/blob/main/CHANGELOG.md", "funding_uri": "https://github.com/sponsors/brendon", "dependencies": { "development": [], "runtime": [ { "name": "activerecord", "requirements": ">= 6.1" }, { "name": "activesupport", "requirements": ">= 6.1" } ] } }
2024-12-03 23:58:40 UTC
8HBxCnmmpz4hl33BWd_h0

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542578, "version": "1.68.1", "version_created_at": "2024-12-03T23:58:10.262Z", "version_downloads": 0, "platform": "x64-mingw-ucrt", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "2ddba9583a225537ec3b2726cb221807bee7f8d48f4c6029cfed9355617caf84", "spec_sha": "66b6240977932c74758f446e70c2243c7ae96161c6615b1069cd0a06ffa3350c", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-x64-mingw-ucrt.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:58:19 UTC
cpHQvL1C7zaer_LJte4mz

grpc-native-debug

Debug symbols to compliment the native libraries in pre-compiled Ruby gRPC binary gems

1.68.1
Content{ "name": "grpc-native-debug", "downloads": 12733, "version": "1.68.1", "version_created_at": "2024-12-03T23:58:03.773Z", "version_downloads": 0, "platform": "x86-linux", "authors": "grpc Authors", "info": "Debug symbols to compliment the native libraries in pre-compiled Ruby gRPC binary gems", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "1e6783363846d97d1660b9d4162ddd3cfe3b50bdd9389fd58aa2dd0c33edb39d", "spec_sha": "5f53701c91d875f5ac95dc5e23a8b9bc876781605fbacbe32a4fde1e7d27f8ca", "project_uri": "https://rubygems.org/gems/grpc-native-debug", "gem_uri": "https://rubygems.org/gems/grpc-native-debug-1.68.1-x86-linux.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby/nativedebug", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc-native-debug/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 23:58:17 UTC
ZT4wDl2wUGYk6NMvulqhl

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542573, "version": "1.68.1", "version_created_at": "2024-12-03T23:58:08.027Z", "version_downloads": 0, "platform": "x86-mingw32", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "d2daa917bfabe7ef709cf4ae0411990b09f01cbf75a334a81618b6eb5234f2f1", "spec_sha": "b78644ce6b49905d7539e4ca7218e836a53090e95c4bf44d52fc67ddfc9e5337", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-x86-mingw32.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:58:15 UTC
g0fGG6_8Qd_QgYlSZeEvb

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542522, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:34.423Z", "version_downloads": 0, "platform": "aarch64-linux", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "b9dff5971d036d64f4b379eb79e9196307ce35121775f09ed5d9127d3a14dc3b", "spec_sha": "3b48dbbbc4cb07a45f0b14f60ae3e43ad4f894cd908b291f3c5a7d24c065c88d", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-aarch64-linux.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:57:42 UTC
bK4DY4jxrbTctJWy-1qtr

grpc-tools

protoc and the Ruby gRPC protoc plugin

1.68.1
Content{ "name": "grpc-tools", "downloads": 33940761, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:31.263Z", "version_downloads": 0, "platform": "ruby", "authors": "grpc Authors", "info": "protoc and the Ruby gRPC protoc plugin", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "fb14105cc9a68a6fc5aeb1859b2aae861d61bcda85a15bc66e86e1a00f8e8b8b", "spec_sha": "2fc912a909ccca08b25489384ea7aa08f1f62ee4dcc370d8e67c3754ab10038c", "project_uri": "https://rubygems.org/gems/grpc-tools", "gem_uri": "https://rubygems.org/gems/grpc-tools-1.68.1.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby/tools", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc-tools/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 23:57:41 UTC
Z2CjYwdCFAr6IccEDwAQM

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542522, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:27.709Z", "version_downloads": 0, "platform": "x86-linux", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "e57e9ebd143524914b2546420e6b2b4ef25016997737726022048ecb0bb0e3ee", "spec_sha": "5f8e3c7e919f036c75174cda64cec173d263a06b4ccbc5e6d8d1d5e80aa0d6bd", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-x86-linux.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:57:35 UTC
CP0YKaV00ucs6brQdJGek

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542522, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:24.297Z", "version_downloads": 0, "platform": "x64-mingw32", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "98882e8bcf1afa7e41a45feb6ff7677f847011690601aabfb1703ae6898b35ba", "spec_sha": "27a0c07e7644fbb911c9cefbc75f29af9bd69d8a398e83fbb3bd3e23c9d60e15", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-x64-mingw32.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:57:31 UTC
c7cdSk0sv6tSgv6hTTBg3

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542522, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:22.000Z", "version_downloads": 0, "platform": "x86_64-darwin", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "14e141dad3252aab38badd24112a39f513706b22d63710c7820ef7b4660028f4", "spec_sha": "5c0e375a07ca8a3bccedfaced876eb9663882b3cf0315e6c88bd10d189e27444", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-x86_64-darwin.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:57:28 UTC
IjG1SKwLxYCUPVBkIvpUz

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542522, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:18.437Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "bb6e839e9c62805f64a04a5ab520881eb994c633be2b14451c19a8da5517c7cb", "spec_sha": "8c3548390ac24f87a40ac4d69d1127a4eaa4c007b61a55367be12939ea988de5", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-arm64-darwin.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:57:25 UTC
kHB_4pcRzdmBPabMn5z1A

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542522, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:14.524Z", "version_downloads": 0, "platform": "ruby", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "edaa111b8cc0d32065049f7acbeeb7cb46d4126959a6126b34c554319343bd7c", "spec_sha": "d1d1e6beb6f0b9a1759e848a20a1b50c47d5cd50ff378317a9eab7d76ccb15d7", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:57:18 UTC
60d4uYm0BTI25cXrRR9OA

grpc

Send RPCs from Ruby using GRPC

1.68.1
Content{ "name": "grpc", "downloads": 149542522, "version": "1.68.1", "version_created_at": "2024-12-03T23:57:10.822Z", "version_downloads": 0, "platform": "x86_64-linux", "authors": "gRPC Authors", "info": "Send RPCs from Ruby using GRPC", "licenses": [ "Apache-2.0" ], "metadata": {}, "yanked": false, "sha": "a14298a830db343f3fbc6c6ba95767e9c5b32b8e7b74314cf307d5f3a5069064", "spec_sha": "279e406ba3559a112813c286ce8da00e543dbf353d7051056b53e9c54b08dad2", "project_uri": "https://rubygems.org/gems/grpc", "gem_uri": "https://rubygems.org/gems/grpc-1.68.1-x86_64-linux.gem", "homepage_uri": "https://github.com/google/grpc/tree/master/src/ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/grpc/1.68.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 1.9" }, { "name": "facter", "requirements": "~> 2.4" }, { "name": "googleauth", "requirements": "~> 1.0" }, { "name": "logging", "requirements": "~> 2.0" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rake-compiler", "requirements": "~> 1.2.1" }, { "name": "rake-compiler-dock", "requirements": "~> 1.4" }, { "name": "rspec", "requirements": "~> 3.6" }, { "name": "rubocop", "requirements": "~> 1.41.0" }, { "name": "signet", "requirements": "~> 0.7" }, { "name": "simplecov", "requirements": "~> 0.22" } ], "runtime": [ { "name": "googleapis-common-protos-types", "requirements": "~> 1.0" }, { "name": "google-protobuf", "requirements": ">= 3.25, < 5.0" } ] } }
2024-12-03 23:57:16 UTC
LpwRPSNT_xMP2usnxFRUA

historiographer

Append-only histories + chained snapshots of your ActiveRecord tables

4.1.9
Content{ "name": "historiographer", "downloads": 23234, "version": "4.1.9", "version_created_at": "2024-12-03T23:48:46.628Z", "version_downloads": 0, "platform": "ruby", "authors": "brettshollenberger", "info": "Append-only histories + chained snapshots of your ActiveRecord tables", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "e2cdfa67cfe40153c790100821921e100e4d15e99344daad084eded89e3b0d1e", "spec_sha": "b4cc040a3136c4ee43da6452d6091401080d81e2f05fd18f4a2b41f7844db64a", "project_uri": "https://rubygems.org/gems/historiographer", "gem_uri": "https://rubygems.org/gems/historiographer-4.1.9.gem", "homepage_uri": "http://github.com/brettshollenberger/historiographer", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/historiographer/4.1.9", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 1.0" }, { "name": "jeweler", "requirements": ">= 0" }, { "name": "mysql2", "requirements": "= 0.5" }, { "name": "paranoia", "requirements": ">= 0" }, { "name": "pg", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rdoc", "requirements": "~> 3.12" }, { "name": "simplecov", "requirements": ">= 0" }, { "name": "standalone_migrations", "requirements": ">= 0" }, { "name": "timecop", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ], "runtime": [ { "name": "activerecord", "requirements": ">= 6" }, { "name": "activerecord-import", "requirements": ">= 0" }, { "name": "activesupport", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6" }, { "name": "rollbar", "requirements": ">= 0" } ] } }
2024-12-03 23:48:49 UTC
6y2ZCQygVYK4zmuQ-63IK

rails_local_analytics

Simple, performant, local analytics for Rails. Solves 95% of your needs until your ready to start taking analytics more seriously using another tool.

0.1.0
Content{ "name": "rails_local_analytics", "downloads": 0, "version": "0.1.0", "version_created_at": "2024-12-03T23:44:07.662Z", "version_downloads": 0, "platform": "ruby", "authors": "Weston Ganger", "info": "Simple, performant, local analytics for Rails. Solves 95% of your needs until your ready to start taking analytics more seriously using another tool.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "fbe656f20e73ab12f4d5e2fc2a1c3b82737a1944d8f943d340413fa6f4c90840", "spec_sha": "bb643afb54270eb0f93161e68a95f2cb56ce1c554e027f12d680f109ffc594f9", "project_uri": "https://rubygems.org/gems/rails_local_analytics", "gem_uri": "https://rubygems.org/gems/rails_local_analytics-0.1.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rails_local_analytics/0.1.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "database_cleaner", "requirements": ">= 0" }, { "name": "rails-controller-testing", "requirements": ">= 0" }, { "name": "rspec-rails", "requirements": ">= 0" } ], "runtime": [ { "name": "browser", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.0" } ] } }
2024-12-03 23:44:10 UTC
qYfse_NNgl3AJcCAp21o7

strongmind-platform-sdk

Includes a wrapper for the swagger generated OneRoster management clients

3.23.0
Content{ "name": "strongmind-platform-sdk", "downloads": 68549, "version": "3.23.0", "version_created_at": "2024-12-03T23:43:10.216Z", "version_downloads": 0, "platform": "ruby", "authors": "Platform Team", "info": "Includes a wrapper for the swagger generated OneRoster management clients", "licenses": [ "MIT" ], "metadata": { "github_repo": "git@github.com:StrongMind/platform-ruby-sdk.git", "homepage_uri": "https://github.com/StrongMind/platform-ruby-sdk", "changelog_uri": "https://github.com/StrongMind/platform-ruby-sdk/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/StrongMind/platform-ruby-sdk" }, "yanked": false, "sha": "8515c7c1d27aed861bab1ef780cfe5519ec2552d9ee2763a86f1389aa5f31817", "spec_sha": "f8a8c216419d54111a045778e58331fead594148ce833ff0c77f9be70ddb325d", "project_uri": "https://rubygems.org/gems/strongmind-platform-sdk", "gem_uri": "https://rubygems.org/gems/strongmind-platform-sdk-3.23.0.gem", "homepage_uri": "https://github.com/StrongMind/platform-ruby-sdk", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/StrongMind/platform-ruby-sdk", "bug_tracker_uri": null, "changelog_uri": "https://github.com/StrongMind/platform-ruby-sdk/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "asset_sync", "requirements": ">= 0" }, { "name": "aws-sdk-cloudwatch", "requirements": ">= 0" }, { "name": "aws-sdk-secretsmanager", "requirements": "~> 1.66" }, { "name": "faraday", "requirements": "~> 2.5, >= 2.5.2" }, { "name": "faraday-retry", "requirements": ">= 0" }, { "name": "fog-aws", "requirements": ">= 0" }, { "name": "jwt", "requirements": ">= 0" }, { "name": "learnosity-sdk", "requirements": "~> 0.2.2" }, { "name": "multi_json", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 7.1" }, { "name": "sentry-ruby", "requirements": ">= 0" }, { "name": "sidekiq", "requirements": ">= 0" }, { "name": "strongmind-oneroster-client", "requirements": "~> 2.0.1" }, { "name": "strongmind-sidekiq-cloudwatchmetrics", "requirements": ">= 0" }, { "name": "uri", "requirements": ">= 0" } ] } }
2024-12-03 23:43:14 UTC
CsYqZF3SGyFhLdPGtqA4H

domain_prefix

A library to extract information about top-level domain and registered name from generic and international domain names

1.0.20241203
Content{ "name": "domain_prefix", "downloads": 167275, "version": "1.0.20241203", "version_created_at": "2024-12-03T23:36:10.838Z", "version_downloads": 0, "platform": "ruby", "authors": "Scott Tadman", "info": "A library to extract information about top-level domain and registered name from generic and international domain names", "licenses": [], "metadata": {}, "yanked": false, "sha": "f32e787d53ed5534397277bdddc2236c33ffc0bb91923e9dfcc2f4553ec310cd", "spec_sha": "420e4b2d157f147236598c57a4b416785dc77f944a3585d8a74029bb4be6c411", "project_uri": "https://rubygems.org/gems/domain_prefix", "gem_uri": "https://rubygems.org/gems/domain_prefix-1.0.20241203.gem", "homepage_uri": "http://github.com/postageapp/domain_prefix", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/domain_prefix/1.0.20241203", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "juwelier", "requirements": ">= 0" }, { "name": "test-unit", "requirements": ">= 0" } ], "runtime": [ { "name": "json", "requirements": ">= 0" }, { "name": "simpleidn", "requirements": ">= 0.0.5" } ] } }
2024-12-03 23:36:13 UTC
TrFzvUX3-VbxcNDhjdd-M

foobara

Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.

0.0.24
Content{ "name": "foobara", "downloads": 3709, "version": "0.0.24", "version_created_at": "2024-12-03T23:13:29.865Z", "version_downloads": 0, "platform": "ruby", "authors": "Miles Georgi", "info": "Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.", "licenses": [ "MPL-2.0" ], "metadata": { "homepage_uri": "https://foobara.com", "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "source_code_uri": "https://foobara.com", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "151cae898193d08f5c0527cb89f673143b6b349a2e886f8f7e268f013e77e5b7", "spec_sha": "69e7b1ecc6f3fe1cf9cc4c84871801cc6ba62476fe11d6c9023a665a6c52f754", "project_uri": "https://rubygems.org/gems/foobara", "gem_uri": "https://rubygems.org/gems/foobara-0.0.24.gem", "homepage_uri": "https://foobara.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://foobara.com", "bug_tracker_uri": null, "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "foobara-util", "requirements": ">= 0" } ] } }
2024-12-03 23:13:34 UTC
w7_1giH3c2A2X_JUjRZ6o

rock_rms

A Ruby wrapper for the Rock RMS API -- a church management platform, simplified.

9.11.0
Content{ "name": "rock_rms", "downloads": 161487, "version": "9.11.0", "version_created_at": "2024-12-03T23:06:41.201Z", "version_downloads": 0, "platform": "ruby", "authors": "Taylor Brooks", "info": "A Ruby wrapper for the Rock RMS API -- a church management platform, simplified.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "3f87b5880166fef510c9c5db7d59dead326cfbb9333bc1fe0fa3ff9fb2b44c9e", "spec_sha": "c64c3f499c3380b7503b1ed94c630be409f8a57c83bc70923b4994c91f92e6a1", "project_uri": "https://rubygems.org/gems/rock_rms", "gem_uri": "https://rubygems.org/gems/rock_rms-9.11.0.gem", "homepage_uri": "https://github.com/taylorbrooks/rock_rms", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rock_rms/9.11.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2.3" }, { "name": "dotenv", "requirements": ">= 0" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": "~> 12.3.3" }, { "name": "rspec", "requirements": "~> 3.7" }, { "name": "sinatra", "requirements": "~> 2.0" }, { "name": "webmock", "requirements": "~> 3.1" } ], "runtime": [ { "name": "faraday", "requirements": "> 2.0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "json", "requirements": ">= 0" }, { "name": "oj", "requirements": ">= 0" } ] } }
2024-12-03 23:06:45 UTC
_PBNG9Mu995DDs3z8Gpbb

vagrant_utm

Vagrant UTM provider that allows you to manage UTM virtual machines.

0.1.1
Content{ "name": "vagrant_utm", "downloads": 768, "version": "0.1.1", "version_created_at": "2024-12-03T22:43:40.315Z", "version_downloads": 0, "platform": "ruby", "authors": "Naveenraj M", "info": "Vagrant UTM provider that allows you to manage UTM virtual machines.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://naveenrajm7.github.io/vagrant_utm/", "changelog_uri": "https://github.com/naveenrajm7/vagrant_utm/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/naveenrajm7/vagrant_utm" }, "yanked": false, "sha": "85cd62e18dfffc8b81ba7d4fc1ffb9d874221cb21712186c57ed2db5c06a6652", "spec_sha": "780795024555aba62c9f601a44f060445033e2a3e75fda383a52f7235963aa25", "project_uri": "https://rubygems.org/gems/vagrant_utm", "gem_uri": "https://rubygems.org/gems/vagrant_utm-0.1.1.gem", "homepage_uri": "https://naveenrajm7.github.io/vagrant_utm/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/naveenrajm7/vagrant_utm", "bug_tracker_uri": null, "changelog_uri": "https://github.com/naveenrajm7/vagrant_utm/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:43:44 UTC
_S8KUHPDvwQ0jMFBm_IZA

local_bus

LocalBus is a lightweight yet powerful pub/sub system for Ruby applications that enables decoupled communication within a single process. It offers both non-blocking I/O and thread pool processing modes, robust error handling, and fine-grained concurrency controls. Perfect for organizing event-driven architectures, handling background jobs, and managing complex workflows without external dependencies."

0.3.0
Content{ "name": "local_bus", "downloads": 509, "version": "0.3.0", "version_created_at": "2024-12-03T22:21:20.513Z", "version_downloads": 0, "platform": "ruby", "authors": "Nate Hopkins (hopsoft)", "info": "LocalBus is a lightweight yet powerful pub/sub system for Ruby applications that enables decoupled communication within a single process.\nIt offers both non-blocking I/O and thread pool processing modes, robust error handling, and fine-grained concurrency controls.\nPerfect for organizing event-driven architectures, handling background jobs, and managing complex workflows without external dependencies.\"\n", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/hopsoft/local_bus", "changelog_uri": "https://github.com/hopsoft/local_bus/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/hopsoft/local_bus" }, "yanked": false, "sha": "6cb8aff8421bbed2b550448ae8d32f5a9d459051fbef0dd2a9fac6679c13ede4", "spec_sha": "6a72108e0baa922b4f04ea86dcf82fd5eadb2fa8809a2ce5b1590b7df6c27986", "project_uri": "https://rubygems.org/gems/local_bus", "gem_uri": "https://rubygems.org/gems/local_bus-0.3.0.gem", "homepage_uri": "https://github.com/hopsoft/local_bus", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/hopsoft/local_bus", "bug_tracker_uri": null, "changelog_uri": "https://github.com/hopsoft/local_bus/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [ { "name": "amazing_print", "requirements": ">= 0" }, { "name": "fiddle", "requirements": ">= 0" }, { "name": "minitest", "requirements": ">= 0" }, { "name": "minitest-reporters", "requirements": ">= 0" }, { "name": "ostruct", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "pry-doc", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rbs-inline", "requirements": ">= 0" }, { "name": "standard", "requirements": ">= 0" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "algorithms", "requirements": ">= 0" }, { "name": "async", "requirements": ">= 0" }, { "name": "timers", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2024-12-03 22:21:22 UTC
YWUaiAJ8zxJIUG78NbKHX

hephaestus

Hephaestus is a Rails generator to create plugs for Yetto.

0.8.6
Content{ "name": "hephaestus", "downloads": 12804, "version": "0.8.6", "version_created_at": "2024-12-03T22:19:14.598Z", "version_downloads": 0, "platform": "ruby", "authors": "Garen Torikian", "info": "Hephaestus is a Rails generator to create plugs for Yetto.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "c0daba3642f905e04721e52aab66012c5b4051abd515d4c1ff69ae83f6c995b6", "spec_sha": "3b6aa82950288aadcffa3c3f6689a9437a30b887b779adad86d9d9a10f1588bc", "project_uri": "https://rubygems.org/gems/hephaestus", "gem_uri": "https://rubygems.org/gems/hephaestus-0.8.6.gem", "homepage_uri": "http://github.com/yettoapp/hephaestus", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hephaestus/0.8.6", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dotenv-rails", "requirements": ">= 0" } ], "runtime": [ { "name": "bootsnap", "requirements": ">= 0" }, { "name": "bundler", "requirements": "~> 2.1" }, { "name": "ferrum", "requirements": "~> 0.15" }, { "name": "hiredis", "requirements": "~> 0.6" }, { "name": "httpsensible", "requirements": "~> 0.3" }, { "name": "jbuilder", "requirements": "~> 2.12" }, { "name": "jwt", "requirements": "~> 2.8" }, { "name": "lograge", "requirements": "~> 0.14" }, { "name": "mission_control-jobs", "requirements": "~> 0.5" }, { "name": "openapi_first", "requirements": "~> 2.0" }, { "name": "opentelemetry-exporter-otlp", "requirements": "~> 0.26" }, { "name": "opentelemetry-instrumentation-all", "requirements": "~> 0.63" }, { "name": "opentelemetry-sdk", "requirements": "~> 1.4" }, { "name": "opentelemetry-semantic_conventions", "requirements": "~> 1.10" }, { "name": "parser", "requirements": "~> 3.0" }, { "name": "pg", "requirements": "~> 1.5" }, { "name": "propshaft", "requirements": "~> 1.1" }, { "name": "puma", "requirements": "~> 6.4" }, { "name": "rails", "requirements": ">= 8.0" }, { "name": "rainbow", "requirements": "~> 3.0" }, { "name": "redis", "requirements": "~> 5.2" }, { "name": "retriable", "requirements": "~> 3.1" }, { "name": "slack_webhook_logger", "requirements": "~> 0.6" }, { "name": "solid_queue", "requirements": "~> 1.0" }, { "name": "sqlite3", "requirements": "~> 2.0" } ] } }
2024-12-03 22:19:17 UTC
BUmAL0SA-9HvGM_DQq3HA

wolf_core

Repository to store shared code among Ruby projects.

1.0.46
Content{ "name": "wolf_core", "downloads": 40831, "version": "1.0.46", "version_created_at": "2024-12-03T22:15:44.470Z", "version_downloads": 0, "platform": "ruby", "authors": "Javier Roncallo", "info": "Repository to store shared code among Ruby projects.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "2378d6cb443ee6fa7e473f39c85a1a569ba71a130d2f7eab03a5c62a460ce900", "spec_sha": "03d5e8a012fcf47bcea04d519acb839b35338f5820f6763dcc015049cd41724e", "project_uri": "https://rubygems.org/gems/wolf_core", "gem_uri": "https://rubygems.org/gems/wolf_core-1.0.46.gem", "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "bug_tracker_uri": null, "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "aws-sdk-dynamodb", "requirements": ">= 0" }, { "name": "aws-sdk-lambda", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "redis", "requirements": ">= 0" } ] } }
2024-12-03 22:15:47 UTC
-6pcKjLSo4GthMZPO3qVk

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:39.084Z", "version_downloads": 0, "platform": "x86-linux-musl", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "b3c99111936b467b9bcd7829de40456403d5ed5b26822ad988305e365e92f05c", "spec_sha": "c504d1ee7d91ae2f558c217f7376f0b3a9f803ffdb42553f861aa1a4d1546840", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-x86-linux-musl.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:43 UTC
rOtWaaI6dljHF-8zRk6cK

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:36.826Z", "version_downloads": 0, "platform": "x86-linux-gnu", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "5aea2d664a1c11254f4f9ee067db103c548adf2193531855bf7d522e704da47c", "spec_sha": "7b29f18849edf97f428724e662affdca1cf674689afa9fb0ff920b88a06a62de", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-x86-linux-gnu.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:43 UTC
mAKWztlkoMzeRicR7Nb9E

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:34.237Z", "version_downloads": 0, "platform": "x86_64-linux-musl", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "e8d405663bf4d04e114e4febcfdfdb6684558b5483b03ef6ce64c4d2df4523e1", "spec_sha": "5f5e85488b282226d27283f1fb2586197835c9a3ffd5156a68d333b0fa0eac11", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-x86_64-linux-musl.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:42 UTC
1AaI72ZjQGwYlEVfdeeJw

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:31.831Z", "version_downloads": 0, "platform": "x86_64-linux-gnu", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d6242da7d671bf37fb806b7727336c3ca0c8d5656955c12975eb8831e10de128", "spec_sha": "1952ca081f4c50f239eb44c934c59c97c8d92d428fa8d64a159407abb0f2de78", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-x86_64-linux-gnu.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:40 UTC
L2MaSJLm0XQg15PreqS2V

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:29.160Z", "version_downloads": 0, "platform": "x86_64-darwin", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "47c59c42d8d5f357faedd85b63c709c4616045db45316f250ef6df253bc87e2b", "spec_sha": "2ecfb09265f9e4251f32397f3290a2057dbb00d233c9fbe051ab484115ad5376", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-x86_64-darwin.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:40 UTC
dZOu21nTDJByR3Zf2np9f

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:26.785Z", "version_downloads": 0, "platform": "x64-mingw-ucrt", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "3893389c321845090015b39b76eea652efca769004afe6f8fabe6637128656e7", "spec_sha": "9fd85e7ecb6e5ee005ae93cbc3cd2858efbffdc79168c78dd57d2692d0f8a8ce", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-x64-mingw-ucrt.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:38 UTC
X5KazDZbHfM74TQ14T-G5

cubesmart

Uses HTTP.rb to scrape cubesmart.com.

0.2.0
Content{ "name": "cubesmart", "downloads": 52, "version": "0.2.0", "version_created_at": "2024-12-03T22:14:26.739Z", "version_downloads": 0, "platform": "ruby", "authors": "Kevin Sylvestre", "info": "Uses HTTP.rb to scrape cubesmart.com.", "licenses": [ "MIT" ], "metadata": { "homepage_uri": "https://github.com/ksylvest/cubesmart", "changelog_uri": "https://github.com/ksylvest/cubesmart", "source_code_uri": "https://github.com/ksylvest/cubesmart", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "ad83235eeecdb6deb993f70a40cfd3c277ea1478f934fd16de7d13fda30fb939", "spec_sha": "2fb26e0f02931c39defa5fa273a015024fee85322f9d75dc2ac9f91b9aa3fe4b", "project_uri": "https://rubygems.org/gems/cubesmart", "gem_uri": "https://rubygems.org/gems/cubesmart-0.2.0.gem", "homepage_uri": "https://github.com/ksylvest/cubesmart", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/ksylvest/cubesmart", "bug_tracker_uri": null, "changelog_uri": "https://github.com/ksylvest/cubesmart", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "http", "requirements": ">= 0" }, { "name": "json", "requirements": ">= 0" }, { "name": "nokogiri", "requirements": ">= 0" }, { "name": "optparse", "requirements": ">= 0" }, { "name": "zeitwerk", "requirements": ">= 0" } ] } }
2024-12-03 22:14:37 UTC
ngaRYpJhXXZtyx_74esro

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:24.683Z", "version_downloads": 0, "platform": "ruby", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true", "msys2_mingw_dependencies": "sqlite3" }, "yanked": false, "sha": "9f3c4f9eda42cb295705c2fbfca4e2a7334d3f84400482bf2deeef45e9423918", "spec_sha": "418abaa221df222d1e0a1ad9dd1a222cf0ad76f1fd337ae9a9f77bdfdd27b179", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "mini_portile2", "requirements": "~> 2.8.0" } ] } }
2024-12-03 22:14:35 UTC
DQO9o1msqAbmhQcLZ6eks

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:22.090Z", "version_downloads": 0, "platform": "arm-linux-musl", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "e40a0bb9f8413e14a0e0b7cfa523aee2305552422a9065cee0e6e1e860628dce", "spec_sha": "94a913a8b77eab3036a5f8d46067fc057d9f2adb29ae9bd205aef4d9a5b8c768", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-arm-linux-musl.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:34 UTC
6xtym3WL6taLJGiSbTlMv

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:20.000Z", "version_downloads": 0, "platform": "arm-linux-gnu", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "67ace9f9ffc9bbe7f04140ddc7c81eb03740da3733448f880717f8a673a807c8", "spec_sha": "8ef9470850a6793546a3ac65af67c1d6e48827f488fc37e5e8fddb85793416b2", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-arm-linux-gnu.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:34 UTC
lvkcGJtdxsFpGWkvbSN0E

bsb

BSB number validator with built-in database.

1.2.9
Content{ "name": "bsb", "downloads": 130003, "version": "1.2.9", "version_created_at": "2024-12-03T22:14:20.157Z", "version_downloads": 0, "platform": "ruby", "authors": "Ryan Zhou", "info": "BSB number validator with built-in database.", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "false" }, "yanked": false, "sha": "f21018174ad7fa9bb286c317a2b52c5eb85d92e587c9e3738e85a7a0bfc3ec98", "spec_sha": "32791de307c5d06117a34326245ba890f5352fddc211cb8e63432dd5e59e17c6", "project_uri": "https://rubygems.org/gems/bsb", "gem_uri": "https://rubygems.org/gems/bsb-1.2.9.gem", "homepage_uri": "https://github.com/zhoutong/bsb", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/bsb/1.2.9", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activemodel", "requirements": ">= 0" } ] } }
2024-12-03 22:14:32 UTC
PMiBoVB7aJLhyhT1-WTPB

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:17.866Z", "version_downloads": 0, "platform": "arm64-darwin", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "b1d0072353ce303a64b3d5af700a63fa4b52c14968c6f08c4e42e562f2c8b1d7", "spec_sha": "928e11e1df8ea3bafe92e87c027641c23bf59c1008e25561044dcd09fcc5bbf8", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-arm64-darwin.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:30 UTC
Dt7Kwh0_jF4vjgRa2xe4m

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:15.030Z", "version_downloads": 0, "platform": "aarch64-linux-musl", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "c7e73d1fb6249444331e218d5dbb22b8b13998fcab246f82afe8356e0fe29115", "spec_sha": "bd60c1722fbef6c8f46ea0d17f7901bed83f7fe0066c2d473191e3f8de7ed1e2", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-aarch64-linux-musl.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:18 UTC
XNXaE6kbU8gZtsJFxwu9p

sqlite3

Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled binaries are available for common platforms for recent versions of Ruby.

2.4.0
Content{ "name": "sqlite3", "downloads": 142116388, "version": "2.4.0", "version_created_at": "2024-12-03T22:14:12.608Z", "version_downloads": 0, "platform": "aarch64-linux-gnu", "authors": "Jamis Buck, Luis Lavena, Aaron Patterson, Mike Dalessio", "info": "Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled\nbinaries are available for common platforms for recent versions of Ruby.\n", "licenses": [ "BSD-3-Clause" ], "metadata": { "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "1a8b73e8d6cc99049071359ea39a0a80b8e26c963af40dddd122e51259e332dd", "spec_sha": "eeeeed4655abfdbf152c1de0145b2e9e793edc4c0166ba331c1bce56f856a6c9", "project_uri": "https://rubygems.org/gems/sqlite3", "gem_uri": "https://rubygems.org/gems/sqlite3-2.4.0-aarch64-linux-gnu.gem", "homepage_uri": "https://github.com/sparklemotion/sqlite3-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/sqlite3", "mailing_list_uri": null, "source_code_uri": "https://github.com/sparklemotion/sqlite3-ruby", "bug_tracker_uri": "https://github.com/sparklemotion/sqlite3-ruby/issues", "changelog_uri": "https://github.com/sparklemotion/sqlite3-ruby/blob/master/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [] } }
2024-12-03 22:14:15 UTC
1dKKBLKWCxS8iUgrpS4Fg

rjs_helpers

Some helper methods to perform standard JS library tasks from js.erb without having to write actual javascript

1.2
Content{ "name": "rjs_helpers", "downloads": 18626, "version": "1.2", "version_created_at": "2024-12-03T22:11:40.203Z", "version_downloads": 0, "platform": "ruby", "authors": "Stefan Exner", "info": "Some helper methods to perform standard JS library tasks from js.erb without having to write actual javascript", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "9818475409065925151ef501e5e423c668ed1bb15ff62de8c6d4c6c90602b161", "spec_sha": "b5216f3a980d5dac372ceada09173ae342ece202a53655399674bb4b56b13a89", "project_uri": "https://rubygems.org/gems/rjs_helpers", "gem_uri": "https://rubygems.org/gems/rjs_helpers-1.2.gem", "homepage_uri": "https://github.com/Stex/rjs_helpers", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/rjs_helpers/1.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "barista", "requirements": ">= 0" }, { "name": "bundler", "requirements": "~> 1.3" }, { "name": "rake", "requirements": "= 0.9.2.2" } ], "runtime": [ { "name": "railties", "requirements": ">= 3.2, < 6" } ] } }
2024-12-03 22:11:47 UTC
FBVtP8qepbr-KLW2eOj1s

graphql-hive

"Monitor operations, inspect your queries and publish your GraphQL schema with GraphQL Hive"

0.5.2
Content{ "name": "graphql-hive", "downloads": 68321, "version": "0.5.2", "version_created_at": "2024-12-03T22:11:19.182Z", "version_downloads": 0, "platform": "ruby", "authors": "Charly POLY", "info": "\"Monitor operations, inspect your queries and publish your GraphQL schema with GraphQL Hive\"", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "0ff85de02f5263656e1e930f5e013d83c1c5495ee2ba8419594a00b088806289", "spec_sha": "a57c04d3b1390f36fb3cf663368833b04f858cbe963820d3c160366a4bdc824b", "project_uri": "https://rubygems.org/gems/graphql-hive", "gem_uri": "https://rubygems.org/gems/graphql-hive-0.5.2.gem", "homepage_uri": "https://docs.graphql-hive.com/specs/integrations", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/graphql-hive/0.5.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "graphql", "requirements": ">= 2.3, < 3" } ] } }
2024-12-03 22:11:21 UTC
eH0evovXApoUoBT3aAIg4

prefab-cloud-ruby

Feature Flags, Live Config, and Dynamic Log Levels as a service

1.8.8.pre.1
Content{ "name": "prefab-cloud-ruby", "downloads": 113482, "version": "1.8.8.pre.1", "version_created_at": "2024-12-03T22:10:09.435Z", "version_downloads": 0, "platform": "ruby", "authors": "Jeff Dwyer", "info": "Feature Flags, Live Config, and Dynamic Log Levels as a service", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "6963861f6bd6448c7b5ccae84db3563fc28d533e1c8319c20f11ee923294336c", "spec_sha": "bca3ba86c2cc05ad5677f01b13638acede693a7e6dacad702cbf0563d7628adf", "project_uri": "https://rubygems.org/gems/prefab-cloud-ruby", "gem_uri": "https://rubygems.org/gems/prefab-cloud-ruby-1.8.8.pre.1.gem", "homepage_uri": "http://github.com/prefab-cloud/prefab-cloud-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/prefab-cloud-ruby/1.8.8.pre.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "allocation_stats", "requirements": ">= 0" }, { "name": "benchmark-ips", "requirements": ">= 0" }, { "name": "bundler", "requirements": ">= 0" }, { "name": "juwelier", "requirements": "~> 2.4.9" }, { "name": "rdoc", "requirements": ">= 0" }, { "name": "simplecov", "requirements": ">= 0" } ], "runtime": [ { "name": "activesupport", "requirements": ">= 4" }, { "name": "concurrent-ruby", "requirements": "~> 1.0, >= 1.0.5" }, { "name": "faraday", "requirements": ">= 0" }, { "name": "googleapis-common-protos-types", "requirements": ">= 0" }, { "name": "google-protobuf", "requirements": ">= 0" }, { "name": "ld-eventsource", "requirements": ">= 0" }, { "name": "semantic_logger", "requirements": "!= 4.16.0" }, { "name": "uuid", "requirements": ">= 0" } ] } }
2024-12-03 22:10:12 UTC
fycQaR0HVoik7-4yfAMNH

mime-types-data

mime-types-data provides a registry for information about MIME media type definitions. It can be used with the Ruby mime-types library or other software to determine defined filename extensions for MIME types, or to use filename extensions to look up the likely MIME type definitions.

3.2024.1203
Content{ "name": "mime-types-data", "downloads": 557236452, "version": "3.2024.1203", "version_created_at": "2024-12-03T22:05:43.310Z", "version_downloads": 0, "platform": "ruby", "authors": "Austin Ziegler", "info": "mime-types-data provides a registry for information about MIME media type\ndefinitions. It can be used with the Ruby mime-types library or other software\nto determine defined filename extensions for MIME types, or to use filename\nextensions to look up the likely MIME type definitions.", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "2ffe0af6d084c6542d61e37d304d81f97628f5f7b2baaedb29bb396139c0ee28", "spec_sha": "c76b9ad1645b5af312558879d6eca425ae53cfa2e9b550ee45b53e84feca69d5", "project_uri": "https://rubygems.org/gems/mime-types-data", "gem_uri": "https://rubygems.org/gems/mime-types-data-3.2024.1203.gem", "homepage_uri": "https://github.com/mime-types/mime-types-data/", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/mime-types-data/3.2024.1203", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "hoe", "requirements": "~> 4.0" }, { "name": "hoe-doofus", "requirements": "~> 1.0" }, { "name": "hoe-gemspec2", "requirements": "~> 1.1" }, { "name": "hoe-git2", "requirements": "~> 1.7" }, { "name": "hoe-rubygems", "requirements": "~> 1.0" }, { "name": "mime-types", "requirements": ">= 3.4.0, < 4" }, { "name": "nokogiri", "requirements": "~> 1.6" }, { "name": "rake", "requirements": ">= 10.0, < 14" }, { "name": "rdoc", "requirements": ">= 4.0, < 7" }, { "name": "standard", "requirements": "~> 1.0" } ], "runtime": [] } }
2024-12-03 22:05:46 UTC
2jtmhWh5CWEsjgDmcRHuQ

wolf_core

Repository to store shared code among Ruby projects.

1.0.45
Content{ "name": "wolf_core", "downloads": 40811, "version": "1.0.45", "version_created_at": "2024-12-03T22:00:50.115Z", "version_downloads": 0, "platform": "ruby", "authors": "Javier Roncallo", "info": "Repository to store shared code among Ruby projects.", "licenses": [], "metadata": { "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "allowed_push_host": "https://rubygems.org" }, "yanked": false, "sha": "c5c761984bfdd776d80c6d98da2a96034485dbe1bb2e7133cca48a2cb48f5f92", "spec_sha": "c36b79124b4c98cb0c4119af7883183a76dd98e9c1382da2ee5d903959d0081f", "project_uri": "https://rubygems.org/gems/wolf_core", "gem_uri": "https://rubygems.org/gems/wolf_core-1.0.45.gem", "homepage_uri": "https://github.com/onewolfxyz/wolf_core", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/onewolfxyz/wolf_core", "bug_tracker_uri": null, "changelog_uri": "https://github.com/onewolfxyz/wolf_core", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": ">= 0" }, { "name": "aws-sdk-dynamodb", "requirements": ">= 0" }, { "name": "aws-sdk-lambda", "requirements": ">= 0" }, { "name": "httparty", "requirements": ">= 0" }, { "name": "redis", "requirements": ">= 0" } ] } }
2024-12-03 22:00:52 UTC
H2e8FqL8cc_mblqHCdP-L

playwright-ruby-client

The Ruby binding of playwright driver 1.49.0

1.49.0
Content{ "name": "playwright-ruby-client", "downloads": 548089, "version": "1.49.0", "version_created_at": "2024-12-03T21:53:47.337Z", "version_downloads": 0, "platform": "ruby", "authors": "YusukeIwaki", "info": "The Ruby binding of playwright driver 1.49.0", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "aee2d6c23f6bc30516e9c8e86150ca477b639a7696da53d550f616aed610b256", "spec_sha": "25734d55e727285faf95ff9bb99cb6a105043c97c74225b6c6c49b4e98ca3527", "project_uri": "https://rubygems.org/gems/playwright-ruby-client", "gem_uri": "https://rubygems.org/gems/playwright-ruby-client-1.49.0.gem", "homepage_uri": "https://github.com/YusukeIwaki/playwright-ruby-client", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/playwright-ruby-client/1.49.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": ">= 0" }, { "name": "chunky_png", "requirements": ">= 0" }, { "name": "dry-inflector", "requirements": ">= 0" }, { "name": "faye-websocket", "requirements": ">= 0" }, { "name": "pry-byebug", "requirements": ">= 0" }, { "name": "puma", "requirements": ">= 0" }, { "name": "rack", "requirements": "< 3" }, { "name": "rake", "requirements": ">= 0" }, { "name": "rspec", "requirements": ">= 0" }, { "name": "rubocop-rspec", "requirements": ">= 0" }, { "name": "sinatra", "requirements": ">= 0" } ], "runtime": [ { "name": "concurrent-ruby", "requirements": ">= 1.1.6" }, { "name": "mime-types", "requirements": ">= 3.0" } ] } }
2024-12-03 21:53:50 UTC
cGQQY6tMm0VwMT4cor57U

compliance_engine

Parser for Sicura Compliance Engine data

0.1.1
Content{ "name": "compliance_engine", "downloads": 45, "version": "0.1.1", "version_created_at": "2024-12-03T21:53:16.944Z", "version_downloads": 0, "platform": "ruby", "authors": "Steven Pritchard", "info": "Parser for Sicura Compliance Engine data", "licenses": [ "Apache-2.0" ], "metadata": { "homepage_uri": "https://simp-project.com/docs/sce/", "changelog_uri": "https://github.com/simp/rubygem-simp-compliance_engine/releases/tag/0.1.1", "bug_tracker_uri": "https://github.com/simp/rubygem-simp-compliance_engine/issues", "source_code_uri": "https://github.com/simp/rubygem-simp-compliance_engine" }, "yanked": false, "sha": "203d0c734ee67ae6525ea6493a81905983b22178ebdfa5b580061f7b09e32bfd", "spec_sha": "839e5e6bc4d4c2a8fa9e33fa286b286851b8693f9641c46699405f6eedd101ed", "project_uri": "https://rubygems.org/gems/compliance_engine", "gem_uri": "https://rubygems.org/gems/compliance_engine-0.1.1.gem", "homepage_uri": "https://simp-project.com/docs/sce/", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/simp/rubygem-simp-compliance_engine", "bug_tracker_uri": "https://github.com/simp/rubygem-simp-compliance_engine/issues", "changelog_uri": "https://github.com/simp/rubygem-simp-compliance_engine/releases/tag/0.1.1", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "deep_merge", "requirements": "~> 1.2" }, { "name": "irb", "requirements": "~> 1.14" }, { "name": "rubyzip", "requirements": "~> 2.3" }, { "name": "semantic_puppet", "requirements": "~> 1.1" }, { "name": "thor", "requirements": "~> 1.3" } ] } }
2024-12-03 21:53:21 UTC
PSXcZNpGkEIPDNGuccBy7

global_alerts

SUL global alerts as a service

0.8.0
Content{ "name": "global_alerts", "downloads": 19044, "version": "0.8.0", "version_created_at": "2024-12-03T21:29:06.520Z", "version_downloads": 0, "platform": "ruby", "authors": "Chris Beer", "info": "SUL global alerts as a service", "licenses": [ "Apache 2.0" ], "metadata": {}, "yanked": false, "sha": "b27ff1f6dd7432abae349c9e483049bde13918e5f8de08095cbe49d06e84927a", "spec_sha": "b40e9983a38c53fd196ef402bf91767e5e07f56d6ff994d330029f30ea9664ff", "project_uri": "https://rubygems.org/gems/global_alerts", "gem_uri": "https://rubygems.org/gems/global_alerts-0.8.0.gem", "homepage_uri": "https://github.com/sul-dlss/global_alerts", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/global_alerts/0.8.0", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "combustion", "requirements": ">= 0" }, { "name": "sqlite3", "requirements": ">= 0" } ], "runtime": [ { "name": "http", "requirements": ">= 0" }, { "name": "rails", "requirements": ">= 6.1, < 9.0" } ] } }
2024-12-03 21:29:09 UTC
sWsnBMN2LcnuEBod8D9kk

phlexy_ui

PhlexyUI is a Ruby UI component library for DaisyUI using Phlex

0.2.0
Content{ "name": "phlexy_ui", "downloads": 2519, "version": "0.2.0", "version_created_at": "2024-12-03T21:23:31.168Z", "version_downloads": 0, "platform": "ruby", "authors": "David Alejandro Aguilar Ramos", "info": "PhlexyUI is a Ruby UI component library for DaisyUI using Phlex", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://github.com/PhlexyUI/phlexy_ui" }, "yanked": false, "sha": "6e3b8fdc87e7a930fda7ae122689e74856031c99df1f5989231f58de6d9cae38", "spec_sha": "ebc3f15b14c6a965d493ebdd3951d9756ed7b0f6121eeef2e6f6e87996f60925", "project_uri": "https://rubygems.org/gems/phlexy_ui", "gem_uri": "https://rubygems.org/gems/phlexy_ui-0.2.0.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/PhlexyUI/phlexy_ui", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "debug", "requirements": "~> 1.9, >= 1.9.2" }, { "name": "rake", "requirements": "~> 13.0" }, { "name": "rspec", "requirements": "~> 3.13.0" }, { "name": "standard", "requirements": "~> 1.39.2" } ], "runtime": [ { "name": "phlex", "requirements": ">= 2.0.0.rc1" }, { "name": "zeitwerk", "requirements": "~> 2.6" } ] } }
2024-12-03 21:23:35 UTC
SYIL5N4WykfRQAylC1-rA

prodder

Migrations suck long-term. Now you can kill them routinely.

1.8.2
Content{ "name": "prodder", "downloads": 141517, "version": "1.8.2", "version_created_at": "2024-12-03T21:21:14.738Z", "version_downloads": 0, "platform": "ruby", "authors": "Kyle Hargraves", "info": "Migrations suck long-term. Now you can kill them routinely.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "4d922bd25ef1f6ff7b2dd0202beb9e29f01365fdecb636b706d21a3087e94bc7", "spec_sha": "54005b98de12facbfe1e1c43a168ec52abb83581d2a7f529f3e213f204b46014", "project_uri": "https://rubygems.org/gems/prodder", "gem_uri": "https://rubygems.org/gems/prodder-1.8.2.gem", "homepage_uri": "https://github.com/enova/prodder", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/prodder/1.8.2", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "deject", "requirements": ">= 0" } ] } }
2024-12-03 21:21:18 UTC
YTYGGrXVtrgxErn8r6pRJ

iapi-idlc-sdk-deploy

Provides deploy libraries for idlc-sdk. This gem is part of the IDLC SDK

1.0.10
Content{ "name": "iapi-idlc-sdk-deploy", "downloads": 10165, "version": "1.0.10", "version_created_at": "2024-12-03T21:14:26.158Z", "version_downloads": 0, "platform": "ruby", "authors": "Nathan Cazell, Michael McHolm", "info": "Provides deploy libraries for idlc-sdk. This gem is part of the IDLC SDK", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://bitbucket.org/imageapi/iapi-idlc-sdk-deploy" }, "yanked": false, "sha": "242b02cb9eb592b9345b91e757cc978e8a3e271368bb43803ac978522a521618", "spec_sha": "6d17b10911582f55f8c32b02ad9a2a4d088715482895e0d4bf70a0467a9f18e8", "project_uri": "https://rubygems.org/gems/iapi-idlc-sdk-deploy", "gem_uri": "https://rubygems.org/gems/iapi-idlc-sdk-deploy-1.0.10.gem", "homepage_uri": "https://bitbucket.org/imageapi/iapi-idlc-sdk-deploy", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://bitbucket.org/imageapi/iapi-idlc-sdk-deploy", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 12.3.3" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "= 0.48.1" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "aws-eventstream", "requirements": "= 1.2.0" }, { "name": "aws-partitions", "requirements": "= 1.855.0.0" }, { "name": "aws-sdk-ec2", "requirements": "= 1.425.0" }, { "name": "aws-sdk-elasticsearchservice", "requirements": "= 1.77.0" }, { "name": "commander", "requirements": "= 4.4.6" }, { "name": "iapi-idlc-sdk-core", "requirements": "= 1.0.25" }, { "name": "net-telnet", "requirements": ">= 0" }, { "name": "sshkey", "requirements": "= 2.0.0" }, { "name": "terraform-binary", "requirements": ">= 0" }, { "name": "terraform_landscape", "requirements": "= 0.2.1" } ] } }
2024-12-03 21:14:28 UTC
iXFdvGfB1w9Jlj-MzmGtD

iapi-idlc-sdk-deploy

Provides deploy libraries for idlc-sdk. This gem is part of the IDLC SDK

1.0.9
Content{ "name": "iapi-idlc-sdk-deploy", "downloads": 10160, "version": "1.0.9", "version_created_at": "2024-12-03T21:05:59.140Z", "version_downloads": 0, "platform": "ruby", "authors": "Nathan Cazell, Michael McHolm", "info": "Provides deploy libraries for idlc-sdk. This gem is part of the IDLC SDK", "licenses": [ "MIT" ], "metadata": { "source_code_uri": "https://bitbucket.org/imageapi/iapi-idlc-sdk-deploy" }, "yanked": false, "sha": "fd205d94ec3ff1e4df70f2af0da1ea12b42dce4ebf5151ee629169def454d76e", "spec_sha": "e1e946ebc41a7fd5c4c1b81c6ad3a000836e4ad65d8252424fbc2cb524fbc44d", "project_uri": "https://rubygems.org/gems/iapi-idlc-sdk-deploy", "gem_uri": "https://rubygems.org/gems/iapi-idlc-sdk-deploy-1.0.9.gem", "homepage_uri": "https://bitbucket.org/imageapi/iapi-idlc-sdk-deploy", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://bitbucket.org/imageapi/iapi-idlc-sdk-deploy", "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "bundler", "requirements": "~> 2" }, { "name": "pry", "requirements": ">= 0" }, { "name": "rake", "requirements": ">= 12.3.3" }, { "name": "rspec", "requirements": "~> 3.0" }, { "name": "rubocop", "requirements": "= 0.48.1" }, { "name": "yard", "requirements": ">= 0" } ], "runtime": [ { "name": "aws-eventstream", "requirements": "= 1.2.0" }, { "name": "aws-partitions", "requirements": "= 1.855.0.0" }, { "name": "aws-sdk-ec2", "requirements": "= 1.425.0" }, { "name": "aws-sdk-elasticsearchservice", "requirements": "= 1.77.0" }, { "name": "commander", "requirements": "= 4.4.6" }, { "name": "iapi-idlc-sdk-core", "requirements": "= 1.0.25" }, { "name": "net-telnet", "requirements": ">= 0" }, { "name": "sshkey", "requirements": "= 2.0.0" }, { "name": "terraform-binary", "requirements": ">= 0" }, { "name": "terraform_landscape", "requirements": "= 0.2.1" } ] } }
2024-12-03 21:06:02 UTC
siqaqj6EcIuyaBomlJSS-

foobara-remote-imports

Used to import commands/entities/whatever from another system into this one.

0.0.4
Content{ "name": "foobara-remote-imports", "downloads": 186, "version": "0.0.4", "version_created_at": "2024-12-03T20:36:13.761Z", "version_downloads": 0, "platform": "ruby", "authors": "Miles Georgi", "info": "Used to import commands/entities/whatever from another system into this one.", "licenses": [ "MPL-2.0" ], "metadata": { "homepage_uri": "https://github.com/foobara/remote-imports", "changelog_uri": "https://github.com/foobara/remote-imports/blob/main/CHANGELOG.md", "source_code_uri": "https://github.com/foobara/remote-imports", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "a029e098a5c4abdd1a120a80faf80f681cd1df3714ee4d85746ea94b73c555e3", "spec_sha": "bdeabe979e7570da01852e3acbc664493ce00155459b783992f13f210babd50e", "project_uri": "https://rubygems.org/gems/foobara-remote-imports", "gem_uri": "https://rubygems.org/gems/foobara-remote-imports-0.0.4.gem", "homepage_uri": "https://github.com/foobara/remote-imports", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/foobara/remote-imports", "bug_tracker_uri": null, "changelog_uri": "https://github.com/foobara/remote-imports/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "foobara", "requirements": ">= 0" } ] } }
2024-12-03 20:36:17 UTC
JGAXrVWqlkrk8Gl_47xYb

files.com

The Files.com Ruby client.

1.1.190
Content{ "name": "files.com", "downloads": 674947, "version": "1.1.190", "version_created_at": "2024-12-03T20:35:00.730Z", "version_downloads": 0, "platform": "ruby", "authors": "files.com", "info": "The Files.com Ruby client.", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "d3a2ebf776a3d5f7de6c681c427e1711d5ca93b1b7456fc59310fc8bfab39f11", "spec_sha": "2703b57085dcbfe4cf1b9ae7844fe70fdc3711ad20f3c23908234247d159ea61", "project_uri": "https://rubygems.org/gems/files.com", "gem_uri": "https://rubygems.org/gems/files.com-1.1.190.gem", "homepage_uri": "https://www.files.com", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/files.com/1.1.190", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "addressable", "requirements": ">= 2.8.0" }, { "name": "concurrent-ruby", "requirements": ">= 1.1.3" }, { "name": "faraday", "requirements": ">= 1.0.1" }, { "name": "faraday-multipart", "requirements": ">= 1.0" }, { "name": "faraday-net_http_persistent", "requirements": ">= 2.0" }, { "name": "net-http-persistent", "requirements": ">= 4.0" } ] } }
2024-12-03 20:35:04 UTC
jlcbmpwPktauzXnPs8wPq

entitainer

Immutable representations of database entities

0.0.1
Content{ "name": "entitainer", "downloads": 0, "version": "0.0.1", "version_created_at": "2024-12-03T20:34:48.195Z", "version_downloads": 0, "platform": "ruby", "authors": "Michał Radmacher", "info": "Immutable representations of database entities", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "true" }, "yanked": false, "sha": "d8f33fbf6bd7e9801ba0f62c6203cfdf1c6014970f5dec7557c45b5740c273ec", "spec_sha": "a7fb0a41c17b167f9b67aab8eca73cf2bb771f5e93430e904501c9441296f112", "project_uri": "https://rubygems.org/gems/entitainer", "gem_uri": "https://rubygems.org/gems/entitainer-0.0.1.gem", "homepage_uri": null, "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/entitainer/0.0.1", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "optiomist", "requirements": "~> 0.0.3" } ] } }
2024-12-03 20:34:50 UTC
6mdA1x7o_DJ2QPQe-ufpg

cheminee

Cheminée: The Chemical Structure Search Engine

0.1.41
Content{ "name": "cheminee", "downloads": 43982, "version": "0.1.41", "version_created_at": "2024-12-03T20:29:54.576Z", "version_downloads": 0, "platform": "ruby", "authors": "Xavier Lange", "info": "Cheminée: The Chemical Structure Search Engine", "licenses": [ "Unlicense" ], "metadata": {}, "yanked": false, "sha": "82cc67181dd7b537e0651c57f6abda83be4450bbdf575ffa12eddb874c9a0bec", "spec_sha": "b2856faefe04e782554ab73a9df057d7ed4335e00bd233580f8f85597977bc16", "project_uri": "https://rubygems.org/gems/cheminee", "gem_uri": "https://rubygems.org/gems/cheminee-0.1.41.gem", "homepage_uri": "https://github.com/rdkit-rs/cheminee-ruby", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/cheminee/0.1.41", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "rspec", "requirements": "~> 3.6, >= 3.6.0" } ], "runtime": [ { "name": "faraday", "requirements": ">= 1.0.1, < 3.0" }, { "name": "faraday-multipart", "requirements": ">= 0" }, { "name": "marcel", "requirements": ">= 0" } ] } }
2024-12-03 20:29:57 UTC
m9ybzT7S9uij590NazL4s

foobara

Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.

0.0.23
Content{ "name": "foobara", "downloads": 3648, "version": "0.0.23", "version_created_at": "2024-12-03T20:25:34.056Z", "version_downloads": 0, "platform": "ruby", "authors": "Miles Georgi", "info": "Implements command pattern for encapsulating and managing domain complexity as well as many supporting libraries including entities.", "licenses": [ "MPL-2.0" ], "metadata": { "homepage_uri": "https://foobara.com", "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "source_code_uri": "https://foobara.com", "rubygems_mfa_required": "true" }, "yanked": false, "sha": "f056d35291729d41d2f379577bc58b50bbe1996420ceba3efbec68ddd7afc4c3", "spec_sha": "710510bdf3f25d2a10a3856a9ccea1619a1bff25bbe0b26e06157071a96160ed", "project_uri": "https://rubygems.org/gems/foobara", "gem_uri": "https://rubygems.org/gems/foobara-0.0.23.gem", "homepage_uri": "https://foobara.com", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://foobara.com", "bug_tracker_uri": null, "changelog_uri": "https://foobara.com/blob/main/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "foobara-util", "requirements": ">= 0" } ] } }
2024-12-03 20:25:36 UTC
7CBFgQDjYlCM_cBZL_ouB

hephaestus

Hephaestus is a Rails generator to create plugs for Yetto.

0.8.5
Content{ "name": "hephaestus", "downloads": 12701, "version": "0.8.5", "version_created_at": "2024-12-03T20:25:28.757Z", "version_downloads": 0, "platform": "ruby", "authors": "Garen Torikian", "info": "Hephaestus is a Rails generator to create plugs for Yetto.\n", "licenses": [ "MIT" ], "metadata": {}, "yanked": false, "sha": "5ceaf26302929d8efbf90d64fddbe8d8c2bc1e24a3a4cddc9e7d7088cdc92510", "spec_sha": "bfdba54b3405f51f19ff2e7492993c1e0d7d2652a05ad535a8b02e8245084c2a", "project_uri": "https://rubygems.org/gems/hephaestus", "gem_uri": "https://rubygems.org/gems/hephaestus-0.8.5.gem", "homepage_uri": "http://github.com/yettoapp/hephaestus", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/hephaestus/0.8.5", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [ { "name": "dotenv-rails", "requirements": ">= 0" } ], "runtime": [ { "name": "bootsnap", "requirements": ">= 0" }, { "name": "bundler", "requirements": "~> 2.1" }, { "name": "ferrum", "requirements": "~> 0.15" }, { "name": "hiredis", "requirements": "~> 0.6" }, { "name": "httpsensible", "requirements": "~> 0.3" }, { "name": "jbuilder", "requirements": "~> 2.12" }, { "name": "jwt", "requirements": "~> 2.8" }, { "name": "lograge", "requirements": "~> 0.14" }, { "name": "mission_control-jobs", "requirements": "~> 0.5" }, { "name": "openapi_first", "requirements": "~> 2.0" }, { "name": "opentelemetry-exporter-otlp", "requirements": "~> 0.26" }, { "name": "opentelemetry-instrumentation-all", "requirements": "~> 0.63" }, { "name": "opentelemetry-sdk", "requirements": "~> 1.4" }, { "name": "opentelemetry-semantic_conventions", "requirements": "~> 1.10" }, { "name": "parser", "requirements": "~> 3.0" }, { "name": "pg", "requirements": "~> 1.5" }, { "name": "propshaft", "requirements": "~> 1.1" }, { "name": "puma", "requirements": "~> 6.4" }, { "name": "rails", "requirements": ">= 8.0" }, { "name": "rainbow", "requirements": "~> 3.0" }, { "name": "redis", "requirements": "~> 5.2" }, { "name": "retriable", "requirements": "~> 3.1" }, { "name": "slack_webhook_logger", "requirements": "~> 0.6" }, { "name": "solid_queue", "requirements": "~> 1.0" }, { "name": "sqlite3", "requirements": "~> 2.0" } ] } }
2024-12-03 20:25:32 UTC
YBPMS04prtLCJZB2XIdy4

pennmarc

This gem provides methods for parsing a Penn Libraries MARCXML record into string, array and date objects for use in discovery or preservation applications.

1.2.4
Content{ "name": "pennmarc", "downloads": 12322, "version": "1.2.4", "version_created_at": "2024-12-03T20:17:42.768Z", "version_downloads": 0, "platform": "ruby", "authors": "Mike Kanning, Amrey Mathurin, Patrick Perkins, Katherine Schultz, Baowei Wei", "info": "This gem provides methods for parsing a Penn Libraries MARCXML record into string, array and date\n objects for use in discovery or preservation applications.", "licenses": [ "MIT" ], "metadata": { "rubygems_mfa_required": "false" }, "yanked": false, "sha": "740d5f8b1a195964ec4d6a7456f704b1abf6d07a3198ef6986cb73aec69afc02", "spec_sha": "592f2a419ffc406f029b3cfab384dc6c664536ad9815c70d090f90501eced13c", "project_uri": "https://rubygems.org/gems/pennmarc", "gem_uri": "https://rubygems.org/gems/pennmarc-1.2.4.gem", "homepage_uri": "https://gitlab.library.upenn.edu/dld/catalog/pennmarc", "wiki_uri": null, "documentation_uri": "https://www.rubydoc.info/gems/pennmarc/1.2.4", "mailing_list_uri": null, "source_code_uri": null, "bug_tracker_uri": null, "changelog_uri": null, "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "activesupport", "requirements": "~> 7" }, { "name": "library_stdnums", "requirements": "~> 1.6" }, { "name": "marc", "requirements": "~> 1.2" }, { "name": "nokogiri", "requirements": "~> 1.15" } ] } }
2024-12-03 20:17:45 UTC
yjIdC2CSC1ww85cCQ2cLu

aws-sdk-resources

The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.

3.219.0
Content{ "name": "aws-sdk-resources", "downloads": 337076824, "version": "3.219.0", "version_created_at": "2024-12-03T20:05:58.394Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "The official AWS SDK for Ruby. Provides both resource oriented interfaces and API clients for AWS services.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resources/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resources" }, "yanked": false, "sha": "7bfb9a3e11b6541e985aa93981b00961058b97c77aef279a46fb0d5cd30ef6ac", "spec_sha": "dee105b91c2c74b12173651f997d5828341b093d45d90441626556314cfdfab4", "project_uri": "https://rubygems.org/gems/aws-sdk-resources", "gem_uri": "https://rubygems.org/gems/aws-sdk-resources-3.219.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resources", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-resources/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-accessanalyzer", "requirements": "~> 1" }, { "name": "aws-sdk-account", "requirements": "~> 1" }, { "name": "aws-sdk-acm", "requirements": "~> 1" }, { "name": "aws-sdk-acmpca", "requirements": "~> 1" }, { "name": "aws-sdk-amplify", "requirements": "~> 1" }, { "name": "aws-sdk-amplifybackend", "requirements": "~> 1" }, { "name": "aws-sdk-amplifyuibuilder", "requirements": "~> 1" }, { "name": "aws-sdk-apigateway", "requirements": "~> 1" }, { "name": "aws-sdk-apigatewaymanagementapi", "requirements": "~> 1" }, { "name": "aws-sdk-apigatewayv2", "requirements": "~> 1" }, { "name": "aws-sdk-appconfig", "requirements": "~> 1" }, { "name": "aws-sdk-appconfigdata", "requirements": "~> 1" }, { "name": "aws-sdk-appfabric", "requirements": "~> 1" }, { "name": "aws-sdk-appflow", "requirements": "~> 1" }, { "name": "aws-sdk-appintegrationsservice", "requirements": "~> 1" }, { "name": "aws-sdk-applicationautoscaling", "requirements": "~> 1" }, { "name": "aws-sdk-applicationcostprofiler", "requirements": "~> 1" }, { "name": "aws-sdk-applicationdiscoveryservice", "requirements": "~> 1" }, { "name": "aws-sdk-applicationinsights", "requirements": "~> 1" }, { "name": "aws-sdk-applicationsignals", "requirements": "~> 1" }, { "name": "aws-sdk-appmesh", "requirements": "~> 1" }, { "name": "aws-sdk-appregistry", "requirements": "~> 1" }, { "name": "aws-sdk-apprunner", "requirements": "~> 1" }, { "name": "aws-sdk-appstream", "requirements": "~> 1" }, { "name": "aws-sdk-appsync", "requirements": "~> 1" }, { "name": "aws-sdk-apptest", "requirements": "~> 1" }, { "name": "aws-sdk-arczonalshift", "requirements": "~> 1" }, { "name": "aws-sdk-artifact", "requirements": "~> 1" }, { "name": "aws-sdk-athena", "requirements": "~> 1" }, { "name": "aws-sdk-auditmanager", "requirements": "~> 1" }, { "name": "aws-sdk-augmentedairuntime", "requirements": "~> 1" }, { "name": "aws-sdk-autoscaling", "requirements": "~> 1" }, { "name": "aws-sdk-autoscalingplans", "requirements": "~> 1" }, { "name": "aws-sdk-b2bi", "requirements": "~> 1" }, { "name": "aws-sdk-backup", "requirements": "~> 1" }, { "name": "aws-sdk-backupgateway", "requirements": "~> 1" }, { "name": "aws-sdk-batch", "requirements": "~> 1" }, { "name": "aws-sdk-bcmdataexports", "requirements": "~> 1" }, { "name": "aws-sdk-bcmpricingcalculator", "requirements": "~> 1" }, { "name": "aws-sdk-bedrock", "requirements": "~> 1" }, { "name": "aws-sdk-bedrockagent", "requirements": "~> 1" }, { "name": "aws-sdk-bedrockagentruntime", "requirements": "~> 1" }, { "name": "aws-sdk-bedrockruntime", "requirements": "~> 1" }, { "name": "aws-sdk-billing", "requirements": "~> 1" }, { "name": "aws-sdk-billingconductor", "requirements": "~> 1" }, { "name": "aws-sdk-braket", "requirements": "~> 1" }, { "name": "aws-sdk-budgets", "requirements": "~> 1" }, { "name": "aws-sdk-chatbot", "requirements": "~> 1" }, { "name": "aws-sdk-chime", "requirements": "~> 1" }, { "name": "aws-sdk-chimesdkidentity", "requirements": "~> 1" }, { "name": "aws-sdk-chimesdkmediapipelines", "requirements": "~> 1" }, { "name": "aws-sdk-chimesdkmeetings", "requirements": "~> 1" }, { "name": "aws-sdk-chimesdkmessaging", "requirements": "~> 1" }, { "name": "aws-sdk-chimesdkvoice", "requirements": "~> 1" }, { "name": "aws-sdk-cleanrooms", "requirements": "~> 1" }, { "name": "aws-sdk-cleanroomsml", "requirements": "~> 1" }, { "name": "aws-sdk-cloud9", "requirements": "~> 1" }, { "name": "aws-sdk-cloudcontrolapi", "requirements": "~> 1" }, { "name": "aws-sdk-clouddirectory", "requirements": "~> 1" }, { "name": "aws-sdk-cloudformation", "requirements": "~> 1" }, { "name": "aws-sdk-cloudfront", "requirements": "~> 1" }, { "name": "aws-sdk-cloudfrontkeyvaluestore", "requirements": "~> 1" }, { "name": "aws-sdk-cloudhsm", "requirements": "~> 1" }, { "name": "aws-sdk-cloudhsmv2", "requirements": "~> 1" }, { "name": "aws-sdk-cloudsearch", "requirements": "~> 1" }, { "name": "aws-sdk-cloudsearchdomain", "requirements": "~> 1" }, { "name": "aws-sdk-cloudtrail", "requirements": "~> 1" }, { "name": "aws-sdk-cloudtraildata", "requirements": "~> 1" }, { "name": "aws-sdk-cloudwatch", "requirements": "~> 1" }, { "name": "aws-sdk-cloudwatchevents", "requirements": "~> 1" }, { "name": "aws-sdk-cloudwatchevidently", "requirements": "~> 1" }, { "name": "aws-sdk-cloudwatchlogs", "requirements": "~> 1" }, { "name": "aws-sdk-cloudwatchrum", "requirements": "~> 1" }, { "name": "aws-sdk-codeartifact", "requirements": "~> 1" }, { "name": "aws-sdk-codebuild", "requirements": "~> 1" }, { "name": "aws-sdk-codecatalyst", "requirements": "~> 1" }, { "name": "aws-sdk-codecommit", "requirements": "~> 1" }, { "name": "aws-sdk-codeconnections", "requirements": "~> 1" }, { "name": "aws-sdk-codedeploy", "requirements": "~> 1" }, { "name": "aws-sdk-codeguruprofiler", "requirements": "~> 1" }, { "name": "aws-sdk-codegurureviewer", "requirements": "~> 1" }, { "name": "aws-sdk-codegurusecurity", "requirements": "~> 1" }, { "name": "aws-sdk-codepipeline", "requirements": "~> 1" }, { "name": "aws-sdk-codestarconnections", "requirements": "~> 1" }, { "name": "aws-sdk-codestarnotifications", "requirements": "~> 1" }, { "name": "aws-sdk-cognitoidentity", "requirements": "~> 1" }, { "name": "aws-sdk-cognitoidentityprovider", "requirements": "~> 1" }, { "name": "aws-sdk-cognitosync", "requirements": "~> 1" }, { "name": "aws-sdk-comprehend", "requirements": "~> 1" }, { "name": "aws-sdk-comprehendmedical", "requirements": "~> 1" }, { "name": "aws-sdk-computeoptimizer", "requirements": "~> 1" }, { "name": "aws-sdk-configservice", "requirements": "~> 1" }, { "name": "aws-sdk-connect", "requirements": "~> 1" }, { "name": "aws-sdk-connectcampaignservice", "requirements": "~> 1" }, { "name": "aws-sdk-connectcampaignsv2", "requirements": "~> 1" }, { "name": "aws-sdk-connectcases", "requirements": "~> 1" }, { "name": "aws-sdk-connectcontactlens", "requirements": "~> 1" }, { "name": "aws-sdk-connectparticipant", "requirements": "~> 1" }, { "name": "aws-sdk-connectwisdomservice", "requirements": "~> 1" }, { "name": "aws-sdk-controlcatalog", "requirements": "~> 1" }, { "name": "aws-sdk-controltower", "requirements": "~> 1" }, { "name": "aws-sdk-costandusagereportservice", "requirements": "~> 1" }, { "name": "aws-sdk-costexplorer", "requirements": "~> 1" }, { "name": "aws-sdk-costoptimizationhub", "requirements": "~> 1" }, { "name": "aws-sdk-customerprofiles", "requirements": "~> 1" }, { "name": "aws-sdk-databasemigrationservice", "requirements": "~> 1" }, { "name": "aws-sdk-dataexchange", "requirements": "~> 1" }, { "name": "aws-sdk-datapipeline", "requirements": "~> 1" }, { "name": "aws-sdk-datasync", "requirements": "~> 1" }, { "name": "aws-sdk-datazone", "requirements": "~> 1" }, { "name": "aws-sdk-dax", "requirements": "~> 1" }, { "name": "aws-sdk-deadline", "requirements": "~> 1" }, { "name": "aws-sdk-detective", "requirements": "~> 1" }, { "name": "aws-sdk-devicefarm", "requirements": "~> 1" }, { "name": "aws-sdk-devopsguru", "requirements": "~> 1" }, { "name": "aws-sdk-directconnect", "requirements": "~> 1" }, { "name": "aws-sdk-directoryservice", "requirements": "~> 1" }, { "name": "aws-sdk-directoryservicedata", "requirements": "~> 1" }, { "name": "aws-sdk-dlm", "requirements": "~> 1" }, { "name": "aws-sdk-docdb", "requirements": "~> 1" }, { "name": "aws-sdk-docdbelastic", "requirements": "~> 1" }, { "name": "aws-sdk-drs", "requirements": "~> 1" }, { "name": "aws-sdk-dsql", "requirements": "~> 1" }, { "name": "aws-sdk-dynamodb", "requirements": "~> 1" }, { "name": "aws-sdk-dynamodbstreams", "requirements": "~> 1" }, { "name": "aws-sdk-ebs", "requirements": "~> 1" }, { "name": "aws-sdk-ec2", "requirements": "~> 1" }, { "name": "aws-sdk-ec2instanceconnect", "requirements": "~> 1" }, { "name": "aws-sdk-ecr", "requirements": "~> 1" }, { "name": "aws-sdk-ecrpublic", "requirements": "~> 1" }, { "name": "aws-sdk-ecs", "requirements": "~> 1" }, { "name": "aws-sdk-efs", "requirements": "~> 1" }, { "name": "aws-sdk-eks", "requirements": "~> 1" }, { "name": "aws-sdk-eksauth", "requirements": "~> 1" }, { "name": "aws-sdk-elasticache", "requirements": "~> 1" }, { "name": "aws-sdk-elasticbeanstalk", "requirements": "~> 1" }, { "name": "aws-sdk-elasticinference", "requirements": "~> 1" }, { "name": "aws-sdk-elasticloadbalancing", "requirements": "~> 1" }, { "name": "aws-sdk-elasticloadbalancingv2", "requirements": "~> 1" }, { "name": "aws-sdk-elasticsearchservice", "requirements": "~> 1" }, { "name": "aws-sdk-elastictranscoder", "requirements": "~> 1" }, { "name": "aws-sdk-emr", "requirements": "~> 1" }, { "name": "aws-sdk-emrcontainers", "requirements": "~> 1" }, { "name": "aws-sdk-emrserverless", "requirements": "~> 1" }, { "name": "aws-sdk-entityresolution", "requirements": "~> 1" }, { "name": "aws-sdk-eventbridge", "requirements": "~> 1" }, { "name": "aws-sdk-finspace", "requirements": "~> 1" }, { "name": "aws-sdk-finspacedata", "requirements": "~> 1" }, { "name": "aws-sdk-firehose", "requirements": "~> 1" }, { "name": "aws-sdk-fis", "requirements": "~> 1" }, { "name": "aws-sdk-fms", "requirements": "~> 1" }, { "name": "aws-sdk-forecastqueryservice", "requirements": "~> 1" }, { "name": "aws-sdk-forecastservice", "requirements": "~> 1" }, { "name": "aws-sdk-frauddetector", "requirements": "~> 1" }, { "name": "aws-sdk-freetier", "requirements": "~> 1" }, { "name": "aws-sdk-fsx", "requirements": "~> 1" }, { "name": "aws-sdk-gamelift", "requirements": "~> 1" }, { "name": "aws-sdk-geomaps", "requirements": "~> 1" }, { "name": "aws-sdk-geoplaces", "requirements": "~> 1" }, { "name": "aws-sdk-georoutes", "requirements": "~> 1" }, { "name": "aws-sdk-glacier", "requirements": "~> 1" }, { "name": "aws-sdk-globalaccelerator", "requirements": "~> 1" }, { "name": "aws-sdk-glue", "requirements": "~> 1" }, { "name": "aws-sdk-gluedatabrew", "requirements": "~> 1" }, { "name": "aws-sdk-greengrass", "requirements": "~> 1" }, { "name": "aws-sdk-greengrassv2", "requirements": "~> 1" }, { "name": "aws-sdk-groundstation", "requirements": "~> 1" }, { "name": "aws-sdk-guardduty", "requirements": "~> 1" }, { "name": "aws-sdk-health", "requirements": "~> 1" }, { "name": "aws-sdk-healthlake", "requirements": "~> 1" }, { "name": "aws-sdk-iam", "requirements": "~> 1" }, { "name": "aws-sdk-identitystore", "requirements": "~> 1" }, { "name": "aws-sdk-imagebuilder", "requirements": "~> 1" }, { "name": "aws-sdk-importexport", "requirements": "~> 1" }, { "name": "aws-sdk-inspector", "requirements": "~> 1" }, { "name": "aws-sdk-inspector2", "requirements": "~> 1" }, { "name": "aws-sdk-inspectorscan", "requirements": "~> 1" }, { "name": "aws-sdk-internetmonitor", "requirements": "~> 1" }, { "name": "aws-sdk-invoicing", "requirements": "~> 1" }, { "name": "aws-sdk-iot", "requirements": "~> 1" }, { "name": "aws-sdk-iot1clickdevicesservice", "requirements": "~> 1" }, { "name": "aws-sdk-iot1clickprojects", "requirements": "~> 1" }, { "name": "aws-sdk-iotanalytics", "requirements": "~> 1" }, { "name": "aws-sdk-iotdataplane", "requirements": "~> 1" }, { "name": "aws-sdk-iotdeviceadvisor", "requirements": "~> 1" }, { "name": "aws-sdk-iotevents", "requirements": "~> 1" }, { "name": "aws-sdk-ioteventsdata", "requirements": "~> 1" }, { "name": "aws-sdk-iotfleethub", "requirements": "~> 1" }, { "name": "aws-sdk-iotfleetwise", "requirements": "~> 1" }, { "name": "aws-sdk-iotjobsdataplane", "requirements": "~> 1" }, { "name": "aws-sdk-iotsecuretunneling", "requirements": "~> 1" }, { "name": "aws-sdk-iotsitewise", "requirements": "~> 1" }, { "name": "aws-sdk-iotthingsgraph", "requirements": "~> 1" }, { "name": "aws-sdk-iottwinmaker", "requirements": "~> 1" }, { "name": "aws-sdk-iotwireless", "requirements": "~> 1" }, { "name": "aws-sdk-ivs", "requirements": "~> 1" }, { "name": "aws-sdk-ivschat", "requirements": "~> 1" }, { "name": "aws-sdk-ivsrealtime", "requirements": "~> 1" }, { "name": "aws-sdk-kafka", "requirements": "~> 1" }, { "name": "aws-sdk-kafkaconnect", "requirements": "~> 1" }, { "name": "aws-sdk-kendra", "requirements": "~> 1" }, { "name": "aws-sdk-kendraranking", "requirements": "~> 1" }, { "name": "aws-sdk-keyspaces", "requirements": "~> 1" }, { "name": "aws-sdk-kinesis", "requirements": "~> 1" }, { "name": "aws-sdk-kinesisanalytics", "requirements": "~> 1" }, { "name": "aws-sdk-kinesisanalyticsv2", "requirements": "~> 1" }, { "name": "aws-sdk-kinesisvideo", "requirements": "~> 1" }, { "name": "aws-sdk-kinesisvideoarchivedmedia", "requirements": "~> 1" }, { "name": "aws-sdk-kinesisvideomedia", "requirements": "~> 1" }, { "name": "aws-sdk-kinesisvideosignalingchannels", "requirements": "~> 1" }, { "name": "aws-sdk-kinesisvideowebrtcstorage", "requirements": "~> 1" }, { "name": "aws-sdk-kms", "requirements": "~> 1" }, { "name": "aws-sdk-lakeformation", "requirements": "~> 1" }, { "name": "aws-sdk-lambda", "requirements": "~> 1" }, { "name": "aws-sdk-launchwizard", "requirements": "~> 1" }, { "name": "aws-sdk-lex", "requirements": "~> 1" }, { "name": "aws-sdk-lexmodelbuildingservice", "requirements": "~> 1" }, { "name": "aws-sdk-lexmodelsv2", "requirements": "~> 1" }, { "name": "aws-sdk-lexruntimev2", "requirements": "~> 1" }, { "name": "aws-sdk-licensemanager", "requirements": "~> 1" }, { "name": "aws-sdk-licensemanagerlinuxsubscriptions", "requirements": "~> 1" }, { "name": "aws-sdk-licensemanagerusersubscriptions", "requirements": "~> 1" }, { "name": "aws-sdk-lightsail", "requirements": "~> 1" }, { "name": "aws-sdk-locationservice", "requirements": "~> 1" }, { "name": "aws-sdk-lookoutequipment", "requirements": "~> 1" }, { "name": "aws-sdk-lookoutforvision", "requirements": "~> 1" }, { "name": "aws-sdk-lookoutmetrics", "requirements": "~> 1" }, { "name": "aws-sdk-machinelearning", "requirements": "~> 1" }, { "name": "aws-sdk-macie2", "requirements": "~> 1" }, { "name": "aws-sdk-mailmanager", "requirements": "~> 1" }, { "name": "aws-sdk-mainframemodernization", "requirements": "~> 1" }, { "name": "aws-sdk-managedblockchain", "requirements": "~> 1" }, { "name": "aws-sdk-managedblockchainquery", "requirements": "~> 1" }, { "name": "aws-sdk-managedgrafana", "requirements": "~> 1" }, { "name": "aws-sdk-marketplaceagreement", "requirements": "~> 1" }, { "name": "aws-sdk-marketplacecatalog", "requirements": "~> 1" }, { "name": "aws-sdk-marketplacecommerceanalytics", "requirements": "~> 1" }, { "name": "aws-sdk-marketplacedeployment", "requirements": "~> 1" }, { "name": "aws-sdk-marketplaceentitlementservice", "requirements": "~> 1" }, { "name": "aws-sdk-marketplacemetering", "requirements": "~> 1" }, { "name": "aws-sdk-marketplacereporting", "requirements": "~> 1" }, { "name": "aws-sdk-mediaconnect", "requirements": "~> 1" }, { "name": "aws-sdk-mediaconvert", "requirements": "~> 1" }, { "name": "aws-sdk-medialive", "requirements": "~> 1" }, { "name": "aws-sdk-mediapackage", "requirements": "~> 1" }, { "name": "aws-sdk-mediapackagev2", "requirements": "~> 1" }, { "name": "aws-sdk-mediapackagevod", "requirements": "~> 1" }, { "name": "aws-sdk-mediastore", "requirements": "~> 1" }, { "name": "aws-sdk-mediastoredata", "requirements": "~> 1" }, { "name": "aws-sdk-mediatailor", "requirements": "~> 1" }, { "name": "aws-sdk-medicalimaging", "requirements": "~> 1" }, { "name": "aws-sdk-memorydb", "requirements": "~> 1" }, { "name": "aws-sdk-mgn", "requirements": "~> 1" }, { "name": "aws-sdk-migrationhub", "requirements": "~> 1" }, { "name": "aws-sdk-migrationhubconfig", "requirements": "~> 1" }, { "name": "aws-sdk-migrationhuborchestrator", "requirements": "~> 1" }, { "name": "aws-sdk-migrationhubrefactorspaces", "requirements": "~> 1" }, { "name": "aws-sdk-migrationhubstrategyrecommendations", "requirements": "~> 1" }, { "name": "aws-sdk-mq", "requirements": "~> 1" }, { "name": "aws-sdk-mturk", "requirements": "~> 1" }, { "name": "aws-sdk-mwaa", "requirements": "~> 1" }, { "name": "aws-sdk-neptune", "requirements": "~> 1" }, { "name": "aws-sdk-neptunedata", "requirements": "~> 1" }, { "name": "aws-sdk-neptunegraph", "requirements": "~> 1" }, { "name": "aws-sdk-networkfirewall", "requirements": "~> 1" }, { "name": "aws-sdk-networkflowmonitor", "requirements": "~> 1" }, { "name": "aws-sdk-networkmanager", "requirements": "~> 1" }, { "name": "aws-sdk-networkmonitor", "requirements": "~> 1" }, { "name": "aws-sdk-notifications", "requirements": "~> 1" }, { "name": "aws-sdk-notificationscontacts", "requirements": "~> 1" }, { "name": "aws-sdk-oam", "requirements": "~> 1" }, { "name": "aws-sdk-observabilityadmin", "requirements": "~> 1" }, { "name": "aws-sdk-omics", "requirements": "~> 1" }, { "name": "aws-sdk-opensearchserverless", "requirements": "~> 1" }, { "name": "aws-sdk-opensearchservice", "requirements": "~> 1" }, { "name": "aws-sdk-opsworks", "requirements": "~> 1" }, { "name": "aws-sdk-opsworkscm", "requirements": "~> 1" }, { "name": "aws-sdk-organizations", "requirements": "~> 1" }, { "name": "aws-sdk-osis", "requirements": "~> 1" }, { "name": "aws-sdk-outposts", "requirements": "~> 1" }, { "name": "aws-sdk-panorama", "requirements": "~> 1" }, { "name": "aws-sdk-partnercentralselling", "requirements": "~> 1" }, { "name": "aws-sdk-paymentcryptography", "requirements": "~> 1" }, { "name": "aws-sdk-paymentcryptographydata", "requirements": "~> 1" }, { "name": "aws-sdk-pcaconnectorad", "requirements": "~> 1" }, { "name": "aws-sdk-pcaconnectorscep", "requirements": "~> 1" }, { "name": "aws-sdk-pcs", "requirements": "~> 1" }, { "name": "aws-sdk-personalize", "requirements": "~> 1" }, { "name": "aws-sdk-personalizeevents", "requirements": "~> 1" }, { "name": "aws-sdk-personalizeruntime", "requirements": "~> 1" }, { "name": "aws-sdk-pi", "requirements": "~> 1" }, { "name": "aws-sdk-pinpoint", "requirements": "~> 1" }, { "name": "aws-sdk-pinpointemail", "requirements": "~> 1" }, { "name": "aws-sdk-pinpointsmsvoice", "requirements": "~> 1" }, { "name": "aws-sdk-pinpointsmsvoicev2", "requirements": "~> 1" }, { "name": "aws-sdk-pipes", "requirements": "~> 1" }, { "name": "aws-sdk-polly", "requirements": "~> 1" }, { "name": "aws-sdk-pricing", "requirements": "~> 1" }, { "name": "aws-sdk-privatenetworks", "requirements": "~> 1" }, { "name": "aws-sdk-prometheusservice", "requirements": "~> 1" }, { "name": "aws-sdk-proton", "requirements": "~> 1" }, { "name": "aws-sdk-qapps", "requirements": "~> 1" }, { "name": "aws-sdk-qbusiness", "requirements": "~> 1" }, { "name": "aws-sdk-qconnect", "requirements": "~> 1" }, { "name": "aws-sdk-qldb", "requirements": "~> 1" }, { "name": "aws-sdk-qldbsession", "requirements": "~> 1" }, { "name": "aws-sdk-quicksight", "requirements": "~> 1" }, { "name": "aws-sdk-ram", "requirements": "~> 1" }, { "name": "aws-sdk-rds", "requirements": "~> 1" }, { "name": "aws-sdk-rdsdataservice", "requirements": "~> 1" }, { "name": "aws-sdk-recyclebin", "requirements": "~> 1" }, { "name": "aws-sdk-redshift", "requirements": "~> 1" }, { "name": "aws-sdk-redshiftdataapiservice", "requirements": "~> 1" }, { "name": "aws-sdk-redshiftserverless", "requirements": "~> 1" }, { "name": "aws-sdk-rekognition", "requirements": "~> 1" }, { "name": "aws-sdk-repostspace", "requirements": "~> 1" }, { "name": "aws-sdk-resiliencehub", "requirements": "~> 1" }, { "name": "aws-sdk-resourceexplorer2", "requirements": "~> 1" }, { "name": "aws-sdk-resourcegroups", "requirements": "~> 1" }, { "name": "aws-sdk-resourcegroupstaggingapi", "requirements": "~> 1" }, { "name": "aws-sdk-robomaker", "requirements": "~> 1" }, { "name": "aws-sdk-rolesanywhere", "requirements": "~> 1" }, { "name": "aws-sdk-route53", "requirements": "~> 1" }, { "name": "aws-sdk-route53domains", "requirements": "~> 1" }, { "name": "aws-sdk-route53profiles", "requirements": "~> 1" }, { "name": "aws-sdk-route53recoverycluster", "requirements": "~> 1" }, { "name": "aws-sdk-route53recoverycontrolconfig", "requirements": "~> 1" }, { "name": "aws-sdk-route53recoveryreadiness", "requirements": "~> 1" }, { "name": "aws-sdk-route53resolver", "requirements": "~> 1" }, { "name": "aws-sdk-s3", "requirements": "~> 1" }, { "name": "aws-sdk-s3control", "requirements": "~> 1" }, { "name": "aws-sdk-s3outposts", "requirements": "~> 1" }, { "name": "aws-sdk-s3tables", "requirements": "~> 1" }, { "name": "aws-sdk-sagemaker", "requirements": "~> 1" }, { "name": "aws-sdk-sagemakeredgemanager", "requirements": "~> 1" }, { "name": "aws-sdk-sagemakerfeaturestoreruntime", "requirements": "~> 1" }, { "name": "aws-sdk-sagemakergeospatial", "requirements": "~> 1" }, { "name": "aws-sdk-sagemakermetrics", "requirements": "~> 1" }, { "name": "aws-sdk-sagemakerruntime", "requirements": "~> 1" }, { "name": "aws-sdk-savingsplans", "requirements": "~> 1" }, { "name": "aws-sdk-scheduler", "requirements": "~> 1" }, { "name": "aws-sdk-schemas", "requirements": "~> 1" }, { "name": "aws-sdk-secretsmanager", "requirements": "~> 1" }, { "name": "aws-sdk-securityhub", "requirements": "~> 1" }, { "name": "aws-sdk-securityir", "requirements": "~> 1" }, { "name": "aws-sdk-securitylake", "requirements": "~> 1" }, { "name": "aws-sdk-serverlessapplicationrepository", "requirements": "~> 1" }, { "name": "aws-sdk-servicecatalog", "requirements": "~> 1" }, { "name": "aws-sdk-servicediscovery", "requirements": "~> 1" }, { "name": "aws-sdk-servicequotas", "requirements": "~> 1" }, { "name": "aws-sdk-ses", "requirements": "~> 1" }, { "name": "aws-sdk-sesv2", "requirements": "~> 1" }, { "name": "aws-sdk-shield", "requirements": "~> 1" }, { "name": "aws-sdk-signer", "requirements": "~> 1" }, { "name": "aws-sdk-simpledb", "requirements": "~> 1" }, { "name": "aws-sdk-simspaceweaver", "requirements": "~> 1" }, { "name": "aws-sdk-sms", "requirements": "~> 1" }, { "name": "aws-sdk-snowball", "requirements": "~> 1" }, { "name": "aws-sdk-snowdevicemanagement", "requirements": "~> 1" }, { "name": "aws-sdk-sns", "requirements": "~> 1" }, { "name": "aws-sdk-socialmessaging", "requirements": "~> 1" }, { "name": "aws-sdk-sqs", "requirements": "~> 1" }, { "name": "aws-sdk-ssm", "requirements": "~> 1" }, { "name": "aws-sdk-ssmcontacts", "requirements": "~> 1" }, { "name": "aws-sdk-ssmincidents", "requirements": "~> 1" }, { "name": "aws-sdk-ssmquicksetup", "requirements": "~> 1" }, { "name": "aws-sdk-ssmsap", "requirements": "~> 1" }, { "name": "aws-sdk-ssoadmin", "requirements": "~> 1" }, { "name": "aws-sdk-states", "requirements": "~> 1" }, { "name": "aws-sdk-storagegateway", "requirements": "~> 1" }, { "name": "aws-sdk-supplychain", "requirements": "~> 1" }, { "name": "aws-sdk-support", "requirements": "~> 1" }, { "name": "aws-sdk-supportapp", "requirements": "~> 1" }, { "name": "aws-sdk-swf", "requirements": "~> 1" }, { "name": "aws-sdk-synthetics", "requirements": "~> 1" }, { "name": "aws-sdk-taxsettings", "requirements": "~> 1" }, { "name": "aws-sdk-textract", "requirements": "~> 1" }, { "name": "aws-sdk-timestreaminfluxdb", "requirements": "~> 1" }, { "name": "aws-sdk-timestreamquery", "requirements": "~> 1" }, { "name": "aws-sdk-timestreamwrite", "requirements": "~> 1" }, { "name": "aws-sdk-tnb", "requirements": "~> 1" }, { "name": "aws-sdk-transcribeservice", "requirements": "~> 1" }, { "name": "aws-sdk-transcribestreamingservice", "requirements": "~> 1" }, { "name": "aws-sdk-transfer", "requirements": "~> 1" }, { "name": "aws-sdk-translate", "requirements": "~> 1" }, { "name": "aws-sdk-trustedadvisor", "requirements": "~> 1" }, { "name": "aws-sdk-verifiedpermissions", "requirements": "~> 1" }, { "name": "aws-sdk-voiceid", "requirements": "~> 1" }, { "name": "aws-sdk-vpclattice", "requirements": "~> 1" }, { "name": "aws-sdk-waf", "requirements": "~> 1" }, { "name": "aws-sdk-wafregional", "requirements": "~> 1" }, { "name": "aws-sdk-wafv2", "requirements": "~> 1" }, { "name": "aws-sdk-wellarchitected", "requirements": "~> 1" }, { "name": "aws-sdk-workdocs", "requirements": "~> 1" }, { "name": "aws-sdk-workmail", "requirements": "~> 1" }, { "name": "aws-sdk-workmailmessageflow", "requirements": "~> 1" }, { "name": "aws-sdk-workspaces", "requirements": "~> 1" }, { "name": "aws-sdk-workspacesthinclient", "requirements": "~> 1" }, { "name": "aws-sdk-workspacesweb", "requirements": "~> 1" }, { "name": "aws-sdk-xray", "requirements": "~> 1" } ] } }
2024-12-03 20:06:05 UTC
4D-uR1yNFi2XReMksNbU-

aws-sdk-quicksight

Official AWS Ruby gem for Amazon QuickSight. This gem is part of the AWS SDK for Ruby.

1.139.0
Content{ "name": "aws-sdk-quicksight", "downloads": 62558978, "version": "1.139.0", "version_created_at": "2024-12-03T20:05:00.234Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon QuickSight. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight" }, "yanked": false, "sha": "fdbbdd72479579e99521eef88bf637d7beab24071d6ee90f7adaccdb6f6b61ac", "spec_sha": "a6761996642345af961a61d6fd6e3f4aaa20a0362cdff32006e36162d87f2135", "project_uri": "https://rubygems.org/gems/aws-sdk-quicksight", "gem_uri": "https://rubygems.org/gems/aws-sdk-quicksight-1.139.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-quicksight/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.210.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } }
2024-12-03 20:05:04 UTC
sZ3XwiwmwJSt9JJ5cYsQ7

aws-sdk-athena

Official AWS Ruby gem for Amazon Athena. This gem is part of the AWS SDK for Ruby.

1.98.0
Content{ "name": "aws-sdk-athena", "downloads": 82793757, "version": "1.98.0", "version_created_at": "2024-12-03T20:04:50.050Z", "version_downloads": 0, "platform": "ruby", "authors": "Amazon Web Services", "info": "Official AWS Ruby gem for Amazon Athena. This gem is part of the AWS SDK for Ruby.", "licenses": [ "Apache-2.0" ], "metadata": { "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-athena/CHANGELOG.md", "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-athena" }, "yanked": false, "sha": "8ed0970b69d09ac9739545c458cf9acda198f280b5436e4d3145dafb019a84c0", "spec_sha": "bea179bd528f62b3561c488ec8b725c6f608cc103487610af777ebf078692214", "project_uri": "https://rubygems.org/gems/aws-sdk-athena", "gem_uri": "https://rubygems.org/gems/aws-sdk-athena-1.98.0.gem", "homepage_uri": "https://github.com/aws/aws-sdk-ruby", "wiki_uri": null, "documentation_uri": null, "mailing_list_uri": null, "source_code_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-athena", "bug_tracker_uri": null, "changelog_uri": "https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-athena/CHANGELOG.md", "funding_uri": null, "dependencies": { "development": [], "runtime": [ { "name": "aws-sdk-core", "requirements": "~> 3, >= 3.210.0" }, { "name": "aws-sigv4", "requirements": "~> 1.5" } ] } }
2024-12-03 20:04:53 UTC