xapian-full-alaveteli 1.4.18.1 → 1.4.19.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: 02c1290790f5a41e7a2e5a65a09518446cd913c1e19a4deccbfaccd990e8e00b
4
- data.tar.gz: 98764e20b7e188648330772069a595bcb51ab03771384dab12383bd3e5a3e3cb
3
+ metadata.gz: 8e8fed588da19179cb47ae5ee05007518161378d565a13b0f3e8a06f573d6043
4
+ data.tar.gz: 298ab3b30d670a916bdb27ccc84ea33b53c7cc8be620f5a3a4a8b7f545f6cbc0
5
5
  SHA512:
6
- metadata.gz: 03c228c5463c8807b578d86e74e127c4ed564419c67b751ae5892d488bb78dd7de2986b417a57ee9a27b4cc7592f04d82108618062a7a9008605d0703ac240d7
7
- data.tar.gz: ca8c2179f614c78a38190855a1bba3d2e74671504731489f842e65f6e2a899ef9299d320865b7082e8048d2bfa3038e381c96a54d73ca812f03eec1b71a60bf1
6
+ metadata.gz: fa31414a74c2872da5153446fba5ca7254be76143ac112be83471c0aa8473ef53adc656c96868e17443b1ed6692492b875fc19ff187d46f8ca3c55e2bc002807
7
+ data.tar.gz: 194d4cf6e791abbe1122c42becd6e6512ee4f1f4b62e1a6fdceac5107fb2ebfa77d6b1ec2e8fee5aa6d757ffc3865922353f0238f6606db0054bf4d8f00e99aa
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.18'
16
+ ver = '1.4.19'
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,25 +2,25 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{xapian-full-alaveteli}
5
- s.version = "1.4.18.1"
5
+ s.version = "1.4.19.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"]
9
9
  s.homepage = %q{https://github.com/mysociety/xapian-full}
10
- s.date = %q{2021-02-10}
10
+ s.date = %q{2022-12-06}
11
11
  s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
12
12
  s.email = %q{mysociety@alaveteli.org}
13
13
  s.extensions = ["Rakefile"]
14
14
  s.files = [
15
15
  "lib/xapian.rb",
16
16
  "Rakefile",
17
- "xapian-bindings-1.4.18.tar.xz",
18
- "xapian-core-1.4.18.tar.xz",
17
+ "xapian-bindings-1.4.19.tar.xz",
18
+ "xapian-core-1.4.19.tar.xz",
19
19
  "xapian-full.gemspec",
20
20
  ]
21
21
  s.rdoc_options = ["--charset=UTF-8"]
22
22
  s.require_paths = ["lib"]
23
- s.required_ruby_version = ">= 2.1.0"
23
+ s.required_ruby_version = ">= 2.7.0"
24
24
  s.summary = %q{xapian-core + Ruby xapian-bindings}
25
25
 
26
26
  if s.respond_to? :specification_version then
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.18.1
4
+ version: 1.4.19.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Adams
@@ -14,7 +14,7 @@ authors:
14
14
  autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
- date: 2021-02-10 00:00:00.000000000 Z
17
+ date: 2022-12-06 00:00:00.000000000 Z
18
18
  dependencies: []
19
19
  description: Xapian bindings for Ruby without dependency on system Xapian library
20
20
  email: mysociety@alaveteli.org
@@ -25,8 +25,8 @@ extra_rdoc_files: []
25
25
  files:
26
26
  - Rakefile
27
27
  - lib/xapian.rb
28
- - xapian-bindings-1.4.18.tar.xz
29
- - xapian-core-1.4.18.tar.xz
28
+ - xapian-bindings-1.4.19.tar.xz
29
+ - xapian-core-1.4.19.tar.xz
30
30
  - xapian-full.gemspec
31
31
  homepage: https://github.com/mysociety/xapian-full
32
32
  licenses: []
@@ -40,14 +40,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 2.1.0
43
+ version: 2.7.0
44
44
  required_rubygems_version: !ruby/object:Gem::Requirement
45
45
  requirements:
46
46
  - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  requirements: []
50
- rubygems_version: 3.1.2
50
+ rubygems_version: 3.0.3.1
51
51
  signing_key:
52
52
  specification_version: 3
53
53
  summary: xapian-core + Ruby xapian-bindings
Binary file
Binary file