xapian-ruby 1.2.19.1 → 1.4.16

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 6d31dc92f7eecd48cc9f965fd05fe85e3ca97bde
4
- data.tar.gz: 0aef21bd58fb2aa75361de345aef6b25cec2a210
2
+ SHA256:
3
+ metadata.gz: e47b96289e21ee62bd8126350170accadf552a098e219923441ff2f29d9eaf90
4
+ data.tar.gz: 23158ec6a370d3d863431712f9f7fe169a3d36813c54b8e9f700121de06d3ee9
5
5
  SHA512:
6
- metadata.gz: 56fbb54abf15d6ecc9e820f0b15bb5f499717fb7405b963f43668d597a634f762f6284e6125196316017420ff7d926a332e9b5825899d4a519e934ad13dc5f0a
7
- data.tar.gz: df43744a5c0d8641a1e875f9b766cf12a5238a392d95bdde6ada071460cc315576fe77c1d0610c0b060a20873db9a2d1793721b811f5cb2a21447eeb57d3ba10
6
+ metadata.gz: f0dba5b2733ddccaf4de0903f4a3bec20996e640d299d9b70de6313e71639813569bd3fe0be915d6a704feb11f082ce43dfed9ae5816e3517f2e06206bd89f30
7
+ data.tar.gz: 99de833e7d321a6fa0a3a7e6c26012d8640620397c6b6786046d89a27df31722879c99c1b41ed151fdaa34f06bf7820ed86522d3b34a8f6702540a4dcecc10a0
@@ -1,4 +1,22 @@
1
- ##1.2.19.1 (December 30th, 2014)
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
 
@@ -1,3 +1,4 @@
1
1
  = Xapian-Ruby
2
2
 
3
- Xapian-Ruby installs the current xapian libs and ruby bindings
3
+ Xapian-Ruby installs the current Xapian libraries and Ruby bindings.
4
+ The Xapian libraries will reside within the lib folder of this gem.
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ def system!(cmd)
9
9
  system(cmd) or raise
10
10
  end
11
11
 
12
- ver = '1.2.19'
12
+ ver = '1.4.16'
13
13
  source_dir = 'xapian_source'
14
14
  core = "xapian-core-#{ver}"
15
15
  bindings = "xapian-bindings-#{ver}"
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.2.19.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: 2014-12-30 00:00:00.000000000 Z
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.2.19.tar.xz
25
- - xapian_source/xapian-core-1.2.19.tar.xz
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: '0'
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
- rubyforge_project:
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