verborghs-state_machine 0.9.4 → 0.9.5

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.
@@ -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