sidekiq_result 0.1.0 → 0.1.1

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: 5e2aac7b1b6efeb70b0098d1eaa66cbd56115fbc
4
- data.tar.gz: b07e84fde3df1bc864d7bc871011f7d73892bbdc
3
+ metadata.gz: 61bb6bcd978387528600e692433467d751d3d3d3
4
+ data.tar.gz: 4089bd42361efe8a39537154b850e5e7ed2a7052
5
5
  SHA512:
6
- metadata.gz: c4dcfe4d9d2488b86e8c68d7235b1b4885f2b15b1ecaa9aba73bddeb0192e9a54149dc570ac573cea170076f338b822f26e0902328c9bf36fc052e89beb24769
7
- data.tar.gz: 24cb6451126992645a9c90e358d44a5f557b6c22618507ba483629ef4b4fbb4dc27beb8f8ff745bb30005206c15fbba4a68d1646075560570867e72ccf61f0cd
6
+ metadata.gz: 4d68c959307fa9e28c3ca494755b093ad54032716ad75dd18c44e4c7dd6255bdb6cefcfdf2165ea655fa6192374b2be4b0ddbdbde7fb24887b897ea82b3a436d
7
+ data.tar.gz: 251aba3593f270d7a59a3d32209947b8ec3167df740820d5bf088bac3edb47ca129316dc370bd3270cfade7124e599e57a4c15240a4bee29f9bd0bb7acba232d
data/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Sidekiq::Result
2
2
  [![Gem Version](https://badge.fury.io/rb/sidekiq_result.png)](http://badge.fury.io/rb/sidekiq_result)
3
3
  [![Code Climate](https://codeclimate.com/github/chrismacnaughton/sidekiq_result.png)](https://codeclimate.com/github/chrismacnaughton/sidekiq_result)
4
- [![Build Status](https://secure.travis-ci.org/chrismacnaughton/sidekiq_result.png)](http://travis-ci.org/chrismacnaughton/sidekiq_result)
4
+ [![Build Status](https://secure.travis-ci.org/ChrisMacNaughton/sidekiq_result.png)](http://travis-ci.org/ChrisMacNaughton/sidekiq_result)
5
5
 
6
6
  An extension to [Sidekiq](http://github.com/mperham/sidekiq) message processing to track your jobs.
7
7
 
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module Result
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sidekiq_result
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris MacNaughton