sqlite3 2.9.2.rc2-arm-linux-gnu → 2.9.4-arm-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8b8b6a587818e8032d84594111c1f2cff9e8b827d110e9cf580761f68d88ddc
4
- data.tar.gz: eeaf77e2d2f24aeb98925247fb72542d64b7f7c8fbedc2ba09b6b9a0ecd7d676
3
+ metadata.gz: 2346c8b7d39a5327eee209ca74fc58b28f9fc1805e1ca9cbdc82d15320f83075
4
+ data.tar.gz: d717218c3bebe4653e29e7eae44c31e51083f2f2e8db05a11e35094218a4a75e
5
5
  SHA512:
6
- metadata.gz: 7cc1f5e6aa5d9f0d5f0a8996de689409fe9ff12998c4e49a5b72e419f406adbf0b707c29df6df7d37740f14c76d463d920fa943b8c6a6cc19428cd771ce6996f
7
- data.tar.gz: 157770584f0d10f9f81c5512d947472b94ef1391303a5a6a21bc37f06abe64bb4580689d3f9e6d14a199b0940a67af3457a9054842a7bd6b4ab3f7dedbe6cce0
6
+ metadata.gz: 06c088e40ee74d1e17ffdc586dc033dda97058d5102652bcce04a94a2763a356b146db984408722afedebd4494f2aa811a6364eb61bf6feb441f31f6f236132c
7
+ data.tar.gz: 7585e24d32300cc56a4b16613d77ca38d33769c130cb7afea21fd54143ab06f44fe54317dda39f64fba4af4d9ae69932262005a61b657447ac6feb7ef3a2bbcc
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
- ## 2.9.2 / 2026-03-14
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
+
8
+ ## 2.9.3 / 2026-04-15
9
+
10
+ - Vendored sqlite is updated to [v3.53.0](https://www.sqlite.org/releaselog/3_53_0.html) (from v3.51.3). #696 @flavorjones
11
+
12
+
13
+ ## 2.9.2 / 2026-03-15
4
14
 
5
15
  - Vendored sqlite is updated to [v3.51.3](https://www.sqlite.org/releaselog/3_51_3.html) (from v3.51.2). #688 @flavorjones
6
16
 
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
- - [ ] make sure CI is green!
51
- - bump the version
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
- - build the native gems
55
- - [ ] run `bin/build-gems` and make sure it completes and all the tests pass
56
- - push
57
- - [ ] `git push && git push --tags`
58
- - [ ] `for g in gems/*.gem ; do gem push $g ; done`
59
- - announce
60
- - [ ] create a release at https://github.com/sparklemotion/sqlite3-ruby/releases and include sha2 checksums
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
- # 581215771b32ea4c4062e6fb9842c4aa43d0a7fb2b6670ff6fa4ebb807781204
3
+ # 36ca143645cf76997d07b66e9244c636b8ccdec64a1d50558259c4e415e6558b
4
4
  #
5
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3510300.tar.gz
6
- # 581215771b32ea4c4062e6fb9842c4aa43d0a7fb2b6670ff6fa4ebb807781204 ports/archives/sqlite-autoconf-3510300.tar.gz
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-3510300.tar.gz
9
- # 81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a ports/archives/sqlite-autoconf-3510300.tar.gz
10
- version: "3.51.3"
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-3510300.tar.gz"
13
- sha256: "81f5be397049b0cae1b167f2225af7646fc0f82e4a9b3c48c9ea3a533e21d77a"
12
+ - url: "https://sqlite.org/2026/sqlite-autoconf-3530100.tar.gz"
13
+ sha256: "83e6b2020a034e9a7ad4a72feea59e1ad52f162e09cbd26735a3ffb98359fc4f"
Binary file
Binary file
Binary file
Binary file
@@ -1,4 +1,4 @@
1
1
  module SQLite3
2
2
  # (String) the version of the sqlite3 gem, e.g. "2.1.1"
3
- VERSION = "2.9.2.rc2"
3
+ VERSION = "2.9.4"
4
4
  end
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.2.rc2
4
+ version: 2.9.4
5
5
  platform: arm-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.3
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: []