sqlite3 2.4.1 → 2.5.0.rc1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 587b8c3fba9ab76be92347be3c241505f2c09d0093145dce98a5eedd9015e2a8
4
- data.tar.gz: a8d01d3ab6899819b2835122913498af86c0de2d535d08b40fb04755e50242cf
3
+ metadata.gz: acaf05cd64d42ef4e5fb84ac2f46f5b3c73af0c16da41251796e73ed5b2e6bf7
4
+ data.tar.gz: 7251ef9f03cde93cabb787fd792dff45b41abf2c62c561ff24d528462e24a2ea
5
5
  SHA512:
6
- metadata.gz: 87a6d40f2ce8a425c0d0862c6e89cbee7ce0de85f4ac4538993a4dadc6e18bc8a6b72d584b609bbb5a489c80b6db625e2f74b6dd8383e3d20898d303e3225c20
7
- data.tar.gz: a555066e5fce69ec409658c3ea8ffdf558d57ec3413d1fb21a002472c350527c303329a0a4c32c26814faa758640233abf9e71f8febf111922f8c4702ad52fb9
6
+ metadata.gz: 42a3933c2d8877bc9f3f795e4613f566ec6aa739075f6119af52cc5a668b260a2222885e7968f3ce5703d458b3286382166b7536a241351b00944ebd58dd71c8
7
+ data.tar.gz: be80f3d5a1e2815f8e36417af5979f792c31f84856f677ce0cc56e3c528a96ca7fd2aeb60680b4265b46c091a186dff3c3656a9482abd39a72cece5a1f7821be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
+ ## 2.5.0.rc1 / 2024-12-14
4
+
5
+ ### Ruby
6
+
7
+ This release introduces native gem packages that include Ruby 3.4.
8
+
9
+
3
10
  ## 2.4.1 / 2024-12-08
4
11
 
5
12
  ### Dependencies
@@ -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.4.1"
3
+ VERSION = "2.5.0.rc1"
4
4
  end
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.1
4
+ version: 2.5.0.rc1
5
5
  platform: ruby
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-08 00:00:00.000000000 Z
14
+ date: 2024-12-14 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: mini_portile2
@@ -102,11 +102,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
102
  version: '3.1'
103
103
  required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  requirements:
105
- - - ">="
105
+ - - ">"
106
106
  - !ruby/object:Gem::Version
107
- version: '0'
107
+ version: 1.3.1
108
108
  requirements: []
109
- rubygems_version: 3.5.22
109
+ rubygems_version: 3.3.22
110
110
  signing_key:
111
111
  specification_version: 4
112
112
  summary: Ruby library to interface with the SQLite3 database engine (http://www.sqlite.org).