rroonga 9.0.2 → 9.0.3
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 +4 -4
- data/Rakefile +1 -1
- data/doc/text/news.md +6 -0
- data/ext/groonga/rb-grn.h +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d57c8009b0208e7e7a664d88571dd572d1c57854eaacf642447370a46eb4b0ca
|
|
4
|
+
data.tar.gz: dd1bbbf57c0625903acddf7bcefea6b1bf6d25b11250030b4e73e67964de0750
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1670c187030094b149c0519a691ec08955b4b0ec5ebad06e32b3356dfae8cfdfcafcf2b4dfea261524b2273089f764f8e619582dab065906919ccfc23e3f2809
|
|
7
|
+
data.tar.gz: b10932d7b251953142d3d1ad25faeadc4ce37a408009aaad6f1927e9d1ae20edba8e0cafe4ff494c05805449d5c4df8d235a338ae5454126e559bd1101eda883
|
data/Rakefile
CHANGED
|
@@ -158,7 +158,7 @@ windows_architectures = [:x86, :x64]
|
|
|
158
158
|
|
|
159
159
|
namespace :build do
|
|
160
160
|
namespace :windows do
|
|
161
|
-
ruby_versions = "2.
|
|
161
|
+
ruby_versions = "2.3.0:2.4.0:2.5.0:2.6.0"
|
|
162
162
|
|
|
163
163
|
windows_architectures.each do |architecture|
|
|
164
164
|
desc "Build gem for Windows #{architecture}"
|
data/doc/text/news.md
CHANGED
data/ext/groonga/rb-grn.h
CHANGED
|
@@ -99,7 +99,7 @@ RB_GRN_BEGIN_DECLS
|
|
|
99
99
|
|
|
100
100
|
#define RB_GRN_MAJOR_VERSION 9
|
|
101
101
|
#define RB_GRN_MINOR_VERSION 0
|
|
102
|
-
#define RB_GRN_MICRO_VERSION
|
|
102
|
+
#define RB_GRN_MICRO_VERSION 3
|
|
103
103
|
|
|
104
104
|
#define RB_GRN_OBJECT(object) ((RbGrnObject *)(object))
|
|
105
105
|
#define RB_GRN_NAMED_OBJECT(object) ((RbGrnNamedObject *)(object))
|