elastic_beans 0.10.1.alpha1 → 0.10.1
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 +4 -4
- data/lib/elastic_beans/configuration_template.rb +1 -1
- data/lib/elastic_beans/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 714445d0f639a4723d4be711674e6f52465c9bdf
|
|
4
|
+
data.tar.gz: 35672259e4af742334994844dec0662c5db64844
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6295eedfb8c06ebbaa3ca129247b1d6fa0e8d5e697f2539e00d09d981712cdeb4a3fb885caee5e2de74451c68fcc64d106f1ecace0495aafbf2da7ded8fb53d3
|
|
7
|
+
data.tar.gz: 18bb613c79a435f596a18d336ccc077a1cd5e0bfe758f2a82c503710b3222fbbef84fc05dca0a3d93735a2e980636f1a74365bbd9baaf0fa4fcb5ba7caa6a203
|
|
@@ -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.2.0 running Ruby 2.3 (Puma)"
|
|
15
15
|
# :category: Internal
|
|
16
16
|
WORKER_TEMPLATE_NAME_PATTERN = /\Aworker-(?<queue>\w+)\z/
|
|
17
17
|
|
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.1
|
|
4
|
+
version: 0.10.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Adam Stegman
|
|
@@ -250,9 +250,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
250
250
|
version: '0'
|
|
251
251
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
252
252
|
requirements:
|
|
253
|
-
- - "
|
|
253
|
+
- - ">="
|
|
254
254
|
- !ruby/object:Gem::Version
|
|
255
|
-
version:
|
|
255
|
+
version: '0'
|
|
256
256
|
requirements: []
|
|
257
257
|
rubyforge_project:
|
|
258
258
|
rubygems_version: 2.6.11
|