sqlite3 1.6.5.rc1-x86-linux → 1.6.5-x86-linux

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: 9eeba481a3d5a6cafca126b796e209986112ae80521cfeb78b3e0fffd381cd09
4
- data.tar.gz: fe938f491e7678fe3db283e86ef9f2ef816dbde9277b3783203cffbbb0d0d9c2
3
+ metadata.gz: ed87a93f6b5a341b194f0eae3960964ff60c136860a5d5ebeac2607024dbe061
4
+ data.tar.gz: e6432ecee576991e8777af4acdb8a7170e700693bbaae27a1f35b33c573b7699
5
5
  SHA512:
6
- metadata.gz: 563e03be6565091502ccd74664cc1880b8f0ef8950cbe9bfb0c2f8b4bb08054b89f1f750352511ae248d787403be1f162e0a6dda328b0cc4c06dad3f42ff8081
7
- data.tar.gz: 990c6714c13166ef6a3ecb0424ebd770e6e876087d99ceb9d13335d598d75b749c0abb76e5864517ef0a0b92688bcc8f9a61567a9273616567f71afdbd4d018f
6
+ metadata.gz: f7688e8b70f3c71aa664b6cf0900b1af096f09bdb3b5c16017b8310ff9c19d590239986f48d77b6e07222a0b98377e51c55d7bfb1e39f209460b8b6b03b00238
7
+ data.tar.gz: f8f2c226aaea976213498375d72e908f08107053b77475a5d14ff201dc3ca9b2cc007696314e5b8af05e2d5e2fa71dce3de2bc8e22173d8444e42d99b85855c8
data/CHANGELOG.md CHANGED
@@ -1,10 +1,10 @@
1
1
  # sqlite3-ruby Changelog
2
2
 
3
- ## 1.6.5.rc1 / 2023-09-08
3
+ ## 1.6.5 / 2023-09-08
4
4
 
5
5
  ### Packaging
6
6
 
7
- * Allow setting compiler flags for the sqlite library via a `--with-sqlite-cflags` argument to `extconf.rb`. See `INSTALLATION.md` for more information. [#401, #402] (@flavorjones)
7
+ * Allow setting compiler flags for the sqlite library via a `--with-sqlite-cflags` argument to `extconf.rb`. See [`INSTALLATION.md`](https://github.com/sparklemotion/sqlite3-ruby/blob/master/INSTALLATION.md#controlling-compilation-flags-for-sqlite) for more information. [#401, #402] (@flavorjones)
8
8
 
9
9
 
10
10
  ## 1.6.4 / 2023-08-26
@@ -1,12 +1,12 @@
1
1
  module SQLite3
2
2
 
3
- VERSION = "1.6.5.rc1"
3
+ VERSION = "1.6.5"
4
4
 
5
5
  module VersionProxy
6
6
  MAJOR = 1
7
7
  MINOR = 6
8
8
  TINY = 5
9
- BUILD = "rc1"
9
+ BUILD = nil
10
10
 
11
11
  STRING = [ MAJOR, MINOR, TINY, BUILD ].compact.join( "." )
12
12
 
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: 1.6.5.rc1
4
+ version: 1.6.5
5
5
  platform: x86-linux
6
6
  authors:
7
7
  - Jamis Buck
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2023-09-08 00:00:00.000000000 Z
13
+ date: 2023-09-09 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: |-
16
16
  This module allows Ruby programs to interface with the SQLite3
@@ -117,9 +117,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
117
117
  version: 3.3.dev
118
118
  required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  requirements:
120
- - - ">"
120
+ - - ">="
121
121
  - !ruby/object:Gem::Version
122
- version: 1.3.1
122
+ version: '0'
123
123
  requirements: []
124
124
  rubygems_version: 3.3.26
125
125
  signing_key: