wslave 0.3.0 → 0.3.1

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: d7c39b73b05b1be955f9f28b0925120e1b11aa37bce3ef2ffcc5b272aef0ecf5
4
- data.tar.gz: 75ab79a0688af02c2ae453e170a387e6677ebf4ca275a5ae1a45a4e2166f56e2
3
+ metadata.gz: d9097b3fe47c8f112323d69a91628033a8fd1fe6f1d79cadd3070b49d1b66f23
4
+ data.tar.gz: 5286c213c8943c4abe5fe891c48bb52bc6221a0bd3e06421a1726765b7e468d9
5
5
  SHA512:
6
- metadata.gz: 8fa738f7f91f460a8e9a84a5fcc0d38b5251b6d95c6a2443ce7bde8454fcd47169dd720001a9a2caf0f9f322c616b508579770227b4c7a0a1f788a47ead14f7b
7
- data.tar.gz: e8a2df80d986c1f24993a576d9e116f5f91c379fa037d028d427f870983d89d7e0a809d750e3f35cfae0fa5adbaba3cffc0023b8ee43392b9256620ee046432e
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.0'
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.0
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-15 00:00:00.000000000 Z
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.1.2
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'