xapian-ruby 1.2.19.1 → 1.4.16
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/CHANGELOG.md +19 -1
- data/README.rdoc +2 -1
- data/Rakefile +1 -1
- data/xapian_source/xapian-bindings-1.4.16.tar.xz +0 -0
- data/xapian_source/xapian-core-1.4.16.tar.xz +0 -0
- metadata +6 -7
- data/xapian_source/xapian-bindings-1.2.19.tar.xz +0 -0
- data/xapian_source/xapian-core-1.2.19.tar.xz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: e47b96289e21ee62bd8126350170accadf552a098e219923441ff2f29d9eaf90
|
4
|
+
data.tar.gz: 23158ec6a370d3d863431712f9f7fe169a3d36813c54b8e9f700121de06d3ee9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0dba5b2733ddccaf4de0903f4a3bec20996e640d299d9b70de6313e71639813569bd3fe0be915d6a704feb11f082ce43dfed9ae5816e3517f2e06206bd89f30
|
7
|
+
data.tar.gz: 99de833e7d321a6fa0a3a7e6c26012d8640620397c6b6786046d89a27df31722879c99c1b41ed151fdaa34f06bf7820ed86522d3b34a8f6702540a4dcecc10a0
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,22 @@
|
|
1
|
-
##1.
|
1
|
+
##1.4.16 (June 21st, 2020)
|
2
|
+
|
3
|
+
- update to xapian 1.4.16
|
4
|
+
|
5
|
+
##1.4.9 (Nove,ber 7th, 2018)
|
6
|
+
|
7
|
+
- update to xapian 1.2.22
|
8
|
+
##1.2.22 (January 12th, 2016)
|
9
|
+
|
10
|
+
- update to xapian 1.2.22
|
11
|
+
|
12
|
+
##1.2.21 (July 14th, 2015)
|
13
|
+
|
14
|
+
- update to xapian 1.2.21
|
15
|
+
|
16
|
+
##1.2.20 (May 5th, 2015)
|
17
|
+
|
18
|
+
- fixed tar flags
|
19
|
+
##1.2.19.1 (December 30th, 2014)
|
2
20
|
|
3
21
|
- fixed tar flags
|
4
22
|
|
data/README.rdoc
CHANGED
data/Rakefile
CHANGED
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xapian-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.16
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gernot Kogler
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-06-22 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description:
|
14
14
|
email: gernot.kogler (at) garaio (dot) com
|
@@ -21,8 +21,8 @@ files:
|
|
21
21
|
- LICENSE
|
22
22
|
- README.rdoc
|
23
23
|
- Rakefile
|
24
|
-
- xapian_source/xapian-bindings-1.
|
25
|
-
- xapian_source/xapian-core-1.
|
24
|
+
- xapian_source/xapian-bindings-1.4.16.tar.xz
|
25
|
+
- xapian_source/xapian-core-1.4.16.tar.xz
|
26
26
|
homepage: https://github.com/garaio/xapian-ruby
|
27
27
|
licenses: []
|
28
28
|
metadata: {}
|
@@ -34,15 +34,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
34
34
|
requirements:
|
35
35
|
- - ">="
|
36
36
|
- !ruby/object:Gem::Version
|
37
|
-
version:
|
37
|
+
version: 1.8.0
|
38
38
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
39
39
|
requirements:
|
40
40
|
- - ">="
|
41
41
|
- !ruby/object:Gem::Version
|
42
42
|
version: 1.3.6
|
43
43
|
requirements: []
|
44
|
-
|
45
|
-
rubygems_version: 2.4.5
|
44
|
+
rubygems_version: 3.0.3
|
46
45
|
signing_key:
|
47
46
|
specification_version: 4
|
48
47
|
summary: xapian libraries and ruby bindings
|
Binary file
|
Binary file
|