--- !ruby/object:Gem::Specification name: right_support version: !ruby/object:Gem::Version version: 2.8.27 prerelease: platform: ruby authors: - Tony Spataro - Sergey Sergyenko - Ryan Williamson - Lee Kirchhoff - Alexey Karpik - Scott Messier autorequire: bindir: bin cert_chain: [] date: 2014-08-08 00:00:00.000000000 Z dependencies: [] description: A toolkit of useful, reusable foundation code created by RightScale. email: support@rightscale.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.rdoc files: - .rspec - CHANGELOG.rdoc - Gemfile - Gemfile.lock - LICENSE - README.rdoc - Rakefile - VERSION - features/balancer_error_handling.feature - features/balancer_health_check.feature - features/hash_tools.feature - features/http_client_timeout.feature - features/serialization.feature - features/step_definitions/hash_tools_steps.rb - features/step_definitions/http_client_steps.rb - features/step_definitions/request_balancer_steps.rb - features/step_definitions/ruby_steps.rb - features/step_definitions/serialization_steps.rb - features/step_definitions/server_steps.rb - features/support/env.rb - features/support/file_utils_bundler_mixin.rb - lib/right_support.rb - lib/right_support/ci.rb - lib/right_support/ci/java_cucumber_formatter.rb - lib/right_support/ci/java_spec_formatter.rb - lib/right_support/ci/rake_task.rb - lib/right_support/config.rb - lib/right_support/config/feature_set.rb - lib/right_support/config/recursive_true_class.rb - lib/right_support/config/yaml_config.rb - lib/right_support/crypto.rb - lib/right_support/crypto/signed_hash.rb - lib/right_support/data.rb - lib/right_support/data/hash_tools.rb - lib/right_support/data/serializer.rb - lib/right_support/data/unknown_type.rb - lib/right_support/data/uuid.rb - lib/right_support/db.rb - lib/right_support/db/cassandra_model.rb - lib/right_support/deployment.rb - lib/right_support/deployment/info.rb - lib/right_support/log.rb - lib/right_support/log/exception_logger.rb - lib/right_support/log/filter_logger.rb - lib/right_support/log/mixin.rb - lib/right_support/log/multiplexer.rb - lib/right_support/log/null_logger.rb - lib/right_support/log/system_logger.rb - lib/right_support/net.rb - lib/right_support/net/address_helper.rb - lib/right_support/net/dns.rb - lib/right_support/net/http_client.rb - lib/right_support/net/lb.rb - lib/right_support/net/lb/health_check.rb - lib/right_support/net/lb/round_robin.rb - lib/right_support/net/lb/sticky.rb - lib/right_support/net/request_balancer.rb - lib/right_support/net/s3_helper.rb - lib/right_support/net/ssl.rb - lib/right_support/net/ssl/open_ssl_patch.rb - lib/right_support/net/string_encoder.rb - lib/right_support/rack.rb - lib/right_support/rack/log_setter.rb - lib/right_support/rack/request_logger.rb - lib/right_support/rack/request_tracker.rb - lib/right_support/ruby.rb - lib/right_support/ruby/easy_singleton.rb - lib/right_support/ruby/object_extensions.rb - lib/right_support/ruby/string_extensions.rb - lib/right_support/stats.rb - lib/right_support/stats/activity.rb - lib/right_support/stats/exceptions.rb - lib/right_support/stats/helpers.rb - lib/right_support/validation.rb - lib/right_support/validation/openssl.rb - lib/right_support/validation/ssh.rb - right_support.gemspec - right_support.rconf - spec/config/feature_set_spec.rb - spec/crypto/signed_hash_spec.rb - spec/data/hash_tools_spec.rb - spec/data/uuid_spec.rb - spec/db/cassandra_model_part1_spec.rb - spec/db/cassandra_model_part2_spec.rb - spec/db/cassandra_model_spec.rb - spec/fixtures/encrypted_priv_rsa.pem - spec/fixtures/good_priv_dsa.pem - spec/fixtures/good_priv_rsa.pem - spec/fixtures/good_pub_dsa.ssh - spec/fixtures/good_pub_rsa.pem - spec/fixtures/good_pub_rsa.ssh - spec/log/exception_logger_spec.rb - spec/log/filter_logger_spec.rb - spec/log/mixin_spec.rb - spec/log/multiplexer_spec.rb - spec/log/null_logger_spec.rb - spec/log/system_logger_spec.rb - spec/net/address_helper_spec.rb - spec/net/balancing/health_check_spec.rb - spec/net/balancing/round_robin_spec.rb - spec/net/balancing/sticky_policy_spec.rb - spec/net/dns_spec.rb - spec/net/http_client_spec.rb - spec/net/request_balancer_spec.rb - spec/net/s3_helper_spec.rb - spec/net/ssl_spec.rb - spec/net/string_encoder_spec.rb - spec/rack/log_setter_spec.rb - spec/rack/request_logger_spec.rb - spec/rack/request_tracker_spec.rb - spec/ruby/easy_singleton_spec.rb - spec/ruby/object_extensions_spec.rb - spec/ruby/string_extensions_spec.rb - spec/spec_helper.rb - spec/stats/activity_spec.rb - spec/stats/exceptions_spec.rb - spec/stats/helpers_spec.rb - spec/validation/openssl_spec.rb - spec/validation/ssh_spec.rb homepage: https://github.com/rightscale/right_support licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: 3750525095222830475 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.26 signing_key: specification_version: 3 summary: Reusable foundation code. test_files: []