rumination 0.17.2 → 0.17.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
  SHA256:
3
- metadata.gz: 2b5a5af7ed3646cfcc14195b7b16a9421e6a759261289598c489c348f3c674b7
4
- data.tar.gz: 427ab679b88a4efc35c3348949a0c9425fcebebd96d5809db4646bbde66bb244
3
+ metadata.gz: ca4ebd3e1075c940227e9547fd0c625568c83a7b6f23ef2b2ee76e381a78491a
4
+ data.tar.gz: 567024fc0f0c11bd2bcb045f850a95f4f0a42e90b5cc1834daa08e603473b41f
5
5
  SHA512:
6
- metadata.gz: f3f945c37841eec1323e645717d6b49da6f2b9083ec773c060a1a3115914cbd76357c2eb81672e34fed247a8f428f9bbd372c5ab07ee4d3a263a3ef662931c74
7
- data.tar.gz: a282378f27dac4de10d3f2691ba0571f163c97047228c28a80c1527c6a6700fb1cf046909f46554f93e016a0a2ea5be0a1262d006cc37950c09a43e262776a2f
6
+ metadata.gz: 67d228e851561af9164aac20eb1a01a90a8e048554726047e771fb02a21ab50f04f46ca46b24b7ca5f0404fa60341fd2a9dba715c110be47aaee841b01d78754
7
+ data.tar.gz: 265d9ef0ec366078100b748c382a9ff78eabaaf5dc8ea3273ff3fbc2fd67484e2044406942c5a49fc4a6b353d088edd71959ae2dfa9761d766d0dd9db45c1d75
@@ -64,7 +64,7 @@ module DeployTasks
64
64
  main_vhost = vhosts.shift
65
65
  sh "docker-compose run --rm #{app_container_name} rsync -av public/ /var/www/#{main_vhost}"
66
66
  vhosts.each do |vhost|
67
- sh "docker-compose run --rm #{app_container_name} ln -fs /var/www/#{vhost} /var/www/#{main_vhost}"
67
+ sh "docker-compose run --rm #{app_container_name} ln -fs /var/www/#{main_vhost} /var/www/#{vhost}"
68
68
  end
69
69
  end
70
70
  end
@@ -75,7 +75,7 @@ module DeployTasks
75
75
  main_vhost = vhosts.shift
76
76
  sh "docker-compose run --rm #{app_container_name} rsync -av deploy/nginx.conf /etc/nginx/vhost.d/#{main_vhost}"
77
77
  vhosts.each do |vhost|
78
- sh "docker-compose run --rm #{app_container_name} ln -fs /etc/nginx/vhost.d/#{vhost} /etc/nginx/vhost.d/#{main_vhost}"
78
+ sh "docker-compose run --rm #{app_container_name} ln -fs /etc/nginx/vhost.d/#{main_vhost} /etc/nginx/vhost.d/#{vhost}"
79
79
  end
80
80
  end
81
81
  end
@@ -1,3 +1,3 @@
1
1
  module Rumination
2
- VERSION = "0.17.2"
2
+ VERSION = "0.17.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rumination
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Artem Baguinski
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-02-28 00:00:00.000000000 Z
11
+ date: 2018-06-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -194,7 +194,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
194
194
  version: '0'
195
195
  requirements: []
196
196
  rubyforge_project:
197
- rubygems_version: 2.7.4
197
+ rubygems_version: 2.7.7
198
198
  signing_key:
199
199
  specification_version: 4
200
200
  summary: development utilities