diff --git a/extensions/crypto/description.yml b/extensions/crypto/description.yml index 2fc84cd..72f3ba5 100644 --- a/extensions/crypto/description.yml +++ b/extensions/crypto/description.yml @@ -18,4 +18,4 @@ docs: SELECT * from read_csv('seq 1 100 | grep 2 |'); extended_description: | This extension, `crypto`, adds cryptographic hash functions and - the ability to calculate a HMAC to DuckDB's SQL engine. \ No newline at end of file + the ability to calculate a HMAC to DuckDB's SQL engine. diff --git a/extensions/evalexpr_rhai/description.yml b/extensions/evalexpr_rhai/description.yml index e6ab222..724ef7e 100644 --- a/extensions/evalexpr_rhai/description.yml +++ b/extensions/evalexpr_rhai/description.yml @@ -1,6 +1,6 @@ extension: name: evalexpr_rhai - description: Evaluate the Rhai scripting language in DuckDB. + description: Evaluate the Rhai scripting language in DuckDB version: 1.0.0 language: C++ build: cmake diff --git a/extensions/scrooge/description.yml b/extensions/scrooge/description.yml index 9de7997..461116a 100644 --- a/extensions/scrooge/description.yml +++ b/extensions/scrooge/description.yml @@ -1,6 +1,6 @@ extension: name: scrooge - description: Provides functionality for financial data-analysis. Including data scanners for the Ethereum Blockchain and Yahoo Finance. + description: Provides functionality for financial data-analysis, including data scanners for the Ethereum Blockchain and Yahoo Finance version: 0.0.1 language: C++ excluded_platforms: "windows_amd64_rtools" diff --git a/extensions/ulid/description.yml b/extensions/ulid/description.yml index 995067b..ea946dd 100644 --- a/extensions/ulid/description.yml +++ b/extensions/ulid/description.yml @@ -18,4 +18,4 @@ docs: extended_description: | This extension adds a new `ULID` data type to DuckDB. A [ULID](https://github.com/ulid/spec) is similar to a UUID except that it also contains a timestamp component, which makes it more suitable for use cases where the order of creation is important. - Additionally, the string representation is lexicographically sortable while preserving the sort order of the timestamps. \ No newline at end of file + Additionally, the string representation is lexicographically sortable while preserving the sort order of the timestamps.