theme-juice 0.11.2 → 0.11.3
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 +1 -1
- data/lib/theme-juice/man/tj.txt +1 -1
- data/lib/theme-juice/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a7748520f27f07a2ad5e6e2dce6b2d2f351d54e1
|
|
4
|
+
data.tar.gz: 7507429ae833149d799327f9a008ad2e3cb0f663
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 347cc2ebd300991d551a9f4bef94ff5286d7e9988ffb19fad3b6c14ce9d9675908a18786f9f9904eee9cdc8a732b9acc10588cddca0b14a7686c373affcb5a9a
|
|
7
|
+
data.tar.gz: fa7ada5d14b56a66e2ce5cce375f4d4f804187268af8041569c83c482806c6cb783f8a2b933fad244e0c2c7b375834fc06f2457d7d64309e72c32ab0c5b561a5
|
data/lib/theme-juice/man/tj
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
\fBtj\fR [\fIcommand\fR] [\-\-flag=\fIarg\fR] [\-\-flag]
|
|
11
11
|
.
|
|
12
12
|
.SH "DESCRIPTION"
|
|
13
|
-
Theme Juice (tj(1)) is a command line utility modern
|
|
13
|
+
Theme Juice (tj(1)) is a command line utility for modern WordPress development\. It allows you to scaffold out a vagrant(1) development environment in seconds (using an apache(7) fork of vvv(7) called vvv\-apache(7) as the VM), and generate/manage an unlimited number of development projects\. It also helps you manage dependencies and build tools, and can even handle your deployments\.
|
|
14
14
|
.
|
|
15
15
|
.SH "GLOBAL OPTIONS"
|
|
16
16
|
.
|
data/lib/theme-juice/man/tj.txt
CHANGED
|
@@ -9,7 +9,7 @@ SYNOPSIS
|
|
|
9
9
|
tj [command] [--flag=arg] [--flag]
|
|
10
10
|
|
|
11
11
|
DESCRIPTION
|
|
12
|
-
Theme Juice (tj(1)) is a command line utility modern
|
|
12
|
+
Theme Juice (tj(1)) is a command line utility for modern WordPress
|
|
13
13
|
development. It allows you to scaffold out a vagrant(1) development
|
|
14
14
|
environment in seconds (using an apache(7) fork of vvv(7) called
|
|
15
15
|
vvv-apache(7) as the VM), and generate/manage an unlimited number of
|
data/lib/theme-juice/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: theme-juice
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.11.
|
|
4
|
+
version: 0.11.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ezekiel Gabrielse
|
|
@@ -122,7 +122,7 @@ dependencies:
|
|
|
122
122
|
- - ~>
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
124
|
version: '10.4'
|
|
125
|
-
description: Theme Juice (tj) is a command line utility modern
|
|
125
|
+
description: Theme Juice (tj) is a command line utility for modern WordPress development.
|
|
126
126
|
It allows you to scaffold out a Vagrant development environment in seconds, and
|
|
127
127
|
generate/manage an unlimited number of development projects. It also helps you manage
|
|
128
128
|
dependencies and build tools, and can even handle your deployments.
|