theme-juice 0.18.1 → 0.18.2
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: ac8c96846a6fd52fc322a62cd585914824bc348a
|
|
4
|
+
data.tar.gz: 14ffed3b4c3c4fe3e305a3b61828cf1045b1a970
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 25cb96a956762fae5cc26509d531921284bd80537f6a052cbb596e20553f075571525c567dde7b2743b8717a6f5d9205b73d2c5f6a147ac6b0dbb1257a9c7e06
|
|
7
|
+
data.tar.gz: b14267802b8e9d687d036738b95d68a021b883aaa053e33334429af68a6bcc83ab0f44b46a8280304c6d600a69b4903561efb29962fa77062ed01935cf6558fe
|
|
@@ -19,7 +19,7 @@ Creates a new project\. It will lead you through a series of prompts to set up r
|
|
|
19
19
|
\fBtj\fR will clone the selected starter template
|
|
20
20
|
.
|
|
21
21
|
.IP "\(bu" 4
|
|
22
|
-
\fBtj\fR will run the starter template\'s Juicefile(
|
|
22
|
+
\fBtj\fR will run the starter template\'s Juicefile(5) \fBinstall\fR command
|
|
23
23
|
.
|
|
24
24
|
.IP "\(bu" 4
|
|
25
25
|
\fBtj\fR will create all of the necessary project files, such as:
|
|
@@ -18,7 +18,7 @@ DESCRIPTION
|
|
|
18
18
|
|
|
19
19
|
o tj will clone the selected starter template
|
|
20
20
|
|
|
21
|
-
o tj will run the starter template's Juicefile(
|
|
21
|
+
o tj will run the starter template's Juicefile(5) install command
|
|
22
22
|
|
|
23
23
|
o tj will create all of the necessary project files, such as:
|
|
24
24
|
|
data/lib/theme-juice/version.rb
CHANGED