xapian-core 1.2.3.1 → 1.2.7.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of xapian-core might be problematic. Click here for more details.
- data/ext/Rakefile +1 -1
- data/ext/xapian-bindings-1.2.7.tar.gz +0 -0
- data/ext/xapian-core-1.2.7.tar.gz +0 -0
- data/lib/xapian/version.rb +1 -1
- metadata +8 -10
- data/ext/xapian-bindings-1.2.3.tar.gz +0 -0
- data/ext/xapian-core-1.2.3.tar.gz +0 -0
data/ext/Rakefile
CHANGED
Binary file
|
Binary file
|
data/lib/xapian/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xapian-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
5
|
-
prerelease:
|
4
|
+
hash: 81
|
5
|
+
prerelease:
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
|
-
-
|
9
|
+
- 7
|
10
10
|
- 1
|
11
|
-
version: 1.2.
|
11
|
+
version: 1.2.7.1
|
12
12
|
platform: ruby
|
13
13
|
authors:
|
14
14
|
- Samuel Williams
|
@@ -16,8 +16,7 @@ autorequire:
|
|
16
16
|
bindir: bin
|
17
17
|
cert_chain: []
|
18
18
|
|
19
|
-
date:
|
20
|
-
default_executable:
|
19
|
+
date: 2011-09-07 00:00:00 Z
|
21
20
|
dependencies: []
|
22
21
|
|
23
22
|
description:
|
@@ -30,10 +29,9 @@ extra_rdoc_files: []
|
|
30
29
|
|
31
30
|
files:
|
32
31
|
- ext/Rakefile
|
33
|
-
- ext/xapian-bindings-1.2.
|
34
|
-
- ext/xapian-core-1.2.
|
32
|
+
- ext/xapian-bindings-1.2.7.tar.gz
|
33
|
+
- ext/xapian-core-1.2.7.tar.gz
|
35
34
|
- lib/xapian/version.rb
|
36
|
-
has_rdoc: true
|
37
35
|
homepage: http://www.oriontransfer.co.nz/software/xapian
|
38
36
|
licenses: []
|
39
37
|
|
@@ -63,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
63
61
|
requirements: []
|
64
62
|
|
65
63
|
rubyforge_project:
|
66
|
-
rubygems_version: 1.
|
64
|
+
rubygems_version: 1.8.7
|
67
65
|
signing_key:
|
68
66
|
specification_version: 3
|
69
67
|
summary: Xapian is a framework for fast full-text searching.
|
Binary file
|
Binary file
|