psq-dm-xapian 0.4.1 → 0.4.2
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/CHANGES.txt +3 -0
- data/bin/dm-xapian-updater +1 -1
- metadata +3 -3
data/CHANGES.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1
|
+
* 2009-02-03
|
2
|
+
- dm-xapian-update daemon to keep the index up to date
|
3
|
+
|
1
4
|
* 2008-11-08
|
2
5
|
- version is now 0.3
|
3
6
|
- applied patch from Emmanuel Surleau: make the rake tasks work with merb 0.9.13 (should also work with 1.0, I assume, but I haven't upgraded yet). In addition, rebuild_index complains in an explicit way when a class name is not a model or indexed by Xapian
|
data/bin/dm-xapian-updater
CHANGED
@@ -40,7 +40,7 @@ Merb.start_environment(:environment => Merb.environment)
|
|
40
40
|
ActsAsXapian.configure(Merb.environment, ROOT)
|
41
41
|
ActsAsXapian.update_index(true, true) # need to call before starting daemon???
|
42
42
|
|
43
|
-
Daemons.run_proc('
|
43
|
+
Daemons.run_proc('dm-xapian-updater.rb', options) do
|
44
44
|
|
45
45
|
loop do
|
46
46
|
puts "Updating index for #{Merb.environment}"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: psq-dm-xapian
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Joshaven Potter, Pascal Belloncle
|
@@ -9,7 +9,7 @@ autorequire:
|
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
11
|
|
12
|
-
date:
|
12
|
+
date: 2009-02-03 00:00:00 -08:00
|
13
13
|
default_executable:
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
version:
|
74
74
|
requirements: []
|
75
75
|
|
76
|
-
rubyforge_project:
|
76
|
+
rubyforge_project: dm-xapian
|
77
77
|
rubygems_version: 1.2.0
|
78
78
|
signing_key:
|
79
79
|
specification_version: 2
|