trax_core 0.0.7 → 0.0.71
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 +4 -4
- data/lib/trax/core/eager_autoload_namespace.rb +1 -0
- data/lib/trax/core/mixin.rb +0 -3
- data/lib/trax/core.rb +0 -1
- data/lib/trax_core/version.rb +1 -1
- metadata +1 -2
- data/lib/trax/core/mixin_registry.rb +0 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00148fce6abf94b4bae0f495890d58d637c7ef7c
|
|
4
|
+
data.tar.gz: 6b997761c5627bef815cadab245859c82b08e1d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5135d5b5f0937409b9149c47c9b38fc813192d7b0bd3637a10181ceea66aabc5f833ed60bad04aec99c380265dc0462d58eed83d177b9a67910d4fd0656aa234
|
|
7
|
+
data.tar.gz: fd4d5910f334c643e5b1120098f1d601dab9a1facd9473359f1211df0dbeda18ffee17ac95408c91f3b3e753f187f0d8ba204010873fd7d62df382d80dc6fc49
|
data/lib/trax/core/mixin.rb
CHANGED
|
@@ -19,7 +19,6 @@ module Trax
|
|
|
19
19
|
trace.disable
|
|
20
20
|
|
|
21
21
|
if base.instance_variable_defined?(:@_after_extended_block)
|
|
22
|
-
puts "CALLING AFTER EXTENDED"
|
|
23
22
|
base.instance_variable_get(:@_after_extended_block).call
|
|
24
23
|
end
|
|
25
24
|
end
|
|
@@ -27,8 +26,6 @@ module Trax
|
|
|
27
26
|
|
|
28
27
|
trace.enable
|
|
29
28
|
|
|
30
|
-
super(base)
|
|
31
|
-
|
|
32
29
|
mixin_namespace.register_mixin(base) unless self == ::Trax::Core::Mixin
|
|
33
30
|
end
|
|
34
31
|
|
data/lib/trax/core.rb
CHANGED
data/lib/trax_core/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.71
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jason Ayre
|
|
@@ -281,7 +281,6 @@ files:
|
|
|
281
281
|
- lib/trax/core/isolated_mixin.rb
|
|
282
282
|
- lib/trax/core/mixable.rb
|
|
283
283
|
- lib/trax/core/mixin.rb
|
|
284
|
-
- lib/trax/core/mixin_registry.rb
|
|
285
284
|
- lib/trax_core.rb
|
|
286
285
|
- lib/trax_core/version.rb
|
|
287
286
|
- spec/spec_helper.rb
|