sqlite3 2.4.1-arm64-darwin → 2.5.0.rc1-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: 8ee31dde12dc884ca916f652de22a11eb083b900a455236bcc35c2136a11de11
|
4
|
+
data.tar.gz: a950cfa8020978eeeef85ab5d22ecff1b8cc4fa25920a75c4259c86093e37570
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a41f5d191923da9a85f2008e0d2231be17d8ae09ab94be7aa08f6367c31acd288b323d3bcaa5ca7a05f1354936c5c31d84c1d64fbf63b52b8964ec191db069d2
|
7
|
+
data.tar.gz: 0fd7a57a5ca8d9adce603f40fcae7e8e0e55f08800e8dd4097945de4375a58aad0ca8c373a784427737ea4e3c58a3aa9400396e9b8117c2bcfa29129a60be334
|
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.rc1
|
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-14 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,12 +89,12 @@ 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
|
+
- - ">"
|
95
96
|
- !ruby/object:Gem::Version
|
96
|
-
version:
|
97
|
+
version: 1.3.1
|
97
98
|
requirements: []
|
98
99
|
rubygems_version: 3.3.26
|
99
100
|
signing_key:
|