forked from alpcrimea/xapian-full
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathxapian-full.gemspec
35 lines (30 loc) · 1.2 KB
/
xapian-full.gemspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{xapian-full-alaveteli}
s.version = "1.4.22.2"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon", "Alexey Pisarenko", "Louise Crow", "Ian Chard", "Sam Pearson", "Graeme Porteous"]
s.homepage = %q{https://github.com/mysociety/xapian-full}
s.date = %q{2025-01-07}
s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
s.email = %q{[email protected]}
s.extensions = ["Rakefile"]
s.files = [
"Rakefile",
"ports/archives/xapian-bindings-1.4.22.tar.xz",
"ports/archives/xapian-core-1.4.22.tar.xz",
"xapian-full.gemspec",
]
s.files += Dir.glob("patches/**/*")
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.required_ruby_version = ">= 2.7.0"
s.summary = %q{xapian-core + Ruby xapian-bindings}
if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3
else
end
s.add_dependency 'mini_portile2', '~> 2.8'
s.add_dependency 'rake', '~> 13.0'
end