sqlite3 1.7.2 → 1.7.3
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 +8 -1
- data/dependencies.yml +8 -8
- data/lib/sqlite3/version.rb +2 -2
- data/ports/archives/sqlite-autoconf-3450200.tar.gz +0 -0
- metadata +7 -7
- data/ports/archives/sqlite-autoconf-3450100.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: aa192827777bfe9eff54316d0310216ac32f709a52a8dab174d31ffd1e262796
|
4
|
+
data.tar.gz: bdd121ee85b74600e61778868665e17ef4e8b314fcdd94760d2ab408f2bbf17f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eed82c398ae8eaf6d773998c8bd4162550263869aae17513d4e3274671c365dd4eb234f3a227c75dfd1a4b488c874697e1d208aee7a81ee593b8685e6ffb354b
|
7
|
+
data.tar.gz: 6cc96542b17c78472d648730506cb7b0ea77dc9ffb14f3b5c8fec966598b9dbb3441ba58765065e0bb8536059f50ecfed63f2f41badc2b84da3ee07a30d41418
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,13 @@
|
|
1
1
|
# sqlite3-ruby Changelog
|
2
2
|
|
3
|
-
## 1.7.
|
3
|
+
## 1.7.3 / 2024-03-15
|
4
|
+
|
5
|
+
### Dependencies
|
6
|
+
|
7
|
+
- Vendored sqlite is updated to [v3.45.2](https://www.sqlite.org/releaselog/3_45_2.html). @flavorjones
|
8
|
+
|
9
|
+
|
10
|
+
## 1.7.2 / 2024-01-30
|
4
11
|
|
5
12
|
### Dependencies
|
6
13
|
|
data/dependencies.yml
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
# TODO: stop using symbols here once we no longer support Ruby 2.7 and can rely on symbolize_names
|
2
2
|
:sqlite3:
|
3
3
|
# checksum verified by first checking the published sha3(256) checksum against https://sqlite.org/download.html:
|
4
|
-
#
|
4
|
+
# 1b02c58a711d15b50da8a1089e0f8807ebbdf3e674c714100eda9a03a69ac758
|
5
5
|
#
|
6
|
-
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-
|
7
|
-
#
|
6
|
+
# $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450200.tar.gz
|
7
|
+
# 1b02c58a711d15b50da8a1089e0f8807ebbdf3e674c714100eda9a03a69ac758 ports/archives/sqlite-autoconf-3450200.tar.gz
|
8
8
|
#
|
9
|
-
# $ sha256sum ports/archives/sqlite-autoconf-
|
10
|
-
#
|
11
|
-
:version: "3.45.
|
9
|
+
# $ sha256sum ports/archives/sqlite-autoconf-3450200.tar.gz
|
10
|
+
# bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae ports/archives/sqlite-autoconf-3450200.tar.gz
|
11
|
+
:version: "3.45.2"
|
12
12
|
:files:
|
13
|
-
- :url: "https://sqlite.org/2024/sqlite-autoconf-
|
14
|
-
:sha256: "
|
13
|
+
- :url: "https://sqlite.org/2024/sqlite-autoconf-3450200.tar.gz"
|
14
|
+
:sha256: "bc9067442eedf3dd39989b5c5cfbfff37ae66cc9c99274e0c3052dc4d4a8f6ae"
|
data/lib/sqlite3/version.rb
CHANGED
Binary file
|
metadata
CHANGED
@@ -1,17 +1,17 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sqlite3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.7.
|
4
|
+
version: 1.7.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jamis Buck
|
8
8
|
- Luis Lavena
|
9
9
|
- Aaron Patterson
|
10
10
|
- Mike Dalessio
|
11
|
-
autorequire:
|
11
|
+
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2024-
|
14
|
+
date: 2024-03-15 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: mini_portile2
|
@@ -31,7 +31,7 @@ dependencies:
|
|
31
31
|
description: |
|
32
32
|
Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled
|
33
33
|
binaries are available for common platforms for recent versions of Ruby.
|
34
|
-
email:
|
34
|
+
email:
|
35
35
|
executables: []
|
36
36
|
extensions:
|
37
37
|
- ext/sqlite3/extconf.rb
|
@@ -81,7 +81,7 @@ files:
|
|
81
81
|
- lib/sqlite3/translator.rb
|
82
82
|
- lib/sqlite3/value.rb
|
83
83
|
- lib/sqlite3/version.rb
|
84
|
-
- ports/archives/sqlite-autoconf-
|
84
|
+
- ports/archives/sqlite-autoconf-3450200.tar.gz
|
85
85
|
- test/helper.rb
|
86
86
|
- test/test_backup.rb
|
87
87
|
- test/test_collation.rb
|
@@ -113,7 +113,7 @@ metadata:
|
|
113
113
|
source_code_uri: https://github.com/sparklemotion/sqlite3-ruby
|
114
114
|
msys2_mingw_dependencies: sqlite3
|
115
115
|
rubygems_mfa_required: 'true'
|
116
|
-
post_install_message:
|
116
|
+
post_install_message:
|
117
117
|
rdoc_options:
|
118
118
|
- "--main"
|
119
119
|
- README.md
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
version: '0'
|
132
132
|
requirements: []
|
133
133
|
rubygems_version: 3.4.19
|
134
|
-
signing_key:
|
134
|
+
signing_key:
|
135
135
|
specification_version: 4
|
136
136
|
summary: Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org).
|
137
137
|
test_files: []
|
Binary file
|