simple_workflow 0.0.7 → 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -21,11 +21,11 @@ extension to Rails to allow detours with returns.
21
21
 
22
22
  == INSTALL:
23
23
 
24
- * gem install simple_workflow
24
+ gem install simple_workflow
25
25
 
26
26
  or in Gemfile
27
27
 
28
- gem 'simple_workflow'
28
+ gem 'simple_workflow'
29
29
 
30
30
  == LICENSE:
31
31
 
@@ -13,4 +13,5 @@ end
13
13
  class ActionController::Base
14
14
  include SimpleWorkflow::Helper
15
15
  include SimpleWorkflow::Controller
16
+ before_filter :store_detour_from_params
16
17
  end
@@ -1,3 +1,3 @@
1
1
  module SimpleWorkflow
2
- VERSION = '0.0.7'
2
+ VERSION = '0.1.0'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_workflow
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 27
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
+ - 1
8
9
  - 0
9
- - 7
10
- version: 0.0.7
10
+ version: 0.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Uwe Kubosch