wslave 0.0.16 → 0.0.17
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/config/deploy/.production.rb.swp +0 -0
- data/base/docker-compose.yml +1 -7
- data/wslave.gemspec +1 -1
- metadata +2 -5
- data/base/.Rakefile.swp +0 -0
- data/base/config/deploy/.staging.rb.swp +0 -0
- data/templates/config/.definitions.yml.swp +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d188cdc015b755f1e01d0df9ef90799e820e51c96b35f33eb2de27ebfe36ef2e
|
|
4
|
+
data.tar.gz: b0ec2a12644b5a3375b17f2debb46b32b63c47331ab12410d24d4af6c1aab41c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ba61bfce1a0ac8e1132e4f0c9dd346f497357a0a67110bcbd5d8bf4191dd282e265661b351373f5ca8227a8b2ff9d473360558c8835e7b78594f95c5bc2eb0e6
|
|
7
|
+
data.tar.gz: ef22c14d6e42cd107148e088abd7121f491db53d4af8c73e213c4f5976b7ad6fb03ff94feffbb415502523d633fe370f1906dd3cfaf0d9c875fed0f8c9c07aaa
|
|
Binary file
|
data/base/docker-compose.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
version: '
|
|
1
|
+
version: '3'
|
|
2
2
|
|
|
3
3
|
services:
|
|
4
4
|
db:
|
|
@@ -6,11 +6,9 @@ services:
|
|
|
6
6
|
volumes:
|
|
7
7
|
- "./db/dev:/db"
|
|
8
8
|
- "./db/active:/docker-entrypoint-initdb.d"
|
|
9
|
-
restart: always
|
|
10
9
|
environment:
|
|
11
10
|
MYSQL_ROOT_PASSWORD: wordpress
|
|
12
11
|
MYSQL_DATABASE: wordpress
|
|
13
|
-
|
|
14
12
|
web:
|
|
15
13
|
depends_on:
|
|
16
14
|
- db
|
|
@@ -19,10 +17,6 @@ services:
|
|
|
19
17
|
- "./public:/var/www/html"
|
|
20
18
|
ports:
|
|
21
19
|
- "8000:80"
|
|
22
|
-
restart: always
|
|
23
20
|
environment:
|
|
24
21
|
WORDPRESS_DB_HOST: db:3306
|
|
25
22
|
WORDPRESS_DB_PASSWORD: wordpress
|
|
26
|
-
volumes:
|
|
27
|
-
db_data:
|
|
28
|
-
driver: local
|
data/wslave.gemspec
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
s.name = 'wslave'
|
|
3
|
-
s.version = '0.0.
|
|
3
|
+
s.version = '0.0.17'
|
|
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.0.
|
|
4
|
+
version: 0.0.17
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rei Kagetsuki
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-02-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|
|
@@ -89,7 +89,6 @@ executables:
|
|
|
89
89
|
extensions: []
|
|
90
90
|
extra_rdoc_files: []
|
|
91
91
|
files:
|
|
92
|
-
- base/.Rakefile.swp
|
|
93
92
|
- base/Capfile
|
|
94
93
|
- base/Dockerfile
|
|
95
94
|
- base/Gemfile
|
|
@@ -100,7 +99,6 @@ files:
|
|
|
100
99
|
- base/config/deploy-tools/wp-config.php.local
|
|
101
100
|
- base/config/deploy.rb
|
|
102
101
|
- base/config/deploy/.production.rb.swp
|
|
103
|
-
- base/config/deploy/.staging.rb.swp
|
|
104
102
|
- base/config/deploy/production.rb
|
|
105
103
|
- base/config/deploy/staging.rb
|
|
106
104
|
- base/docker-compose.yml
|
|
@@ -112,7 +110,6 @@ files:
|
|
|
112
110
|
- lib/wslave_sage.rb
|
|
113
111
|
- lib/wslave_tools.rb
|
|
114
112
|
- lib/wslave_update.rb
|
|
115
|
-
- templates/config/.definitions.yml.swp
|
|
116
113
|
- templates/config/database.yml
|
|
117
114
|
- templates/config/definitions.yml
|
|
118
115
|
- wslave.gemspec
|
data/base/.Rakefile.swp
DELETED
|
Binary file
|
|
Binary file
|
|
Binary file
|