dev_tasks 0.0.145 → 0.0.146

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/lib/publish.rb +1 -1
  2. data/lib/spec.json +1 -1
  3. metadata +1 -1
data/lib/publish.rb CHANGED
@@ -36,7 +36,7 @@ class Publish < Array
36
36
  f="#{Environment.dev_root}/tmp/#{a}"
37
37
  dest_dir=File.dirname("#{local_dir}/#{a}")
38
38
  Console.debug "dest_dir=#{dest_dir}"
39
- add "<%FileUtils.mkdir('#{dest_dir}') if !File.exists?('#{dest_dir}')%>"
39
+ add "<%FileUtils.mkdir_p('#{dest_dir}') if !File.exists?('#{dest_dir}')%>"
40
40
  add "<%FileUtils.cp('#{dep_dir}/#{a}','#{local_dir}/#{a}') if File.exists?('#{dep_dir}/#{a}')%>"
41
41
  add "svn add #{local_dir}/#{a} --parents"
42
42
  }
data/lib/spec.json CHANGED
@@ -1 +1 @@
1
- {"name":"dev_tasks","version":"0.0.145"}
1
+ {"name":"dev_tasks","version":"0.0.146"}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dev_tasks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.145
4
+ version: 0.0.146
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: