xapian-full-alaveteli 1.4.20.1 → 1.4.21.1

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
2
  SHA256:
3
- metadata.gz: 93c8fcb138a5ceb15992865e7b0c3c2401b84ad614e7fa105cda87a541ad1e8f
4
- data.tar.gz: 5434fc62f883d339c98561156eaaf2ec6c54dd9f40021558457cae17c3d8d193
3
+ metadata.gz: b6ef67e0f605e4de3de85ddbad1a537b988c7bebeff28ffe8440ecfbdfde19bc
4
+ data.tar.gz: ade0c4387305344c365911e16e946b66a15262116ea2dd7663ba93ac0a55414a
5
5
  SHA512:
6
- metadata.gz: 4fb784bcf90cbb01698e7c59960570a49213454fc753ea00a4aabafa2d1083e42402b01375a4e77779033a4cd386614ea26ed1da97890c7445fa41259f1ce76e
7
- data.tar.gz: 186736c402f3ecedf20a86e764d464182e8630de20a7e9afd4f533333dacdd81027855825e4ae6b198df34599975804bfe184d048953e2aeb4564e85ed2fb68c
6
+ metadata.gz: 27c0de4998c0c70e7f987e5165d4ebb79b3f4fa49f48501e1255a2fd80871dbd368678f65b6ab696211c2db868bfa4be33bd041eb14f9836f675d0a70542ecf3
7
+ data.tar.gz: 8c9c667039e3a325fc8006b51d1363de4d1324651172e9f1a8d581ea67b57b4b67fe0251ce0bfb0e95d75cffeea4f55195de764b27ff5579a4e88a85b8bf8cad
data/Rakefile CHANGED
@@ -13,7 +13,7 @@ def system!(cmd)
13
13
  system(cmd) or raise
14
14
  end
15
15
 
16
- ver = '1.4.20'
16
+ ver = '1.4.21'
17
17
  iter = '1'
18
18
  core = "xapian-core-#{ver}"
19
19
  bindings = "xapian-bindings-#{ver}"
Binary file
Binary file
data/xapian-full.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{xapian-full-alaveteli}
5
- s.version = "1.4.20.1"
5
+ s.version = "1.4.21.1"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon", "Alexey Pisarenko", "Louise Crow", "Ian Chard", "Sam Pearson"]
@@ -14,8 +14,8 @@ Gem::Specification.new do |s|
14
14
  s.files = [
15
15
  "lib/xapian.rb",
16
16
  "Rakefile",
17
- "xapian-bindings-1.4.20.tar.xz",
18
- "xapian-core-1.4.20.tar.xz",
17
+ "xapian-bindings-1.4.21.tar.xz",
18
+ "xapian-core-1.4.21.tar.xz",
19
19
  "xapian-full.gemspec",
20
20
  ]
21
21
  s.rdoc_options = ["--charset=UTF-8"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-full-alaveteli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.20.1
4
+ version: 1.4.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Adams
@@ -25,8 +25,8 @@ extra_rdoc_files: []
25
25
  files:
26
26
  - Rakefile
27
27
  - lib/xapian.rb
28
- - xapian-bindings-1.4.20.tar.xz
29
- - xapian-core-1.4.20.tar.xz
28
+ - xapian-bindings-1.4.21.tar.xz
29
+ - xapian-core-1.4.21.tar.xz
30
30
  - xapian-full.gemspec
31
31
  homepage: https://github.com/mysociety/xapian-full
32
32
  licenses: []
Binary file
Binary file