sqlite3 1.6.5.rc1-x86_64-darwin → 1.6.5-x86_64-darwin

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: 9b9aa606b6cc305938ca3d3ac26644d34ce0c66730ab2f534d05b8ec2085b0cf
4
- data.tar.gz: e6ea46c9d4cc109993638aa1e583bf0db29a2e694a87923c09bcb4fe5e5fda37
3
+ metadata.gz: d4fe2821e07abff3a50e9a4c7a585844266af6853c3421feb3df6554f2ebcf57
4
+ data.tar.gz: 0d4fe68ecd82c5dd06daeb4874dd676a2df777e3abfe70d338ac7d2acbcf7dab
5
5
  SHA512:
6
- metadata.gz: 6e3e0381fdd1efe66899ef35899947e1de61279c2838904c53e79c38c11a3536048ae6bc8c363545a054454b26c448cf85fcb4801ea38990924bfad13e983d8c
7
- data.tar.gz: ca6a85f650fac099d0242773b28e253c490ba3bb4d92a85be17c4997417c4b0e1409bd06ad84cefcc43b14aa825b928d0f87c78265c7bfbf8a492ce5ecb2c025
6
+ metadata.gz: c8ac25c0068e8a9187cf023144b056fa5d7bd815f41a3bf904173a52646b028e7b266b2c13c2742e9cdf5f28245dd0ee39d0d37f70746b015910f586bf36d55d
7
+ data.tar.gz: f43ba0e217482044605f14051919e66eaa776f97df9e7538ba3eb902e2873a034c0af080df0cedac787a96049fe27cb7f339d32449af680351049024ea54b627
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: x86_64-darwin
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: