theme-juice 0.10.1 → 0.10.2

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: 62873f913601dc869a54f07fb6e8376c281a10f7
4
- data.tar.gz: fbf936a94645a7d4d224b3efd0b15abe6dfe1821
3
+ metadata.gz: 8a0d993262adc05d0a2008c1f43368a3d7a01ffa
4
+ data.tar.gz: 63be1b2d5c63d222ebb9fb12d3c73e8e708987d5
5
5
  SHA512:
6
- metadata.gz: b76151d5023c3869484b19c86a1dec9a080d50f624e3eb1698bd1a6d314a478559620b654af701c8bf56515ab4bf1a6b4b0289a51bee8eebbdac810d19217cda
7
- data.tar.gz: 4ca071206d981e97db99c01ee87251c2aaf6f610c61b1e911af6785c82953f945b6338466475a35752eb98aea7843c533716e1e83c13b5f0d1e821f62f6455c9
6
+ metadata.gz: 2998fb12edbe62f7a5390dbb751e46a23c59bd4b322984845d8cfbe2a33ab763c91e4e1542dd75f0060da169ed0df80bdb37d3e3ec3ed6ac31e06ae7ae67412b
7
+ data.tar.gz: 71d98085afc8bba83450f48c7c50b275b506fd93c99ebc377d6eaaec17bab476bd47bae171f5140716f2dd78de6dabc0043bb726a7fd19f769bb091aa7057978
@@ -147,35 +147,35 @@ Collection of various command block sequences
147
147
  .
148
148
  .TP
149
149
  \fBcommands\.install\fR
150
- Run theme installation
150
+ Command sequence used to properly install and build project
151
151
  .
152
152
  .TP
153
153
  \fBcommands\.watch\fR
154
- Manage development build tools
154
+ Command used to manage development build tools
155
155
  .
156
156
  .TP
157
157
  \fBcommands\.assets\fR
158
- Manage front\-end dependencies
158
+ Command used to manage front\-end dependencies
159
159
  .
160
160
  .TP
161
161
  \fBcommands\.vendor\fR
162
- Manage back\-end dependencies
162
+ Command used to manage back\-end dependencies
163
163
  .
164
164
  .TP
165
165
  \fBcommands\.wp\fR
166
- Manage WordPress installation
166
+ Command used to manage WordPress installation
167
167
  .
168
168
  .TP
169
169
  \fBcommands\.dist\fR
170
- Package project for distribution
170
+ Commands used to package project for distribution
171
171
  .
172
172
  .TP
173
173
  \fBcommands\.backup\fR
174
- Backup project
174
+ Commands used to backup project
175
175
  .
176
176
  .TP
177
177
  \fBcommands\.test\fR
178
- Manage and run project tests
178
+ Command used to manage and run project tests
179
179
  .
180
180
  .TP
181
181
  \fBdeployment\fR
@@ -125,28 +125,28 @@ CONFIG FILE
125
125
  Collection of various command block sequences
126
126
 
127
127
  commands.install
128
- Run theme installation
128
+ Command sequence used to properly install and build project
129
129
 
130
130
  commands.watch
131
- Manage development build tools
131
+ Command used to manage development build tools
132
132
 
133
133
  commands.assets
134
- Manage front-end dependencies
134
+ Command used to manage front-end dependencies
135
135
 
136
136
  commands.vendor
137
- Manage back-end dependencies
137
+ Command used to manage back-end dependencies
138
138
 
139
139
  commands.wp
140
- Manage WordPress installation
140
+ Command used to manage WordPress installation
141
141
 
142
142
  commands.dist
143
- Package project for distribution
143
+ Commands used to package project for distribution
144
144
 
145
145
  commands.backup
146
- Backup project
146
+ Commands used to backup project
147
147
 
148
148
  commands.test
149
- Manage and run project tests
149
+ Command used to manage and run project tests
150
150
 
151
151
  deployment
152
152
  Coming soon
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.10.1"
4
+ VERSION = "0.10.2"
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.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse