xapian-full-alaveteli 1.2.9.5 → 1.2.9.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/xapian-bindings-1.2.9.tar.gz +0 -0
- data/xapian-full.gemspec +4 -4
- metadata +8 -7
data/Rakefile
CHANGED
Binary file
|
data/xapian-full.gemspec
CHANGED
@@ -2,13 +2,13 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = %q{xapian-full-alaveteli}
|
5
|
-
s.version = "1.2.9.
|
5
|
+
s.version = "1.2.9.6"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
|
-
s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon"]
|
9
|
-
s.date = %q{
|
8
|
+
s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon", "Louise Crow"]
|
9
|
+
s.date = %q{2015-03-31}
|
10
10
|
s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
|
11
|
-
s.email = %q{
|
11
|
+
s.email = %q{louise@mysociety.org}
|
12
12
|
s.extensions = ["Rakefile"]
|
13
13
|
s.files = [
|
14
14
|
"lib/xapian.rb",
|
metadata
CHANGED
@@ -1,29 +1,30 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xapian-full-alaveteli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 103
|
5
|
+
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
9
|
- 9
|
10
|
-
-
|
11
|
-
version: 1.2.9.
|
10
|
+
- 6
|
11
|
+
version: 1.2.9.6
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Tom Adams
|
15
15
|
- Rich Lane
|
16
16
|
- Seb Bacon
|
17
|
+
- Louise Crow
|
17
18
|
autorequire:
|
18
19
|
bindir: bin
|
19
20
|
cert_chain: []
|
20
21
|
|
21
|
-
date:
|
22
|
+
date: 2015-03-31 00:00:00 +01:00
|
22
23
|
default_executable:
|
23
24
|
dependencies: []
|
24
25
|
|
25
26
|
description: Xapian bindings for Ruby without dependency on system Xapian library
|
26
|
-
email:
|
27
|
+
email: louise@mysociety.org
|
27
28
|
executables: []
|
28
29
|
|
29
30
|
extensions:
|
@@ -66,7 +67,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
66
67
|
requirements: []
|
67
68
|
|
68
69
|
rubyforge_project:
|
69
|
-
rubygems_version: 1.
|
70
|
+
rubygems_version: 1.3.7
|
70
71
|
signing_key:
|
71
72
|
specification_version: 3
|
72
73
|
summary: xapian-core + Ruby xapian-bindings
|