theme-juice 0.9.2 → 0.9.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: a196fd4cc245d8a1ebc49602f4188dec255ed902
4
- data.tar.gz: 9b998614eff966cf79ee56955fa9bdefe50ab02f
3
+ metadata.gz: 52bb2f97fc635f7fdb9d829ec5b5d552ec91b9d5
4
+ data.tar.gz: 6810e8dbd93ab5e871e53dcb1e3a4b6d18c0dcbe
5
5
  SHA512:
6
- metadata.gz: c734f7b789a26785ca56e015b5bc166c3e4803713fa08d0b86d1df2526e517042936914215b16c8525f0ea393ba464fe307ccae61fd0a89e3d1167e8e3a28f35
7
- data.tar.gz: d96d610c8d87d0e8c02a83b5de8536b6386ce36cf71f6dc72b0ba01e4b1d44ac892fd0b41bb0824865be549324271fd7158262a1a756754baf0c104e340dfbbc
6
+ metadata.gz: 5e14a92204134f0e0066f0aaeba83204df7e908151b498771eab55feb1e051cf7bd0c345090cd80ac78a25d0602068bd419b767121386fa0d254e262b8334b70
7
+ data.tar.gz: c692f25aee030d230a2b4a3535857606426c5782fbb5a02206a96a980cad40b9bf89d82b8fe6e227c147a060bbc6f064a384eb64cea9fd4053c4490ae40e2752
data/README.md CHANGED
@@ -10,7 +10,7 @@ _This project is currently under active development and will not be completely '
10
10
  [View our contributing guidelines to get started!](#contributing)
11
11
 
12
12
  ## What is it?
13
- **Theme Juice** is a WordPress development command line utility that allows you to scaffold out an entire Vagrant development environment in seconds (using an Apache fork of [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV) called [VVV-Apache](https://github.com/ericmann/vvv-apache.git) as the VM). It also helps you manage dependencies and build tools, and can even handle your deployments.
13
+ `tj` is a WordPress development command line utility that allows you to scaffold out an entire Vagrant development environment in seconds (using an Apache fork of [VVV](https://github.com/Varying-Vagrant-Vagrants/VVV) called [VVV-Apache](https://github.com/ericmann/vvv-apache.git) as the VM). It also helps you manage dependencies and build tools, and can even handle your deployments.
14
14
 
15
15
  ## Requirements
16
16
  **`tj` requires [Vagrant](https://www.vagrantup.com/) and [VirtualBox](https://www.virtualbox.org/) to be able to create virtual machines for local development. Please download and install both of these before getting started.**
@@ -10,7 +10,7 @@
10
10
  \fBtj\fR [\fIcommand\fR] [\-\-flag=\fIarg\fR] [\-\-flag]
11
11
  .
12
12
  .SH "DESCRIPTION"
13
- \fBTheme Juice\fR is a WordPress development command line utility that allows you to scaffold out an entire Vagrant development environment in seconds (using an Apache fork of VVV \fIhttps://github\.com/Varying\-Vagrant\-Vagrants/VVV\fR called VVV\-Apache \fIhttps://github\.com/ericmann/vvv\-apache\.git\fR as the VM)\. It also helps you manage dependencies and build tools, and can even handle your deployments\.
13
+ \fBtj\fR is a WordPress development command line utility that allows you to scaffold out an entire Vagrant development environment in seconds (using an Apache fork of VVV \fIhttps://github\.com/Varying\-Vagrant\-Vagrants/VVV\fR called VVV\-Apache \fIhttps://github\.com/ericmann/vvv\-apache\.git\fR as the VM)\. It also helps you manage dependencies and build tools, and can even handle your deployments\.
14
14
  .
15
15
  .SH "GLOBAL OPTIONS"
16
16
  .
@@ -100,8 +100,11 @@ Print the current version
100
100
  List all projects
101
101
  .
102
102
  .TP
103
- \fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]
103
+ \fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]:
104
+ .
105
+ .br
104
106
  Manage development environment via \fBvagrant\fR\. Commands are proxied to your Vagrant installation so that they can be run from any directory\.
107
+
105
108
  .
106
109
  .SH "CONFIG COMMANDS"
107
110
  These run the corresponding command from your project\'s config file\. They accept any number of arguments, since the behavior and handling of input is defined within the config file itself\.
@@ -9,9 +9,9 @@ SYNOPSIS
9
9
  tj [command] [--flag=arg] [--flag]
10
10
 
11
11
  DESCRIPTION
12
- Theme Juice is a WordPress development command line utility that allows
13
- you to scaffold out an entire Vagrant development environment in sec-
14
- onds (using an Apache fork of VVV https://github.com/Vary-
12
+ tj is a WordPress development command line utility that allows you to
13
+ scaffold out an entire Vagrant development environment in seconds
14
+ (using an Apache fork of VVV https://github.com/Vary-
15
15
  ing-Vagrant-Vagrants/VVV called VVV-Apache https://github.com/eric-
16
16
  mann/vvv-apache.git as the VM). It also helps you manage dependencies
17
17
  and build tools, and can even handle your deployments.
@@ -80,11 +80,12 @@ SECONDARY COMMANDS
80
80
  list, ls, projects, apps, sites
81
81
  List all projects
82
82
 
83
- vm, vagrant, vvv=[command[,command]...]
83
+ vm, vagrant, vvv=[command[,command]...]:
84
84
  Manage development environment via vagrant. Commands are proxied
85
85
  to your Vagrant installation so that they can be run from any
86
86
  directory.
87
87
 
88
+
88
89
  CONFIG COMMANDS
89
90
  These run the corresponding command from your project's config file.
90
91
  They accept any number of arguments, since the behavior and handling of
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.9.2"
4
+ VERSION = "0.9.3"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: theme-juice
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-17 00:00:00.000000000 Z
11
+ date: 2015-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor
@@ -94,9 +94,9 @@ dependencies:
94
94
  - - ~>
95
95
  - !ruby/object:Gem::Version
96
96
  version: '10.4'
97
- description: Theme Juice is a WordPress development command line utility that allows
98
- you to scaffold out an entire Vagrant development environment in seconds (using
99
- an Apache fork of VVV called VVV-Apache as the VM). It also helps you manage dependencies
97
+ description: tj is a WordPress development command line utility that allows you to
98
+ scaffold out an entire Vagrant development environment in seconds (using an Apache
99
+ fork of VVV called VVV-Apache as the VM). It also helps you manage dependencies
100
100
  and build tools, and can even handle your deployments.
101
101
  email:
102
102
  - ezekg@yahoo.com
@@ -179,5 +179,5 @@ rubyforge_project:
179
179
  rubygems_version: 2.4.6
180
180
  signing_key:
181
181
  specification_version: 4
182
- summary: Theme Juice - WordPress development made easy
182
+ summary: WordPress development made easy
183
183
  test_files: []