Skip to content

Commit

Permalink
Release 0.9.8.012
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Sep 2, 2010
1 parent ca047f9 commit 8f40380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rudy.rb
Expand Up @@ -44,7 +44,7 @@ module VERSION #:nodoc:
MAJOR = 0.freeze MAJOR = 0.freeze
MINOR = 9.freeze MINOR = 9.freeze
TINY = 8.freeze TINY = 8.freeze
PATCH = '011'.freeze PATCH = '012'.freeze
end end
def self.to_s; [MAJOR, MINOR, TINY, PATCH].join('.'); end def self.to_s; [MAJOR, MINOR, TINY, PATCH].join('.'); end
def self.to_f; self.to_s.to_f; 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| @spec = Gem::Specification.new do |s|
s.name = "rudy" s.name = "rudy"
s.rubyforge_project = 'rudy' s.rubyforge_project = 'rudy'
s.version = "0.9.8.011" s.version = "0.9.8.012"
s.summary = "Rudy: Not your grandparents' EC2 deployment tool." s.summary = "Rudy: Not your grandparents' EC2 deployment tool."
s.description = s.summary s.description = s.summary
s.author = "Delano Mandelbaum" s.author = "Delano Mandelbaum"
Expand Down

0 comments on commit 8f40380

Please sign in to comment.