mhs-xapian 1.0.18a → 1.0.18.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.
- data/Rakefile +1 -1
- data/mhs-xapian.gemspec +4 -3
- metadata +9 -9
data/Rakefile
CHANGED
@@ -12,7 +12,7 @@ begin
|
|
12
12
|
require 'jeweler'
|
13
13
|
Jeweler::Tasks.new do |gem|
|
14
14
|
gem.name = "mhs-xapian"
|
15
|
-
gem.version = '1.0.
|
15
|
+
gem.version = '1.0.18.1'
|
16
16
|
gem.summary = %Q{xapian 1.0.18 bindings for Ruby}
|
17
17
|
gem.description = %Q{xapian 1.0.18 bindings for Ruby}
|
18
18
|
gem.email = "zdennis@mutuallyhuman.com"
|
data/mhs-xapian.gemspec
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = %q{mhs-xapian}
|
8
|
-
s.version = "1.0.
|
8
|
+
s.version = "1.0.18.1"
|
9
9
|
|
10
|
-
s.required_rubygems_version = Gem::Requirement.new("
|
10
|
+
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Tom Adams", "Zach Dennis"]
|
12
|
-
s.date = %q{2010-05-
|
12
|
+
s.date = %q{2010-05-22}
|
13
13
|
s.description = %q{xapian 1.0.18 bindings for Ruby}
|
14
14
|
s.email = %q{zdennis@mutuallyhuman.com}
|
15
15
|
s.extensions = ["extconf.rb"]
|
@@ -273,6 +273,7 @@ Gem::Specification.new do |s|
|
|
273
273
|
"php/smoketest5.php",
|
274
274
|
"php/util.i",
|
275
275
|
"pkg/mhs-xapian-1.0.18.gem",
|
276
|
+
"pkg/mhs-xapian-1.0.18a.gem",
|
276
277
|
"python/.deps/xapian_wrap.Plo",
|
277
278
|
"python/Makefile",
|
278
279
|
"python/Makefile.am",
|
metadata
CHANGED
@@ -1,12 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mhs-xapian
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
prerelease:
|
4
|
+
prerelease: false
|
5
5
|
segments:
|
6
6
|
- 1
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
|
8
|
+
- 18
|
9
|
+
- 1
|
10
|
+
version: 1.0.18.1
|
10
11
|
platform: ruby
|
11
12
|
authors:
|
12
13
|
- Tom Adams
|
@@ -15,7 +16,7 @@ autorequire:
|
|
15
16
|
bindir: bin
|
16
17
|
cert_chain: []
|
17
18
|
|
18
|
-
date: 2010-05-
|
19
|
+
date: 2010-05-22 00:00:00 -04:00
|
19
20
|
default_executable:
|
20
21
|
dependencies: []
|
21
22
|
|
@@ -284,6 +285,7 @@ files:
|
|
284
285
|
- php/smoketest5.php
|
285
286
|
- php/util.i
|
286
287
|
- pkg/mhs-xapian-1.0.18.gem
|
288
|
+
- pkg/mhs-xapian-1.0.18a.gem
|
287
289
|
- python/.deps/xapian_wrap.Plo
|
288
290
|
- python/Makefile
|
289
291
|
- python/Makefile.am
|
@@ -377,13 +379,11 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
377
379
|
version: "0"
|
378
380
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
379
381
|
requirements:
|
380
|
-
- - "
|
382
|
+
- - ">="
|
381
383
|
- !ruby/object:Gem::Version
|
382
384
|
segments:
|
383
|
-
-
|
384
|
-
|
385
|
-
- 1
|
386
|
-
version: 1.3.1
|
385
|
+
- 0
|
386
|
+
version: "0"
|
387
387
|
requirements: []
|
388
388
|
|
389
389
|
rubyforge_project:
|