sqlite3 2.7.3 → 2.7.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/dependencies.yml +8 -8
- data/lib/sqlite3/version.rb +1 -1
- data/ports/archives/sqlite-autoconf-3500400.tar.gz +0 -0
- metadata +2 -2
- data/ports/archives/sqlite-autoconf-3500300.tar.gz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d468349441f35814be6b404fda4ddc8763d0099fc1e30caa08586a390768be8
|
4
|
+
data.tar.gz: c9194d6bbf26a645122dd88d9834711bdd0d277e9f01cd852e74374bb21e768e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f708c9cf3efc355f88c2c9760396d7b6e8845855c77d582d65a8e37b79d09d1086e24928072a5663f480378296b891259158fbe9d06ce53c3a95e0daf26eeb99
|
7
|
+
data.tar.gz: baa858442188f4f65c0469747c9f96c4c31bc7058194ad4a670bccecb95a09d5396a5413dc22c0e238fbbd389550a44c13e80b449979c62abad108e62303a023
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# sqlite3-ruby Changelog
|
2
2
|
|
3
|
+
## 2.7.4 / 2025-09-19
|
4
|
+
|
5
|
+
- Vendored sqlite is updated to [v3.50.4](https://www.sqlite.org/releaselog/3_50_4.html) (from v3.50.3). #644 @flavorjones
|
6
|
+
|
7
|
+
|
3
8
|
## 2.7.3 / 2025-07-18
|
4
9
|
|
5
10
|
- Vendored sqlite is updated to [v3.50.3](https://sqlite.org/releaselog/3_50_3.html) (from v3.50.2). #638 @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
|
+
# 330bb88febc08814d49406391891eddac59e5f812e87b83c27ab172687554375
|
4
4
|
#
|
5
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
6
|
-
#
|
5
|
+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3500400.tar.gz
|
6
|
+
# 330bb88febc08814d49406391891eddac59e5f812e87b83c27ab172687554375 ports/archives/sqlite-autoconf-3500400.tar.gz
|
7
7
|
#
|
8
|
-
# $ sha256sum ports/archives/sqlite-autoconf-
|
9
|
-
#
|
10
|
-
version: "3.50.
|
8
|
+
# $ sha256sum ports/archives/sqlite-autoconf-3500400.tar.gz
|
9
|
+
# a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18 ports/archives/sqlite-autoconf-3500400.tar.gz
|
10
|
+
version: "3.50.4"
|
11
11
|
files:
|
12
|
-
- url: "https://sqlite.org/2025/sqlite-autoconf-
|
13
|
-
sha256: "
|
12
|
+
- url: "https://sqlite.org/2025/sqlite-autoconf-3500400.tar.gz"
|
13
|
+
sha256: "a3db587a1b92ee5ddac2f66b3edb41b26f9c867275782d46c3a088977d6a5b18"
|
data/lib/sqlite3/version.rb
CHANGED
Binary file
|
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.7.
|
4
|
+
version: 2.7.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-
|
78
|
+
- ports/archives/sqlite-autoconf-3500400.tar.gz
|
79
79
|
homepage: https://github.com/sparklemotion/sqlite3-ruby
|
80
80
|
licenses:
|
81
81
|
- BSD-3-Clause
|
Binary file
|