queue_classic_matchers 0.0.3 → 0.0.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: 20a6402f94f91ede25d670e817654e316d3cacac
4
- data.tar.gz: c31e0e575128fb4bfce4cb492f9b03914af1216e
3
+ metadata.gz: 155467017e30b8ae1bd1de89d3981c54eaaa032b
4
+ data.tar.gz: f96cf7da66fab15bb8d098d35ee45ae60bb433f3
5
5
  SHA512:
6
- metadata.gz: 54831a042cecf19014b6b85fd7788f7aa113c6fc69504aeae9beb01c2ccade2efb1ff80ddb03bf5de5c3ed637e2ec55678a60c6df4d5a5b294c3cc00e7ce7457
7
- data.tar.gz: 739cbec8a5861965ecb3c321de2b43a4c43759b5c7272a575e86a21c55183df5861eb1c6a3d16c04aba8108131169b901342eaec43473b6f364018567ff4eb98
6
+ metadata.gz: e393ca593be99a3751a73a9ad6a1d747a9116866aa8ea27b65f917925e399094afbd161b27413e5720676a3315acfa1980a552ea0eba4ffdff3a682cd68ee8c1
7
+ data.tar.gz: 1042181e589d458b843faee8bc2cf3c26cce5b94bde6c4ecfe81399994f857ebdfe955110f326555b366b6f8f49e9f86a3992958599c4b6c7385f420acd0c880
@@ -1,3 +1,3 @@
1
1
  module QueueClassicMatchers
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -39,8 +39,10 @@ module QueueClassicMatchers
39
39
  end
40
40
  end
41
41
 
42
- RSpec.configure do |c|
43
- c.include QueueClassicMatchers::QueueClassicPlus::Job, type: :job
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.3
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-08-23 00:00:00.000000000 Z
11
+ date: 2014-09-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler