elastic_beans 0.10.0.alpha9 → 0.10.0.alpha10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/elastic_beans/configuration_template.rb +1 -1
- data/lib/elastic_beans/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: 7080610cdba10edf2a2bb8413e2d738febbc415f
|
4
|
+
data.tar.gz: b9c95b1062a85eec83478ee53ca50b7f34934883
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1b63b448029c173f635c6a952921dea8ba0a93470f6e55317539988e41cf8c78c2ffc5faae84f2efa6f42b3135c4496f5c193198f36d6cd4c389b1f7370d721
|
7
|
+
data.tar.gz: 6d059ce51759b9621a4bc5bfff0e12ce4e3d8dd7436e8991af8b0dc1cf9ce461d99062977348bf623046fdfcfddef12c219ba0e92bc7de38795084b820705950
|
@@ -11,7 +11,7 @@ module ElasticBeans
|
|
11
11
|
# namespace) directly.
|
12
12
|
class ConfigurationTemplate
|
13
13
|
# The solution stack used for a new application. Should not be hardcoded, but here we are.
|
14
|
-
SOLUTION_STACK_NAME = "64bit Amazon Linux 2016.09 v2.
|
14
|
+
SOLUTION_STACK_NAME = "64bit Amazon Linux 2016.09 v2.3.3 running Ruby 2.3 (Puma)"
|
15
15
|
# :category: Internal
|
16
16
|
WORKER_TEMPLATE_NAME_PATTERN = /\Aworker-(?<queue>\w+)\z/
|
17
17
|
|