trax_core 0.0.4 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: affd50788aa7759bcac06c082578e951456cf282
4
- data.tar.gz: c9b17bb4fdb611febc62a11fe6c91eb7a3345669
3
+ metadata.gz: f2334732a821d9d5056751539fdbeb5ab00ee3a2
4
+ data.tar.gz: 47e1f9e17b35b99e089f7df3a1c7c67224af640e
5
5
  SHA512:
6
- metadata.gz: 7461e3f3b9b1312f45926ddb3259d0c20106d7970ddce1c13b9f34762a4d4dd4445af3d18fd9666ee372a7cd031d3d3f39e718fce1eccf2465d3c82b1296bb7a
7
- data.tar.gz: 620ac390af7f19d73f2ac88b6a2f239343e21eb7c82d300b9b18c4dbcd6770d0993d3dcd3ac33fd75ef6fa713487e0f2d628decc1a4a9be62af1a55599e22699
6
+ metadata.gz: 583a45ddb697ab1b3c006262efddeb7dd18c6362f62a5d8c79dd70b1662d29ea19c3f87bd491e965f567a6aa271b2e455235fc6932f6e30865bd776de679fedd
7
+ data.tar.gz: df8fabe5f2e320dd3a59fa5aa949bd6ad1b48acb5d97cf04af62f0260a59d774b58fccc6b85d89d9a1f9c9755a937817ca42c527b1284bb534617673eb9ff0f4
@@ -17,6 +17,12 @@ module Trax
17
17
  base.eager_load!
18
18
  end
19
19
 
20
+ def all
21
+ @all ||= autoload_class_names.map do |klass|
22
+ const_get(:"#{klass}")
23
+ end
24
+ end
25
+
20
26
  def autoload_file_paths
21
27
  @autoload_file_paths = ::Dir[module_path.join('*.rb')]
22
28
  end
@@ -1,3 +1,3 @@
1
1
  module TraxCore
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
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.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Ayre