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 +4 -4
- data/Rakefile +1 -1
- data/xapian-bindings-1.4.19.tar.xz +0 -0
- data/xapian-core-1.4.19.tar.xz +0 -0
- data/xapian-full.gemspec +5 -5
- metadata +6 -6
- data/xapian-bindings-1.4.18.tar.xz +0 -0
- data/xapian-core-1.4.18.tar.xz +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e8fed588da19179cb47ae5ee05007518161378d565a13b0f3e8a06f573d6043
|
4
|
+
data.tar.gz: 298ab3b30d670a916bdb27ccc84ea33b53c7cc8be620f5a3a4a8b7f545f6cbc0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa31414a74c2872da5153446fba5ca7254be76143ac112be83471c0aa8473ef53adc656c96868e17443b1ed6692492b875fc19ff187d46f8ca3c55e2bc002807
|
7
|
+
data.tar.gz: 194d4cf6e791abbe1122c42becd6e6512ee4f1f4b62e1a6fdceac5107fb2ebfa77d6b1ec2e8fee5aa6d757ffc3865922353f0238f6606db0054bf4d8f00e99aa
|
data/Rakefile
CHANGED
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.
|
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{
|
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
|
-
"xapian-core-1.4.
|
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.
|
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.
|
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:
|
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.
|
29
|
-
- xapian-core-1.4.
|
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.
|
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
|
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
|
data/xapian-core-1.4.18.tar.xz
DELETED
Binary file
|