--- !ruby/object:Gem::Specification name: rubber version: !ruby/object:Gem::Version version: 2.3.0 platform: ruby authors: - Matt Conway - Kevin Menard autorequire: bindir: bin cert_chain: [] date: 2013-05-11 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: capistrano requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.12' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.12' - !ruby/object:Gem::Dependency name: net-ssh requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '2.6' - !ruby/object:Gem::Dependency name: thor requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: clamp requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: open4 requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: fog requirement: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: '1.6' - !ruby/object:Gem::Dependency name: json requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: test-unit requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: shoulda-context requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: mocha requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: awesome_print requirement: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' description: |2 The rubber plugin enables relatively complex multi-instance deployments of RubyOnRails applications to Amazon's Elastic Compute Cloud (EC2). Like capistrano, rubber is role based, so you can define a set of configuration files for a role and then assign that role to as many concrete instances as needed. One can also assign multiple roles to a single instance. This lets one start out with a single ec2 instance (belonging to all roles), and add new instances into the mix as needed to scale specific facets of your deployment, e.g. adding in instances that serve only as an 'app' role to handle increased app server load. email: - matt@conwaysplace.com - nirvdrum@gmail.com executables: - rubber extensions: [] extra_rdoc_files: [] files: - .gitignore - .travis.yml - CHANGELOG - Gemfile - LICENSE - README.md - Rakefile - TODO - bin/rubber - lib/capistrano/hostcmd.rb - lib/rubber.rb - lib/rubber/capistrano.rb - lib/rubber/cli.rb - lib/rubber/cloud.rb - lib/rubber/cloud/aws.rb - lib/rubber/cloud/aws_table_store.rb - lib/rubber/cloud/base.rb - lib/rubber/cloud/fog.rb - lib/rubber/cloud/fog_storage.rb - lib/rubber/commands/config.rb - lib/rubber/commands/cron.rb - lib/rubber/commands/util.rb - lib/rubber/commands/vulcanize.rb - lib/rubber/configuration.rb - lib/rubber/dns.rb - lib/rubber/dns/aws.rb - lib/rubber/dns/base.rb - lib/rubber/dns/dyndns.rb - lib/rubber/dns/nettica.rb - lib/rubber/dns/zerigo.rb - lib/rubber/encryption.rb - lib/rubber/environment.rb - lib/rubber/generator.rb - lib/rubber/instance.rb - lib/rubber/railtie.rb - lib/rubber/recipes/rubber.rb - lib/rubber/recipes/rubber/bundles.rb - lib/rubber/recipes/rubber/deploy.rb - lib/rubber/recipes/rubber/instances.rb - lib/rubber/recipes/rubber/load_balancers.rb - lib/rubber/recipes/rubber/security_groups.rb - lib/rubber/recipes/rubber/setup.rb - lib/rubber/recipes/rubber/spot_requests.rb - lib/rubber/recipes/rubber/static_ips.rb - lib/rubber/recipes/rubber/tags.rb - lib/rubber/recipes/rubber/utils.rb - lib/rubber/recipes/rubber/volumes.rb - lib/rubber/tag.rb - lib/rubber/thread_safe_proxy.rb - lib/rubber/util.rb - lib/rubber/version.rb - rails/init.rb - rubber.gemspec - templates/apache/config/rubber/deploy-apache.rb - templates/apache/config/rubber/role/apache/deflate.conf - templates/apache/config/rubber/role/apache/expires.conf - templates/apache/config/rubber/role/apache/headers.conf - templates/apache/config/rubber/role/apache/ports.conf - templates/apache/config/rubber/role/apache/setenvif.conf - templates/apache/config/rubber/role/web_tools/tools-apache-vhost.conf - templates/apache/config/rubber/role/web_tools/tools-apache.auth - templates/apache/config/rubber/role/web_tools/tools-index.html - templates/apache/config/rubber/rubber-apache.yml - templates/apache/templates.yml - templates/base/Capfile - templates/base/config/deploy.rb - templates/base/config/rubber/common/crontab - templates/base/config/rubber/common/gemrc - templates/base/config/rubber/common/ntp-sysctl.conf - templates/base/config/rubber/common/ntp.conf - templates/base/config/rubber/common/rsyslog.conf - templates/base/config/rubber/common/rubber.profile - templates/base/config/rubber/common/ruby.profile - templates/base/config/rubber/deploy-setup.rb - templates/base/config/rubber/deploy-util.rb - templates/base/config/rubber/rubber-dns.yml - templates/base/config/rubber/rubber-ruby.yml - templates/base/config/rubber/rubber.yml - templates/base/script/rubber - templates/base/templates.rb - templates/base/templates.yml - templates/cassandra/config/rubber/deploy-cassandra.rb - templates/cassandra/config/rubber/role/cassandra/0-collectd-rsyslog-filter.conf - templates/cassandra/config/rubber/role/cassandra/cassandra.in.sh - templates/cassandra/config/rubber/role/cassandra/cassandra.yaml - templates/cassandra/config/rubber/role/cassandra/collectd-cassandra.conf - templates/cassandra/config/rubber/role/cassandra/collectd-java-ldconfig.conf - templates/cassandra/config/rubber/role/cassandra/log4j-server.properties - templates/cassandra/config/rubber/role/cassandra/monit-cassandra.conf - templates/cassandra/config/rubber/rubber-cassandra.yml - templates/cassandra/templates.yml - templates/collectd/config/rubber/deploy-collectd.rb - templates/collectd/config/rubber/role/collectd/collectd-ping.conf - templates/collectd/config/rubber/role/collectd/collectd.conf - templates/collectd/config/rubber/role/collectd/filters.conf - templates/collectd/config/rubber/role/collectd/thresholds.conf - templates/collectd/config/rubber/role/collectd/types.db - templates/collectd/config/rubber/role/passenger/collectd-passenger.conf - templates/collectd/config/rubber/role/passenger/collectd-passenger.rb.conf - templates/collectd/config/rubber/role/passenger/passenger-status-sudoers.conf - templates/collectd/config/rubber/role/postgresql/collectd-postgresql.conf - templates/collectd/config/rubber/role/postgresql_slave/collectd-postgresql-threshold.conf - templates/collectd/config/rubber/rubber-collectd.yml - templates/collectd/script/collectd/collectd-runner.rb - templates/collectd/script/collectd/role/examples/example_db_query.rb - templates/collectd/script/collectd/role/examples/example_simple.rb - templates/collectd/script/collectd/role/postgresql_slave/replication_status.rb - templates/collectd/script/collectd/role/redis/redis_info.rb - templates/collectd/script/collectd/role/resque_worker/host_worker_stats.rb - templates/collectd/script/collectd/role/web_tools/global_worker_stats.rb - templates/collectd/script/collectd/role/web_tools/resque_jobs_processed.rb - templates/collectd/templates.yml - templates/complete_mongrel_mysql/config/rubber/role/haproxy/haproxy-mongrel.conf - templates/complete_mongrel_mysql/config/rubber/role/nginx/nginx-mongrel.conf - templates/complete_mongrel_mysql/config/rubber/rubber-complete.yml - templates/complete_mongrel_mysql/templates.yml - templates/complete_passenger/config/rubber/role/haproxy/haproxy-passenger.conf - templates/complete_passenger/config/rubber/rubber-complete.yml - templates/complete_passenger/templates.yml - templates/complete_passenger_mysql/templates.yml - templates/complete_passenger_nginx/config/rubber/role/haproxy/haproxy-passenger.conf - templates/complete_passenger_nginx/config/rubber/rubber-complete.yml - templates/complete_passenger_nginx/templates.yml - templates/complete_passenger_nginx_mysql/templates.yml - templates/complete_passenger_nginx_postgresql/templates.yml - templates/complete_passenger_postgresql/templates.yml - templates/complete_unicorn_nginx/config/rubber/rubber-complete.yml - templates/complete_unicorn_nginx/templates.yml - templates/complete_unicorn_nginx_mysql/templates.yml - templates/complete_unicorn_nginx_postgresql/templates.yml - templates/couchbase/config/rubber/deploy-couchbase.rb - templates/couchbase/config/rubber/role/couchbase/crontab - templates/couchbase/config/rubber/rubber-couchbase.yml - templates/couchbase/templates.rb - templates/couchbase/templates.yml - templates/cruise/config/rubber/deploy-cruise.rb - templates/cruise/config/rubber/role/cruise/cruise - templates/cruise/config/rubber/role/cruise/my.cnf - templates/cruise/config/rubber/role/cruise/production.rb - templates/cruise/config/rubber/role/cruise/site_config.rb - templates/cruise/config/rubber/role/web_tools/cruise-nginx.conf - templates/cruise/config/rubber/rubber-cruise.yml - templates/cruise/templates.yml - templates/elasticsearch/config/rubber/deploy-elasticsearch.rb - templates/elasticsearch/config/rubber/role/elasticsearch/elasticsearch-upstart.conf - templates/elasticsearch/config/rubber/role/elasticsearch/elasticsearch.yml - templates/elasticsearch/config/rubber/role/elasticsearch/logging.yml - templates/elasticsearch/config/rubber/rubber-elasticsearch.yml - templates/elasticsearch/templates.yml - templates/graphite/config/rubber/deploy-graphite.rb - templates/graphite/config/rubber/role/collectd/graphite-collectd.conf - templates/graphite/config/rubber/role/graphite_server/carbon.conf - templates/graphite/config/rubber/role/graphite_server/graphite_server-upstart.conf - templates/graphite/config/rubber/role/graphite_server/monit-graphite_server.conf - templates/graphite/config/rubber/role/graphite_server/storage-schemas.conf - templates/graphite/config/rubber/role/graphite_web/crontab - templates/graphite/config/rubber/role/graphite_web/dashboard.conf - templates/graphite/config/rubber/role/graphite_web/dashboard.html - templates/graphite/config/rubber/role/graphite_web/graphite.wsgi - templates/graphite/config/rubber/role/graphite_web/graphite_web-upstart.conf - templates/graphite/config/rubber/role/graphite_web/local_settings.py - templates/graphite/config/rubber/role/graphite_web/monit-graphite_web.conf - templates/graphite/config/rubber/role/graphite_web/uwsgi.ini - templates/graphite/config/rubber/rubber-graphite.yml - templates/graphite/templates.yml - templates/graylog/config/initializers/graylog.rb - templates/graylog/config/rubber/common/graylog-rsyslog.conf - templates/graylog/config/rubber/deploy-graylog.rb - templates/graylog/config/rubber/role/graylog_server/graylog2.conf - templates/graylog/config/rubber/role/graylog_server/graylog_server-upstart.conf - templates/graylog/config/rubber/role/graylog_web/crontab - templates/graylog/config/rubber/role/graylog_web/email.yml - templates/graylog/config/rubber/role/graylog_web/general.yml - templates/graylog/config/rubber/role/graylog_web/graylog_web-upstart.conf - templates/graylog/config/rubber/role/graylog_web/mongoid.yml - templates/graylog/config/rubber/rubber-graylog.yml - templates/graylog/templates.rb - templates/graylog/templates.yml - templates/haproxy/config/rubber/deploy-haproxy.rb - templates/haproxy/config/rubber/role/haproxy/haproxy-base.conf - templates/haproxy/config/rubber/role/haproxy/haproxy-default.conf - templates/haproxy/config/rubber/role/haproxy/syslog-haproxy.conf - templates/haproxy/config/rubber/role/haproxy/syslogd-default.conf - templates/haproxy/config/rubber/role/web_tools/haproxy-nginx.conf - templates/haproxy/config/rubber/role/web_tools/rubber-web-tools-haproxy.html - templates/haproxy/config/rubber/rubber-haproxy.yml - templates/haproxy/templates.yml - templates/jenkins/config/environments/jenkins.rb - templates/jenkins/config/rubber/deploy-jenkins.rb - templates/jenkins/config/rubber/role/jenkins/crontab - templates/jenkins/config/rubber/role/jenkins/github-deploy-key.pem - templates/jenkins/config/rubber/role/jenkins/github-deploy-key.pem.pub - templates/jenkins/config/rubber/role/jenkins/jenkins-apache-vhost.conf - templates/jenkins/config/rubber/role/jenkins/jenkins-gitconfig.conf - templates/jenkins/config/rubber/role/jenkins/jenkins.auth - templates/jenkins/config/rubber/rubber-jenkins.yml - templates/jenkins/templates.yml - templates/jetty/config/rubber/deploy-jetty.rb - templates/jetty/config/rubber/role/jetty/jetty.sh - templates/jetty/config/rubber/role/jetty/jetty.xml - templates/jetty/config/rubber/rubber-jetty.yml - templates/jetty/templates.yml - templates/memcached/config/memcached.yml - templates/memcached/config/rubber/common/memcached.yml - templates/memcached/config/rubber/deploy-memcached.rb - templates/memcached/config/rubber/role/memcached/crontab - templates/memcached/config/rubber/role/memcached/memcached.conf - templates/memcached/config/rubber/rubber-memcached.yml - templates/memcached/templates.yml - templates/minimal_mysql/templates.yml - templates/minimal_nodb/templates.yml - templates/minimal_passenger_nginx/config/rubber/rubber-complete.yml - templates/minimal_passenger_nginx/templates.yml - templates/mongodb/config/rubber/deploy-mongodb.rb - templates/mongodb/config/rubber/role/mongodb/crontab - templates/mongodb/config/rubber/role/mongodb/mongodb-defaults.conf - templates/mongodb/config/rubber/role/mongodb/mongodb.conf - templates/mongodb/config/rubber/rubber-mongodb.yml - templates/mongodb/templates.yml - templates/mongrel/config/rubber/deploy-mongrel.rb - templates/mongrel/config/rubber/role/mongrel/mongrel_cluster.yml - templates/mongrel/config/rubber/rubber-mongrel.yml - templates/mongrel/templates.yml - templates/monit/config/rubber/deploy-monit.rb - templates/monit/config/rubber/role/apache/monit-apache.conf - templates/monit/config/rubber/role/cassandra/monit-cassandra.conf - templates/monit/config/rubber/role/couchbase/monit-couchbase.conf - templates/monit/config/rubber/role/elasticsearch/monit-elasticsearch.conf - templates/monit/config/rubber/role/graphite_server/monit-graphite_server.conf - templates/monit/config/rubber/role/graylog_server/monit-graylog_server.conf - templates/monit/config/rubber/role/graylog_web/monit-graylog_web.conf - templates/monit/config/rubber/role/haproxy/monit-haproxy.conf - templates/monit/config/rubber/role/jetty/monit-jetty.conf - templates/monit/config/rubber/role/mongodb/monit-mongodb.conf - templates/monit/config/rubber/role/mongrel/monit-mongrel.conf - templates/monit/config/rubber/role/monit/monit-default.conf - templates/monit/config/rubber/role/monit/monit-postfix.conf - templates/monit/config/rubber/role/monit/monit.conf - templates/monit/config/rubber/role/munin/monit-munin.conf - templates/monit/config/rubber/role/mysql/monit-mysql.conf - templates/monit/config/rubber/role/mysql_proxy/monit-mysql_proxy.conf - templates/monit/config/rubber/role/nginx/monit-nginx.conf - templates/monit/config/rubber/role/passenger_nginx/monit-nginx.conf - templates/monit/config/rubber/role/postgresql/monit-postgresql.conf - templates/monit/config/rubber/role/redis/monit-redis.conf - templates/monit/config/rubber/role/resque_scheduler/monit-resque_scheduler.conf - templates/monit/config/rubber/role/resque_web/monit-resque_web.conf - templates/monit/config/rubber/role/resque_worker/monit-resque_pool.conf - templates/monit/config/rubber/role/sphinx/monit-sphinx.conf - templates/monit/config/rubber/role/unicorn/monit-unicorn.conf - templates/monit/config/rubber/role/web_tools/monit-admin-nginx.conf - templates/monit/config/rubber/role/web_tools/rubber-web-tools-monit.html - templates/monit/config/rubber/rubber-monit.yml - templates/monit/templates.yml - templates/munin/config/rubber/deploy-munin.rb - templates/munin/config/rubber/role/memcached/memcached_munin_plugin - templates/munin/config/rubber/role/munin/munin-node.conf - templates/munin/config/rubber/role/munin/munin-plugins.conf - templates/munin/config/rubber/role/mysql_slave/mysql_slave_munin_plugin - templates/munin/config/rubber/role/passenger/munin-passenger-memory.conf - templates/munin/config/rubber/role/passenger/munin-passenger-sudoers.conf - templates/munin/config/rubber/role/passenger/munin-passenger.conf - templates/munin/config/rubber/role/passenger_nginx/munin-passenger-memory.conf - templates/munin/config/rubber/role/passenger_nginx/munin-passenger-sudoers.conf - templates/munin/config/rubber/role/passenger_nginx/munin-passenger.conf - templates/munin/config/rubber/role/postgresql/munin-postgresql.conf - templates/munin/config/rubber/role/web_tools/munin-nginx.conf - templates/munin/config/rubber/role/web_tools/munin-plugins.conf - templates/munin/config/rubber/role/web_tools/munin.conf - templates/munin/config/rubber/role/web_tools/rubber-web-tools-munin.html - templates/munin/config/rubber/rubber-munin.yml - templates/munin/script/munin/example_mysql_query.rb - templates/munin/script/munin/example_simple.rb - templates/munin/templates.yml - templates/mysql/config/rubber/common/database.yml - templates/mysql/config/rubber/deploy-mysql.rb - templates/mysql/config/rubber/role/db/apparmor-mysql.conf - templates/mysql/config/rubber/role/db/crontab - templates/mysql/config/rubber/role/db/my.cnf - templates/mysql/config/rubber/rubber-mysql.yml - templates/mysql/templates.yml - templates/mysql_cluster/config/rubber/common/mysql_cluster_migrations.rb - templates/mysql_cluster/config/rubber/deploy-mysql_cluster.rb - templates/mysql_cluster/config/rubber/role/mysql_data/my.cnf - templates/mysql_cluster/config/rubber/role/mysql_mgm/ndb_mgmd.cnf - templates/mysql_cluster/config/rubber/role/mysql_sql/my.cnf - templates/mysql_cluster/config/rubber/rubber-mysql_cluster.yml - templates/mysql_cluster/templates.yml - templates/mysql_proxy/config/rubber/deploy-mysql_proxy.rb - templates/mysql_proxy/config/rubber/mysql_proxy/database.yml - templates/mysql_proxy/config/rubber/mysql_proxy/mysql-proxy - templates/mysql_proxy/config/rubber/mysql_proxy/mysql-proxy.conf - templates/mysql_proxy/config/rubber/mysql_proxy/mysql-proxy.lua - templates/mysql_proxy/config/rubber/rubber-mysql_proxy.yml - templates/mysql_proxy/templates.yml - templates/nginx/config/rubber/deploy-nginx.rb - templates/nginx/config/rubber/role/nginx/crontab - templates/nginx/config/rubber/role/nginx/nginx.conf - templates/nginx/config/rubber/role/web_tools/nginx-tools.conf - templates/nginx/config/rubber/role/web_tools/tools-index.html - templates/nginx/config/rubber/role/web_tools/tools-nginx.auth - templates/nginx/config/rubber/rubber-nginx.yml - templates/nginx/templates.yml - templates/passenger/config/rubber/deploy-passenger.rb - templates/passenger/config/rubber/role/passenger/passenger-apache-vhost.conf - templates/passenger/config/rubber/role/passenger/passenger.conf - templates/passenger/config/rubber/rubber-passenger.yml - templates/passenger/templates.yml - templates/passenger_nginx/config/rubber/deploy-passenger_nginx.rb - templates/passenger_nginx/config/rubber/role/passenger_nginx/application.conf - templates/passenger_nginx/config/rubber/role/passenger_nginx/crontab - templates/passenger_nginx/config/rubber/role/passenger_nginx/nginx - templates/passenger_nginx/config/rubber/role/passenger_nginx/nginx.conf - templates/passenger_nginx/config/rubber/role/passenger_nginx/passenger_nginx.conf - templates/passenger_nginx/config/rubber/role/web_tools/nginx-tools.conf - templates/passenger_nginx/config/rubber/role/web_tools/tools-index.html - templates/passenger_nginx/config/rubber/role/web_tools/tools-nginx.auth - templates/passenger_nginx/config/rubber/rubber-passenger_nginx.yml - templates/passenger_nginx/templates.yml - templates/percona/config/rubber/common/database.yml - templates/percona/config/rubber/deploy-percona.rb - templates/percona/config/rubber/role/db/apparmor-mysql.conf - templates/percona/config/rubber/role/db/crontab - templates/percona/config/rubber/role/db/my.cnf - templates/percona/config/rubber/rubber-percona.yml - templates/percona/templates.yml - templates/postgresql/config/rubber/common/database.yml - templates/postgresql/config/rubber/deploy-postgresql.rb - templates/postgresql/config/rubber/role/postgresql/crontab - templates/postgresql/config/rubber/role/postgresql/pg_hba.conf - templates/postgresql/config/rubber/role/postgresql/postgresql-sysctl.conf - templates/postgresql/config/rubber/role/postgresql/postgresql.conf - templates/postgresql/config/rubber/role/postgresql_slave/recovery.conf - templates/postgresql/config/rubber/rubber-postgresql.yml - templates/postgresql/templates.yml - templates/redis/config/rubber/deploy-redis.rb - templates/redis/config/rubber/role/redis/crontab - templates/redis/config/rubber/role/redis/redis-sysctl.conf - templates/redis/config/rubber/role/redis/redis-upstart.conf - templates/redis/config/rubber/role/redis/redis.conf - templates/redis/config/rubber/rubber-redis.yml - templates/redis/templates.yml - templates/resque/config/initializers/resque.rb - templates/resque/config/resque-pool.yml - templates/resque/config/resque-web.ru - templates/resque/config/resque.yml - templates/resque/config/rubber/common/resque.yml - templates/resque/config/rubber/deploy-resque.rb - templates/resque/config/rubber/role/resque_web/resque-web-upstart.conf - templates/resque/config/rubber/role/resque_worker/resque-pool-upstart.conf - templates/resque/config/rubber/role/resque_worker/resque-pool.yml - templates/resque/config/rubber/rubber-resque.yml - templates/resque/lib/tasks/resque.rake - templates/resque/templates.rb - templates/resque/templates.yml - templates/resque_scheduler/config/rubber/common/resque_schedule.yml - templates/resque_scheduler/config/rubber/deploy-resque_scheduler.rb - templates/resque_scheduler/config/rubber/role/resque_scheduler/resque-scheduler-upstart.conf - templates/resque_scheduler/config/rubber/rubber-resque_scheduler.yml - templates/resque_scheduler/lib/tasks/resque-scheduler.rake - templates/resque_scheduler/templates.rb - templates/resque_scheduler/templates.yml - templates/sidekiq/config/rubber/deploy-sidekiq.rb - templates/sidekiq/config/rubber/role/sidekiq/monit-sidekiq.conf - templates/sidekiq/config/rubber/rubber-sidekiq.yml - templates/sidekiq/templates.rb - templates/sidekiq/templates.yml - templates/solr/config/rubber/common/solr_sunspot.yml - templates/solr/config/rubber/deploy-solr.rb - templates/solr/config/rubber/rubber-solr.yml - templates/solr/templates.yml - templates/sphinx/config/rubber/common/sphinx.yml - templates/sphinx/config/rubber/deploy-sphinx.rb - templates/sphinx/config/rubber/role/sphinx/crontab - templates/sphinx/config/rubber/rubber-sphinx.yml - templates/sphinx/templates.yml - templates/torquebox/config/rubber/deploy-torquebox.rb - templates/torquebox/config/rubber/role/app/mod_manager.load - templates/torquebox/config/rubber/role/app/mod_proxy_cluster.conf - templates/torquebox/config/rubber/role/app/mod_proxy_cluster.load - templates/torquebox/config/rubber/role/app/mod_slotmem.load - templates/torquebox/config/rubber/role/app/torquebox-apache-vhost.conf - templates/torquebox/config/rubber/role/torquebox/graylog-logging-module.xml - templates/torquebox/config/rubber/role/torquebox/monit-torquebox.conf - templates/torquebox/config/rubber/role/torquebox/standalone-ha.xml - templates/torquebox/config/rubber/role/torquebox/standalone.conf - templates/torquebox/config/rubber/role/torquebox/torquebox-upstart.conf - templates/torquebox/config/rubber/rubber-torquebox.yml - templates/torquebox/templates.yml - templates/unicorn/config/rubber/deploy-unicorn.rb - templates/unicorn/config/rubber/role/nginx/unicorn_nginx.conf - templates/unicorn/config/rubber/role/unicorn/unicorn-upstart.conf - templates/unicorn/config/rubber/role/unicorn/unicorn.rb - templates/unicorn/config/rubber/rubber-unicorn.yml - templates/unicorn/templates.yml - templates/xtrabackup/config/rubber/deploy-xtrabackup.rb - templates/xtrabackup/config/rubber/role/db/rubber-xtrabackup.sh - templates/xtrabackup/config/rubber/role/db/rubber-xtrarestore.sh - templates/xtrabackup/config/rubber/rubber-xtrabackup.yml - templates/xtrabackup/templates.rb - templates/xtrabackup/templates.yml - templates/zookeeper/config/rubber/deploy-zookeeper.rb - templates/zookeeper/config/rubber/role/zookeeper/log4j.properties - templates/zookeeper/config/rubber/role/zookeeper/monit-zookeeper.conf - templates/zookeeper/config/rubber/role/zookeeper/myid.conf - templates/zookeeper/config/rubber/role/zookeeper/zoo.cfg - templates/zookeeper/config/rubber/role/zookeeper/zookeeper-upstart.conf - templates/zookeeper/config/rubber/rubber-zookeeper.yml - templates/zookeeper/templates.yml - test/cloud/aws_table_store_test.rb - test/cloud/aws_test.rb - test/cloud/fog_storage_test.rb - test/cloud/fog_test.rb - test/command_test.rb - test/commands/cron_test.rb - test/commands/util_test.rb - test/dns/aws_test.rb - test/dns/zerigo_test.rb - test/encryption_test.rb - test/environment_test.rb - test/fixtures/basic/common/bar.conf - test/fixtures/basic/common/foo.conf - test/fixtures/basic/host/host1/foo.conf - test/fixtures/basic/host/host2/foo.conf - test/fixtures/basic/role/role1/foo.conf - test/fixtures/basic/role/role2/foo.conf - test/fixtures/basic/rubber-extra.yml - test/fixtures/basic/rubber.yml - test/fixtures/expansion/rubber.yml - test/fixtures/generator_order/common/a_first.conf - test/fixtures/generator_order/common/z_last.conf - test/fixtures/generator_order/host/host1/a_first.conf - test/fixtures/generator_order/host/host1/z_last.conf - test/fixtures/generator_order/role/role1/a_first.conf - test/fixtures/generator_order/role/role1/z_last.conf - test/fixtures/generator_order/role/role2/a_first.conf - test/fixtures/generator_order/role/role2/z_last.conf - test/fixtures/instance_expansion/instance-test.yml - test/fixtures/instance_expansion/rubber.yml - test/fixtures/nested/rubber.yml - test/fixtures/obfuscated/rubber.yml - test/fixtures/obfuscated/secret.yml - test/fixtures/secret/rubber.yml - test/fixtures/secret/secret.yml - test/generator_test.rb - test/instance_test.rb - test/test-rails-template.rb - test/test_helper.rb - test/util_test.rb homepage: https://github.com/rubber/rubber licenses: [] metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubber rubygems_version: 2.0.0 signing_key: specification_version: 4 summary: A capistrano plugin for managing multi-instance deployments to the cloud (ec2) test_files: []