wslave 0.3.0 → 0.3.1
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 +4 -4
- data/base/docker/nginx/Dockerfile +3 -1
- data/wslave.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d9097b3fe47c8f112323d69a91628033a8fd1fe6f1d79cadd3070b49d1b66f23
|
|
4
|
+
data.tar.gz: 5286c213c8943c4abe5fe891c48bb52bc6221a0bd3e06421a1726765b7e468d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 575e6219da5b439cf6f3079f2e4adb7b54c841f705285620e7ae3dec884dd6e5360e8c20b086046fcdcc5304a42245b59f03c0334de389cc352d6f34bacb1fcd
|
|
7
|
+
data.tar.gz: 47d48b9b1f032b04c4965f13212e20cfb47b846622db763932472904d4e2015c52f591cbb954203fcac82524cff9516f59069033d010ee9172a25a60901f1418
|
|
@@ -3,12 +3,14 @@ FROM ubuntu:20.04
|
|
|
3
3
|
COPY nginx.vhost /etc/nginx/sites-enabled/default
|
|
4
4
|
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
|
5
5
|
|
|
6
|
-
RUN apt-get update
|
|
6
|
+
RUN apt-get update && apt-get dist-upgrade -y
|
|
7
7
|
RUN DEBIAN_FRONTEND="noninteractive" apt-get -y install tzdata
|
|
8
8
|
# NOTE: When the PHP FPM version changes, you MUST update the
|
|
9
9
|
# version named in base/docker/nginx/supervisord.conf and
|
|
10
10
|
# in base/docker/nginx/nginx.vhost, then rebuild the nweb image!
|
|
11
11
|
RUN apt-get install -y nginx php7.4-fpm php-mysql \
|
|
12
|
+
php7.4-mbstring php7.4-curl php7.4-dom php7.4-exif php7.4-fileinfo \
|
|
13
|
+
php7.4-json php7.4-imagick php7.4-xml php7.4-zip php7.4-iconv \
|
|
12
14
|
libpng-dev libjpeg-dev \
|
|
13
15
|
mariadb-client mariadb-common \
|
|
14
16
|
supervisor curl
|
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.1'
|
|
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.1
|
|
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-04-
|
|
11
|
+
date: 2021-04-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -204,7 +204,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
204
204
|
- !ruby/object:Gem::Version
|
|
205
205
|
version: '0'
|
|
206
206
|
requirements: []
|
|
207
|
-
rubygems_version: 3.
|
|
207
|
+
rubygems_version: 3.2.15
|
|
208
208
|
signing_key:
|
|
209
209
|
specification_version: 4
|
|
210
210
|
summary: '"Word Slave" generates and controls a WordPress installation'
|