guard-rspec 4.6.3 → 4.6.4

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: 8ad38162aeb4750f21777f6fee50ef832dfc56fd
4
- data.tar.gz: 2e740496fd3482134186eb69d27bc5390adc0279
3
+ metadata.gz: d8b12fb48580695950c8de23fee6eafe3018f160
4
+ data.tar.gz: 5b4a3fc56f713c6061fd282e422cccb960141dbe
5
5
  SHA512:
6
- metadata.gz: 8f84376d5dde753e42ad86dc4b67c71052dc4c72939ba0fb378e709e7a104236c4cf597b0bcfa20f8a61dd942e8a23e8b0ba0c4a802f0d061d5d6dd51273000f
7
- data.tar.gz: a878298ab056da49f5f44696b31757253050834f61f65b2b847696fb4e351683bc468862a8e16226e94a15072ed6a427c21917b4a82110883b88727b33683821
6
+ metadata.gz: 812a1cf6163606ada0a1bc33c14386c7a3fd9fbe5da3699f1b99b5acbd8251db4047bd2c8fd9424a69ff3ccce53bd329552f6a52977f72681fa2befc75f0a146
7
+ data.tar.gz: 67efd2a4f6b8f9ea6e6d92c9ed6899cd8f77683c42e4427e495bf0ed6901c0c23141d96e4fdf5bf298c2fd1674620b1e03cc3a068da528204c2078e06541c3dd
@@ -36,7 +36,7 @@ module Guard
36
36
  def _really_run
37
37
  env = { "GUARD_RSPEC_RESULTS_FILE" => formatter_tmp_file }
38
38
  pid = Kernel.spawn(env, command) # use spawn to stub in JRuby
39
- result = Process.wait2(pid)
39
+ result = ::Process.wait2(pid)
40
40
  result.last.exitstatus
41
41
  rescue Errno::ENOENT => ex
42
42
  fail Failure, "Failed: #{command.inspect} (#{ex})"
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module RSpecVersion
3
- VERSION = "4.6.3"
3
+ VERSION = "4.6.4"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: guard-rspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.6.3
4
+ version: 4.6.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thibaud Guillaume-Gentil
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-23 00:00:00.000000000 Z
11
+ date: 2015-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard