Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Sep 5, 2009
1 parent e75966e commit 4adadcb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.1
0.1.2
12 changes: 9 additions & 3 deletions sumo.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{sumo}
s.version = "0.1.1"
s.version = "0.1.2"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Wiggins"]
s.date = %q{2009-08-31}
s.date = %q{2009-09-05}
s.default_executable = %q{sumo}
s.description = %q{A no-hassle way to launch one-off EC2 instances from the command line}
s.email = %q{adam@heroku.com}
Expand All @@ -22,7 +22,9 @@ Gem::Specification.new do |s|
"Rakefile",
"VERSION",
"bin/sumo",
"lib/sumo.rb"
"lib/sumo.rb",
"spec/base.rb",
"spec/sumo_spec.rb"
]
s.has_rdoc = true
s.homepage = %q{http://github.com/adamwiggins/sumo}
Expand All @@ -31,6 +33,10 @@ Gem::Specification.new do |s|
s.rubyforge_project = %q{sumo}
s.rubygems_version = %q{1.3.1}
s.summary = %q{A no-hassle way to launch one-off EC2 instances from the command line}
s.test_files = [
"spec/base.rb",
"spec/sumo_spec.rb"
]

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

0 comments on commit 4adadcb

Please sign in to comment.