sqlite3 2.4.1-arm64-darwin → 2.5.0-arm64-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7d405fc1345e3c425ed45f20653da3826bcd46e903fd7feba90734caa9551c9d
|
4
|
+
data.tar.gz: 5783fec7bcbe136b97dff2a4d2126df2e59f24cac76110b6e8c68add7a16a267
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b726bee9e2c09d3f9a36efe47ae47007072be638d805d95aaeaacc27d339ebcf43f278f5dbaa4b0ad5fdd432260a15b8ef9fdaf3cc6070e0baf629ca756d4d57
|
7
|
+
data.tar.gz: 531bee0c16e89230cac0bf6dca96e4f2a7b23a88e8ab6ec698943b1d6a4d592c2b47631a675a7880716d39a5d86d655139476735eb2a0822d55c14dd3f7b3a4a
|
data/CHANGELOG.md
CHANGED
Binary file
|
Binary file
|
Binary file
|
Binary file
|
data/lib/sqlite3/version.rb
CHANGED
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.
|
4
|
+
version: 2.5.0
|
5
5
|
platform: arm64-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-12-
|
14
|
+
date: 2024-12-25 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
|
@@ -55,6 +55,7 @@ files:
|
|
55
55
|
- lib/sqlite3/3.1/sqlite3_native.bundle
|
56
56
|
- lib/sqlite3/3.2/sqlite3_native.bundle
|
57
57
|
- lib/sqlite3/3.3/sqlite3_native.bundle
|
58
|
+
- lib/sqlite3/3.4/sqlite3_native.bundle
|
58
59
|
- lib/sqlite3/constants.rb
|
59
60
|
- lib/sqlite3/database.rb
|
60
61
|
- lib/sqlite3/errors.rb
|
@@ -88,7 +89,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
88
89
|
version: '3.1'
|
89
90
|
- - "<"
|
90
91
|
- !ruby/object:Gem::Version
|
91
|
-
version: 3.
|
92
|
+
version: 3.5.dev
|
92
93
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
93
94
|
requirements:
|
94
95
|
- - ">="
|