theme-juice 0.7.4 → 0.7.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/theme-juice/config.rb +2 -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: 885cc7b8cbb4e35b9a8c1c97fbcb0031131e1ba5
|
4
|
+
data.tar.gz: ec17f04a2d409d259373be6d961667d5100e2645
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc3a762ee08780da5ce286d30a7ac358d2fdd6cf695805b65fe749f814475948ec984970b9b0e5a081fea1cbf8a061a573f12f5827ca459023cd6430d06e59b9
|
7
|
+
data.tar.gz: 91cab191d53c060db510a5437d4ea07a9e8dd8aa341d2122d58f9d3880a3cea5a23cf23c8b784ba3c8e9f80160f7423dd9214c76eaf24013207cfdd9ca54ce44
|
data/README.md
CHANGED
@@ -42,7 +42,7 @@ commands:
|
|
42
42
|
- tar -zcvf dist.tar.gz .
|
43
43
|
```
|
44
44
|
|
45
|
-
Each list of commands is run within a single execution, with all `%args%`/`%argN%` being replaced by the passed command; i.e. `cmd1 %args
|
45
|
+
Each list of commands is run within a single execution, with all `%args%`/`%argN%` being replaced by the passed command; i.e. `cmd1 %args%; cmd2 %arg1% %arg2% %arg3%; cmd3 "%arg4%"`.
|
46
46
|
|
47
47
|
You can specify an unlimited number of commands with an unlimited number of arguments; however, should be careful with how this is used. Don't do something like including `sudo rm -rf %arg1%` in a command, and then passing `/` as an argument. Keep it simple. These are meant to make your life easier by managing build tools, not to do fancy scripting.
|
48
48
|
|
data/lib/theme-juice/config.rb
CHANGED
data/lib/theme-juice/version.rb
CHANGED
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.7.
|
4
|
+
version: 0.7.5
|
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-05-
|
11
|
+
date: 2015-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|