verborghs-state_machine 0.9.4 → 0.9.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -66,7 +66,7 @@ module StateMachine
66
66
  end
67
67
 
68
68
  # Get any existing condition that may need to be merged
69
- wrap_condition(*args, options)
69
+ wrap_condition(options)
70
70
 
71
71
  # Evaluate the method on the original class with the condition proxied
72
72
  # through
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 4
9
- version: 0.9.4
8
+ - 5
9
+ version: 0.9.5
10
10
  platform: ruby
11
11
  authors:
12
12
  - Aaron Pfeifer