theme-juice 0.9.4 → 0.9.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/theme-juice/config.rb +2 -5
- data/lib/theme-juice/man/tj +1 -4
- data/lib/theme-juice/man/tj.txt +1 -3
- data/lib/theme-juice/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7ba93cca8407b2d961b0ea7a0d7a0d3eaa58fd32
|
|
4
|
+
data.tar.gz: 5bc45e40704aabe00a6c21cfd1beab1f4e81ebd1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3af5f670559005edbbbf99fb5044c119c45bb8b49a20525561e17086fa48a8c7e632221d4417d9ff6dc7cd3aa302a66e3f5da51bffe8c7c5d6b61f30decc8f4
|
|
7
|
+
data.tar.gz: 41dfa9c248232701e6184b3fab95ebc74952452ccfd79cc0290d8566035a9a375ed13173fef864cb593c606f311b6493197cc0f96d6b813374788fba9a63f69a
|
data/lib/theme-juice/config.rb
CHANGED
|
@@ -14,11 +14,8 @@ module ThemeJuice
|
|
|
14
14
|
config.fetch("commands", {})
|
|
15
15
|
.fetch("#{method}") { @io.error "Command '#{method}' not found in config", NotImplementedError }
|
|
16
16
|
.each { |cmd| run format_command(cmd, *args) }
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
# puts err
|
|
20
|
-
# end
|
|
21
|
-
rescue
|
|
17
|
+
rescue Exception => error
|
|
18
|
+
@io.say error, :color => :red if @env.verbose
|
|
22
19
|
@io.notice "Skipping..."
|
|
23
20
|
end
|
|
24
21
|
end
|
data/lib/theme-juice/man/tj
CHANGED
data/lib/theme-juice/man/tj.txt
CHANGED
data/lib/theme-juice/version.rb
CHANGED