simple_workflow 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +14 -0
- data/README.rdoc +1 -1
- data/lib/simple_workflow/controller.rb +2 -2
- data/lib/simple_workflow/version.rb +1 -1
- metadata +4 -4
data/History.txt
CHANGED
@@ -1,3 +1,17 @@
|
|
1
|
+
== 0.1.1 2012-03-06
|
2
|
+
|
3
|
+
=== Features
|
4
|
+
|
5
|
+
* Allow all kinds of options in back_or_redirect_to
|
6
|
+
|
7
|
+
|
8
|
+
== 0.1.0 2012-02-18
|
9
|
+
|
10
|
+
=== Features
|
11
|
+
|
12
|
+
* Automatically hook into ActionController to store detours
|
13
|
+
|
14
|
+
|
1
15
|
== 0.0.6 2012-02-08
|
2
16
|
|
3
17
|
=== Fixes
|
data/README.rdoc
CHANGED
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:
|
4
|
+
hash: 25
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 1
|
10
|
+
version: 0.1.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Uwe Kubosch
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-
|
18
|
+
date: 2012-03-06 00:00:00 Z
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
21
21
|
name: rails
|