# -*- encoding: utf-8 -*- # stub: big_brother 0.6.4 ruby lib Gem::Specification.new do |s| s.name = "big_brother".freeze s.version = "0.6.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Braintree".freeze] s.date = "2012-09-17" s.description = "IPVS backend supervisor".freeze s.email = ["code@getbraintree.com".freeze] s.executables = ["bigbro".freeze] s.files = [".gitignore".freeze, ".rake_commit".freeze, ".rvmrc".freeze, ".travis.yml".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "big_brother.gemspec".freeze, "bin/bigbro".freeze, "config.ru".freeze, "lib/big_brother.rb".freeze, "lib/big_brother/app.rb".freeze, "lib/big_brother/cli.rb".freeze, "lib/big_brother/cluster.rb".freeze, "lib/big_brother/cluster_collection.rb".freeze, "lib/big_brother/configuration.rb".freeze, "lib/big_brother/health_fetcher.rb".freeze, "lib/big_brother/ipvs.rb".freeze, "lib/big_brother/logger.rb".freeze, "lib/big_brother/nagios.rb".freeze, "lib/big_brother/node.rb".freeze, "lib/big_brother/shell_executor.rb".freeze, "lib/big_brother/status_file.rb".freeze, "lib/big_brother/ticker.rb".freeze, "lib/big_brother/version.rb".freeze, "lib/sinatra/synchrony.rb".freeze, "lib/thin/backends/tcp_server_with_callbacks.rb".freeze, "lib/thin/callback_rack_handler.rb".freeze, "lib/thin/callbacks.rb".freeze, "spec/big_brother/app_spec.rb".freeze, "spec/big_brother/cluster_collection_spec.rb".freeze, "spec/big_brother/cluster_spec.rb".freeze, "spec/big_brother/configuration_spec.rb".freeze, "spec/big_brother/health_fetcher_spec.rb".freeze, "spec/big_brother/ipvs_spec.rb".freeze, "spec/big_brother/logger_spec.rb".freeze, "spec/big_brother/node_spec.rb".freeze, "spec/big_brother/shell_executor_spec.rb".freeze, "spec/big_brother/status_file_spec.rb".freeze, "spec/big_brother/ticker_spec.rb".freeze, "spec/big_brother/version_spec.rb".freeze, "spec/big_brother_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/example_config.yml".freeze, "spec/support/factories/cluster_factory.rb".freeze, "spec/support/factories/node_factory.rb".freeze, "spec/support/ipvsadm".freeze, "spec/support/mock_session.rb".freeze, "spec/support/null_logger.rb".freeze, "spec/support/stub_executor.rb".freeze, "spec/support/stub_server.rb".freeze] s.homepage = "https://github.com/braintree/big_brother".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Process to monitor and update weights for servers in an IPVS pool".freeze s.test_files = ["spec/big_brother/app_spec.rb".freeze, "spec/big_brother/cluster_collection_spec.rb".freeze, "spec/big_brother/cluster_spec.rb".freeze, "spec/big_brother/configuration_spec.rb".freeze, "spec/big_brother/health_fetcher_spec.rb".freeze, "spec/big_brother/ipvs_spec.rb".freeze, "spec/big_brother/logger_spec.rb".freeze, "spec/big_brother/node_spec.rb".freeze, "spec/big_brother/shell_executor_spec.rb".freeze, "spec/big_brother/status_file_spec.rb".freeze, "spec/big_brother/ticker_spec.rb".freeze, "spec/big_brother/version_spec.rb".freeze, "spec/big_brother_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/example_config.yml".freeze, "spec/support/factories/cluster_factory.rb".freeze, "spec/support/factories/node_factory.rb".freeze, "spec/support/ipvsadm".freeze, "spec/support/mock_session.rb".freeze, "spec/support/null_logger.rb".freeze, "spec/support/stub_executor.rb".freeze, "spec/support/stub_server.rb".freeze] s.specification_version = 3 s.add_runtime_dependency(%q.freeze, ["~> 1.3.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.0.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.9.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.6.1".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.13".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) end