baja 0.6.5 → 0.6.6

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 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 82ea30d04ce9cda8e35c335a53025d9e829e4c7d
4
- data.tar.gz: 04f52163d5c0eadb56d1018ceb5d2f5b5d2e4bb1
3
+ metadata.gz: 7865790b5076e7a83469d1c8650e8cfb3ce8f0b1
4
+ data.tar.gz: dc2190fa49db5c7c444cc4302a16df45bf0d0f6e
5
5
  SHA512:
6
- metadata.gz: b80063614266b0eeda784ac9b1093669c2e963055444784e451e6cf51b405cb00b21a7f53a7e8150adf6385e47ea622b534a59d7ce2cdad2204fff7c0a3a5e8f
7
- data.tar.gz: b2f28667d4ca25130a250c73583ebb255b33f5313f96a7b169a52e343647fb38603cc4bf361c64281fbfa35b5e464d564e2437cc3e28ab548869db0d30d4bb0b
6
+ metadata.gz: 7a62091474c6a202a757762efca1b133815b71c4f68d0f3e6804b967661618cbf0b608fb8464793f63c6f787bb2b10efed13fca405c277091ccfc743c4a7b1a3
7
+ data.tar.gz: f18c5ba8e48f656966da2dfe59de251842e6cadc26ce6b5091f683a9ae0b31a95591518fad7e29778ef99c4811c48447ae74f1fc3183a7b5641a9276cf556a51
data/lib/baja/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Baja
2
- VERSION = "0.6.5"
2
+ VERSION = "0.6.6"
3
3
  end
data/lib/baja.rb CHANGED
@@ -55,8 +55,9 @@ end
55
55
  module FactoryGirl
56
56
  def self.find_definitions
57
57
  absolute_definition_file_paths = definition_file_paths.map { |path| File.expand_path(path) }
58
-
58
+ puts "defpath: #{definition_file_paths}"
59
59
  absolute_definition_file_paths.uniq.each do |path|
60
+ puts "abspath: #{path}"
60
61
  FactoryLoad.load_path("#{path}.rb") if File.exist?("#{path}.rb")
61
62
 
62
63
  if File.directory? path
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.6.5
4
+ version: 0.6.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Zuercher