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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3f66b3f824f02cdff691ee38c15d31d26cf4cb39
4
- data.tar.gz: 48c8a6c04d4c6368cb57678a7985125cf869eb7d
3
+ metadata.gz: 7ba93cca8407b2d961b0ea7a0d7a0d3eaa58fd32
4
+ data.tar.gz: 5bc45e40704aabe00a6c21cfd1beab1f4e81ebd1
5
5
  SHA512:
6
- metadata.gz: 3586e2a03109cd795b2950d90ab2003046b4e00ebd1c8fee8c88d2294f44de25c358aac17b4d636372c7f69faaeda6e4852fefa0636144a1fae9f52845f77e36
7
- data.tar.gz: c2a41afd23a2d5d2c5e20c031e72e6fb03ddedd2acf061472eebbe8e6b28551700a6712879764d6ac4d81a2f1024d4e92b5be6029268bd680bfa80f69967331d
6
+ metadata.gz: c3af5f670559005edbbbf99fb5044c119c45bb8b49a20525561e17086fa48a8c7e632221d4417d9ff6dc7cd3aa302a66e3f5da51bffe8c7c5d6b61f30decc8f4
7
+ data.tar.gz: 41dfa9c248232701e6184b3fab95ebc74952452ccfd79cc0290d8566035a9a375ed13173fef864cb593c606f311b6493197cc0f96d6b813374788fba9a63f69a
@@ -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
- # rescue ::NoMethodError => err
18
- # @io.error "Config file is invalid or missing", SyntaxError do
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
@@ -31,11 +31,8 @@ Force IP address of VM
31
31
  Force directory prefix for project in VM
32
32
  .
33
33
  .TP
34
- \fB\-\-yolo\fR:
35
- .
36
- .br
34
+ \fB\-\-yolo\fR
37
35
  Say yes to anything and everything
38
-
39
36
  .
40
37
  .TP
41
38
  \fB\-\-boring\fR
@@ -29,9 +29,7 @@ GLOBAL OPTIONS
29
29
  --vm-prefix=string
30
30
  Force directory prefix for project in VM
31
31
 
32
- --yolo:
33
- Say yes to anything and everything
34
-
32
+ --yolo Say yes to anything and everything
35
33
 
36
34
  --boring
37
35
  Prints all output without any fancy formatting
@@ -1,5 +1,5 @@
1
1
  # encoding: UTF-8
2
2
 
3
3
  module ThemeJuice
4
- VERSION = "0.9.4"
4
+ VERSION = "0.9.5"
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.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ezekiel Gabrielse