extralite 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: 6c7b8e712ebddb0de0f3ba623102fafb596f6396c79ed7d7aff5bb86a6781e60
4
- data.tar.gz: e0e204499dd8fad21554f115ba8afeb53995ebf5175dc67eb420a6a1120ac030
3
+ metadata.gz: 39350417eb2099e8221d03ddd48a7b5c1474c43a08dce06d20d60117db1c516a
4
+ data.tar.gz: fe05794f350c9fb1ac4c9e99255f71b3211dd953923e5f928d6d1dfba9ef51aa
5
5
  SHA512:
6
- metadata.gz: dc879428575151f1194208b3929f9f7aeea79e843a024eb1688a149b9f298992d3004da24eaa32bfc16f2785ebc8153ef1f7159a0016560c3e27e128dd25ca00
7
- data.tar.gz: a3965148daaf04792c5584aba4fd51b7d2e19bd138c677ab91691390182c8d1b0f7f24c2691c3316ba5a765e243a9258684cc4add69acc71a392355ffa1090fa
6
+ metadata.gz: a970be6d917776bfb10a7c8beb46a77e0d2977031903961144485adb38957e196faea4c799a5f492560c518e7ee1d61c198452357846d3676e612d1e1c954396
7
+ data.tar.gz: 839760a55a51e1fafdc6fdc9c80ce6995a7d1c8cc6acf13d0862dc63f3b5f6605054e3b1dfc8e2eb0c7d9d3b80b597046ae37222be562054c12c88adf4ec4996
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
@@ -1,4 +1,4 @@
1
1
  module Extralite
2
2
  # Extralite version
3
- VERSION = '2.12'
3
+ VERSION = '2.13'
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: extralite
3
3
  version: !ruby/object:Gem::Version
4
- version: '2.12'
4
+ version: '2.13'
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sharon Rosner
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: rake-compiler
@@ -170,7 +170,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
170
170
  - !ruby/object:Gem::Version
171
171
  version: '0'
172
172
  requirements: []
173
- rubygems_version: 3.6.2
173
+ rubygems_version: 3.6.8
174
174
  specification_version: 4
175
175
  summary: Extra-lightweight SQLite3 wrapper for Ruby
176
176
  test_files: []