capistrano-yutiriti 0.0.4 → 0.0.5

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: 6257fd5f1e63b1b03eac68fade30fb5bd370c6b0
4
- data.tar.gz: 81dc3157402b4ccc50ffce3bdd90439c95e022a1
3
+ metadata.gz: 7b37e9af03fd2b369049a477b43fdbd73830115a
4
+ data.tar.gz: 8e58d0ffa08390c3b2f3913785c6f5064e912763
5
5
  SHA512:
6
- metadata.gz: e3369ad4eb7bf4ac8463da6d26f3ab4374e683ca1974f32f6cbf512004c907f07ca6936d50810e8b24ba6e9023df8dd92a40aff089ac2047af6647fb8b415882
7
- data.tar.gz: 1e5f48bff42cb60a3920951aa7e5d5277b605ad23725eb2622124215083019fc871f101b593b183a3cbf77c7e68722faa7df3e62f04a8d88952c6e8b78203e16
6
+ metadata.gz: 1d057779de79855e2b686dae984fc5b28790dad700c1fd354a7a8c2d7303c20b2fb9dcabf5d1cb3c75e0478ef4d5c16b7cd7e40c876a3febe3c675564ac8c2c9
7
+ data.tar.gz: 4f847856b9dcecd70a92bb169da79d53cebbcc721807dcb04dd1655618042b081b73d98e4c61d5c702011d34896a1093d3837ceb14659883a320dfa44f51a31b
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "capistrano-yutiriti"
7
- spec.version = "0.0.4"
7
+ spec.version = "0.0.5"
8
8
  spec.authors = ["Martin Andert"]
9
9
  spec.email = ["mandert@gmail.com"]
10
10
 
@@ -42,7 +42,7 @@ namespace :config do
42
42
  config_path=#{path}
43
43
  if [ -d "$config_path" ]
44
44
  then for e in $(ls $config_path)
45
- do export "$e=$(cat $config_path/$e)"
45
+ do export "$e='$(cat $config_path/$e)'"
46
46
  done
47
47
  fi
48
48
  EOCOMMAND
@@ -43,7 +43,7 @@ module Capistrano
43
43
  rm -f $dot_env_path
44
44
  mkdir -p $config_path
45
45
  for e in $(ls $config_path)
46
- do echo "$e=$(cat $config_path/$e)" >> $dot_env_path
46
+ do echo "$e='$(cat $config_path/$e)'" >> $dot_env_path
47
47
  done
48
48
  chmod 600 $dot_env_path
49
49
  EOCOMMAND
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-yutiriti
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Andert