sqlite3 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +7 -0
- data/dependencies.yml +8 -8
- data/lib/sqlite3/version.rb +1 -1
- data/ports/archives/sqlite-autoconf-3460100.tar.gz +0 -0
- metadata +3 -3
- data/ports/archives/sqlite-autoconf-3460000.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: e6f21b08329df02d797b229d8f1cddd1dcc6b3d9239a07446798c02d0ecfe420
|
4
|
+
data.tar.gz: 7d0b94143e5f0239e9870bc041cedcfe06dc3f02ccdd38890207a432ab4f8f08
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ff806e2353d99c1e5eb642872d215f911cb952d7f6d34b326af2fb64bcd0ecafd84474499e352dd1e49cc35e8ffefa5658bf7c6e9bc0b4dfc46a2250c3cd300
|
7
|
+
data.tar.gz: c1ed5e1a6716f82af63291450955c8afac317297beae7e9ba3acf2d75ff9de48ac022373de14a54a8d7c9294585015edf90e70261c719a73d3749f3e1a0f14d4
|
data/CHANGELOG.md
CHANGED
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
|
+
# 923f68143dcd9fc0c38778dee253fd6540a91f578173a04ca5adff885d8a8fbb
|
4
4
|
#
|
5
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
6
|
-
#
|
5
|
+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3460100.tar.gz
|
6
|
+
# 923f68143dcd9fc0c38778dee253fd6540a91f578173a04ca5adff885d8a8fbb ports/archives/sqlite-autoconf-3460100.tar.gz
|
7
7
|
#
|
8
|
-
# $ sha256sum ports/archives/sqlite-autoconf-
|
9
|
-
#
|
10
|
-
version: "3.46.
|
8
|
+
# $ sha256sum ports/archives/sqlite-autoconf-3460100.tar.gz
|
9
|
+
# 67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071 ports/archives/sqlite-autoconf-3460100.tar.gz
|
10
|
+
version: "3.46.1"
|
11
11
|
files:
|
12
|
-
- url: "https://sqlite.org/2024/sqlite-autoconf-
|
13
|
-
sha256: "
|
12
|
+
- url: "https://sqlite.org/2024/sqlite-autoconf-3460100.tar.gz"
|
13
|
+
sha256: "67d3fe6d268e6eaddcae3727fce58fcc8e9c53869bdd07a0c61e38ddf2965071"
|
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.0.
|
4
|
+
version: 2.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamis Buck
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2024-
|
14
|
+
date: 2024-08-13 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: mini_portile2
|
@@ -76,7 +76,7 @@ files:
|
|
76
76
|
- lib/sqlite3/statement.rb
|
77
77
|
- lib/sqlite3/value.rb
|
78
78
|
- lib/sqlite3/version.rb
|
79
|
-
- ports/archives/sqlite-autoconf-
|
79
|
+
- ports/archives/sqlite-autoconf-3460100.tar.gz
|
80
80
|
homepage: https://github.com/sparklemotion/sqlite3-ruby
|
81
81
|
licenses:
|
82
82
|
- BSD-3-Clause
|
Binary file
|