queue_classic_matchers 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/queue_classic_matchers/version.rb +1 -1
- data/lib/queue_classic_matchers.rb +4 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 155467017e30b8ae1bd1de89d3981c54eaaa032b
|
4
|
+
data.tar.gz: f96cf7da66fab15bb8d098d35ee45ae60bb433f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e393ca593be99a3751a73a9ad6a1d747a9116866aa8ea27b65f917925e399094afbd161b27413e5720676a3315acfa1980a552ea0eba4ffdff3a682cd68ee8c1
|
7
|
+
data.tar.gz: 1042181e589d458b843faee8bc2cf3c26cce5b94bde6c4ecfe81399994f857ebdfe955110f326555b366b6f8f49e9f86a3992958599c4b6c7385f420acd0c880
|
@@ -39,8 +39,10 @@ module QueueClassicMatchers
|
|
39
39
|
end
|
40
40
|
end
|
41
41
|
|
42
|
-
RSpec.configure
|
43
|
-
|
42
|
+
if RSpec.respond_to?(:configure)
|
43
|
+
RSpec.configure do |c|
|
44
|
+
c.include QueueClassicMatchers::QueueClassicPlus::Job, type: :job
|
45
|
+
end
|
44
46
|
end
|
45
47
|
end
|
46
48
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: queue_classic_matchers
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Simon Mathieu
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|