--- !ruby/object:Gem::Specification
name: rubber
version: !ruby/object:Gem::Version
  version: 2.0.0.pre10
  prerelease: 6
platform: ruby
authors:
- Matt Conway
- Kevin Menard
autorequire: 
bindir: bin
cert_chain: []
date: 2012-04-04 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: capistrano
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '2.8'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '2.8'
- !ruby/object:Gem::Dependency
  name: thor
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: clamp
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: open4
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: fog
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '1.2'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ~>
      - !ruby/object:Gem::Version
        version: '1.2'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: test-unit
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: shoulda-context
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: mocha
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: ruby-debug19
  requirement: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    none: false
    requirements:
    - - ! '>='
      - !ruby/object:Gem::Version
        version: '0'
description: ! "    The rubber plugin enables relatively complex multi-instance deployments
  of RubyOnRails applications to\n    Amazon's Elastic Compute Cloud (EC2).  Like
  capistrano, rubber is role based, so you can define a set\n    of configuration
  files for a role and then assign that role to as many concrete instances as needed.
  One\n    can also assign multiple roles to a single instance. This lets one start
  out with a single ec2 instance\n    (belonging to all roles), and add new instances
  into the mix as needed to scale specific facets of your\n    deployment, e.g. adding
  in instances that serve only as an 'app' role to handle increased app server load.\n"
email:
- matt@conwaysplace.com
- nirvdrum@gmail.com
executables:
- rubber
extensions: []
extra_rdoc_files: []
files:
- .gitignore
- .travis.yml
- CHANGELOG
- Gemfile
- LICENSE
- README
- 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/base.rb
- lib/rubber/dns/dyndns.rb
- lib/rubber/dns/fog.rb
- lib/rubber/dns/nettica.rb
- lib/rubber/dns/zerigo.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/rsyslog.conf
- templates/base/config/rubber/common/rubber.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-rvm.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/cassandra.in.sh
- templates/cassandra/config/rubber/role/cassandra/cassandra.yaml
- templates/cassandra/config/rubber/role/cassandra/log4j-server.properties
- 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.rb
- 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.rb
- 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/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/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/graphite-vhost.conf
- templates/graphite/config/rubber/role/graphite_web/graphite.wsgi
- templates/graphite/config/rubber/role/graphite_web/local_settings.py
- 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/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/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/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/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_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/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/db/crontab
- templates/postgresql/config/rubber/role/db/pg_hba.conf
- templates/postgresql/config/rubber/role/db/postgresql-sysctl.conf
- templates/postgresql/config/rubber/role/db/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/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/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/unicorn/config/rubber/deploy-unicorn.rb
- templates/unicorn/config/rubber/role/nginx/unicorn_nginx.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
- 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/dns/fog_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/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: http://github.com/wr0ngway/rubber
licenses: []
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: 4223981313086308948
required_rubygems_version: !ruby/object:Gem::Requirement
  none: false
  requirements:
  - - ! '>'
    - !ruby/object:Gem::Version
      version: 1.3.1
requirements: []
rubyforge_project: rubber
rubygems_version: 1.8.19
signing_key: 
specification_version: 3
summary: A capistrano plugin for managing multi-instance deployments to the cloud
  (ec2)
test_files: []