sqlite3 2.4.1-x86_64-darwin → 2.5.0.rc1-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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7347334e468d4bfbd92a4dd3a6d71d49ab93ef4f36bb7c97ca392c8b249726c2
|
4
|
+
data.tar.gz: 013bc7ae091b7642cfb90d715de49f833d6a8e431a4dd8cee3ff3e8531202833
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2bc1b88cfa798c5ebeeae845a87c8a4e969f70ace621a902c6fa78d6a19fb3b3d3228b5467d3572d37f617beacbcd75b8f4f75a1dd3298a2421b3b02454caa4f
|
7
|
+
data.tar.gz: e65c50dbbfaaa6681554e0ffafcede0e14e92659b59269e573f63b1b243204b27483942feb45a61da9d3ed0101f20f7f19ad689951d756603474441f73d2d912
|
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: 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-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:
|