capistrano-shared_configs 0.1.1 → 0.1.2

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: 7cbcac32427d37f7be2f46de15130127e4f9e13e
4
- data.tar.gz: 9c3b46df5b3fd38eced936e1dd6f78b7a006fe6e
3
+ metadata.gz: df9700489549b85d806e0b46abd2eb1d84d19b89
4
+ data.tar.gz: 94211805cfc20e316acdf69428ed81d80faa72dc
5
5
  SHA512:
6
- metadata.gz: 3732020492528877c0d3c619d4db35b7617427394d93a54cae0d57cd918b4ae9e24c92f7b681c0b9b065366c4f43ca05dba16a1b94776e5fe54b407f7268a925
7
- data.tar.gz: 0879adfc20aa6d20f7723e588cc7be38599a2e57a8c01675b4c1777549d1fa01dad603ccabc8447ff8961a497cee86498b283fc9301ea7ae1877d1dd1cf3a230
6
+ metadata.gz: 5007efa1825d5c73568a9a0d5e1d62d42ab2f93018cb42947ab2f3642f1a8e1471eefc854782ae6bac9f7ff881d1d2a819f4a8453da3034aa3a463cf80da029c
7
+ data.tar.gz: 8b863bb52a46b6eb92fa66692d4ffd4333680e6a7dbb0cf405c1543aca713660085a664673b8e1b385ef859e180c30de609d1d260c48488bf3f5cd75fab6910e
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module SharedConfigs
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
4
4
  end
5
5
  end
@@ -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.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: 2016-09-21 00:00:00.000000000 Z
11
+ date: 2017-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler