theme-juice 0.20.0 → 0.20.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/lib/theme-juice/man/tj-create +1 -1
- data/lib/theme-juice/man/tj-create.txt +1 -1
- data/lib/theme-juice/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62089fe71d6243fa6a2377ea8735058ffb2c2902
|
|
4
|
+
data.tar.gz: 888e354741ad40542ca6c2f7fe595d01c171726a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ecbd190b0544653d40a9fa9a8494f37d16215a0376e0ee5377fcb8833a7645f6965c8391e14cea9e404f62704b687afd07e47c4c81e8d42edf7a9f19efd5a5c
|
|
7
|
+
data.tar.gz: 9095423932e48349bfb56ef04abdcaa97d96cd0210d3de5532522123ea69f91e3df1bfb9a40f2225bf9cb172fb7fb8e86764ac42c5643ef9312985bc642fa1aa
|
|
@@ -104,7 +104,7 @@ Project does not need a \fB\.env\fR file
|
|
|
104
104
|
.
|
|
105
105
|
.TP
|
|
106
106
|
\fB\-\-no\-config\fR, \fB\-\-no\-juicefile\fR
|
|
107
|
-
Project does not have a Juicefile(
|
|
107
|
+
Project does not have a Juicefile(5) config
|
|
108
108
|
.
|
|
109
109
|
.TP
|
|
110
110
|
\fB\-\-modify\-wp\-config\fR, \fB\-\-wp\-config\-modify\fR
|
|
@@ -83,7 +83,7 @@ GLOBAL OPTIONS
|
|
|
83
83
|
Project does not need a .env file
|
|
84
84
|
|
|
85
85
|
--no-config, --no-juicefile
|
|
86
|
-
Project does not have a Juicefile(
|
|
86
|
+
Project does not have a Juicefile(5) config
|
|
87
87
|
|
|
88
88
|
--modify-wp-config, --wp-config-modify
|
|
89
89
|
Modify wp-config.php file contents with project configuration
|
data/lib/theme-juice/version.rb
CHANGED