elastic_beans 0.10.0.alpha9 → 0.10.0.alpha10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bf87e14e7101b7ffb8f974a6ba2fd64b36304ae
4
- data.tar.gz: db065ea1e6727b6fa2203947afa3f8a29d32ec2e
3
+ metadata.gz: 7080610cdba10edf2a2bb8413e2d738febbc415f
4
+ data.tar.gz: b9c95b1062a85eec83478ee53ca50b7f34934883
5
5
  SHA512:
6
- metadata.gz: 414cbf0c9e97668e9b3dc15b444e14610fe1e95c26f916d2a856dfb74afb1318e62be9d849cd76ffc9b213fbee3dd340fd0c940feeb5bde6aa1f895a4135b44f
7
- data.tar.gz: 83b295ffc45704d6c8e1af5ed0c8318156f076a01b2d990c179b5106978ae5ad44c59725143a7c6e7b7b83612912faa177bc76fc5ce0ec4deeea024a8a71829f
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.2.0 running Ruby 2.3 (Puma)"
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
 
@@ -1,3 +1,3 @@
1
1
  module ElasticBeans
2
- VERSION = "0.10.0.alpha9"
2
+ VERSION = "0.10.0.alpha10"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastic_beans
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0.alpha9
4
+ version: 0.10.0.alpha10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Stegman