openwferu 0.9.12.863 → 0.9.13
Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,12 @@ module OpenWFE
|
|
69
69
|
# s
|
70
70
|
# end
|
71
71
|
#
|
72
|
+
# As with EmailNotificationParticipant, the "to" address for your email
|
73
|
+
# is taken from the workitem's <tt>email_target</tt> field. So, to have
|
74
|
+
# the email sent to "foo@nowhere.com", set your workitem's
|
75
|
+
# <tt>email_target</tt> field to "foo@nowhere.com" prior to feeding it
|
76
|
+
# to the mail participant.
|
77
|
+
#
|
72
78
|
# When passing the mail template as a block, you have
|
73
79
|
# four possible arities :
|
74
80
|
# { |workitem| ... }
|
data/lib/openwfe/version.rb
CHANGED
metadata
CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
|
|
3
3
|
specification_version: 1
|
4
4
|
name: openwferu
|
5
5
|
version: !ruby/object:Gem::Version
|
6
|
-
version: 0.9.
|
7
|
-
date: 2007-
|
6
|
+
version: 0.9.13
|
7
|
+
date: 2007-08-01 00:00:00 +09:00
|
8
8
|
summary: an open source ruby workflow and bpm engine
|
9
9
|
require_paths:
|
10
10
|
- lib
|