blue_green_workers 0.2.0 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -1
- data/lib/blue_green_workers/version.rb +1 -1
- data/lib/blue_green_workers.rb +1 -0
- 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: c96c7a8ef051cb569bebc77c5a238c89fc144e3f
|
4
|
+
data.tar.gz: 7f79f568346ddc3f366959c093f7945e8627eaa7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5d48348169ba0fb2bf5772804fc83f87e7aef3a0bc0baabe94bc6468b7cb8a40f1afd182a3fc64e12d8d1e2fc97c680882d940aa32b31235cd986f36302e6c8
|
7
|
+
data.tar.gz: e0d9e7723a5aa28045a7cd3b2e98ff324b0912574066f7c8fe2d624769fff842411a0d07c55577840e85ec3a5ef53f2b63405cfb5d805d2ff32783de1d7ec520
|
data/README.md
CHANGED
@@ -53,7 +53,8 @@ end
|
|
53
53
|
```
|
54
54
|
|
55
55
|
Options include*
|
56
|
-
`delay` -- Delay for `n` seconds if we're not the active cluster
|
56
|
+
* `delay` -- Delay for `n` seconds if we're not the active cluster
|
57
|
+
* `return` -- What to return if we're not the active cluster
|
57
58
|
|
58
59
|
## Development
|
59
60
|
|
data/lib/blue_green_workers.rb
CHANGED