concussion 0.0.2 → 0.0.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 +4 -3
- data/lib/concussion.rb +2 -0
- data/lib/concussion/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: 62d30f2d09164ed4a311376906cd37b61578668f
|
4
|
+
data.tar.gz: e7643d7ab5e8a262b61d3602c948e589609b6045
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0d353c4011b056b68d1fd0625e1f35d00a9b305aa0b5f9c8896757c45269d6bbb37e6a963f80f4168a6cd87aae6677f199ca104f811698e5434ebb3f3c4ce0f
|
7
|
+
data.tar.gz: 495f5d719615684ef60cdf7887f474f233ea204bca727b82caee40399a9501f61cb718a87db77c69dd255bb76bca91aced3354403e4f3e9b6b5e9569933d3c46
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Concussion
|
2
2
|
|
3
|
-
Sucker Punch is an awesome gem which allows in-process background jobs. If you want to run jobs at a particular time,
|
3
|
+
[Sucker Punch](https://github.com/brandonhilkert/sucker_punch) is an awesome gem which allows in-process background jobs. If you want to run jobs at a particular time,
|
4
4
|
however, there is a downside. Jobs are only held in memory, so restarting the process will kill any pending jobs.
|
5
5
|
|
6
6
|
Most web apps will be using some kind of data store however, so Concussion allows them to be persisted.
|
@@ -103,8 +103,9 @@ All done.
|
|
103
103
|
|
104
104
|
Bug reports and pull requests are welcome on GitHub at https://github.com/chemica/concussion. This project is
|
105
105
|
intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the
|
106
|
-
[Contributor Covenant](
|
107
|
-
|
106
|
+
[Contributor Covenant](https://github.com/chemica/concussion/blob/master/CODE_OF_CONDUCT.md) code of conduct.
|
107
|
+
|
108
|
+
Or something. These words were automatically added to this gem, but they are good words so they can stay.
|
108
109
|
|
109
110
|
|
110
111
|
## License
|
data/lib/concussion.rb
CHANGED
data/lib/concussion/version.rb
CHANGED