Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed May 18, 2009
1 parent 8197ade commit 705318c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
RUDY, CHANGES


#### 0.7.6 (2009-05-18) ###############################
#### 0.8.0 (2009-05-18) ###############################

* ADDED: Better windows instance support during routines
* ADDED: "os" keyword to routines DSL
* ADDED: Config defaults for "yes" global (thanks sabat)
* FIXED: Handle exception when assigning inappropriate IP Address.
* CHANGE: Some refactoring to Rudy::Machines and Rudy::Routines


#### 0.7.5 (2009-05-12) ###############################
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ NOTE: <em>If you are not installing via RubyGems, you need to make sure the depe
* Colin Brumelle
* Sam Aaron
* Everyone at Utrecht.rb[http://groups.google.com/group/utrecht-rb]
* Steve Abatangle
* Jamis Buck for Net::SSH and friends
* Glenn Rempe for amazon-ec2
* Marcel Molina Jr. for aws-s3
* sabat[http://github.com/sabat]
* Keshia Knight Pulliam


Expand Down
4 changes: 2 additions & 2 deletions lib/rudy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ module Rudy
module VERSION #:nodoc:
unless defined?(MAJOR)
MAJOR = 0.freeze
MINOR = 7.freeze
TINY = 6.freeze
MINOR = 8.freeze
TINY = 0.freeze
end
def self.to_s; [MAJOR, MINOR, TINY].join('.'); end
def self.to_f; self.to_s.to_f; end
Expand Down
2 changes: 1 addition & 1 deletion rudy.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@spec = Gem::Specification.new do |s|
s.name = "rudy"
s.rubyforge_project = 'rudy'
s.version = "0.7.6"
s.version = "0.8.0"
s.summary = "Rudy: Not your grandparents' EC2 deployment tool."
s.description = s.summary
s.author = "Delano Mandelbaum"
Expand Down

0 comments on commit 705318c

Please sign in to comment.