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: 351af5ba832e2d4afca0cb5e19ad2649b6c178c4
4
- data.tar.gz: 9553f91211a77544e09c3b34e5e83903e6af63ad
3
+ metadata.gz: 22c9f344ce8ffc495a415d20792988cb02d6cb52
4
+ data.tar.gz: f2fa5fb6d31598e8f4ae7b84f2ddc9d870c05c4f
5
5
  SHA512:
6
- metadata.gz: 218492f3ec1d1170d19afea5253584c48e4ca54e1567fd9c18e12f7024edfd677b5ccf57bfc52426281dd934ae7f57f3ff9fa726c7cbe010f9e678aed3d5d435
7
- data.tar.gz: d1d4cde0238f66e3f36a9a5b4ecd8864a99cdcf734c697231984446bc7fdc393f71d3fdd98d5d611b14bd9581cd7a7f74d7842a212dd635b945b177f186b5245
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
- failure_message_for_should do |actual|
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
- failure_message_for_should_not do |actual|
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
 
@@ -1,3 +1,3 @@
1
1
  module SubelskyPowerTools
2
- VERSION = "1.3.0"
2
+ VERSION = "1.3.1"
3
3
  end
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.0
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-07 00:00:00.000000000 Z
11
+ date: 2014-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec