Skip to content

Commit

Permalink
Release 0.9.8.009 (Rye 0.9 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
delano committed Aug 20, 2010
1 parent 5fef852 commit a2b54a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = '008'.freeze PATCH = '009'.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
4 changes: 2 additions & 2 deletions 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.008" s.version = "0.9.8.009"
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 All @@ -16,7 +16,7 @@


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


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

0 comments on commit a2b54a1

Please sign in to comment.