theme-juice 0.9.3 → 0.9.4

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: 52bb2f97fc635f7fdb9d829ec5b5d552ec91b9d5
4
- data.tar.gz: 6810e8dbd93ab5e871e53dcb1e3a4b6d18c0dcbe
3
+ metadata.gz: 3f66b3f824f02cdff691ee38c15d31d26cf4cb39
4
+ data.tar.gz: 48c8a6c04d4c6368cb57678a7985125cf869eb7d
5
5
  SHA512:
6
- metadata.gz: 5e14a92204134f0e0066f0aaeba83204df7e908151b498771eab55feb1e051cf7bd0c345090cd80ac78a25d0602068bd419b767121386fa0d254e262b8334b70
7
- data.tar.gz: c692f25aee030d230a2b4a3535857606426c5782fbb5a02206a96a980cad40b9bf89d82b8fe6e227c147a060bbc6f064a384eb64cea9fd4053c4490ae40e2752
6
+ metadata.gz: 3586e2a03109cd795b2950d90ab2003046b4e00ebd1c8fee8c88d2294f44de25c358aac17b4d636372c7f69faaeda6e4852fefa0636144a1fae9f52845f77e36
7
+ data.tar.gz: c2a41afd23a2d5d2c5e20c031e72e6fb03ddedd2acf061472eebbe8e6b28551700a6712879764d6ac4d81a2f1024d4e92b5be6029268bd680bfa80f69967331d
@@ -31,8 +31,11 @@ Force IP address of VM
31
31
  Force directory prefix for project in VM
32
32
  .
33
33
  .TP
34
- \fB\-\-yolo\fR
34
+ \fB\-\-yolo\fR:
35
+ .
36
+ .br
35
37
  Say yes to anything and everything
38
+
36
39
  .
37
40
  .TP
38
41
  \fB\-\-boring\fR
@@ -100,11 +103,8 @@ Print the current version
100
103
  List all projects
101
104
  .
102
105
  .TP
103
- \fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]:
104
- .
105
- .br
106
+ \fBvm\fR, \fBvagrant\fR, \fBvvv\fR=[\fIcommand\fR[,\fIcommand\fR]\.\.\.]
106
107
  Manage development environment via \fBvagrant\fR\. Commands are proxied to your Vagrant installation so that they can be run from any directory\.
107
-
108
108
  .
109
109
  .SH "CONFIG COMMANDS"
110
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\.
@@ -29,7 +29,9 @@ GLOBAL OPTIONS
29
29
  --vm-prefix=string
30
30
  Force directory prefix for project in VM
31
31
 
32
- --yolo Say yes to anything and everything
32
+ --yolo:
33
+ Say yes to anything and everything
34
+
33
35
 
34
36
  --boring
35
37
  Prints all output without any fancy formatting
@@ -80,12 +82,11 @@ SECONDARY COMMANDS
80
82
  list, ls, projects, apps, sites
81
83
  List all projects
82
84
 
83
- vm, vagrant, vvv=[command[,command]...]:
85
+ vm, vagrant, vvv=[command[,command]...]
84
86
  Manage development environment via vagrant. Commands are proxied
85
87
  to your Vagrant installation so that they can be run from any
86
88
  directory.
87
89
 
88
-
89
90
  CONFIG COMMANDS
90
91
  These run the corresponding command from your project's config file.
91
92
  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.3"
4
+ VERSION = "0.9.4"
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.9.3
4
+ version: 0.9.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse