right_support 2.8.11 → 2.8.12

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.8.11
1
+ 2.8.12
@@ -141,7 +141,7 @@ module RightSupport::DB
141
141
  include RightSupport::Log::Mixin
142
142
 
143
143
  # Default timeout for client connection to Cassandra server
144
- DEFAULT_TIMEOUT = 10
144
+ DEFAULT_TIMEOUT = 20
145
145
 
146
146
  # Default maximum number of rows to retrieve in one chunk
147
147
  DEFAULT_COUNT = 100
@@ -275,7 +275,6 @@ module RightSupport::DB
275
275
 
276
276
  def get_connection(current=nil)
277
277
  config = env_config
278
- thrift_client_options = {:timeout => RightSupport::DB::CassandraModel::DEFAULT_TIMEOUT}
279
278
  thrift_client_options = {
280
279
  :timeout => RightSupport::DB::CassandraModel::DEFAULT_TIMEOUT,
281
280
  :server_retry_period => nil,
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "right_support"
8
- s.version = "2.8.11"
8
+ s.version = "2.8.12"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tony Spataro", "Sergey Sergyenko", "Ryan Williamson", "Lee Kirchhoff", "Alexey Karpik", "Scott Messier"]
12
- s.date = "2014-01-16"
12
+ s.date = "2014-01-22"
13
13
  s.description = "A toolkit of useful, reusable foundation code created by RightScale."
14
14
  s.email = "support@rightscale.com"
15
15
  s.extra_rdoc_files = [
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: right_support
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 55
5
5
  prerelease:
6
6
  segments:
7
7
  - 2
8
8
  - 8
9
- - 11
10
- version: 2.8.11
9
+ - 12
10
+ version: 2.8.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tony Spataro
@@ -20,7 +20,7 @@ autorequire:
20
20
  bindir: bin
21
21
  cert_chain: []
22
22
 
23
- date: 2014-01-16 00:00:00 Z
23
+ date: 2014-01-22 00:00:00 Z
24
24
  dependencies:
25
25
  - !ruby/object:Gem::Dependency
26
26
  version_requirements: &id001 !ruby/object:Gem::Requirement