xapian-ruby 1.4.9 → 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
2
  SHA256:
3
- metadata.gz: c96b368615b7874424731ee4aa99063cf9196ee08f60f477a3500c62611db6bc
4
- data.tar.gz: c15eb0fbfa1e32874beb781ba31f20595f2ef261f6b843d16cc8669d640dc94b
3
+ metadata.gz: e47b96289e21ee62bd8126350170accadf552a098e219923441ff2f29d9eaf90
4
+ data.tar.gz: 23158ec6a370d3d863431712f9f7fe169a3d36813c54b8e9f700121de06d3ee9
5
5
  SHA512:
6
- metadata.gz: 2e6a24b92e25e13a14832640c1ca4f4e42ea1d829a7d9f063d19863752f4456e9421ed61156860bb9cca5d2eea3b579bbcc25f15d9a46656fc1c70ffdba65fa6
7
- data.tar.gz: 425783e06b24d8236aeaac03a7ce38ec1c3b68d32270a0c2791801c29cf2372135e64a7ef7facecc4a7645f189f663cdf7299cc507257b724f20d303ef4c6c5a
6
+ metadata.gz: f0dba5b2733ddccaf4de0903f4a3bec20996e640d299d9b70de6313e71639813569bd3fe0be915d6a704feb11f082ce43dfed9ae5816e3517f2e06206bd89f30
7
+ data.tar.gz: 99de833e7d321a6fa0a3a7e6c26012d8640620397c6b6786046d89a27df31722879c99c1b41ed151fdaa34f06bf7820ed86522d3b34a8f6702540a4dcecc10a0
@@ -1,3 +1,7 @@
1
+ ##1.4.16 (June 21st, 2020)
2
+
3
+ - update to xapian 1.4.16
4
+
1
5
  ##1.4.9 (Nove,ber 7th, 2018)
2
6
 
3
7
  - update to xapian 1.2.22
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ def system!(cmd)
9
9
  system(cmd) or raise
10
10
  end
11
11
 
12
- ver = '1.4.9'
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.4.9
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: 2018-11-07 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.4.9.tar.xz
25
- - xapian_source/xapian-core-1.4.9.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: {}
@@ -41,8 +41,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
41
41
  - !ruby/object:Gem::Version
42
42
  version: 1.3.6
43
43
  requirements: []
44
- rubyforge_project:
45
- rubygems_version: 2.7.7
44
+ rubygems_version: 3.0.3
46
45
  signing_key:
47
46
  specification_version: 4
48
47
  summary: xapian libraries and ruby bindings