sqlite3 1.6.5.rc1-x64-mingw32 → 1.6.5-x64-mingw32

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: 8388d74e973d579d4561ddb4799a6b4acf759c83af3edf6c7ff28cef3e4aa4e1
4
- data.tar.gz: 977aecbe2d7b2983cdb1c5387945385d5fd665baffd1add263b71df3c508a824
3
+ metadata.gz: a9cd397040fecaa7542304e94e629b2955e43cedb7ddc61b1cbc1a6d3d616834
4
+ data.tar.gz: 25f8b8998a2960c1d2d96d1861fcaa21a2865b8cc1c0369658526f048afe4a4c
5
5
  SHA512:
6
- metadata.gz: a2e6513f9306d178979a9493afdf35eaf39f488336b847a0f02abe2caa18ad2056c75c9cdd4bfd29b581128712286b96bdc01c3f4f47777cafdb320758d51912
7
- data.tar.gz: 9aee5c5170f4746a5279c0a7e3b852fde980eb01723a3ddfeee9d204d039f99cc07fc98d7fbcea8ab8d1f87eab9b9fcc1f26bfed085d684c08e939d0fed873ea
6
+ metadata.gz: 1d1b80f4068a6acf2c36f96253816105c3987a7c3ddfe4d86bd57ba8d3b30e7290611136bf134e524b1d9bf2845ef46be353681037c658938f0ac34a4aae3f78
7
+ data.tar.gz: 707fc1da97e5f972315c8677bf05089bd1411237453312a1468e733a8cd82651861f45ecbdf746284cc3eed13a2813deafd73d148a9f5dc45a706a0bcfb95c36
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
Binary file
Binary file
@@ -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: x64-mingw32
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
@@ -115,9 +115,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
115
115
  version: 3.1.dev
116
116
  required_rubygems_version: !ruby/object:Gem::Requirement
117
117
  requirements:
118
- - - ">"
118
+ - - ">="
119
119
  - !ruby/object:Gem::Version
120
- version: 1.3.1
120
+ version: '0'
121
121
  requirements: []
122
122
  rubygems_version: 3.3.26
123
123
  signing_key: