xapian-ruby 1.2.6 → 1.2.7

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.7 (September 5th, 2011)
2
+
3
+ update to xapian 1.2.7
4
+
1
5
  ##1.2.6 (July 8th, 2011)
2
6
 
3
7
  Initial release
data/README.rdoc CHANGED
@@ -1,3 +1,3 @@
1
1
  = Xapian-Ruby
2
2
 
3
- Xapian-Ruby installs the current xapian lib and ruby bindings
3
+ Xapian-Ruby installs the current xapian libs and ruby bindings
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.6'
12
+ ver = '1.2.7'
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.6
4
+ version: 1.2.7
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: 2011-07-07 00:00:00.000000000 +02:00
12
+ date: 2011-09-05 00:00:00.000000000 +02:00
13
13
  default_executable:
14
14
  dependencies: []
15
15
  description:
@@ -19,8 +19,8 @@ extensions:
19
19
  - Rakefile
20
20
  extra_rdoc_files: []
21
21
  files:
22
- - xapian_source/xapian-bindings-1.2.6.tar.gz
23
- - xapian_source/xapian-core-1.2.6.tar.gz
22
+ - xapian_source/xapian-bindings-1.2.7.tar.gz
23
+ - xapian_source/xapian-core-1.2.7.tar.gz
24
24
  - LICENSE
25
25
  - README.rdoc
26
26
  - CHANGELOG.md
@@ -46,7 +46,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
46
46
  version: 1.3.6
47
47
  requirements: []
48
48
  rubyforge_project:
49
- rubygems_version: 1.6.2
49
+ rubygems_version: 1.3.9.2
50
50
  signing_key:
51
51
  specification_version: 3
52
52
  summary: xapian libraries and ruby bindings
Binary file