Skip to content
This repository has been archived by the owner on May 8, 2020. It is now read-only.

Commit

Permalink
Regenerated gemspec for version 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
dvrensk committed Oct 15, 2012
1 parent 1e1b15d commit 36a652e
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions awsborn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
# -*- encoding: utf-8 -*-

Gem::Specification.new do |s|
s.name = %q{awsborn}
s.version = "0.9.9"
s.name = "awsborn"
s.version = "0.9.10"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["David Vrensk", "Jean-Louis Giordano"]
s.date = %q{2012-05-09}
s.description = %q{Awsborn lets you define and launch a server cluster on Amazon EC2.}
s.email = %q{david@icehouse.se}
s.date = "2012-10-15"
s.description = "Awsborn lets you define and launch a server cluster on Amazon EC2."
s.email = "david@icehouse.se"
s.extra_rdoc_files = [
"LICENSE",
"README.mdown"
Expand Down Expand Up @@ -55,11 +55,11 @@ Gem::Specification.new do |s|
"spec/spec.opts",
"spec/spec_helper.rb"
]
s.homepage = %q{http://github.com/icehouse/awsborn}
s.homepage = "http://github.com/icehouse/awsborn"
s.rdoc_options = ["--charset=UTF-8"]
s.require_paths = ["lib"]
s.rubygems_version = %q{1.3.7}
s.summary = %q{Awsborn defines servers as instances with a certain disk volume, which makes it easy to restart missing servers.}
s.rubygems_version = "1.8.24"
s.summary = "Awsborn defines servers as instances with a certain disk volume, which makes it easy to restart missing servers."
s.test_files = [
"spec/aws_constants_spec.rb",
"spec/ec2_spec.rb",
Expand All @@ -73,7 +73,6 @@ Gem::Specification.new do |s|
]

if s.respond_to? :specification_version then
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
s.specification_version = 3

if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
Expand Down

0 comments on commit 36a652e

Please sign in to comment.