sidekiq_result 0.1.1 → 0.1.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: 61bb6bcd978387528600e692433467d751d3d3d3
4
- data.tar.gz: 4089bd42361efe8a39537154b850e5e7ed2a7052
3
+ metadata.gz: 3dbcaf5d675ff2a5245f7780e7e443c31cbe363f
4
+ data.tar.gz: 406716ff60037b5083ceb84bd823e371239c418e
5
5
  SHA512:
6
- metadata.gz: 4d68c959307fa9e28c3ca494755b093ad54032716ad75dd18c44e4c7dd6255bdb6cefcfdf2165ea655fa6192374b2be4b0ddbdbde7fb24887b897ea82b3a436d
7
- data.tar.gz: 251aba3593f270d7a59a3d32209947b8ec3167df740820d5bf088bac3edb47ca129316dc370bd3270cfade7124e599e57a4c15240a4bee29f9bd0bb7acba232d
6
+ metadata.gz: b2892662070bc63f8b1e4e1b17493207c0fe76b28e9a0621f5c6d151e47074665e912f5a892debb694e620856c15bda6cd196ebd178c64721580c57ceb71569c
7
+ data.tar.gz: 029eb0f6bb76e563ce8a547fa671657c3ea9963219dec0b16aa28cf0724192f5274c9bf3cc58e1b6e8fe56f98e038b90e0cfaefd1fcf16a359bffc79b5b666ac
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Sidekiq::Result
2
2
  [![Gem Version](https://badge.fury.io/rb/sidekiq_result.png)](http://badge.fury.io/rb/sidekiq_result)
3
- [![Code Climate](https://codeclimate.com/github/chrismacnaughton/sidekiq_result.png)](https://codeclimate.com/github/chrismacnaughton/sidekiq_result)
3
+ [![Code Climate](https://codeclimate.com/github/ChrisMacNaughton/sidekiq_result.png)](https://codeclimate.com/github/ChrisMacNaughton/sidekiq_result)
4
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.
@@ -1,5 +1,5 @@
1
1
  module Sidekiq
2
2
  module Result
3
- VERSION = "0.1.1"
3
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris MacNaughton