xapian-core 1.2.3.1 → 1.2.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,7 +6,7 @@ def system!(cmd)
6
6
  system(cmd) or raise
7
7
  end
8
8
 
9
- ver = '1.2.3'
9
+ ver = '1.2.7'
10
10
  core = "xapian-core-#{ver}"
11
11
  bindings = "xapian-bindings-#{ver}"
12
12
  xapian_config = "#{Dir.pwd}/#{core}/xapian-config"
@@ -17,7 +17,7 @@ module Xapian
17
17
  module VERSION #:nodoc:
18
18
  MAJOR = 1
19
19
  MINOR = 2
20
- TINY = 3
20
+ TINY = 7
21
21
  REV = 1
22
22
 
23
23
  STRING = [MAJOR, MINOR, TINY, REV].join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-core
3
3
  version: !ruby/object:Gem::Version
4
- hash: 65
5
- prerelease: false
4
+ hash: 81
5
+ prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 2
9
- - 3
9
+ - 7
10
10
  - 1
11
- version: 1.2.3.1
11
+ version: 1.2.7.1
12
12
  platform: ruby
13
13
  authors:
14
14
  - Samuel Williams
@@ -16,8 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-12-19 00:00:00 +13:00
20
- default_executable:
19
+ date: 2011-09-07 00:00:00 Z
21
20
  dependencies: []
22
21
 
23
22
  description:
@@ -30,10 +29,9 @@ extra_rdoc_files: []
30
29
 
31
30
  files:
32
31
  - ext/Rakefile
33
- - ext/xapian-bindings-1.2.3.tar.gz
34
- - ext/xapian-core-1.2.3.tar.gz
32
+ - ext/xapian-bindings-1.2.7.tar.gz
33
+ - ext/xapian-core-1.2.7.tar.gz
35
34
  - lib/xapian/version.rb
36
- has_rdoc: true
37
35
  homepage: http://www.oriontransfer.co.nz/software/xapian
38
36
  licenses: []
39
37
 
@@ -63,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
63
61
  requirements: []
64
62
 
65
63
  rubyforge_project:
66
- rubygems_version: 1.3.7
64
+ rubygems_version: 1.8.7
67
65
  signing_key:
68
66
  specification_version: 3
69
67
  summary: Xapian is a framework for fast full-text searching.
Binary file