looks_good 1.1.6 → 1.1.7

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
  SHA256:
3
- metadata.gz: c2fba65b23577682bcb7a8d3d6160c4a30c3af865a8e9dd4dda173fb847869ed
4
- data.tar.gz: 0ed688316367faa212692bf4cfd41c79eafe4a0e65710d716c6bb39ec3d98023
3
+ metadata.gz: cf8d8a4e6d3c28e9727d7a4e8001577e31292f14bbd9f744ea3a85d917bf4f76
4
+ data.tar.gz: 78de2009148d3a2644b7ef176582c992f0b12139905c4051987947950144304f
5
5
  SHA512:
6
- metadata.gz: b45984dc0c77fb299d24fbfb25fcffe2128da936126848572fa6fe97ea65bf5abf31aed2099fe27138e0e300e3904d3cdcfa0e762416f679fa435d87bff33588
7
- data.tar.gz: 43ce78bfc4611178bbc6b52fd285a311d230acf5d4819154b1c1587309b94fcbd6bf0c0b7f8b759cab8807029c1cd103e1e50e806d6e80b5bea3339efa43c400
6
+ metadata.gz: 6c8ab043d5fde78bd60b6b898f66ac1ebe169f0d8d9cdea11c4991bdb2e777e62b7c00ffda1a9ae2fd3180d2c36ed6bc14c61be251edb895adbd058c99e0c930
7
+ data.tar.gz: d8498ed331bc9c95af2983f5acda2518bd48e2f9bce50c80c81aeecf48fca307e8832f5c94b422022aa035f735256daa2b99ddd86b6a35056551935a4c0786ec
@@ -1,3 +1,3 @@
1
1
  module LooksGood
2
- VERSION = "1.1.6"
2
+ VERSION = "1.1.7"
3
3
  end
data/lib/looks_good.rb CHANGED
@@ -41,7 +41,7 @@ HOW TO FIX:\n
41
41
  or
42
42
  - LOOKS_GOOD=true rspec ...
43
43
  --
44
- #{LooksGood::LooksGood::Configuration.custom_failure_message}]
44
+ #{LooksGood::Configuration.custom_failure_message}]
45
45
  result_hash[:result] = false
46
46
  result_hash
47
47
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: looks_good
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.6
4
+ version: 1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Russell Jennings