xapian-full-alaveteli 1.4.22.1 → 1.4.22.2
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 +4 -4
- data/Rakefile +1 -0
- data/xapian-full.gemspec +2 -2
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7ac1e5878899b85512ee7c591911b3d164a2e618bd3a0d30526bbe379fbb34c
|
4
|
+
data.tar.gz: 70b8a27cae83d074a3fe46b07d8f55ac114fb4c29f80fcb711bddded0803ea81
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a9afc7c0f95035f9c258609bedf60a67c2c01270c8390e4f444f12057b21e4af13182a50d0b1514b3755015b9537fbe6d14d74c82ef9fa7cc94040bb6e2d236c
|
7
|
+
data.tar.gz: 2f00e34848ae60217aae3c3bc6102331f98825e40f56b1779498b5d3a96245e0bd65f46be68d83cfe7f15e7848cc808a0087780ce12e97a3696a5c836dcdb3d1
|
data/Rakefile
CHANGED
data/xapian-full.gemspec
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{xapian-full-alaveteli}
|
5
|
-
s.version = "1.4.22.
|
5
|
+
s.version = "1.4.22.2"
|
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", "Graeme Porteous"]
|
9
9
|
s.homepage = %q{https://github.com/mysociety/xapian-full}
|
10
|
-
s.date = %q{
|
10
|
+
s.date = %q{2025-01-07}
|
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"]
|
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.22.
|
4
|
+
version: 1.4.22.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Adams
|
@@ -12,10 +12,10 @@ authors:
|
|
12
12
|
- Ian Chard
|
13
13
|
- Sam Pearson
|
14
14
|
- Graeme Porteous
|
15
|
-
autorequire:
|
15
|
+
autorequire:
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
|
-
date:
|
18
|
+
date: 2025-01-07 00:00:00.000000000 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: mini_portile2
|
@@ -59,7 +59,7 @@ files:
|
|
59
59
|
homepage: https://github.com/mysociety/xapian-full
|
60
60
|
licenses: []
|
61
61
|
metadata: {}
|
62
|
-
post_install_message:
|
62
|
+
post_install_message:
|
63
63
|
rdoc_options:
|
64
64
|
- "--charset=UTF-8"
|
65
65
|
require_paths:
|
@@ -75,8 +75,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
79
|
-
signing_key:
|
78
|
+
rubygems_version: 3.5.22
|
79
|
+
signing_key:
|
80
80
|
specification_version: 3
|
81
81
|
summary: xapian-core + Ruby xapian-bindings
|
82
82
|
test_files: []
|