sqlite3 1.7.1-x86_64-darwin → 1.7.2-x86_64-darwin

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 198cfcf2be9416bba2a4e5cd9f6cec9e9724f9af2c6c2ed744bab780fccdffd9
4
- data.tar.gz: 02f0fc52c07ef7c129c0f07bc6f24b56b8b504580271f9a0ebceaebcbedc119c
3
+ metadata.gz: c6d2bbc67d16ab6d49516d6941565f1617502436b4a8402082b79ef32c802eb9
4
+ data.tar.gz: 6d513e07ab5a4f934bf41a7ecdcb0bc14d2bacd7685454f761905d4e843b8fb5
5
5
  SHA512:
6
- metadata.gz: e4d3133a7e3cc7be7cd9996124dfa5243497b33ce49f541e21a593f0acc090d64a9b76a0a187066218c348575e868bbb229770c2a032bc2d00cf9d74691c88c8
7
- data.tar.gz: 83a1c3adb5de1dd37276fb8b7a77ee4a0cfce7cebf269baefe26f5bfd59e1a3e84fb750a0e4ef0de7236f72b6a1b922f592df58009760365267a33120245bdb1
6
+ metadata.gz: 01f14b13f5b3d453569e7ec4be9ad94054d49830e15ae2e31de6ae84e9b2eebfc3c632f373e08838ef3a96bb099c54dac1830f51314d7bb87181f79b5948dbe5
7
+ data.tar.gz: 9c8ec126155b1a91288167040cd64d23cf6d45ca016cde8fc17553e53f6fb4b2e23f88925a7dd8e1bb5c7844ac7c78bfc3911436ad891d09c2359b87e5533396
data/CHANGELOG.md CHANGED
@@ -1,10 +1,17 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
+ ## 1.7.2 / unreleased
4
+
5
+ ### Dependencies
6
+
7
+ - Vendored sqlite is updated to [v3.45.1](https://www.sqlite.org/releaselog/3_45_1.html). @flavorjones
8
+
9
+
3
10
  ## 1.7.1 / 2024-01-24
4
11
 
5
12
  ### Dependencies
6
13
 
7
- - Vendored sqlite is update to [v3.45.0](https://www.sqlite.org/releaselog/3_45_0.html). @flavorjones
14
+ - Vendored sqlite is updated to [v3.45.0](https://www.sqlite.org/releaselog/3_45_0.html). @flavorjones
8
15
 
9
16
 
10
17
  ## 1.7.0 / 2023-12-27
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
- # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76
4
+ # a54395aa2cf76b5b973fa420715b6108afedc4d8c0209c763fd2c1b517f8ad9f
5
5
  #
6
- # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450000.tar.gz
7
- # 9fc2a78088875ae7c112957d58ccc52b1a0a4afa34ac669290be42f352b1aa76 ports/archives/sqlite-autoconf-3450000.tar.gz
6
+ # $ sha3sum -a 256 ports/archives/sqlite-autoconf-3450100.tar.gz
7
+ # a54395aa2cf76b5b973fa420715b6108afedc4d8c0209c763fd2c1b517f8ad9f ports/archives/sqlite-autoconf-3450100.tar.gz
8
8
  #
9
- # $ sha256sum ports/archives/sqlite-autoconf-3450000.tar.gz
10
- # 72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436 ports/archives/sqlite-autoconf-3450000.tar.gz
11
- :version: "3.45.0"
9
+ # $ sha256sum ports/archives/sqlite-autoconf-3450100.tar.gz
10
+ # cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a ports/archives/sqlite-autoconf-3450100.tar.gz
11
+ :version: "3.45.1"
12
12
  :files:
13
- - :url: "https://sqlite.org/2024/sqlite-autoconf-3450000.tar.gz"
14
- :sha256: "72887d57a1d8f89f52be38ef84a6353ce8c3ed55ada7864eb944abd9a495e436"
13
+ - :url: "https://sqlite.org/2024/sqlite-autoconf-3450100.tar.gz"
14
+ :sha256: "cd9c27841b7a5932c9897651e20b86c701dd740556989b01ca596fcfa3d49a0a"
Binary file
Binary file
Binary file
Binary file
@@ -1,11 +1,11 @@
1
1
  module SQLite3
2
2
 
3
- VERSION = "1.7.1"
3
+ VERSION = "1.7.2"
4
4
 
5
5
  module VersionProxy
6
6
  MAJOR = 1
7
7
  MINOR = 7
8
- TINY = 1
8
+ TINY = 2
9
9
  BUILD = nil
10
10
 
11
11
  STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
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: 1.7.1
4
+ version: 1.7.2
5
5
  platform: x86_64-darwin
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-01-24 00:00:00.000000000 Z
14
+ date: 2024-01-30 00:00:00.000000000 Z
15
15
  dependencies: []
16
16
  description: |
17
17
  Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled