guard-rspec 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -124,9 +124,9 @@ module Guard
124
124
  port = argv[idx + 1].to_i
125
125
  end
126
126
  port = ENV["RSPEC_DRB"] || 8989 unless port && port > 0
127
-
128
127
  ret = drb_service(port.to_i).run(argv, $stderr, $stdout)
129
- ret == 0
128
+
129
+ [0, true].include?(ret)
130
130
  rescue DRb::DRbConnError
131
131
  # Fall back to the shell runner; we don't want to mangle the environment!
132
132
  run_via_shell(paths, options)
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module RSpecVersion
3
- VERSION = "1.0.0"
3
+ VERSION = "1.0.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: 1.0.0
4
+ version: 1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-06-04 00:00:00.000000000 Z
12
+ date: 2012-06-12 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: guard
@@ -90,7 +90,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
90
90
  version: '0'
91
91
  segments:
92
92
  - 0
93
- hash: 2159177507656593620
93
+ hash: -4410479962084857208
94
94
  required_rubygems_version: !ruby/object:Gem::Requirement
95
95
  none: false
96
96
  requirements: