hephaestus 0.7.6.2 → 0.7.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -0
- data/config/puma.rb +0 -3
- data/lib/hephaestus/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0cd15c600e98170198cb10188a937bd474314c696c00fa3154727117d928dce0
|
4
|
+
data.tar.gz: 86827728b9de8cd7a09f2a7b973a2f9d254a9afa3264458be7431dbf46b4ea5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f86899573dc2c03c7caeb9a9a2d0e22a37430a87b98c11679761aaacfa02d7341fa06c34d70a84bb00225a706eb814ebaa77c48d916000a3f3b692430742677d
|
7
|
+
data.tar.gz: 30e59b66cb8eaddebf6ff4c4f0e40c522e012433a4fadd02d52320c9c3e5c46486534d4c4dc7e8f106d3bb1e55080d081a5886b4aa90cf9bebec3b9d890d4f47
|
data/CHANGELOG.md
CHANGED
data/config/puma.rb
CHANGED
@@ -32,9 +32,6 @@ port ENV.fetch("PORT", 3000)
|
|
32
32
|
# Allow puma to be restarted by `bin/rails restart` command.
|
33
33
|
plugin :tmp_restart
|
34
34
|
|
35
|
-
# Run Solid Queue's supervisor
|
36
|
-
plugin :solid_queue
|
37
|
-
|
38
35
|
# Specify the PID file. Defaults to tmp/pids/server.pid in development.
|
39
36
|
# In other environments, only set the PID file if requested.
|
40
37
|
pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
|
data/lib/hephaestus/version.rb
CHANGED