lev 2.0.2 → 2.0.3
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/Gemfile.lock +1 -1
- data/lib/lev/handle_with.rb +1 -1
- data/lib/lev/version.rb +1 -1
- metadata +4 -4
data/Gemfile.lock
CHANGED
data/lib/lev/handle_with.rb
CHANGED
|
@@ -30,7 +30,7 @@ module Lev
|
|
|
30
30
|
# use the entire params hash from the request.
|
|
31
31
|
#
|
|
32
32
|
module HandleWith
|
|
33
|
-
def handle_with(handler, options)
|
|
33
|
+
def handle_with(handler, options={})
|
|
34
34
|
success_action = options.delete(:success)
|
|
35
35
|
failure_action = options.delete(:failure)
|
|
36
36
|
complete_action = options.delete(:complete)
|
data/lib/lev/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: lev
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.3
|
|
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: 2013-10-
|
|
12
|
+
date: 2013-10-12 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: activemodel
|
|
@@ -246,7 +246,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
246
246
|
version: '0'
|
|
247
247
|
segments:
|
|
248
248
|
- 0
|
|
249
|
-
hash:
|
|
249
|
+
hash: 3100955382982475152
|
|
250
250
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
251
251
|
none: false
|
|
252
252
|
requirements:
|
|
@@ -255,7 +255,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
255
255
|
version: '0'
|
|
256
256
|
segments:
|
|
257
257
|
- 0
|
|
258
|
-
hash:
|
|
258
|
+
hash: 3100955382982475152
|
|
259
259
|
requirements: []
|
|
260
260
|
rubyforge_project:
|
|
261
261
|
rubygems_version: 1.8.25
|