rroonga 9.0.2-x86-mingw32 → 9.0.3-x86-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 +4 -4
- data/Rakefile +1 -1
- data/doc/text/news.md +6 -0
- data/ext/groonga/rb-grn.h +1 -1
- data/lib/2.3/groonga.so +0 -0
- data/lib/2.4/groonga.so +0 -0
- data/lib/2.5/groonga.so +0 -0
- data/lib/2.6/groonga.so +0 -0
- metadata +4 -4
- data/lib/2.2/groonga.so +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d9302596bbfc7ea243aec3dcc90d00b5acfcc984a7fdc1811744220937d2b929
|
4
|
+
data.tar.gz: 83599d7a2ea5b52b8f311678735c0b279787766c51b620cfa924530bdbaee8b8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ac6cf1b7efad3d0a0660a7ad02e8956a5cb47aa75eb1527797c0bf9e9973f768860821798daaa36beb4501f77f5ee821028fd3941595412576259d45ba4a6636
|
7
|
+
data.tar.gz: e392b9708f1dd7cad719f5e125dd7deb2318a808d7a1fe5e67c3ba5dd644072ecb0ed2009e56e073efc8af5e0c0ab79f780125936d1a4079f4b16787e6678282
|
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))
|
data/lib/2.3/groonga.so
CHANGED
Binary file
|
data/lib/2.4/groonga.so
CHANGED
Binary file
|
data/lib/2.5/groonga.so
CHANGED
Binary file
|
data/lib/2.6/groonga.so
ADDED
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rroonga
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 9.0.
|
4
|
+
version: 9.0.3
|
5
5
|
platform: x86-mingw32
|
6
6
|
authors:
|
7
7
|
- Kouhei Sutou
|
@@ -297,10 +297,10 @@ files:
|
|
297
297
|
- ext/groonga/rb-grn.h
|
298
298
|
- ext/groonga/rb-groonga.c
|
299
299
|
- extconf.rb
|
300
|
-
- lib/2.2/groonga.so
|
301
300
|
- lib/2.3/groonga.so
|
302
301
|
- lib/2.4/groonga.so
|
303
302
|
- lib/2.5/groonga.so
|
303
|
+
- lib/2.6/groonga.so
|
304
304
|
- lib/groonga.rb
|
305
305
|
- lib/groonga/column.rb
|
306
306
|
- lib/groonga/context.rb
|
@@ -2300,10 +2300,10 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
2300
2300
|
requirements:
|
2301
2301
|
- - ">="
|
2302
2302
|
- !ruby/object:Gem::Version
|
2303
|
-
version: '2.
|
2303
|
+
version: '2.3'
|
2304
2304
|
- - "<"
|
2305
2305
|
- !ruby/object:Gem::Version
|
2306
|
-
version: 2.
|
2306
|
+
version: 2.7.dev
|
2307
2307
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
2308
2308
|
requirements:
|
2309
2309
|
- - ">="
|
data/lib/2.2/groonga.so
DELETED
Binary file
|