guard-rspec 2.5.1 → 2.5.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzJlMzQwZDQ0ZmYwYjJhMmUxMmM2OTZiNDE0MTIzNjVkYWIyZjBiNg==
4
+ ODNjNWI3NmZjZjM2MjkzNThmNmZmMWM2M2U4NjcwOTcxMDdiY2M3Ng==
5
5
  data.tar.gz: !binary |-
6
- NWYxOTA4NzMxOTgyOWM2OTYxNWI3NWE4NjA2ZmY1ZTk0MDFjYjgzMQ==
6
+ ZjczOTFlZmU1NTEwYTYxMWM2NWU4Yjg1NDZmMmEyMjM1MmEwYmI3NA==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZjczYWMwOGQ1NGMwN2UwNWRiMGZkM2FkMWJlMjg3ZGZkNWU4ZTJkMjZhN2Fh
10
- Njk0NDAxZDUzODEyYzllODhiNjc4NmMyMTRiMzlkMTE3MTVkNTgyY2JmYjY2
11
- ZTA0ZDg4ZjBiOTE5ZDMwZjNhNGIzN2JlODFiNGFlNWFiZWM3YTU=
9
+ NTMxNzhmZDQyYmU4NGQ0ZTQ5Y2I0NThjYWU3MGYwYWEwOGUxNDg3ZTVjNmZj
10
+ YWJhOTkxZDAwZWY0NWFhOGFjY2E0YjY2ODczYjQxYmNjNjE1NTg3YjEyMTcw
11
+ MDU5ZWRlODhiOTg2NDIyYjk3OTk0NDdmYzdmM2I0NmZmOTgwYTA=
12
12
  data.tar.gz: !binary |-
13
- YWE4ZTM0YTY4MWUxNzQ2YzRhMGY4NTUwYTQ2NGJiMTM1NDdkNmNkZDNiMzg0
14
- OTk1YWMwZDJkNzRiMzYwMGU1OTJlZDgwZTlkODQzZDI5MGNlZmM5YmE1YWEz
15
- Njk1ZDExZjVhYWIxMjZiMDM1MDdmN2ZhNGY5ZGYyNzgyZjgyMGU=
13
+ NjgwNzJjYzBhNzBkY2UzOTUxZDZmYzM2YWE2YzQ0ZDFkMjQ2NTY4YWUwNmMy
14
+ OWQ1MmNlYjM1OGQxZThjNGQ0OTJmNGVhY2ExYjM4ZmFlNWY2YjA0YjczZTUy
15
+ YmQ0YWIxNjNjNGRlY2RlYWRjOGM5ZmZmMWZlNDQyOWExN2NlYTc=
@@ -26,6 +26,10 @@ module Guard
26
26
  UI.warning "The SPEC_OPTS environment variable is present. This can conflict with guard-rspec, particularly notifications."
27
27
  end
28
28
 
29
+ if @options[:bundler] && @options[:zeus] && !@options[:binstubs]
30
+ UI.warning "Running Zeus within bundler is waste of time. It is recommended to set bundler option to false, when using zeus."
31
+ end
32
+
29
33
  deprecations_warnings
30
34
  end
31
35
 
@@ -193,7 +197,7 @@ module Guard
193
197
 
194
198
  def executable_prefix
195
199
  prefix = binstubs? ? "#{binstubs}/" : ''
196
- if zeus? && !parallel?
200
+ if zeus?
197
201
  prefix << 'zeus'
198
202
  elsif spring? && !parallel?
199
203
  prefix << 'spring'
@@ -1,5 +1,5 @@
1
1
  module Guard
2
2
  module RSpecVersion
3
- VERSION = "2.5.1"
3
+ VERSION = "2.5.2"
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: 2.5.1
4
+ version: 2.5.2
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: 2013-03-14 00:00:00.000000000 Z
11
+ date: 2013-04-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: guard
@@ -17,13 +17,13 @@ dependencies:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '1.1'
20
+ type: :runtime
21
+ prerelease: false
20
22
  version_requirements: !ruby/object:Gem::Requirement
21
23
  requirements:
22
24
  - - ! '>='
23
25
  - !ruby/object:Gem::Version
24
26
  version: '1.1'
25
- type: :runtime
26
- prerelease: false
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: rspec
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -31,13 +31,13 @@ dependencies:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
33
  version: '2.11'
34
+ type: :runtime
35
+ prerelease: false
34
36
  version_requirements: !ruby/object:Gem::Requirement
35
37
  requirements:
36
38
  - - ~>
37
39
  - !ruby/object:Gem::Version
38
40
  version: '2.11'
39
- type: :runtime
40
- prerelease: false
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: bundler
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -45,13 +45,13 @@ dependencies:
45
45
  - - ~>
46
46
  - !ruby/object:Gem::Version
47
47
  version: '1.1'
48
+ type: :development
49
+ prerelease: false
48
50
  version_requirements: !ruby/object:Gem::Requirement
49
51
  requirements:
50
52
  - - ~>
51
53
  - !ruby/object:Gem::Version
52
54
  version: '1.1'
53
- type: :development
54
- prerelease: false
55
55
  description: Guard::RSpec automatically run your specs (much like autotest).
56
56
  email:
57
57
  - thibaud@thibaud.me
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: 1.3.6
87
87
  requirements: []
88
88
  rubyforge_project: guard-rspec
89
- rubygems_version: 2.0.2
89
+ rubygems_version: 2.0.3
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: Guard gem for RSpec