active_job_resque_solo 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d7ac1af7db54a9df99f4af689ce4e7f89ef50045
4
- data.tar.gz: 28d55b2be8c5377475bfbe3d6b5d18f358dc694e
3
+ metadata.gz: 10c87fbf1fa44d19beda79096be99a341fc4f07b
4
+ data.tar.gz: f89fcc5ef1a97257b8b3c1ca2f3880b3b8587ef2
5
5
  SHA512:
6
- metadata.gz: 8c54a68ec407eff457c44cc7173f1627f08cf076c974ac9b1caa803d8b7d00e32c8af83bac8ec340ccb008938604cd039dc57ffd3407116878321c1ffa2c6396
7
- data.tar.gz: 1020061bb36bbb12494c29bc7ea80e637d8303c40a6deb8ad4ee6d4056023f6165b8f4ad0b31bc30a46709fd3493468fc82aa23e7f28481f0d00bd44c0c41804
6
+ metadata.gz: 50c4f6839523516f89db2787bf9756c0f8264b7caf7eb5631202d3d2834ad96ccd63c7e70c5aab2e9e4fdca515b6a70a4e236fdae6228cf1f00a824f29dfe16c
7
+ data.tar.gz: d3bd64b62c0adc5aca80da5d4508fa3b3ea1666613b0505833c4604ab6e81bd2865d5d973eac7f4411635fc0b30cbb2d99075b6b1af0a79cf49882ef50f03339
data/README.md CHANGED
@@ -85,11 +85,8 @@ more may be enqueued.
85
85
  the queue, it's possible for the original enqueued job to be missed. Solo will allow
86
86
  the new instance of the job to be enqueued.
87
87
 
88
- ## Development
89
-
90
- After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
91
-
92
- To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
88
+ Solo errors towards allowing a duplicate job instance to be enqueued rather than
89
+ prevent a job from being enqueued at all.
93
90
 
94
91
  ## Contributing
95
92
 
@@ -1,3 +1,3 @@
1
1
  module ActiveJobResqueSolo
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
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.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Phillip Kinkade