xapian-full-alaveteli 1.2.9.4 → 1.2.9.5
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +2 -2
- data/{xapian-full-alaveteli.gemspec → xapian-full.gemspec} +2 -2
- metadata +10 -5
data/Rakefile
CHANGED
@@ -4,7 +4,7 @@ c = Config::CONFIG
|
|
4
4
|
begin
|
5
5
|
require 'bundler'
|
6
6
|
have_bundler = true
|
7
|
-
rescue
|
7
|
+
rescue LoadError
|
8
8
|
have_bundler = false
|
9
9
|
end
|
10
10
|
|
@@ -37,7 +37,7 @@ task :default do
|
|
37
37
|
if have_bundler
|
38
38
|
# Maybe Bundler is building us in a temporary directory, and will move us to
|
39
39
|
# the system ruby gems directory once built.
|
40
|
-
system! "make clean all LDFLAGS='-R#{Bundler.rubygems.gem_dir}/gems/xapian-full-alaveteli-1.2.9.
|
40
|
+
system! "make clean all LDFLAGS='-R#{Bundler.rubygems.gem_dir}/gems/xapian-full-alaveteli-1.2.9.5/lib'"
|
41
41
|
else
|
42
42
|
system! "make clean all"
|
43
43
|
end
|
@@ -2,7 +2,7 @@
|
|
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.5"
|
6
6
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
8
|
s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon"]
|
@@ -15,7 +15,7 @@ Gem::Specification.new do |s|
|
|
15
15
|
"Rakefile",
|
16
16
|
"xapian-bindings-1.2.9.tar.gz",
|
17
17
|
"xapian-core-1.2.9.tar.gz",
|
18
|
-
"xapian-full
|
18
|
+
"xapian-full.gemspec",
|
19
19
|
]
|
20
20
|
s.rdoc_options = ["--charset=UTF-8"]
|
21
21
|
s.require_paths = ["lib"]
|
metadata
CHANGED
@@ -1,13 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xapian-full-alaveteli
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
|
4
|
+
hash: 97
|
5
|
+
prerelease:
|
5
6
|
segments:
|
6
7
|
- 1
|
7
8
|
- 2
|
8
9
|
- 9
|
9
|
-
-
|
10
|
-
version: 1.2.9.
|
10
|
+
- 5
|
11
|
+
version: 1.2.9.5
|
11
12
|
platform: ruby
|
12
13
|
authors:
|
13
14
|
- Tom Adams
|
@@ -34,7 +35,7 @@ files:
|
|
34
35
|
- Rakefile
|
35
36
|
- xapian-bindings-1.2.9.tar.gz
|
36
37
|
- xapian-core-1.2.9.tar.gz
|
37
|
-
- xapian-full
|
38
|
+
- xapian-full.gemspec
|
38
39
|
has_rdoc: true
|
39
40
|
homepage:
|
40
41
|
licenses: []
|
@@ -45,23 +46,27 @@ rdoc_options:
|
|
45
46
|
require_paths:
|
46
47
|
- lib
|
47
48
|
required_ruby_version: !ruby/object:Gem::Requirement
|
49
|
+
none: false
|
48
50
|
requirements:
|
49
51
|
- - ">="
|
50
52
|
- !ruby/object:Gem::Version
|
53
|
+
hash: 3
|
51
54
|
segments:
|
52
55
|
- 0
|
53
56
|
version: "0"
|
54
57
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
58
|
+
none: false
|
55
59
|
requirements:
|
56
60
|
- - ">="
|
57
61
|
- !ruby/object:Gem::Version
|
62
|
+
hash: 3
|
58
63
|
segments:
|
59
64
|
- 0
|
60
65
|
version: "0"
|
61
66
|
requirements: []
|
62
67
|
|
63
68
|
rubyforge_project:
|
64
|
-
rubygems_version: 1.
|
69
|
+
rubygems_version: 1.6.2
|
65
70
|
signing_key:
|
66
71
|
specification_version: 3
|
67
72
|
summary: xapian-core + Ruby xapian-bindings
|