sumodev 1.5.2 → 1.5.3

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: f53e37b88996c5c6501dcd792a8f61dffa4d538c
4
- data.tar.gz: 0fd21dce78cdb998cd7ccf43e1fa43323d05dc76
3
+ metadata.gz: 825c59c6c00a2914423dc9ea12d4e3361e3d2250
4
+ data.tar.gz: dbd53d5efc15a3c6a6d05962e8a94dda2624f01e
5
5
  SHA512:
6
- metadata.gz: 2c6a87dbb91f860772039c9d2e68f8bd7b91333ee747c0671e51e11821a73be19bb0a262a5efefb2e50b53c7a23bd747799ad12072b4e1d590aa0943e383a27c
7
- data.tar.gz: 9e0758345fc06daec258cfc45c0353e4e7ab85039b8b194ac3ab2f9a12c9c916a499b2a628d5e9550fa2f87d8bff0061654cadd82abaff3f41539023b728f67f
6
+ metadata.gz: 61b50c50eb0c4bb3725f4e92c42cd7c2371daa38a51a241ab3d8f830464e978f403ee30704106fee13f513e1e581fe0518e156ffaf742573545ffe676ec73993
7
+ data.tar.gz: 62ad79623691861dcbf6416284f48a4e9f411b7b44c79c61a7bf6d81f80040b3902850b352d0050c4fb897a8a9a7118c3c1e9ff8c9bc55a2e616063034361ece
@@ -126,7 +126,7 @@ class Sumodev::Commands::Project < Sumodev::Command
126
126
  database_password = database_information.scan(/pass:(.*)command/)[0][0].gsub(/\s+/, '')
127
127
 
128
128
  run_command_without_output(
129
- "sed -i '' -e 's|site.path_www:.*|site.path_www: /home/sites/#{client}/#{project}|g' #{project_path}/app/config/parameters_install.yml",
129
+ "sed -i '' -e 's|site.path_www:.*|site.path_www: /home/vagrant/pow/#{client}/#{project}|g' #{project_path}/app/config/parameters_install.yml",
130
130
  nil,
131
131
  "--> Configuring parameters_install.yml"
132
132
  )
@@ -1,3 +1,3 @@
1
1
  module Sumodev
2
- VERSION = "1.5.2"
2
+ VERSION = "1.5.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sumodev
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.2
4
+ version: 1.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jan De Poorter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-05-25 00:00:00.000000000 Z
11
+ date: 2016-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport