sqlite3 2.5.0.rc1 → 2.5.0

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: acaf05cd64d42ef4e5fb84ac2f46f5b3c73af0c16da41251796e73ed5b2e6bf7
4
- data.tar.gz: 7251ef9f03cde93cabb787fd792dff45b41abf2c62c561ff24d528462e24a2ea
3
+ metadata.gz: 6c77087bc2b7d9598f011a86607768b9500f9734ee3e37ef46590deb46e0396a
4
+ data.tar.gz: 46532d41a1cff9d677195260dfc2475be49398ebbe989910e2534187d301a223
5
5
  SHA512:
6
- metadata.gz: 42a3933c2d8877bc9f3f795e4613f566ec6aa739075f6119af52cc5a668b260a2222885e7968f3ce5703d458b3286382166b7536a241351b00944ebd58dd71c8
7
- data.tar.gz: be80f3d5a1e2815f8e36417af5979f792c31f84856f677ce0cc56e3c528a96ca7fd2aeb60680b4265b46c091a186dff3c3656a9482abd39a72cece5a1f7821be
6
+ metadata.gz: d20f408cbbda35ae2e8c37365b71f0ce1836eaab6ebcf8d9f7ed6470b0530a487a571fdc3438b17300656c9a264e3aa11e90ef9b1a02db15f2bf7de1c3ca1943
7
+ data.tar.gz: 47051aa730bd1cdfc3c41e9933d993edb4f66928365a811c717b14a0fd40773558ee3a5b491b7ae1f492a27db5cc6f009ec088da75e6b73da6d47de47a83a280
data/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
- ## 2.5.0.rc1 / 2024-12-14
3
+ ## 2.5.0 / 2024-12-25
4
4
 
5
5
  ### Ruby
6
6
 
@@ -1,4 +1,4 @@
1
1
  module SQLite3
2
2
  # (String) the version of the sqlite3 gem, e.g. "2.1.1"
3
- VERSION = "2.5.0.rc1"
3
+ VERSION = "2.5.0"
4
4
  end
metadata CHANGED
@@ -1,17 +1,16 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqlite3
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0.rc1
4
+ version: 2.5.0
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:
12
11
  bindir: bin
13
12
  cert_chain: []
14
- date: 2024-12-14 00:00:00.000000000 Z
13
+ date: 2024-12-25 00:00:00.000000000 Z
15
14
  dependencies:
16
15
  - !ruby/object:Gem::Dependency
17
16
  name: mini_portile2
@@ -30,7 +29,6 @@ dependencies:
30
29
  description: |
31
30
  Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org). Precompiled
32
31
  binaries are available for common platforms for recent versions of Ruby.
33
- email:
34
32
  executables: []
35
33
  extensions:
36
34
  - ext/sqlite3/extconf.rb
@@ -89,7 +87,6 @@ metadata:
89
87
  source_code_uri: https://github.com/sparklemotion/sqlite3-ruby
90
88
  msys2_mingw_dependencies: sqlite3
91
89
  rubygems_mfa_required: 'true'
92
- post_install_message:
93
90
  rdoc_options:
94
91
  - "--main"
95
92
  - README.md
@@ -102,12 +99,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
99
  version: '3.1'
103
100
  required_rubygems_version: !ruby/object:Gem::Requirement
104
101
  requirements:
105
- - - ">"
102
+ - - ">="
106
103
  - !ruby/object:Gem::Version
107
- version: 1.3.1
104
+ version: '0'
108
105
  requirements: []
109
- rubygems_version: 3.3.22
110
- signing_key:
106
+ rubygems_version: 3.6.2
111
107
  specification_version: 4
112
108
  summary: Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org).
113
109
  test_files: []