Skip to content

Commit

Permalink
Release 0.9.8.004
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed May 20, 2010
1 parent 574169c commit c219826
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Expand Up @@ -10,6 +10,7 @@ Creating volume...
NameError: uninitialized constant Rudy::Metadata::UnknownObject
(S)kip (A)bort:


#### 0.9.8.004 (2010-05-19) #######################

* FIXED: original_user and user_keypairpath errors when running "rudy machines -U"
Expand Down
2 changes: 1 addition & 1 deletion lib/rudy.rb
Expand Up @@ -44,7 +44,7 @@ module VERSION #:nodoc:
MAJOR = 0.freeze
MINOR = 9.freeze
TINY = 8.freeze
PATCH = '003'.freeze
PATCH = '004'.freeze
end
def self.to_s; [MAJOR, MINOR, TINY, PATCH].join('.'); end
def self.to_f; self.to_s.to_f; end
Expand Down
4 changes: 2 additions & 2 deletions rudy.gemspec
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "rudy"
s.rubyforge_project = 'rudy'
s.version = "0.9.8.003"
s.version = "0.9.8.004"
s.summary = "Rudy: Not your grandparents' EC2 deployment tool."
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand All @@ -16,7 +16,7 @@

s.executables = %w[rudy rudy-ec2 rudy-sdb rudy-s3]

s.add_dependency 'rye', '>= 0.8.16'
s.add_dependency 'rye', '>= 0.8.17'
s.add_dependency 'storable', '>= 0.7.1'
s.add_dependency 'attic', '>= 0.5.2'
s.add_dependency 'annoy', '>= 0.5.6'
Expand Down

0 comments on commit c219826

Please sign in to comment.