xapian-ruby 1.2.7.1 → 1.2.8

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.8 (February 19th, 2012)
2
+
3
+ update to xapian 1.2.8
4
+
1
5
  ##1.2.7.1 (October 24th, 2011)
2
6
 
3
7
  changed LDFLAGS to be more compatible
@@ -8,4 +12,4 @@ update to xapian 1.2.7
8
12
 
9
13
  ##1.2.6 (July 8th, 2011)
10
14
 
11
- Initial release
15
+ Initial release
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.7'
12
+ ver = '1.2.8'
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.7.1
4
+ version: 1.2.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,8 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2011-10-24 00:00:00.000000000 +02:00
13
- default_executable:
12
+ date: 2012-02-19 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description:
16
15
  email: gernot.kogler (at) garaio (dot) com
@@ -19,13 +18,12 @@ extensions:
19
18
  - Rakefile
20
19
  extra_rdoc_files: []
21
20
  files:
22
- - xapian_source/xapian-bindings-1.2.7.tar.gz
23
- - xapian_source/xapian-core-1.2.7.tar.gz
21
+ - xapian_source/xapian-bindings-1.2.8.tar.gz
22
+ - xapian_source/xapian-core-1.2.8.tar.gz
24
23
  - LICENSE
25
24
  - README.rdoc
26
25
  - CHANGELOG.md
27
26
  - Rakefile
28
- has_rdoc: true
29
27
  homepage: https://github.com/garaio/xapian-ruby
30
28
  licenses: []
31
29
  post_install_message:
@@ -46,7 +44,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
44
  version: 1.3.6
47
45
  requirements: []
48
46
  rubyforge_project:
49
- rubygems_version: 1.3.9.3
47
+ rubygems_version: 1.8.16
50
48
  signing_key:
51
49
  specification_version: 3
52
50
  summary: xapian libraries and ruby bindings
Binary file