clash 1.2.0 → 1.2.1

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: 1af24fd9be1cacbd8588d59a091226d49d3b60c9
4
- data.tar.gz: 7212d84833009308ea769b0e5922207cf8f22cf0
3
+ metadata.gz: 13be698bb980ac8d3805b00f5b4b8791caf7110c
4
+ data.tar.gz: c83fc574948e7d23ffe8dc2a7bd8d036512a9e55
5
5
  SHA512:
6
- metadata.gz: cb2bd9704d1c1e35921f6f48ec6f52dd20be25733f2db647eccb11efa58c0fbbd55184d90347f654c65930d29cc9e8d0113798e8856435325b0962535ebaaeaf
7
- data.tar.gz: 010f674e43fd04e54d98f1ad16ac0e425fd26e1e18255fd4e5cfc83995996ffbb0341e542f497dae40292fab1bbcf4d00d9359bb7c09c5855ae7b114219936c4
6
+ metadata.gz: 9c63754a018353efff7e13e21ef659660da12a544fac50cce1a9aeb970f04eea0cf51762bd4e204307d8134f31165e2b6821fdd75025b96bdff7b4af083b75b4
7
+ data.tar.gz: 3fa441924c7e631e1898f38016ada392442bfc7607405139c2d00e90f9f79c225f5fba0defc4182c30bca7222dc808ccf798e664c918d6358f2a78aa28353a52
@@ -82,7 +82,7 @@ module Clash
82
82
  file_exists = File.exists?(f)
83
83
 
84
84
  if !file_exists
85
- @test_failures << "#{redit('File not found:')} #{f}"
85
+ @test_failures << "#{redit('File not found:')} #{f}\n"
86
86
  end
87
87
 
88
88
  file_exists
@@ -1,3 +1,3 @@
1
1
  module Clash
2
- VERSION = "1.2.0"
2
+ VERSION = "1.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clash
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brandon Mathis