xapian-full.gemspec in xapian-full-alaveteli-1.2.9.7 vs xapian-full.gemspec in xapian-full-alaveteli-1.2.21.1
- old
+ new
@@ -1,34 +1,30 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = %q{xapian-full-alaveteli}
- s.version = "1.2.9.7"
+ s.version = "1.2.21.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"]
- s.date = %q{2015-03-31}
+ s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon", "Alexey Pisarenko", "Louise Crow", "Ian Chard"]
+ s.date = %q{2015-06-17}
s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
s.email = %q{louise@mysociety.org}
s.extensions = ["Rakefile"]
s.files = [
"lib/xapian.rb",
"Rakefile",
- "xapian-bindings-1.2.9.tar.gz",
- "xapian-core-1.2.9.tar.gz",
+ "xapian-bindings-1.2.21.tar.xz",
+ "xapian-core-1.2.21.tar.xz",
"xapian-full.gemspec",
]
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.3}
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
-
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
- else
- end
else
end
end