sqlite3 2.9.2 → 2.9.4

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: 7f998aa76b7c66db92425a4d4a0c3241d7a4001b0ec01d2909d86bfc4c144967
4
- data.tar.gz: 765dc127bc9b2aebad2df17f25ad8e8082ca72fcbd15286e4efd9d9a92b35c6d
3
+ metadata.gz: 8d8d7877b1eded0d31ae508e3f8fe14f1298b60c062f6a68258d564a62d898b7
4
+ data.tar.gz: e4f52286f1282d53ec2a0f17bab574edb175ef97a9c00edce61972d50e57cd5e
5
5
  SHA512:
6
- metadata.gz: 06a88b2808529658327f7a153989cf78a3889ee3869cd127302600045933545f0473722b3263b7fabd7973a41a980aabbb90adb99ba21b84c580df0c5a3efdcf
7
- data.tar.gz: 557bb50cef01094a87bacaf3897c2033f84e354a790dabea18f30e5385b9050636350e80b3d45efbe647f6b0389b9862b3422e87a249fd004693dda45df4e171
6
+ metadata.gz: c88e6c7e05b8e4ed99f57f6f86425f55cd2cc2f66d47c9f2276faaf7c2bcd6140203d94c69e0d93100b8d4cecce2600be75fabba0426b080e3d710608ea2356a
7
+ data.tar.gz: 77b56dde40aeeb6b60c5c06b91dce64c58f6939ac86178721801ae5e5a9f40040fa7f6412175338ec4ed6c9f04284f5d6ba29794adf74b98c1083952bc035576
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
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
+
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
+
3
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
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"
@@ -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"
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
4
+ version: 2.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jamis Buck
@@ -75,7 +75,7 @@ files:
75
75
  - lib/sqlite3/value.rb
76
76
  - lib/sqlite3/version.rb
77
77
  - lib/sqlite3/version_info.rb
78
- - ports/archives/sqlite-autoconf-3510300.tar.gz
78
+ - ports/archives/sqlite-autoconf-3530100.tar.gz
79
79
  homepage: https://github.com/sparklemotion/sqlite3-ruby
80
80
  licenses:
81
81
  - BSD-3-Clause
@@ -103,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
103
103
  - !ruby/object:Gem::Version
104
104
  version: '0'
105
105
  requirements: []
106
- rubygems_version: 4.0.3
106
+ rubygems_version: 4.0.6
107
107
  specification_version: 4
108
108
  summary: Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org).
109
109
  test_files: []