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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 83a37437ba56a21aa28efe9a004ab84661fc5964
4
- data.tar.gz: 2a624fe39ea11a5db27f78b0d03fe65e67e59e91
3
+ metadata.gz: 714445d0f639a4723d4be711674e6f52465c9bdf
4
+ data.tar.gz: 35672259e4af742334994844dec0662c5db64844
5
5
  SHA512:
6
- metadata.gz: f27f1a7733134eb41d808c17f3ff569dec3bf927ba6e49630d69fc192eb2b88be3c399099a24d95d550a89c46fa97dcdf4be6064aeee50bd3e87b6b7d9c7205a
7
- data.tar.gz: 4f2416b7d12d85d1311bf228399bd53ab2c2ec20b34063364acee8b472777975f9af6b66c480c6ca45b672f84e27aa7553d48d43bf6ff0452e7e567b091e052d
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.3.3 running Ruby 2.3 (Puma)"
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
 
@@ -1,3 +1,3 @@
1
1
  module ElasticBeans
2
- VERSION = "0.10.1.alpha1"
2
+ VERSION = "0.10.1"
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.1.alpha1
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: 1.3.1
255
+ version: '0'
256
256
  requirements: []
257
257
  rubyforge_project:
258
258
  rubygems_version: 2.6.11