crate_ruby
crate_ruby copied to clipboard
A Ruby client library for CrateDB.
Bumps [rspec](https://github.com/rspec/rspec-metagem) from 3.10.0 to 3.13.0. Commits 317fc0b v3.13.0 cfb135a v3.12.0 f4393df Version 3.11.0 694150e Fix typo 900a29c Bold rather than italic text a6fb2b4 Move rspec to rspec-metagem 9fb905e Merge...
Bumps [rake](https://github.com/ruby/rake) from 13.0.3 to 13.2.1. Changelog Sourced from rake's changelog. === 13.2.1 Suppressed "internal:array:52:in 'Array#each'" from backtrace by @hsbt in #554 Bump actions/configure-pages from 4 to 5 by @dependabot...
Bumps [os](https://github.com/rdp/os) from 1.1.1 to 1.1.4. Changelog Sourced from os's changelog. [1.1.4] - 2021-11-07 ([tag][1.1.4t]) Fixed Attempt to fix circular dependency [1.1.2] - 2021-11-07 ([tag][1.1.2t]) Fixed Make rss_bytes return bytes...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @takost in actions/cache#1284 feat: save-always flag by @to-s in actions/cache#1242...
Ruby 3.3.0 has been released on 25 Dec 2023. -- https://www.ruby-lang.org/en/downloads/releases/
Hi there, this driver is clearly to consume CrateDB's HTTP API, this should be reflected better within the README document. I think it still has purpose, providing some highlevel DDL-related...
Hey, At the moment, this gem only uses the first server from the array we pass, I think it would be very useful to use all of them because sometime...