moneypools-sprouts-extensions 0.1.4 → 0.1.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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
@@ -18,6 +18,7 @@ class RSLManager
18
18
  end
19
19
 
20
20
  def add_output_to_trust_dirs
21
+ FileUtils.mkdir_p trust_dir
21
22
  File.open(File.join(trust_dir, @trust_file_name), 'w') do |file|
22
23
  file.puts(File.expand_path(output_dir))
23
24
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: moneypools-sprouts-extensions
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richie Vos