sqlite3 1.6.5.rc1-x86_64-linux → 1.6.5-x86_64-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: d7ee7e50ff874d81d39604c535e8f53b4de644267b89714311a5a08cec0ecaa1
4
- data.tar.gz: a868220a6fe79591787e0aa038ff4d2827888a63a4d5ea65be54f977268c1c3b
3
+ metadata.gz: a8c11931aa9bead126b92ea7f1aa431ce5b60a1847c382f7be78dc4ae63d2f26
4
+ data.tar.gz: 7ea1b40f82b616096d92d5e3ca4afbfc5a037aa8271d06967bca7a5dffb2e42c
5
5
  SHA512:
6
- metadata.gz: 881b41d1880a418d1bfa793981cc4475316e6b94004fe329e94bd2e4a9aaa44ed2b9fc84dbe0997083d340a4d1dee923c6aa1e4a2e4b6b8e8681787bfed4ab8f
7
- data.tar.gz: 9e443dec7e055936ab68abb5fcb726e511ee383beeec1afdb39ceb133114468f922570009aa1abc6281da6626b68c0ad51460647a5ffdf235c828d8cca456975
6
+ metadata.gz: 255fec483c04d9603bf9f33f89a7ce2ddfdc4277561d741fe10809cc9cdb7b0aff78932300a95930f1e67f092179f554ffa8f06af97f6abca4224e7f2ad2acec
7
+ data.tar.gz: 450e820d3377cc769c8be2ada876dd131f2a42555b9c38eb470925f9a6935dc8c48346b38a3e02315672035edd9171deb732195cbb47b6b15705deb0ed31c3d1
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_64-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: