Skip to content

Commit

Permalink
Regenerated gemspec for version 1.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Conway committed Nov 6, 2009
1 parent db4d01f commit 74cb720
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rubber.gemspec
Expand Up @@ -5,11 +5,11 @@

Gem::Specification.new do |s|
s.name = %q{rubber}
s.version = "1.1.4"
s.version = "1.1.5"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Conway"]
s.date = %q{2009-11-03}
s.date = %q{2009-11-06}
s.default_executable = %q{vulcanize}
s.description = %q{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.}
s.email = %q{matt@conwaysplace.com}
Expand Down

0 comments on commit 74cb720

Please sign in to comment.