doublesplat 0.1.5 → 0.1.6

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: 05f904ce81a3959cee5f6532b745a4387ad6f03c
4
- data.tar.gz: be878eacdf2b48b1428052a9eb6c2293d53c3b5c
3
+ metadata.gz: efa2c4a50c1890f6783cbf663ba0e0c36a69f670
4
+ data.tar.gz: 437e92de940a857d4466bde4bbdb145657b8dfcd
5
5
  SHA512:
6
- metadata.gz: 4efe6aa60c6d30e7a1c8cbdb372a92d19e98259ad3f9c1c0ada9acc9ab9a2e22266880a848fd2549284bc94a38b7b4d3492a3c0034a1daf0da0a15fa1693b32b
7
- data.tar.gz: c75eb813b7be2dc742202518dcd638d39759cfdbc051d5a365e1ed556a91b86ae80e8beaee709f3e72cfdaa0398e95faa17de4f3aefda2b3f6ebecab5830358a
6
+ metadata.gz: ef21610c225f5cad703d37e4e684c55b6a68ab33171744b44e6d793e680f4b4eba05107ecfde4211c2cb2ed24e7629b1741c1b12edaddcd9b310a896044aeb7d
7
+ data.tar.gz: c41cf58ce96a52754bdd14308443a93f4aa7a228ae903cd714bc68bee6767fad24aec7defdd97a1656735c3ebf72b9b1a8624c49f79296c8da708076a8757dba
data/lib/doublesplat.rb CHANGED
@@ -57,7 +57,9 @@ module Doublesplat
57
57
  puts Rainbow(error).red
58
58
  end
59
59
 
60
- puts Rainbow("Check your code for syntax errors or missing closing indicators.").red if response_hash["passed_count"] < 1
60
+ if response_hash["passed_count"] < 1 && response_hash["failed_count"] < 1
61
+ puts Rainbow("Check your code for syntax errors or missing closing indicators.").red
62
+ end
61
63
  else
62
64
  puts "\n\n"
63
65
  puts Rainbow("You did it!!!").white
@@ -1,4 +1,4 @@
1
1
  module Doublesplat
2
- VERSION = "0.1.5"
2
+ VERSION = "0.1.6"
3
3
  ENDPOINT = "http://api.doublesplat.com:8080"
4
4
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: doublesplat
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ryan Mulligan