alki-loader 0.2.2 → 0.2.3

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: d2d35100b236208d01777884d86c8080a1054e10
4
- data.tar.gz: 1fd038626a13da67334f1f8c2a44ab760a198e86
3
+ metadata.gz: ced8913faadb5b05cb55df071adfc382551ad962
4
+ data.tar.gz: 44ad42d0a521ad8a1e81dc44b542649d672795c0
5
5
  SHA512:
6
- metadata.gz: cba12252e2194b87964c56a7c8ca8ed97dfdbba2304cf9e1fd9f076de1e2efc8caea4b30773cd725cb5d14a17e1a0960cb89ab51e9471a35ceea0e7547d829b3
7
- data.tar.gz: 3b7cf7de7415d8a0c55b9ec5b736ec727a09ce624fcc9e8c5d346f718797b03c18053dca7af079f0782ab741cbaa3f1a51c2feb62912d766427945424c4e824e
6
+ metadata.gz: 8d482a63aeac51417d3ba69f601f8e8a3b8a6a25d7c3cbb96d9aeb3549e8e2ec39061b6c5130ab7dac156246887d5ae16c65814596a8f14a278ab08f2efc45e7
7
+ data.tar.gz: 1e3f1365fd9a2cb2f210777c8748c8902a407df781504a82238e45541a88e4e3107fa46353fffec1f0cdd3e1474004d0e94467e4c43cea590ecc569b6dc05440
@@ -55,9 +55,13 @@ module Alki
55
55
  path_hash = $LOAD_PATH.hash
56
56
  return if @configs_loaded == path_hash
57
57
  @configs_loaded = path_hash
58
- Gem.find_files_from_load_path('alki_loader.rb').each do |config_path|
59
- require config_path
60
- end
58
+ load_alki_loader_files
59
+ end
60
+ end
61
+
62
+ def load_alki_loader_files
63
+ Gem.find_latest_files('alki_loader.rb').each do |config_path|
64
+ require config_path
61
65
  end
62
66
  end
63
67
  end
@@ -1,5 +1,5 @@
1
1
  module Alki
2
2
  module Loader
3
- VERSION = "0.2.2"
3
+ VERSION = "0.2.3"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: alki-loader
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Edlefsen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-07-30 00:00:00.000000000 Z
11
+ date: 2017-08-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: alki-support