dockly 1.3.3 → 1.3.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -14,7 +14,7 @@ class Dockly::BuildCache::Base
14
14
  default_value :parameter_commands, {}
15
15
  default_value :command_dir, '.'
16
16
  default_value :output_dir, '.'
17
- default_value :tmp_dir, '/tmp'
17
+ default_value :tmp_dir, Dir.tmpdir
18
18
 
19
19
  def execute!
20
20
  debug "Looking for cache for hash: #{hash_output}"
@@ -1,3 +1,3 @@
1
1
  module Dockly
2
- VERSION = '1.3.3'
2
+ VERSION = '1.3.4'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dockly
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.3
4
+ version: 1.3.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2013-12-09 00:00:00.000000000 Z
12
+ date: 2013-12-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: clamp