foreverb 0.3.0.c → 0.3.0.d

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.
@@ -17,7 +17,6 @@ module Forever
17
17
 
18
18
  # Setup directories
19
19
  Dir.chdir(dir)
20
- clean_tmp!
21
20
  Dir.mkdir(tmp) unless File.exist?(tmp)
22
21
  Dir.mkdir(File.dirname(log)) if log && !File.exist?(File.dirname(log))
23
22
 
@@ -55,6 +54,8 @@ module Forever
55
54
  exit
56
55
  end
57
56
 
57
+ clean_tmp!
58
+
58
59
  # Enable REE - http://www.rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
59
60
  GC.copy_on_write_friendly = true if GC.respond_to?(:copy_on_write_friendly=)
60
61
 
@@ -1,3 +1,3 @@
1
1
  module Forever
2
- VERSION = "0.3.0.c" unless defined?(Forever::VERSION)
2
+ VERSION = "0.3.0.d" unless defined?(Forever::VERSION)
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreverb
3
3
  version: !ruby/object:Gem::Version
4
- hash: 48
4
+ hash: 49
5
5
  prerelease: 6
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 0
10
- - c
11
- version: 0.3.0.c
10
+ - d
11
+ version: 0.3.0.d
12
12
  platform: ruby
13
13
  authors:
14
14
  - DAddYE