openwferu 0.9.12.863 → 0.9.13

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.
@@ -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| ... }
@@ -30,9 +30,7 @@
30
30
  # POSSIBILITY OF SUCH DAMAGE.
31
31
  #++
32
32
  #
33
- # $Id: definitions.rb 2725 2006-06-02 13:26:32Z jmettraux $
34
- #
35
33
 
36
34
  module OpenWFE
37
- OPENWFERU_VERSION = '0.9.12.863'
35
+ OPENWFERU_VERSION = '0.9.13'
38
36
  end
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.12.863
7
- date: 2007-07-31 00:00:00 +09:00
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