diff --git a/VERSION b/VERSION index d2b13eb..ef5e445 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.6.4 +0.6.5 diff --git a/rush.gemspec b/rush.gemspec index a8bfaf1..bcf8caa 100644 --- a/rush.gemspec +++ b/rush.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{rush} - s.version = "0.6.4" + s.version = "0.6.5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Adam Wiggins"] - s.date = %q{2009-11-10} + s.date = %q{2010-01-20} s.description = %q{A Ruby replacement for bash+ssh, providing both an interactive shell and a library. Manage both local and remote unix systems from a single client.} s.email = %q{adam@heroku.com} s.executables = ["rush", "rushd"]