xapian-full-alaveteli 1.2.9.6 → 1.2.9.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Rakefile +1 -1
- data/xapian-full.gemspec +2 -2
- metadata +23 -45
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: dda07f25c56e9111540ffcb17ae59aad2bcbfa42
|
4
|
+
data.tar.gz: c38a86da7774ad8bf2bbbc5554cc7cf6e4f1c89a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 5ec044dd0b7ed85c4cbea7dd304e8b3b7fa8bc2c573dbce127f1222256bcb3990ed0b7c5eb56d1b1f654b27a250cb8f1427b16058bd595d5995a7ab2b3d1c24c
|
7
|
+
data.tar.gz: 42cdf3027db6341332a472b06f0b7486dde108f81e23dc1c6e25b4c8d02897c0b8c56923ee84e7be2e4088f85636d063a6b6a3876bcfbcfd973094ff493bf4b9
|
data/Rakefile
CHANGED
@@ -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.7/lib'"
|
41
41
|
else
|
42
42
|
system! "make clean all"
|
43
43
|
end
|
data/xapian-full.gemspec
CHANGED
@@ -2,10 +2,10 @@
|
|
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.7"
|
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", "Louise Crow"]
|
8
|
+
s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon", "Alexey Pisarenko", "Louise Crow"]
|
9
9
|
s.date = %q{2015-03-31}
|
10
10
|
s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
|
11
11
|
s.email = %q{louise@mysociety.org}
|
metadata
CHANGED
@@ -1,75 +1,53 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: xapian-full-alaveteli
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease: false
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 2
|
9
|
-
- 9
|
10
|
-
- 6
|
11
|
-
version: 1.2.9.6
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.2.9.7
|
12
5
|
platform: ruby
|
13
|
-
authors:
|
6
|
+
authors:
|
14
7
|
- Tom Adams
|
15
8
|
- Rich Lane
|
16
9
|
- Seb Bacon
|
10
|
+
- Alexey Pisarenko
|
17
11
|
- Louise Crow
|
18
12
|
autorequire:
|
19
13
|
bindir: bin
|
20
14
|
cert_chain: []
|
21
|
-
|
22
|
-
date: 2015-03-31 00:00:00 +01:00
|
23
|
-
default_executable:
|
15
|
+
date: 2015-03-31 00:00:00.000000000 Z
|
24
16
|
dependencies: []
|
25
|
-
|
26
17
|
description: Xapian bindings for Ruby without dependency on system Xapian library
|
27
18
|
email: louise@mysociety.org
|
28
19
|
executables: []
|
29
|
-
|
30
|
-
extensions:
|
20
|
+
extensions:
|
31
21
|
- Rakefile
|
32
22
|
extra_rdoc_files: []
|
33
|
-
|
34
|
-
files:
|
35
|
-
- lib/xapian.rb
|
23
|
+
files:
|
36
24
|
- Rakefile
|
25
|
+
- lib/xapian.rb
|
37
26
|
- xapian-bindings-1.2.9.tar.gz
|
38
27
|
- xapian-core-1.2.9.tar.gz
|
39
28
|
- xapian-full.gemspec
|
40
|
-
has_rdoc: true
|
41
29
|
homepage:
|
42
30
|
licenses: []
|
43
|
-
|
31
|
+
metadata: {}
|
44
32
|
post_install_message:
|
45
|
-
rdoc_options:
|
33
|
+
rdoc_options:
|
46
34
|
- --charset=UTF-8
|
47
|
-
require_paths:
|
35
|
+
require_paths:
|
48
36
|
- lib
|
49
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
none: false
|
60
|
-
requirements:
|
61
|
-
- - ">="
|
62
|
-
- !ruby/object:Gem::Version
|
63
|
-
hash: 3
|
64
|
-
segments:
|
65
|
-
- 0
|
66
|
-
version: "0"
|
37
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - '>='
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
67
47
|
requirements: []
|
68
|
-
|
69
48
|
rubyforge_project:
|
70
|
-
rubygems_version:
|
49
|
+
rubygems_version: 2.4.6
|
71
50
|
signing_key:
|
72
51
|
specification_version: 3
|
73
52
|
summary: xapian-core + Ruby xapian-bindings
|
74
53
|
test_files: []
|
75
|
-
|