moneypools-sprouts-extensions 0.1.4 → 0.1.5

Sign up to get free protection for your applications and to get access to all the features.
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