elastic_beans 0.10.0.alpha5 → 0.10.0.alpha6

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: d754b33da7a3f07521bc482202e613379f857d34
4
- data.tar.gz: 18565aa2ae2b834401eb8c6e129dc7db2fa26bf5
3
+ metadata.gz: 4aa4fc0dc734f2eeee83efeed1dd7b288f3f9904
4
+ data.tar.gz: 703e6b50540326e18a48ad9abb79da92e940a8c3
5
5
  SHA512:
6
- metadata.gz: 9d701c345a20ac52fa4be4ac428ebc85f7051a176dac0132d70961c7f280e8b4c1d0c37f300b7b8ed0fe21aea8d42b6610f030e44fba1dcf4733472eed4b5060
7
- data.tar.gz: 2f83cbf28762e060e3b88f158794d496decb39d2c91af4d587f7ea62b2fc3add9b6ff8dfdd0bc9fe8572c77f006114c8b1d34bcd9345e3188210d3d1f4af76d1
6
+ metadata.gz: f6cbb95eb184b7a85f247c45062dc3a5f2bebf2af8480bd32802f698bcc2fdcaa084fb8ecf12ef4f1b072cc313c76fcdaf610d3a6caf9b03816cc4cf54a0006e
7
+ data.tar.gz: 48648ab0283f6130b6d54a611ae36034a818e3625510893384ee74bf77c189154137c6d1a48c1674be3b7e71bad8b03904b55171f52e95669e3306cfe73c4ec0
@@ -62,7 +62,7 @@ class SQSConsumer
62
62
  log("Defrosting from freeze command ID=#{command['id']}")
63
63
  end
64
64
  rescue Timeout::Error
65
- log("Freeze command ID=#{command['id']} never terminated; timing out after '#{FREEZE_TIMEOUT}' seconds")
65
+ log("Freeze command ID=#{command['id']} never terminated; timing out after #{FREEZE_TIMEOUT} seconds")
66
66
  end
67
67
  else
68
68
  # poll command metadata to see if it is still available, if it disappears then kill the process
@@ -1,3 +1,3 @@
1
1
  module ElasticBeans
2
- VERSION = "0.10.0.alpha5"
2
+ VERSION = "0.10.0.alpha6"
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.alpha5
4
+ version: 0.10.0.alpha6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Stegman