active_job_resque_solo 0.1.2 → 0.1.3

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: 10c87fbf1fa44d19beda79096be99a341fc4f07b
4
- data.tar.gz: f89fcc5ef1a97257b8b3c1ca2f3880b3b8587ef2
3
+ metadata.gz: f6e6f9c6d697e4099b2c8f301c6be99352942def
4
+ data.tar.gz: de97bbe74f0173a9893ccb391f249ad39a3ff035
5
5
  SHA512:
6
- metadata.gz: 50c4f6839523516f89db2787bf9756c0f8264b7caf7eb5631202d3d2834ad96ccd63c7e70c5aab2e9e4fdca515b6a70a4e236fdae6228cf1f00a824f29dfe16c
7
- data.tar.gz: d3bd64b62c0adc5aca80da5d4508fa3b3ea1666613b0505833c4604ab6e81bd2865d5d973eac7f4411635fc0b30cbb2d99075b6b1af0a79cf49882ef50f03339
6
+ metadata.gz: 57fca794bd86021a0478302cd1887b200c640b3ed964dadea99973130497cd06ff5a57e8d0d029a7e539b8fe0030e19c33915170ca00513c51d36f620598b5aa
7
+ data.tar.gz: 8bdf98dd0cf360097cad44cda342140b3afc990a44e96df81d78d41925517f51235ee594eea3aec78382cbbcd0c3637543daf3b40b60907057a2a0ede2c7cd99
data/README.md CHANGED
@@ -90,7 +90,7 @@ prevent a job from being enqueued at all.
90
90
 
91
91
  ## Contributing
92
92
 
93
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/active_job_resque_solo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
93
+ Bug reports and pull requests are welcome on GitHub at https://github.com/kinkade/active_job_resque_solo. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
94
94
 
95
95
  ## License
96
96
 
@@ -1,3 +1,3 @@
1
1
  module ActiveJobResqueSolo
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_job_resque_solo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phillip Kinkade