guard-rspec 4.3.0 → 4.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 00930069139ba2580eec04320eb269416d82eda6
4
- data.tar.gz: 3a00495af182f78389eb1ed02b1650bc45529432
3
+ metadata.gz: 1697fb32ce7f5374196533d176aae5a58715fc21
4
+ data.tar.gz: de4d577d7c04a76d10e2344c5eafc6e86ba1869e
5
5
  SHA512:
6
- metadata.gz: 27a9b85a443f667139c86d9f02dab969838615017714625e5f5612b98121e81e7b44a41a5b2a18c17ca5ed3556c0eff29d3b7cd2461b9ac5c2a797722bcd7e69
7
- data.tar.gz: 3216abd7e0e2297f1d34a101f159af23859359405625c00aa14018bf52d8935fdcd0c09230bd5c125f6dbb24c2c36ac183d1b0d21465e841d25d8dc53dbea549
6
+ metadata.gz: 21ec93073c4af2011a27baad150b21dd367e9535f186419e2ee9e343c05ed931f8780f24576083cf01bc6608e18b22644a043b1804ae0799a761b9c73744f1b6
7
+ data.tar.gz: 85db2222d5c504df98970abe335f76d13297276542fccef58f1920333a3d4a2cba2ac647f17728ce139187fb37dfd8202cf49230b76d79b8e7a58c14adc7efbf
@@ -65,7 +65,7 @@ module Guard
65
65
 
66
66
  def _cmd_option_present(options)
67
67
  return true if options[:cmd]
68
- Guard::UI.error('No cmd option specified, unable to run specs!')
68
+ ::Guard::UI.error('No cmd option specified, unable to run specs!')
69
69
  notifier.notify_failure
70
70
  false
71
71
  end
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module RSpecVersion
3
- VERSION = '4.3.0'
3
+ VERSION = '4.3.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.3.0
4
+ version: 4.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaud Guillaume-Gentil