Skip to content

Commit

Permalink
v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins committed Aug 17, 2009
1 parent 5b74839 commit 353e632
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.6.1 0.6.2
10 changes: 5 additions & 5 deletions rush.gemspec
@@ -1,12 +1,15 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*- # -*- encoding: utf-8 -*-


Gem::Specification.new do |s| Gem::Specification.new do |s|
s.name = %q{rush} s.name = %q{rush}
s.version = "0.6.1" s.version = "0.6.2"


s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Adam Wiggins"] s.authors = ["Adam Wiggins"]
s.date = %q{2009-06-20} s.date = %q{2009-08-17}
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.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.email = %q{adam@heroku.com}
s.executables = ["rush", "rushd"] s.executables = ["rush", "rushd"]
Expand Down Expand Up @@ -100,14 +103,11 @@ Gem::Specification.new do |s|
s.specification_version = 2 s.specification_version = 2


if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
s.add_runtime_dependency(%q<mongrel>, [">= 0"])
s.add_runtime_dependency(%q<session>, [">= 0"]) s.add_runtime_dependency(%q<session>, [">= 0"])
else else
s.add_dependency(%q<mongrel>, [">= 0"])
s.add_dependency(%q<session>, [">= 0"]) s.add_dependency(%q<session>, [">= 0"])
end end
else else
s.add_dependency(%q<mongrel>, [">= 0"])
s.add_dependency(%q<session>, [">= 0"]) s.add_dependency(%q<session>, [">= 0"])
end end
end end

0 comments on commit 353e632

Please sign in to comment.