sqlite3 2.9.2.rc2-x86_64-linux-gnu → 2.9.3-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 +6 -1
- data/CONTRIBUTING.md +16 -11
- 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 +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d64de24ac960c9ef9d078e6729824de839c37f4a4d2ba083e43ef71e4346194
|
|
4
|
+
data.tar.gz: efb3a790eb45e9a1d1e2163d03dc98eff73e90dd0cd90c0d482493912751e4b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c0e3fa6767e34121716fc3fb3b65b2a09632cde58578e1889a9ee3bce16d076cc69ad8a5ca3adf0522176c4fcd37a29487dd9fc4a4c313a9658c9786a33fe8de
|
|
7
|
+
data.tar.gz: cc2c0e914a77a1d9762674f6a0564afa3984c1bf050ffeaa2aae1170da68b49a5cac17f0d55d9079c865a97b357b7a1fc359c29555005ac24413b0b93cd62bbf
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
# sqlite3-ruby Changelog
|
|
2
2
|
|
|
3
|
-
## 2.9.
|
|
3
|
+
## 2.9.3 / 2026-04-15
|
|
4
|
+
|
|
5
|
+
- Vendored sqlite is updated to [v3.53.0](https://www.sqlite.org/releaselog/3_53_0.html) (from v3.51.3). #696 @flavorjones
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
## 2.9.2 / 2026-03-15
|
|
4
9
|
|
|
5
10
|
- Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @flavorjones
|
|
6
11
|
|
data/CONTRIBUTING.md
CHANGED
|
@@ -47,14 +47,19 @@ Update `/dependencies.yml` to reflect:
|
|
|
47
47
|
|
|
48
48
|
A quick checklist to cutting a release of the sqlite3 gem:
|
|
49
49
|
|
|
50
|
-
|
|
51
|
-
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
50
|
+
Prep
|
|
51
|
+
- [ ] Make sure CI is green!
|
|
52
|
+
- [ ] Update `CHANGELOG.md` and `lib/sqlite3/version.rb`
|
|
53
|
+
- [ ] Create a git tag using a format that matches the pattern `v\d+\.\d+\.\d+`, e.g. `v1.3.13`
|
|
54
|
+
- [ ] `git push && git push --tags`
|
|
55
|
+
|
|
56
|
+
Automated build and release
|
|
57
|
+
- [ ] Run workflow https://github.com/sparklemotion/sqlite3-ruby/actions/workflows/release.yml
|
|
58
|
+
- [ ] Copy checksums from the push job
|
|
59
|
+
|
|
60
|
+
Manual build and release
|
|
61
|
+
- [ ] Run `bin/build-gems` and make sure it completes and all the tests pass
|
|
62
|
+
- [ ] `for g in gems/*.gem ; do gem push $g ; done`
|
|
63
|
+
|
|
64
|
+
Post-release
|
|
65
|
+
- [ ] Create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums
|
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
|
+
# 60c4b08c6729761e488d185e0d52411da10b14c72b53ada6936dc5eea225cefe
|
|
4
4
|
#
|
|
5
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
|
6
|
-
#
|
|
5
|
+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
6
|
+
# 60c4b08c6729761e488d185e0d52411da10b14c72b53ada6936dc5eea225cefe ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
7
7
|
#
|
|
8
|
-
# $ sha256sum ports/archives/sqlite-autoconf-
|
|
9
|
-
#
|
|
10
|
-
version: "3.
|
|
8
|
+
# $ sha256sum ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
9
|
+
# 851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a ports/archives/sqlite-autoconf-3530000.tar.gz
|
|
10
|
+
version: "3.53.0"
|
|
11
11
|
files:
|
|
12
|
-
- url: "https://sqlite.org/2026/sqlite-autoconf-
|
|
13
|
-
sha256: "
|
|
12
|
+
- url: "https://sqlite.org/2026/sqlite-autoconf-3530000.tar.gz"
|
|
13
|
+
sha256: "851e9b38192fe2ceaa65e0baa665e7fa06230c3d9bd1a6a9662d02380d73365a"
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/lib/sqlite3/version.rb
CHANGED