xapian-ruby 1.2.12 → 1.2.15
Sign up to get free protection for your applications and to get access to all the features.
data/Rakefile
CHANGED
@@ -2,6 +2,7 @@
|
|
2
2
|
# Install the xapian binaries into the lib folder of the gem
|
3
3
|
|
4
4
|
require 'rbconfig'
|
5
|
+
|
5
6
|
c = Config::CONFIG
|
6
7
|
|
7
8
|
def system!(cmd)
|
@@ -9,7 +10,7 @@ def system!(cmd)
|
|
9
10
|
system(cmd) or raise
|
10
11
|
end
|
11
12
|
|
12
|
-
ver = '1.2.
|
13
|
+
ver = '1.2.15'
|
13
14
|
source_dir = 'xapian_source'
|
14
15
|
core = "xapian-core-#{ver}"
|
15
16
|
bindings = "xapian-bindings-#{ver}"
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xapian-ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.15
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2013-04-29 00:00:00.000000000 Z
|
13
13
|
dependencies: []
|
14
14
|
description:
|
15
15
|
email: gernot.kogler (at) garaio (dot) com
|
@@ -18,8 +18,8 @@ extensions:
|
|
18
18
|
- Rakefile
|
19
19
|
extra_rdoc_files: []
|
20
20
|
files:
|
21
|
-
- xapian_source/xapian-bindings-1.2.
|
22
|
-
- xapian_source/xapian-core-1.2.
|
21
|
+
- xapian_source/xapian-bindings-1.2.15.tar.gz
|
22
|
+
- xapian_source/xapian-core-1.2.15.tar.gz
|
23
23
|
- LICENSE
|
24
24
|
- README.rdoc
|
25
25
|
- CHANGELOG.md
|
@@ -49,4 +49,3 @@ signing_key:
|
|
49
49
|
specification_version: 3
|
50
50
|
summary: xapian libraries and ruby bindings
|
51
51
|
test_files: []
|
52
|
-
has_rdoc:
|
Binary file
|
Binary file
|