extralite-bundle 2.12 → 2.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa2c324060fa5f9827cf202ff7f6d744d33646a020ca40db1fddb0ff57e490c7
4
- data.tar.gz: 8d20c4480b8c5c51c5934869a6057fd71b1eb16ec5f8f7f8f690689f8a372302
3
+ metadata.gz: 34842512dd1c747b070c821906493211e4bf897c5de286ec6bdaee0b18dd3645
4
+ data.tar.gz: f392c8368a5242544b9745ca37ca49aa5b8f84d4bbf874170d671ae38d7afb28
5
5
  SHA512:
6
- metadata.gz: 34f2012945d4e860e50e8153c76638064949f8c91fe55ec2eed655f84999f365ef15b52bbe0bfbd4eb3b6fd8e28e672f1115b2776a96b1ef54298861861f19f6
7
- data.tar.gz: 94065b331479701f1910d4880d5fe126620e9e6e3711be27d42bc4d89a471f4b9fe9885d42de0649a10393a92e20a6ea8acb9bfec6259762dc7c15bf6b6b7429
6
+ metadata.gz: 6ef5f07c4f06e7f43c92e4cb6fa2a86dcbe39635aed25084e68501bedaf3b4c1d44df6afcae9aefe455dc6423fca34a711c57e3f0dcc9fb36f2139bb51063e57
7
+ data.tar.gz: 901ffe6e01a603e21719992767d01a06842c8476a83d4a2f35b0271261e63e1e1b5e7a69c5ca8573b87cd5beaa01263aea26106da2efb08d43f60ab1bafbc992
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## 2.13 2025-08-03
2
+
3
+ - Update bundled SQLite to version 30.50.4
4
+ - Update README performance numbers
5
+
1
6
  ## 2.12 2025-03-25
2
7
 
3
8
  - Reimplement trace, provide trace proc with bound parameters [#80](https://github.com/digital-fabric/extralite/issues/80)
data/README.md CHANGED
@@ -32,7 +32,7 @@ databases.
32
32
  Extralite comes in two flavors: the `extralite` gem which uses the
33
33
  system-installed sqlite3 library, and the `extralite-bundle` gem which bundles
34
34
  the latest version of SQLite
35
- ([3.49.0](https://sqlite.org/releaselog/3_49_0.html)), offering access to the
35
+ ([3.50.3](https://sqlite.org/releaselog/3_50_3.html)), offering access to the
36
36
  latest features and enhancements.
37
37
 
38
38
  ## Features