sqlite3 2.9.3-x86_64-linux-gnu → 2.9.4-x86_64-linux-gnu
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/dependencies.yml +8 -8
- data/lib/sqlite3/3.2/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.3/sqlite3_native.so +0 -0
- data/lib/sqlite3/3.4/sqlite3_native.so +0 -0
- data/lib/sqlite3/4.0/sqlite3_native.so +0 -0
- data/lib/sqlite3/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d3c2033f2e075672c6fb3278e59aece4d97a75c4cb857ac32cc20b5fdbc437a0
|
|
4
|
+
data.tar.gz: f2f59f0ac41a3b625c180e8aa056ef2585cc430973025c609b65091a14bd8183
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f534b97f2072a78b8d93f6ff8f7c8989df09ac351444624cdc660e2625e2351d3780cc95c2512a5bb20dfe16bcdacbf55b24cc1bba4a4ff6b2766bc69e699c0f
|
|
7
|
+
data.tar.gz: 2f80b100148c551c25154d68b406572c325fe49ca11778bafacb854ac853cf59169c263546966afca42412540422614aa5e2ecff1ef29a63938225d87c4d3e1e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# sqlite3-ruby Changelog
|
|
2
2
|
|
|
3
|
+
## 2.9.4 / 2026-05-05
|
|
4
|
+
|
|
5
|
+
- Vendored sqlite is updated to [v3.53.1](https://www.sqlite.org/releaselog/3_53_1.html) (from v3.53.0). #704 @flavorjones
|
|
6
|
+
|
|
7
|
+
|
|
3
8
|
## 2.9.3 / 2026-04-15
|
|
4
9
|
|
|
5
10
|
- Vendored sqlite is updated to [v3.53.0](https://www.sqlite.org/releaselog/3_53_0.html) (from v3.51.3). #696 @flavorjones
|
data/dependencies.yml
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
sqlite3:
|
|
2
2
|
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
|
|
3
|
-
#
|
|
3
|
+
# 36ca143645cf76997d07b66e9244c636b8ccdec64a1d50558259c4e415e6558b
|
|
4
4
|
#
|
|
5
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
|
6
|
-
#
|
|
5
|
+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3530100.tar.gz
|
|
6
|
+
# 36ca143645cf76997d07b66e9244c636b8ccdec64a1d50558259c4e415e6558b ports/archives/sqlite-autoconf-3530100.tar.gz
|
|
7
7
|
#
|
|
8
|
-
# $ sha256sum ports/archives/sqlite-autoconf-
|
|
9
|
-
#
|
|
10
|
-
version: "3.53.
|
|
8
|
+
# $ sha256sum ports/archives/sqlite-autoconf-3530100.tar.gz
|
|
9
|
+
# 83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f ports/archives/sqlite-autoconf-3530100.tar.gz
|
|
10
|
+
version: "3.53.1"
|
|
11
11
|
files:
|
|
12
|
-
- url: "https://sqlite.org/2026/sqlite-autoconf-
|
|
13
|
-
sha256: "
|
|
12
|
+
- url: "https://sqlite.org/2026/sqlite-autoconf-3530100.tar.gz"
|
|
13
|
+
sha256: "83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/sqlite3/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sqlite3
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.9.
|
|
4
|
+
version: 2.9.4
|
|
5
5
|
platform: x86_64-linux-gnu
|
|
6
6
|
authors:
|
|
7
7
|
- Jamis Buck
|
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
- !ruby/object:Gem::Version
|
|
94
94
|
version: 3.3.22
|
|
95
95
|
requirements: []
|
|
96
|
-
rubygems_version: 4.0.
|
|
96
|
+
rubygems_version: 4.0.6
|
|
97
97
|
specification_version: 4
|
|
98
98
|
summary: Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org).
|
|
99
99
|
test_files: []
|