hotdog 0.8.1 → 0.8.2

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: 4fbfa980ec0c4cb06df790c420adc03aafc5a71e
4
- data.tar.gz: c348fd469bd7acc63c0e85ecd7e53db1c30d16d7
3
+ metadata.gz: b0cc99f3c55686cdd50dcb7ed8cdcc71fbc21b5d
4
+ data.tar.gz: 4878f147992a472e6774a9c93d2003c39ac390fc
5
5
  SHA512:
6
- metadata.gz: ef1af21553c95bc8cc2c9043441416fd4d167b2da04d0fadd724bd446f4633d248632cfd096d3349129815b9e654761dd08f2052a7d450bae8f1105f4c07566d
7
- data.tar.gz: 457b99d664a0f96be234f52787b2d8343f3fad0bbb550196990a916433179718d57fb109915b2d076dc6c1367d956af29bfd7976171696cc98b513e6385dca51
6
+ metadata.gz: 04e673d3d53675091e32b51f738971b57ad6e6b9d28f81e31094674b8f99c604af1ceaae9584520c8cd7d8191d29c9a92bbdd364ff55c4d595c702e8ebec3cb1
7
+ data.tar.gz: 8d3e3345477f7e752b123547c6069e1420e43a88828efa304c33b3aea364e1bf681528c8f3168ff87932852e6efd20f804a7499db240ae9dbef1928b40ac3b1d
@@ -30,6 +30,7 @@ module Hotdog
30
30
  if !success && options[:stop_on_error]
31
31
  raise StopException.new
32
32
  end
33
+ success
33
34
  }
34
35
  if stats.all?
35
36
  exit(0)
@@ -1,3 +1,3 @@
1
1
  module Hotdog
2
- VERSION = "0.8.1"
2
+ VERSION = "0.8.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hotdog
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yamashita Yuu