subelsky_power_tools 1.3.0 → 1.3.1
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22c9f344ce8ffc495a415d20792988cb02d6cb52
|
4
|
+
data.tar.gz: f2fa5fb6d31598e8f4ae7b84f2ddc9d870c05c4f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b277c54ac5a654868165d36bea6ed2d005aefe0e3170d4d7116dd378d7987dd1ac91239c1ac0f1ffa99702f8afac016a1a4f92d8d357a9f634768d1f7441899f
|
7
|
+
data.tar.gz: 79d54a56da204c88349cc5fd34ba8e0ca6fd617b2fedd100d964cdb9a94d8904e2f58d202a4739af3aef7a0e400bdbdd4e42adf7231de86cda60866507f8732b
|
@@ -24,11 +24,11 @@ RSpec::Matchers.define :have_queued_job_at do |at,*expected|
|
|
24
24
|
actual.jobs.any? { |job| job["args"] == Array(expected) && job["at"].to_i == at.to_i }
|
25
25
|
end
|
26
26
|
|
27
|
-
|
27
|
+
failure_message do |actual|
|
28
28
|
"expected that #{actual} would have a job queued with #{expected} at time #{at}"
|
29
29
|
end
|
30
30
|
|
31
|
-
|
31
|
+
failure_message_when_negated do |actual|
|
32
32
|
"expected that #{actual} would not a have a job queued with #{expected} at time #{at}"
|
33
33
|
end
|
34
34
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: subelsky_power_tools
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Subelsky
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rspec
|