simpler_workflow 0.2.6 → 0.2.7

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.
@@ -1,3 +1,3 @@
1
1
  module SimplerWorkflow
2
- VERSION = "0.2.6"
2
+ VERSION = "0.2.7"
3
3
  end
@@ -128,7 +128,7 @@ module SimplerWorkflow
128
128
  when :abort, :cancel
129
129
  decision_task.cancel_workflow_execution
130
130
  when :fail
131
- decision.task.fail_workflow_execution
131
+ decision_task.fail_workflow_execution
132
132
  when :retry
133
133
  logger.info("Retrying activity #{last_activity(decision_task, event).name} #{last_activity(decision_task, event).version}")
134
134
  decision_task.schedule_activity_task last_activity(decision_task, event), :input => last_input(decision_task, event)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simpler_workflow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.6
4
+ version: 0.2.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-03 00:00:00.000000000 Z
12
+ date: 2012-11-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: aws-sdk
@@ -126,7 +126,7 @@ files:
126
126
  - spec/spec_helper.rb
127
127
  homepage: https://github.com/fredjean/simpler_workflow
128
128
  licenses: []
129
- post_install_message: ! "simpler_workflow 0.2.6\n========================\n\nHave
129
+ post_install_message: ! "simpler_workflow 0.2.7\n========================\n\nHave
130
130
  a look at https://github.com/fredjean/simpler_workflow/wiki/MIgrating-to-0.2.0 if
131
131
  you\nare upgrading from a 0.1.x version of the gem. There is a fundamental change
132
132
  in how the \nactivity and decision loops are run. You may need to adjust your application
@@ -143,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
143
143
  version: '0'
144
144
  segments:
145
145
  - 0
146
- hash: 2517248019212001977
146
+ hash: 618930098461104391
147
147
  required_rubygems_version: !ruby/object:Gem::Requirement
148
148
  none: false
149
149
  requirements:
@@ -152,7 +152,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
152
152
  version: '0'
153
153
  segments:
154
154
  - 0
155
- hash: 2517248019212001977
155
+ hash: 618930098461104391
156
156
  requirements: []
157
157
  rubyforge_project:
158
158
  rubygems_version: 1.8.23