trax_core 0.0.85 → 0.0.86

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 607a79a7c4082da1e2a834475a6d4f9cdd0ae5e5
4
- data.tar.gz: 77f3a354d9981ac41cdbbc16c5786f9788c62ab7
3
+ metadata.gz: 2a93f14afe1f52fb65c773d9b5df8a0188f51e42
4
+ data.tar.gz: 9ac264d224eda0c630330d56603a7d3dde54753e
5
5
  SHA512:
6
- metadata.gz: 10c480758ec396d9175a51272457c24fbd8d1da41a354a93bce0163760e60add4d177213d83e8faf780e9f0cc76177912453f7472d424c664a4bde73bde83743
7
- data.tar.gz: aa5dadf5ea48099d9b44b7da1f0b54bd2520e2c98b80b3eed7106da6b465f3f3d490dda21bb0c240f2d489459e6645b8421ea562a9f2044a224b3e1475f16a6d
6
+ metadata.gz: f8591f0f09aa4b9694c0c0b1bd0aa6b06afc8cd44e8545bfe8f60c4ad16db5caa5aedd0c1fcdd692112ebc1ef1b3136023d50b33e50f118ae2c47768f918575f
7
+ data.tar.gz: 22997c5aed784d5ba637b7ada4053188e0887b755df6c6eea0f4660a0b7c87da6a487c041a755c006edbdd3c7c856d0bc520a56325c369de0c85dca23b25bf6b
@@ -55,7 +55,7 @@ module MethodExtensions
55
55
  end
56
56
 
57
57
  def execute_call_strategy(*args, **options)
58
- __send__(strategy_for_call)
58
+ __send__(strategy_for_call, *args, **options)
59
59
  end
60
60
 
61
61
  def requires_arguments?
@@ -1,3 +1,3 @@
1
1
  module TraxCore
2
- VERSION = "0.0.85"
2
+ VERSION = "0.0.86"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trax_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.85
4
+ version: 0.0.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Ayre