Navigation Menu

Skip to content

Commit

Permalink
Release 0.9.8.007 (better sudo)
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Jun 28, 2010
1 parent f791268 commit 63e0269
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions CHANGES.txt
Expand Up @@ -11,16 +11,13 @@ Creating volume...
NameError: uninitialized constant Rudy::Metadata::UnknownObject
(S)kip (A)bort:

#### 0.9.8.008 (2010-06-28) #######################
#### 0.9.8.007 (2010-06-28) #######################

* FIXED: "rudy disks --destroy /path" was not working when all machines were shutdown.
* CHANGE: Use sudo for remote system commands (hostname change, disk mount etc) when the user is not root.
* CHANGE: Dependent on Rye 0.8.19


#### 0.9.8.007 (2010-06-28) #######################

* FIXED: "rudy disks --destroy /path" was not working when all machines were shutdown.

#### 0.9.8.006 (2010-06-28) #######################

* FIXED: In Ruby 1.9, the value for disk.position was being modified by refresh!
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 = '006'.freeze
PATCH = '007'.freeze
end
def self.to_s; [MAJOR, MINOR, TINY, PATCH].join('.'); end
def self.to_f; self.to_s.to_f; end
Expand Down
2 changes: 1 addition & 1 deletion rudy.gemspec
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "rudy"
s.rubyforge_project = 'rudy'
s.version = "0.9.8.006"
s.version = "0.9.8.007"
s.summary = "Rudy: Not your grandparents' EC2 deployment tool."
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand Down

0 comments on commit 63e0269

Please sign in to comment.