Sha256: 8b386b743eb17a4d341852f94f758f94e120471c53e304e235a0585315c0ea83

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
  s.name = %q{xapian-full-alaveteli}
  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", "Graeme Porteous"]
  s.homepage = %q{https://github.com/mysociety/xapian-full}
  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 = [
     "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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
xapian-full-alaveteli-1.4.22.1 xapian-full.gemspec