xapian-full-alaveteli 1.2.9.7 → 1.2.21.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dda07f25c56e9111540ffcb17ae59aad2bcbfa42
4
- data.tar.gz: c38a86da7774ad8bf2bbbc5554cc7cf6e4f1c89a
3
+ metadata.gz: 83e17987efda22977dd6d06e033aa6fc02eed954
4
+ data.tar.gz: f7ba1616141e4f721dca2161bbe11fc7e6a5e51d
5
5
  SHA512:
6
- metadata.gz: 5ec044dd0b7ed85c4cbea7dd304e8b3b7fa8bc2c573dbce127f1222256bcb3990ed0b7c5eb56d1b1f654b27a250cb8f1427b16058bd595d5995a7ab2b3d1c24c
7
- data.tar.gz: 42cdf3027db6341332a472b06f0b7486dde108f81e23dc1c6e25b4c8d02897c0b8c56923ee84e7be2e4088f85636d063a6b6a3876bcfbcfd973094ff493bf4b9
6
+ metadata.gz: eeaf4c1544774b467821fc3a0455f2adc03c6b77ec0807309e5ce18a8a3291b99a25a0b07e6cd0bd3c56f6908a552b495f9c850bbf5721f3eca056f829f15f81
7
+ data.tar.gz: 1323d867c47a5ad35ae29903ab7c667b197860bceaac364cd17edb56c883afecbc5b614d2a12c7d11d1f7fab2996c35ff71025a920f0e19a1d9d109a26040ffc
data/Rakefile CHANGED
@@ -13,13 +13,13 @@ def system!(cmd)
13
13
  system(cmd) or raise
14
14
  end
15
15
 
16
- ver = '1.2.9'
16
+ ver = '1.2.21'
17
17
  core = "xapian-core-#{ver}"
18
18
  bindings = "xapian-bindings-#{ver}"
19
19
 
20
20
  task :default do
21
21
  [core,bindings].each do |x|
22
- system! "tar -xzvf #{x}.tar.gz"
22
+ system! "tar -xJvf #{x}.tar.xz"
23
23
  end
24
24
 
25
25
  prefix = Dir.pwd
@@ -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.7/lib'"
40
+ system! "make clean all LDFLAGS='-R#{Bundler.rubygems.gem_dir}/gems/xapian-full-alaveteli-1.2.21.1/lib'"
41
41
  else
42
42
  system! "make clean all"
43
43
  end
Binary file
@@ -2,19 +2,19 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{xapian-full-alaveteli}
5
- s.version = "1.2.9.7"
5
+ s.version = "1.2.21.1"
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", "Alexey Pisarenko", "Louise Crow"]
9
- s.date = %q{2015-03-31}
8
+ s.authors = ["Tom Adams", "Rich Lane", "Seb Bacon", "Alexey Pisarenko", "Louise Crow", "Ian Chard"]
9
+ s.date = %q{2015-06-17}
10
10
  s.description = %q{Xapian bindings for Ruby without dependency on system Xapian library}
11
11
  s.email = %q{louise@mysociety.org}
12
12
  s.extensions = ["Rakefile"]
13
13
  s.files = [
14
14
  "lib/xapian.rb",
15
15
  "Rakefile",
16
- "xapian-bindings-1.2.9.tar.gz",
17
- "xapian-core-1.2.9.tar.gz",
16
+ "xapian-bindings-1.2.21.tar.xz",
17
+ "xapian-core-1.2.21.tar.xz",
18
18
  "xapian-full.gemspec",
19
19
  ]
20
20
  s.rdoc_options = ["--charset=UTF-8"]
@@ -25,10 +25,6 @@ Gem::Specification.new do |s|
25
25
  if s.respond_to? :specification_version then
26
26
  current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
27
27
  s.specification_version = 3
28
-
29
- if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
30
- else
31
- end
32
28
  else
33
29
  end
34
30
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-full-alaveteli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.9.7
4
+ version: 1.2.21.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Adams
@@ -9,10 +9,11 @@ authors:
9
9
  - Seb Bacon
10
10
  - Alexey Pisarenko
11
11
  - Louise Crow
12
+ - Ian Chard
12
13
  autorequire:
13
14
  bindir: bin
14
15
  cert_chain: []
15
- date: 2015-03-31 00:00:00.000000000 Z
16
+ date: 2015-06-17 00:00:00.000000000 Z
16
17
  dependencies: []
17
18
  description: Xapian bindings for Ruby without dependency on system Xapian library
18
19
  email: louise@mysociety.org
@@ -23,8 +24,8 @@ extra_rdoc_files: []
23
24
  files:
24
25
  - Rakefile
25
26
  - lib/xapian.rb
26
- - xapian-bindings-1.2.9.tar.gz
27
- - xapian-core-1.2.9.tar.gz
27
+ - xapian-bindings-1.2.21.tar.xz
28
+ - xapian-core-1.2.21.tar.xz
28
29
  - xapian-full.gemspec
29
30
  homepage:
30
31
  licenses: []
Binary file
Binary file