baja 0.7.1 → 0.7.2

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.rb +2 -2
  3. data/lib/baja/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29ef01aef29fad02103fab42c93ab8c2ad1b0949
4
- data.tar.gz: e5df013270e996a330bcfb2b687ffdd66747ea8c
3
+ metadata.gz: 71f523114831a30d68fa936a2985f757f88a8dc6
4
+ data.tar.gz: f29218aba9d9c383a38dcae2112710ed042f0ce7
5
5
  SHA512:
6
- metadata.gz: b55c713418021a28b1096b9f4ee854eafe2fd4e4aa51ecfe35d0828d0fcaa252254c8e7bb702d734d46e26b529ee8a6c321dda504aa44c2ae11feb57aabaad4a
7
- data.tar.gz: bd715d887b711d56bb62e976927e8400f4fbaf9276d60a17f42b60e6c9ed30920d0e15c14e5249da28dde17cbd4113aa3fb8021b0a455ae0711f4deabed51015
6
+ metadata.gz: 7f04874dc249227b8f99191920eef9db7cef91e760dd0c3bc03c9261c41fbf0f58d0529729b30f01a633a7c2520cf0ffb7edb62c016c32f438c237b1f33d3f87
7
+ data.tar.gz: aae7492c1eaa204fcb35e8b4d6a7dffd7eb7e0286f25007ee516ff57450ae0bf350d27409a7e12946912c9bc3fc6868234c1afffcf83e5b67e0a90fb5ac38a90
@@ -45,11 +45,11 @@ end
45
45
  puts "defpath: #{Baja::Blast.definition_file_paths}"
46
46
  absolute_definition_file_paths.uniq.each do |path|
47
47
  puts "abspath: #{path}"
48
- Baja::FactoryLoad.load_path("#{path}.rb") if File.exist?("#{path}.rb")
48
+ FactoryLoad.load_path("#{path}.rb") if File.exist?("#{path}.rb")
49
49
 
50
50
  if File.directory? path
51
51
  Dir[File.join(path, '**', '*.rb')].sort.each do |file|
52
- Baja::FactoryLoad.load_path(file)
52
+ FactoryLoad.load_path(file)
53
53
  end
54
54
  end
55
55
  end
@@ -1,3 +1,3 @@
1
1
  module Baja
2
- VERSION = "0.7.1"
2
+ VERSION = "0.7.2"
3
3
  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.7.1
4
+ version: 0.7.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Zuercher