File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
# DO NOT EDIT THIS FILE DIRECTLY
3
3
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
# -*- encoding: utf-8 -*-
5
- # stub: net-ssh-multi 1.2.1 ruby lib
5
+ # stub: net-ssh-multi 1.3.0.rc1 ruby lib
6
6
7
7
Gem ::Specification . new do |s |
8
8
s . name = "net-ssh-multi"
9
- s . version = "1.2.1 "
9
+ s . version = "1.3.0.rc1 "
10
10
11
- s . required_rubygems_version = Gem ::Requirement . new ( ">= 0 " ) if s . respond_to? :required_rubygems_version=
11
+ s . required_rubygems_version = Gem ::Requirement . new ( "> 1.3.1 " ) if s . respond_to? :required_rubygems_version=
12
12
s . require_paths = [ "lib" ]
13
13
s . authors = [ "Jamis Buck" , "Delano Mandelbaum" ]
14
14
s . cert_chain = [ "gem-public_cert.pem" ]
@@ -57,7 +57,7 @@ Gem::Specification.new do |s|
57
57
s . specification_version = 4
58
58
59
59
if Gem ::Version . new ( Gem ::VERSION ) >= Gem ::Version . new ( '1.2.0' ) then
60
- s . add_runtime_dependency ( %q<net-ssh> , [ ">= 2.9.2 " ] )
60
+ s . add_runtime_dependency ( %q<net-ssh> , [ ">= 2.6.5 " ] )
61
61
s . add_runtime_dependency ( %q<net-ssh-gateway> , [ ">= 1.2.0" ] )
62
62
s . add_development_dependency ( %q<minitest> , [ ">= 0" ] )
63
63
s . add_development_dependency ( %q<mocha> , [ ">= 0" ] )
You can’t perform that action at this time.
0 commit comments