baja 0.5.4 → 0.5.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/baja/version.rb +1 -1
  3. data/lib/baja.rb +2 -2
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4d3a90b88427b120dea1dadc0a2f9df3fbb485d3
4
- data.tar.gz: bf9c5f9cfedcbdb5da6802893f9ce4771bfebf79
3
+ metadata.gz: e0795e411928190c81f828c95266f4e6c7278dd8
4
+ data.tar.gz: 4778700995b0c862dcbbf0a00dce83fccb9ec264
5
5
  SHA512:
6
- metadata.gz: 8fd4d4672092204168dfea9a543133eac15bdf83b73175490fbec73714aa01175b0b9a98628c3540390641137261d3a6951bab53377826b61ee521dc5b4d22c6
7
- data.tar.gz: 90ece7ffe3879c0609fec4e184228137aae9c430ceafc19000e70379f445b862c6788135adcea881848b35dca9082bc585a8e5274c614bf8f03ddec3946b5b55
6
+ metadata.gz: 6de25010b5305b7a3ed448c98930328c1d0b120a46a731b1c3dcc5e1dbce05b3f63c7521d2c50ca0c032d75260de4fcb543addad97363678698852403b489738
7
+ data.tar.gz: 1e6e9575c4a11403330fbe61f153ee0b687ce84119e4eb2677c94eaf407d54bc5752b408b8be28f1a79b9b83825dae7d5a3d2f234fecb46cd29ca06e08e57f37
data/lib/baja/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Baja
2
- VERSION = "0.5.4"
2
+ VERSION = "0.5.5"
3
3
  end
data/lib/baja.rb CHANGED
@@ -56,7 +56,7 @@ module FactoryGirl
56
56
  absolute_definition_file_paths = definition_file_paths.map { |path| File.expand_path(path) }
57
57
 
58
58
  absolute_definition_file_paths.uniq.each do |path|
59
- FactoryLoad.load(path)
59
+ FactoryLoad.load_path(path)
60
60
 
61
61
  if File.directory? path
62
62
  Dir[File.join(path, '**', '*.rb')].sort.each do |file|
@@ -69,7 +69,7 @@ end
69
69
 
70
70
  module FactoryLoad
71
71
  @path
72
- def load(path)
72
+ def load_path(path)
73
73
  @path = path
74
74
  load("#{path}.rb") if File.exist?("#{path}.rb")
75
75
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: baja
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4
4
+ version: 0.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Zuercher