motion_model 0.3.4 → 0.3.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.
@@ -428,7 +428,7 @@ module MotionModel
428
428
  def call_hooks(hook_name, &block)
429
429
  result = call_hook('before', hook_name)
430
430
  # returning false from a before_ hook stops the process
431
- block.call if result !== false && block_given?
431
+ block.call if result != false && block_given?
432
432
  call_hook('after', hook_name)
433
433
  end
434
434
 
@@ -1,3 +1,4 @@
1
+
1
2
  module MotionModel
2
- VERSION = "0.3.4"
3
+ VERSION = "0.3.5"
3
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: motion_model
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: