xapian-ruby 1.2.22 → 1.4.9
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
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: c96b368615b7874424731ee4aa99063cf9196ee08f60f477a3500c62611db6bc
|
4
|
+
data.tar.gz: c15eb0fbfa1e32874beb781ba31f20595f2ef261f6b843d16cc8669d640dc94b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2e6a24b92e25e13a14832640c1ca4f4e42ea1d829a7d9f063d19863752f4456e9421ed61156860bb9cca5d2eea3b579bbcc25f15d9a46656fc1c70ffdba65fa6
|
7
|
+
data.tar.gz: 425783e06b24d8236aeaac03a7ce38ec1c3b68d32270a0c2791801c29cf2372135e64a7ef7facecc4a7645f189f663cdf7299cc507257b724f20d303ef4c6c5a
|
data/CHANGELOG.md
CHANGED
@@ -1,4 +1,7 @@
|
|
1
|
-
##1.
|
1
|
+
##1.4.9 (Nove,ber 7th, 2018)
|
2
|
+
|
3
|
+
- update to xapian 1.2.22
|
4
|
+
##1.2.22 (January 12th, 2016)
|
2
5
|
|
3
6
|
- update to xapian 1.2.22
|
4
7
|
|
@@ -9,7 +12,7 @@
|
|
9
12
|
##1.2.20 (May 5th, 2015)
|
10
13
|
|
11
14
|
- fixed tar flags
|
12
|
-
##1.2.19.1 (December 30th, 2014)
|
15
|
+
##1.2.19.1 (December 30th, 2014)
|
13
16
|
|
14
17
|
- fixed tar flags
|
15
18
|
|
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.9
|
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: 2018-11-07 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.9.tar.xz
|
25
|
+
- xapian_source/xapian-core-1.4.9.tar.xz
|
26
26
|
homepage: https://github.com/garaio/xapian-ruby
|
27
27
|
licenses: []
|
28
28
|
metadata: {}
|
@@ -42,7 +42,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
42
42
|
version: 1.3.6
|
43
43
|
requirements: []
|
44
44
|
rubyforge_project:
|
45
|
-
rubygems_version: 2.
|
45
|
+
rubygems_version: 2.7.7
|
46
46
|
signing_key:
|
47
47
|
specification_version: 4
|
48
48
|
summary: xapian libraries and ruby bindings
|
Binary file
|
Binary file
|