xapian-full.gemspec in xapian-full-alaveteli-1.4.21.1 vs xapian-full.gemspec in xapian-full-alaveteli-1.4.22.1
- old
+ new
@@ -1,31 +1,35 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{xapian-full-alaveteli}
- s.version = "1.4.21.1"
+ s.version = "1.4.22.1"
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"]
+ 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{2022-12-06}
+ s.date = %q{2023-02-02}
s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
s.email = %q{mysociety@alaveteli.org}
s.extensions = ["Rakefile"]
s.files = [
- "lib/xapian.rb",
"Rakefile",
- "xapian-bindings-1.4.21.tar.xz",
- "xapian-core-1.4.21.tar.xz",
+ "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