--- !ruby/object:Gem::Specification name: right_support version: !ruby/object:Gem::Version hash: 97 prerelease: segments: - 2 - 8 - 39 version: 2.8.39 platform: ruby authors: - Tony Spataro - Sergey Sergyenko - Ryan Williamson - Lee Kirchhoff - Alexey Karpik - Scott Messier autorequire: bindir: bin cert_chain: [] date: 2015-01-21 00:00:00 Z dependencies: - !ruby/object:Gem::Dependency prerelease: false name: rake type: :development version_requirements: &id001 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 35 segments: - 10 - 0 version: "10.0" requirement: *id001 - !ruby/object:Gem::Dependency prerelease: false name: jeweler type: :development version_requirements: &id002 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version hash: 3 segments: - 2 - 0 version: "2.0" requirement: *id002 - !ruby/object:Gem::Dependency prerelease: false name: ruby-debug type: :development version_requirements: &id003 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirement: *id003 - !ruby/object:Gem::Dependency prerelease: false name: pry type: :development version_requirements: &id004 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirement: *id004 - !ruby/object:Gem::Dependency prerelease: false name: pry-byebug type: :development version_requirements: &id005 !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirement: *id005 description: A toolkit of useful, reusable foundation code created by RightScale. email: support@rightscale.com executables: [] extensions: [] extra_rdoc_files: - LICENSE - README.md files: - .coveralls.yml - .rspec - .simplecov - .travis.yml - CHANGELOG.rdoc - Gemfile - Gemfile.lock - LICENSE - README.md - 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/mash.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/rack/runtime.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/mash_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/rack/runtime_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 hash: 3 segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ">=" - !ruby/object:Gem::Version hash: 3 segments: - 0 version: "0" requirements: [] rubyforge_project: rubygems_version: 1.8.15 signing_key: specification_version: 3 summary: Reusable foundation code. test_files: []