xapian-ruby 1.2.8 → 1.2.12

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.
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ##1.2.12 (July 11th, 2012)
2
+
3
+ update to xapian 1.2.12
4
+
1
5
  ##1.2.8 (February 19th, 2012)
2
6
 
3
7
  update to xapian 1.2.8
data/Rakefile CHANGED
@@ -9,7 +9,7 @@ def system!(cmd)
9
9
  system(cmd) or raise
10
10
  end
11
11
 
12
- ver = '1.2.8'
12
+ ver = '1.2.12'
13
13
  source_dir = 'xapian_source'
14
14
  core = "xapian-core-#{ver}"
15
15
  bindings = "xapian-bindings-#{ver}"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xapian-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.8
4
+ version: 1.2.12
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-02-19 00:00:00.000000000 Z
12
+ date: 2012-07-11 00:00:00.000000000 Z
13
13
  dependencies: []
14
14
  description:
15
15
  email: gernot.kogler (at) garaio (dot) com
@@ -18,8 +18,8 @@ extensions:
18
18
  - Rakefile
19
19
  extra_rdoc_files: []
20
20
  files:
21
- - xapian_source/xapian-bindings-1.2.8.tar.gz
22
- - xapian_source/xapian-core-1.2.8.tar.gz
21
+ - xapian_source/xapian-bindings-1.2.12.tar.gz
22
+ - xapian_source/xapian-core-1.2.12.tar.gz
23
23
  - LICENSE
24
24
  - README.rdoc
25
25
  - CHANGELOG.md
@@ -44,8 +44,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
44
44
  version: 1.3.6
45
45
  requirements: []
46
46
  rubyforge_project:
47
- rubygems_version: 1.8.16
47
+ rubygems_version: 1.8.24
48
48
  signing_key:
49
49
  specification_version: 3
50
50
  summary: xapian libraries and ruby bindings
51
51
  test_files: []
52
+ has_rdoc:
Binary file