simple_workflow 0.1.0 → 0.1.1

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.
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
@@ -31,7 +31,7 @@ or in Gemfile
31
31
 
32
32
  (The MIT License)
33
33
 
34
- Copyright (c) 2009 Uwe Kubosch
34
+ Copyright (c) 2009-2012 Uwe Kubosch
35
35
 
36
36
  Permission is hereby granted, free of charge, to any person obtaining
37
37
  a copy of this software and associated documentation files (the
@@ -46,8 +46,8 @@ module SimpleWorkflow::Controller
46
46
  return true
47
47
  end
48
48
 
49
- def back_or_redirect_to(options)
50
- back or redirect_to options
49
+ def back_or_redirect_to(*options)
50
+ back or redirect_to(*options)
51
51
  end
52
52
 
53
53
  def pop_detour
@@ -1,3 +1,3 @@
1
1
  module SimpleWorkflow
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
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: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 0
10
- version: 0.1.0
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-02-19 00:00:00 Z
18
+ date: 2012-03-06 00:00:00 Z
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
21
21
  name: rails