wslave 0.3.3 → 0.3.4
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a8a86816c5dce9a8b16b04e35e90d683767d59a98805e49b8fd23b89eb144ae1
|
|
4
|
+
data.tar.gz: a0e1a81ccf6c92c79a3fce088afc2de607614af094df7135abcb0f076a7702d4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1bf3ecc124a7536421152f5dd1630e65bf3c8619ed5139327739333372dfbb6125a1ab711266fd9fefc0fd2e8524be455e973633fae5cdd435c154420a7f6b0a
|
|
7
|
+
data.tar.gz: '05931783442e5ffa86c899aa48352c5a93f3a4d43bea20005871cb7b01ab3e0b3ee0e92fb2d38bafc9f7c57d46f58d720142133f91f4175232ee4bc2d5c0f1c8'
|
|
Binary file
|
|
Binary file
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
server {
|
|
1
|
+
server {
|
|
2
2
|
listen 80;
|
|
3
3
|
listen [::]:80;
|
|
4
4
|
|
|
5
|
-
server_name testing;
|
|
5
|
+
server_name testing wsalve-nginx;
|
|
6
6
|
|
|
7
7
|
root /var/www/html;
|
|
8
8
|
|
|
@@ -22,6 +22,8 @@ server {
|
|
|
22
22
|
include snippets/fastcgi-php.conf;
|
|
23
23
|
fastcgi_pass unix:/run/php/php7.4-fpm.sock;
|
|
24
24
|
}
|
|
25
|
+
|
|
26
|
+
try_files $uri $uri/ /index.php?$args;
|
|
25
27
|
}
|
|
26
28
|
|
|
27
29
|
location ~ /\. {
|
data/wslave.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'wslave'
|
|
3
|
-
s.version = '0.3.
|
|
3
|
+
s.version = '0.3.4'
|
|
4
4
|
s.licenses = ['GPL-3.0', 'AGPL-3.0']
|
|
5
5
|
s.summary = '"Word Slave" generates and controls a WordPress installation'
|
|
6
6
|
s.description = 'Word Slave includes the wslave command and a control library to generate a ' \
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: wslave
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rei Kagetsuki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-05-
|
|
11
|
+
date: 2021-05-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -164,6 +164,8 @@ files:
|
|
|
164
164
|
- base/config/deploy-tools/wp-config.php.erb
|
|
165
165
|
- base/config/deploy-tools/wp-config.php.local
|
|
166
166
|
- base/config/deploy.rb
|
|
167
|
+
- base/config/deploy/.production.rb.swp
|
|
168
|
+
- base/config/deploy/.staging.rb.swp
|
|
167
169
|
- base/config/deploy/production.rb
|
|
168
170
|
- base/config/deploy/staging.rb
|
|
169
171
|
- base/docker-compose.yml
|