theme-juice 0.11.2 → 0.11.3

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
  SHA1:
3
- metadata.gz: 3ad51acfc357b58235ebbd483e1edf139c2d2ebc
4
- data.tar.gz: c8e7aacac979dbfc1d5f623437f9efee5b8c06b3
3
+ metadata.gz: a7748520f27f07a2ad5e6e2dce6b2d2f351d54e1
4
+ data.tar.gz: 7507429ae833149d799327f9a008ad2e3cb0f663
5
5
  SHA512:
6
- metadata.gz: 4e5eef009a7823bc507bd3e13f684b0ebc95914657da649b7e9b911ca1db9ed3d524934f681c7a25628c060831aa8b5a70b0e9904c001b896b876b10128bfedf
7
- data.tar.gz: 0d3e3b06485749a551cc148c5c6bd2db2ac63c9a88f946743ea07ecba60ebb8f6e915e740f40f366ad14ed9bd544efc161fee975fb209523c66be106e27e8d4e
6
+ metadata.gz: 347cc2ebd300991d551a9f4bef94ff5286d7e9988ffb19fad3b6c14ce9d9675908a18786f9f9904eee9cdc8a732b9acc10588cddca0b14a7686c373affcb5a9a
7
+ data.tar.gz: fa7ada5d14b56a66e2ce5cce375f4d4f804187268af8041569c83c482806c6cb783f8a2b933fad244e0c2c7b375834fc06f2457d7d64309e72c32ab0c5b561a5
@@ -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 for 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\.
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
  .
@@ -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 for WordPress
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
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.11.2"
4
+ VERSION = "0.11.3"
5
5
  end
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.2
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 for WordPress development.
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.