active_job_resque_solo 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/active_job_resque_solo/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f6e6f9c6d697e4099b2c8f301c6be99352942def
|
4
|
+
data.tar.gz: de97bbe74f0173a9893ccb391f249ad39a3ff035
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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/
|
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
|
|