capistrano-shared_configs 0.1.1 → 0.1.2
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df9700489549b85d806e0b46abd2eb1d84d19b89
|
|
4
|
+
data.tar.gz: 94211805cfc20e316acdf69428ed81d80faa72dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5007efa1825d5c73568a9a0d5e1d62d42ab2f93018cb42947ab2f3642f1a8e1471eefc854782ae6bac9f7ff881d1d2a819f4a8453da3034aa3a463cf80da029c
|
|
7
|
+
data.tar.gz: 8b863bb52a46b6eb92fa66692d4ffd4333680e6a7dbb0cf405c1543aca713660085a664673b8e1b385ef859e180c30de609d1d260c48488bf3f5cd75fab6910e
|
|
@@ -29,7 +29,7 @@ namespace :shared_configs do
|
|
|
29
29
|
if test("[ -d #{repo_config_path} ]")
|
|
30
30
|
execute <<-COMMAND
|
|
31
31
|
cd #{repo_config_path}
|
|
32
|
-
cp -rlf *
|
|
32
|
+
cp -rlf * #{shared_path}
|
|
33
33
|
COMMAND
|
|
34
34
|
else
|
|
35
35
|
puts "Unable to symlink shared configs. No shared configs located at #{repo_config_path}."
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-shared_configs
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jessie Keck
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2017-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|