xapian-core 1.2.3 → 1.2.3.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/lib/xapian/version.rb +7 -6
- metadata +4 -3
data/ext/Rakefile
CHANGED
@@ -36,7 +36,7 @@ task :default do
|
|
36
36
|
system! "./configure --prefix=#{prefix} --exec-prefix=#{prefix} --with-ruby"
|
37
37
|
system! "make clean all"
|
38
38
|
|
39
|
-
system! "cp -
|
39
|
+
system! "cp -LR ./ruby/.libs/_xapian.* #{prefix}/lib"
|
40
40
|
system! "cp ./ruby/xapian.rb #{prefix}/lib"
|
41
41
|
end
|
42
42
|
end
|
data/lib/xapian/version.rb
CHANGED
@@ -14,11 +14,12 @@
|
|
14
14
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
15
15
|
|
16
16
|
module Xapian
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
17
|
+
module VERSION #:nodoc:
|
18
|
+
MAJOR = 1
|
19
|
+
MINOR = 2
|
20
|
+
TINY = 3
|
21
|
+
REV = 1
|
21
22
|
|
22
|
-
|
23
|
-
|
23
|
+
STRING = [MAJOR, MINOR, TINY, REV].join('.')
|
24
|
+
end
|
24
25
|
end
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xapian-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 65
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 2
|
9
9
|
- 3
|
10
|
-
|
10
|
+
- 1
|
11
|
+
version: 1.2.3.1
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Samuel Williams
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2010-12-
|
19
|
+
date: 2010-12-19 00:00:00 +13:00
|
19
20
|
default_executable:
|
20
21
|
dependencies: []
|
21
22
|
|