sidekiq-delay 1.0.1 → 1.0.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,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 744b0e7a5d32a84f8d8920e70d5b9489f756434a
4
- data.tar.gz: 7ca242145f24ee2ea4e6d83da579dcd1238a67da
3
+ metadata.gz: afa799b3fddcd95aefc2bc21f71b3b4d622e8e51
4
+ data.tar.gz: b6d890bd27bc59a3f31072e8a2a6594ebc68fd40
5
5
  SHA512:
6
- metadata.gz: 03329a323bf0b17ccc7ab1d205470a6c28d7d3f1354c9aab3a97ce8f5a2bd1504d8389b4ad10ba5d98e51274bd18ff71df4638441d96b7010d5e78c46ad3488f
7
- data.tar.gz: 7f1d6a287f223a9bd51cbfa11d97e079c0feae6f291312b335fb488c4640e415bc627bfa2f627526fcc9096639f74afdd802178910f4f780d0c93a6e7231b674
6
+ metadata.gz: 74cda0baa9657866d643a533c08b1284e7cd99f559cfe3411d5554c7ebb8f21590483d3501851024c8aa34659228f28df76be4e41e8f60e1cbafc5efcf584181
7
+ data.tar.gz: 166c07bb674d065a09b79bbd959374ea11533c01221ddb515ddd15314003c04ae00b944226f686fdeacdafbf75f2978ca844b60fc1708b1b21469b26e3c102a9
data/README.md CHANGED
@@ -1,8 +1,4 @@
1
- # Sidekiq::Delay
2
-
3
- - [![Build Status](https://secure.travis-ci.org/dlibanori/sidekiq-delay.png)](http://travis-ci.org/dlibanori/sidekiq-delay)
4
- - [![Code Climate](https://codeclimate.com/github/dlibanori/sidekiq-delay.png)](https://codeclimate.com/github/dlibanori/sidekiq-delay)
5
- - [![Coverage Status](https://coveralls.io/repos/dlibanori/sidekiq-delay/badge.png)](https://coveralls.io/r/dlibanori/sidekiq-delay)
1
+ # Sidekiq::Delay [![Build Status](https://secure.travis-ci.org/dlibanori/sidekiq-delay.png)](http://travis-ci.org/dlibanori/sidekiq-delay) [![Code Climate](https://codeclimate.com/github/dlibanori/sidekiq-delay.png)](https://codeclimate.com/github/dlibanori/sidekiq-delay) [![Coverage Status](https://coveralls.io/repos/dlibanori/sidekiq-delay/badge.png)](https://coveralls.io/r/dlibanori/sidekiq-delay)
6
2
 
7
3
  Wouldn't be nice if you could easily queue model method calls to Sidekiq? With **Sidekiq::Delay** you can!
8
4
 
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module Delay
3
- VERSION = "1.0.1"
3
+ VERSION = "1.0.2"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["daniellibanori@gmail.com"]
11
11
  spec.description = %q{Wouldn't be nice if you could directly queue your model method calls to Sidekiq? With Sidekiq::Delaty you can!}
12
12
  spec.summary = %q{Queue model method calls at Sidekiq}
13
- spec.homepage = "https://github.com/dlibanori/sidekiq-delay"
13
+ spec.homepage = "http://dlibanori.github.io/sidekiq-delay/"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq-delay
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Libanori
@@ -123,7 +123,7 @@ files:
123
123
  - spec/sidekiq/delay/worker_spec.rb
124
124
  - spec/sidekiq/delay_spec.rb
125
125
  - spec/spec_helper.rb
126
- homepage: https://github.com/dlibanori/sidekiq-delay
126
+ homepage: http://dlibanori.github.io/sidekiq-delay/
127
127
  licenses:
128
128
  - MIT
129
129
  metadata: {}