Skip to content

Commit

Permalink
Regenerated gemspec for version 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Conway committed Apr 12, 2010
1 parent 3b5e61f commit 004d20c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions rubber.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Matt Conway"]
s.date = %q{2010-04-05}
s.date = %q{2010-04-12}
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 Expand Up @@ -226,15 +226,13 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<aws-s3>, [">= 0"])
s.add_runtime_dependency(%q<nettica>, [">= 0"])
s.add_runtime_dependency(%q<zerigo_dns>, [">= 0"])
s.add_runtime_dependency(%q<httparty>, [">= 0"])
s.add_runtime_dependency(%q<rails>, [">= 0"])
else
s.add_dependency(%q<capistrano>, [">= 2.4.0"])
s.add_dependency(%q<amazon-ec2>, [">= 0.9.0"])
s.add_dependency(%q<aws-s3>, [">= 0"])
s.add_dependency(%q<nettica>, [">= 0"])
s.add_dependency(%q<zerigo_dns>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<rails>, [">= 0"])
end
else
Expand All @@ -243,7 +241,6 @@ Gem::Specification.new do |s|
s.add_dependency(%q<aws-s3>, [">= 0"])
s.add_dependency(%q<nettica>, [">= 0"])
s.add_dependency(%q<zerigo_dns>, [">= 0"])
s.add_dependency(%q<httparty>, [">= 0"])
s.add_dependency(%q<rails>, [">= 0"])
end
end
Expand Down

0 comments on commit 004d20c

Please sign in to comment.