minion 0.1.8 → 0.1.9
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/README.rdoc +8 -0
- data/VERSION +1 -1
- data/lib/minion.rb +1 -1
- metadata +4 -6
data/README.rdoc
CHANGED
|
@@ -92,3 +92,11 @@ Minion logs to stdout via "puts". You can specify a custom logger like this:
|
|
|
92
92
|
puts msg
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
+
== Meta
|
|
96
|
+
|
|
97
|
+
Created by Orion Henry
|
|
98
|
+
|
|
99
|
+
Patches contributed by Adam Wiggins, Kyle Drake
|
|
100
|
+
|
|
101
|
+
Released under the MIT License: www.opensource.org/licenses/mit-license.php
|
|
102
|
+
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.9
|
data/lib/minion.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: minion
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Orion Henry
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-10-19 00:00:00 -
|
|
12
|
+
date: 2009-10-19 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -58,10 +58,8 @@ files:
|
|
|
58
58
|
- examples/when.rb
|
|
59
59
|
- lib/minion.rb
|
|
60
60
|
- lib/minion/handler.rb
|
|
61
|
-
has_rdoc:
|
|
61
|
+
has_rdoc: false
|
|
62
62
|
homepage: http://github.com/orionz/minion
|
|
63
|
-
licenses: []
|
|
64
|
-
|
|
65
63
|
post_install_message:
|
|
66
64
|
rdoc_options:
|
|
67
65
|
- --charset=UTF-8
|
|
@@ -82,7 +80,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
82
80
|
requirements: []
|
|
83
81
|
|
|
84
82
|
rubyforge_project: minion
|
|
85
|
-
rubygems_version: 1.3.
|
|
83
|
+
rubygems_version: 1.3.1
|
|
86
84
|
signing_key:
|
|
87
85
|
specification_version: 3
|
|
88
86
|
summary: Super simple job queue over AMQP
|