shaddox 0.0.25 → 0.0.26

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 959be3a573d73f65aff4a01e635b0b7825c32456
4
- data.tar.gz: c57378931aed9b37b571f1e43c188909d1235761
3
+ metadata.gz: 1123cc9db5fc73762a92ff3bff6516b1ea5c1481
4
+ data.tar.gz: 5be72c91d005ee9ab9bd109abd6e69516b457b67
5
5
  SHA512:
6
- metadata.gz: 8d11f2eab72bdfa3b5cf07b69edd8f69ef0e9fca8ed2e8b50424549f4e04fb9418a9c1cf1de4b49a18c5631722e096102ee857d7d1a4ade45485f4ab26778607
7
- data.tar.gz: d4a8d0ea643810e493e32c5aee0a141ee5630edcf556e09d27b78bbcba1ca2a4b0b5f01272491d15b83aef786e51fc20ec39446bbe8e03035fa950e25bc2efd6
6
+ metadata.gz: dc5044b1e6955db831b1f8c35a1e050e957d66dad262ac02d2ab4195e7e7f94146e367e0bf756a3996bb2d9f3eb703901b9236def86c0193dcf26bca280d4b09
7
+ data.tar.gz: f674622919a97c8091ccc33a71829de53f4cd38800cdf9a31fbcfa2c1c379b1f5777ed45cdb01522aaa113142599fac2e0d3b634660bb9f0ca2405c9d0a73b1d
data/Doxfile CHANGED
@@ -21,8 +21,7 @@ task :foobar => :foo do
21
21
  sh "echo 'bar'"
22
22
  end
23
23
 
24
- task :install => :foobar do
25
- install 'zsh'
24
+ task :install do
26
25
  repo_deploy :profile, "~/repo_test/profile"
27
26
  end
28
27
 
@@ -57,7 +57,7 @@ module Shaddox
57
57
  def ln_s(source, dest, opts = {})
58
58
  ensure_parent_dir(source)
59
59
  ensure_parent_dir(dest)
60
- info "Linking '#{source}' to '#{dest}'", 1 if @debug
60
+ info "Linking '#{source.exp_path}' to '#{dest.exp_path}'", 1 if @debug
61
61
  FileUtils::ln_s(source.exp_path, dest.exp_path, opts)
62
62
  end
63
63
 
@@ -113,8 +113,8 @@ module Shaddox
113
113
  end
114
114
 
115
115
  # Link shared paths
116
+ info 'Linking shared paths', 1 if @debug
116
117
  repo.shared.each do |shared_path|
117
- info 'Linking shared paths', 1 if @debug
118
118
  ln_s "#{release_path}/#{shared_path}", "./shared/#{shared_path}"
119
119
  end
120
120
 
@@ -1,3 +1,3 @@
1
1
  module Shaddox
2
- VERSION = "0.0.25"
2
+ VERSION = "0.0.26"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shaddox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.25
4
+ version: 0.0.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - joshglendenning