mofa 0.3.8 → 0.3.9

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.
@@ -42,11 +42,11 @@ class SourceCookbook < Cookbook
42
42
  end
43
43
 
44
44
  def load_mofa_yml
45
- @mofa_yml = MofaYml.load_from_file("#{Mofa::Config.config['tmp_dir']}/.mofa.yml", self)
45
+ @mofa_yml = MofaYml.load_from_file("#{source_dir}/.mofa.yml", self)
46
46
  end
47
47
 
48
48
  def load_mofa_yml_local
49
- @mofa_yml_local = MofaYml.load_from_file("#{Mofa::Config.config['tmp_dir']}/.mofa.local.yml", self)
49
+ @mofa_yml_local = MofaYml.load_from_file("#{source_dir}/.mofa.local.yml", self)
50
50
  end
51
51
 
52
52
  def autodetect_name
@@ -1,3 +1,3 @@
1
1
  module Mofa
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mofa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.8
4
+ version: 0.3.9
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: